Languages API.

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

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

{
    "total": 1204,
    "total_words": 9203,
    "total_chars": 62215,
    "last_change": "2025-09-24T07:19:56.349126Z",
    "recent_changes": 28,
    "translated": 1162,
    "translated_words": 8806,
    "translated_percent": 96.5,
    "translated_words_percent": 95.6,
    "translated_chars": 59400,
    "translated_chars_percent": 95.4,
    "fuzzy": 38,
    "fuzzy_percent": 3.1,
    "fuzzy_words": 392,
    "fuzzy_words_percent": 4.2,
    "fuzzy_chars": 2801,
    "fuzzy_chars_percent": 4.5,
    "failing": 133,
    "failing_percent": 11.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 2.6,
    "readonly_words": 34,
    "readonly_words_percent": 0.3,
    "readonly_chars": 134,
    "readonly_chars_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Hungarian",
    "url": "https://weblate.immersivetranslate.com/languages/hu/"
}