Translation components API.

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

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

{
    "total": 1666,
    "total_words": 7269,
    "total_chars": 49221,
    "last_change": "2026-04-16T20:49:37.341000Z",
    "recent_changes": 1,
    "translated": 946,
    "translated_words": 3113,
    "translated_percent": 56.7,
    "translated_words_percent": 42.8,
    "translated_chars": 21322,
    "translated_chars_percent": 43.3,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 38,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 252,
    "fuzzy_chars_percent": 0.5,
    "failing": 12,
    "failing_percent": 0.7,
    "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": "fi",
    "name": "Finnish",
    "url": "https://translate.seerr.dev/projects/seerr/jellyseerr-frontend/fi/",
    "translate_url": "https://translate.seerr.dev/translate/seerr/jellyseerr-frontend/fi/"
}