Translation components API.

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

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

{
    "total": 1102,
    "total_words": 28898,
    "last_change": "2025-06-29T20:47:43.364955Z",
    "recent_changes": 1,
    "translated": 247,
    "translated_words": 3651,
    "translated_percent": 22.4,
    "translated_words_percent": 12.6,
    "translated_chars": 23894,
    "translated_chars_percent": 12.9,
    "total_chars": 183937,
    "fuzzy": 116,
    "fuzzy_percent": 10.5,
    "failing": 92,
    "failing_percent": 8.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate-dev.freebsd.org/projects/documentation/articlescommitters-guide_index/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/articlescommitters-guide_index/pt_BR/"
}