Translation components API.

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

GET /api/translations/seerr/seerr-frontend/sr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1668,
    "total_words": 7275,
    "total_chars": 49275,
    "last_change": "2026-04-18T21:05:11.239805Z",
    "recent_changes": 0,
    "translated": 610,
    "translated_words": 1580,
    "translated_percent": 36.5,
    "translated_words_percent": 21.7,
    "translated_chars": 10306,
    "translated_chars_percent": 20.9,
    "fuzzy": 6,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 100,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 627,
    "fuzzy_chars_percent": 1.2,
    "failing": 9,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sr",
    "name": "Serbian",
    "url": "https://translate.seerr.dev/projects/seerr/seerr-frontend/sr/",
    "translate_url": "https://translate.seerr.dev/translate/seerr/seerr-frontend/sr/"
}