Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/id/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 5319,
    "total_words": 58557,
    "total_chars": 475523,
    "last_change": "2026-07-23T09:02:04.991571Z",
    "recent_changes": 15,
    "translated": 499,
    "translated_words": 1565,
    "translated_percent": 9.3,
    "translated_words_percent": 2.6,
    "translated_chars": 22483,
    "translated_chars_percent": 4.7,
    "fuzzy": 349,
    "fuzzy_percent": 6.5,
    "fuzzy_words": 1851,
    "fuzzy_words_percent": 3.1,
    "fuzzy_chars": 24830,
    "fuzzy_chars_percent": 5.2,
    "failing": 173,
    "failing_percent": 3.2,
    "approved": 383,
    "approved_percent": 7.2,
    "approved_words": 1206,
    "approved_words_percent": 2.0,
    "approved_chars": 17617,
    "approved_chars_percent": 3.7,
    "readonly": 34,
    "readonly_percent": 0.6,
    "readonly_words": 97,
    "readonly_words_percent": 0.1,
    "readonly_chars": 998,
    "readonly_chars_percent": 0.2,
    "suggestions": 57,
    "comments": 0,
    "name": "Indonesian",
    "url": "https://translate.tails.net/languages/id/"
}