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": 5283,
    "total_words": 57541,
    "total_chars": 468399,
    "last_change": "2026-01-15T11:08:14.764801Z",
    "recent_changes": 63,
    "translated": 504,
    "translated_words": 1478,
    "translated_percent": 9.5,
    "translated_words_percent": 2.5,
    "translated_chars": 21756,
    "translated_chars_percent": 4.6,
    "fuzzy": 300,
    "fuzzy_percent": 5.6,
    "fuzzy_words": 1552,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 20646,
    "fuzzy_chars_percent": 4.4,
    "failing": 305,
    "failing_percent": 5.7,
    "approved": 376,
    "approved_percent": 7.1,
    "approved_words": 1114,
    "approved_words_percent": 1.9,
    "approved_chars": 16503,
    "approved_chars_percent": 3.5,
    "readonly": 35,
    "readonly_percent": 0.6,
    "readonly_words": 98,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1267,
    "readonly_chars_percent": 0.2,
    "suggestions": 44,
    "comments": 0,
    "name": "Arabic",
    "url": "https://translate.tails.net/languages/ar/"
}