Languages API.

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

GET /api/languages/cs/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:30:50.238378Z",
    "recent_changes": 0,
    "translated": 1634,
    "translated_words": 6826,
    "translated_percent": 99.7,
    "translated_words_percent": 99.2,
    "translated_chars": 46466,
    "translated_chars_percent": 99.2,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 39,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 287,
    "fuzzy_chars_percent": 0.6,
    "failing": 39,
    "failing_percent": 2.3,
    "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": "Czech",
    "url": "https://translate.seerr.dev/languages/cs/"
}