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": 3201,
    "total_words": 33352,
    "total_chars": 224610,
    "last_change": "2025-08-06T18:38:33.366921Z",
    "recent_changes": 486,
    "translated": 2311,
    "translated_words": 10662,
    "translated_percent": 72.1,
    "translated_words_percent": 31.9,
    "translated_chars": 68299,
    "translated_chars_percent": 30.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "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/"
}