Translation components API.

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

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

{
    "total": 1102,
    "total_words": 28898,
    "last_change": "2025-07-25T20:15:54.923948Z",
    "recent_changes": 1,
    "translated": 478,
    "translated_words": 12818,
    "translated_percent": 43.3,
    "translated_words_percent": 44.3,
    "translated_chars": 80405,
    "translated_chars_percent": 43.7,
    "total_chars": 183937,
    "fuzzy": 624,
    "fuzzy_percent": 56.6,
    "failing": 461,
    "failing_percent": 41.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate-dev.freebsd.org/projects/documentation/articlescommitters-guide_index/ru/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/articlescommitters-guide_index/ru/"
}