Languages API.

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

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

{
    "total": 7223,
    "total_words": 58370,
    "total_chars": 391380,
    "last_change": "2026-06-02T06:51:45.914897Z",
    "recent_changes": 515,
    "translated": 6813,
    "translated_words": 54190,
    "translated_percent": 94.3,
    "translated_words_percent": 92.8,
    "translated_chars": 364569,
    "translated_chars_percent": 93.1,
    "fuzzy": 10,
    "fuzzy_percent": 0.1,
    "failing": 10,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2,
    "readonly_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Basque",
    "url": "http://translate.pkp.sfu.ca/languages/eu/"
}