Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/documentation/booksdev-model_index/pt_BR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 363,
    "total_words": 9562,
    "last_change": "2025-09-23T13:02:29.152445Z",
    "recent_changes": 1,
    "translated": 140,
    "translated_words": 1092,
    "translated_percent": 38.5,
    "translated_words_percent": 11.4,
    "translated_chars": 7467,
    "translated_chars_percent": 11.8,
    "total_chars": 63037,
    "fuzzy": 64,
    "fuzzy_percent": 17.6,
    "failing": 7,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate-dev.freebsd.org/projects/documentation/booksdev-model_index/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/booksdev-model_index/pt_BR/"
}