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": 5306,
    "total_words": 58488,
    "total_chars": 474909,
    "last_change": "2026-07-13T10:00:56.558160Z",
    "recent_changes": 8,
    "translated": 474,
    "translated_words": 1405,
    "translated_percent": 8.9,
    "translated_words_percent": 2.4,
    "translated_chars": 20409,
    "translated_chars_percent": 4.2,
    "fuzzy": 331,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 1662,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 22208,
    "fuzzy_chars_percent": 4.6,
    "failing": 173,
    "failing_percent": 3.2,
    "approved": 344,
    "approved_percent": 6.4,
    "approved_words": 1034,
    "approved_words_percent": 1.7,
    "approved_chars": 15343,
    "approved_chars_percent": 3.2,
    "readonly": 34,
    "readonly_percent": 0.6,
    "readonly_words": 97,
    "readonly_words_percent": 0.1,
    "readonly_chars": 998,
    "readonly_chars_percent": 0.2,
    "suggestions": 44,
    "comments": 0,
    "name": "Arabic",
    "url": "https://translate.tails.net/languages/ar/"
}