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": 8890,
    "total_words": 68656,
    "total_chars": 75401,
    "last_change": "2026-03-27T00:58:13.024583Z",
    "recent_changes": 87,
    "translated": 8034,
    "translated_words": 59026,
    "translated_percent": 90.3,
    "translated_words_percent": 85.9,
    "translated_chars": 65019,
    "translated_chars_percent": 86.2,
    "fuzzy": 9,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 104,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 122,
    "fuzzy_chars_percent": 0.1,
    "failing": 340,
    "failing_percent": 3.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 6,
    "readonly_words_percent": 0.1,
    "readonly_chars": 21,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Arabic",
    "url": "https://weblate.dudu-auto.com/languages/ar/"
}