Languages API.

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

GET /api/languages/uk/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1638,
    "total_words": 6876,
    "total_chars": 46837,
    "last_change": "2026-04-04T21:31:04.995832Z",
    "recent_changes": 0,
    "translated": 1530,
    "translated_words": 6121,
    "translated_percent": 93.4,
    "translated_words_percent": 89.0,
    "translated_chars": 41720,
    "translated_chars_percent": 89.0,
    "fuzzy": 23,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 356,
    "fuzzy_words_percent": 5.1,
    "fuzzy_chars": 2431,
    "fuzzy_chars_percent": 5.1,
    "failing": 53,
    "failing_percent": 3.2,
    "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,
    "name": "Ukrainian",
    "url": "https://translate.seerr.dev/languages/uk/"
}