Languages API.

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

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

{
    "total": 2127,
    "total_words": 18667,
    "total_chars": 129687,
    "last_change": "2026-04-04T06:41:31.609616Z",
    "recent_changes": 0,
    "translated": 1872,
    "translated_words": 15639,
    "translated_percent": 88.0,
    "translated_words_percent": 83.7,
    "translated_chars": 108656,
    "translated_chars_percent": 83.7,
    "fuzzy": 248,
    "fuzzy_percent": 11.6,
    "fuzzy_words": 3007,
    "fuzzy_words_percent": 16.1,
    "fuzzy_chars": 20869,
    "fuzzy_chars_percent": 16.0,
    "failing": 243,
    "failing_percent": 11.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 1.2,
    "readonly_words": 27,
    "readonly_words_percent": 0.1,
    "readonly_chars": 90,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Arabic",
    "url": "https://weblate.immersivetranslate.com/languages/ar/"
}