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": 1255,
    "total_words": 10783,
    "last_change": "2026-02-13T21:54:09.979762Z",
    "recent_changes": 398,
    "translated": 806,
    "translated_words": 4705,
    "translated_percent": 64.2,
    "translated_words_percent": 43.6,
    "translated_chars": 28342,
    "translated_chars_percent": 42.8,
    "total_chars": 66146,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 15,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Arabic",
    "url": "https://translate.phyphox.org/languages/ar/"
}