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": 3270,
    "total_words": 35177,
    "total_chars": 236604,
    "last_change": "2026-03-30T19:33:57.893505Z",
    "recent_changes": 257,
    "translated": 2251,
    "translated_words": 10545,
    "translated_percent": 68.8,
    "translated_words_percent": 29.9,
    "translated_chars": 67602,
    "translated_chars_percent": 28.5,
    "fuzzy": 36,
    "fuzzy_percent": 1.1,
    "failing": 9,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 17,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "name": "Arabic",
    "url": "https://translate.gajim.org/languages/ar/"
}