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": 6525,
    "total_words": 52071,
    "total_chars": 351652,
    "last_change": "2025-07-27T07:49:52.866160Z",
    "recent_changes": 479,
    "translated": 4559,
    "translated_words": 30289,
    "translated_percent": 69.8,
    "translated_words_percent": 58.1,
    "translated_chars": 205647,
    "translated_chars_percent": 58.4,
    "fuzzy": 61,
    "fuzzy_percent": 0.9,
    "failing": 116,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 42,
    "readonly_percent": 0.6,
    "suggestions": 54,
    "comments": 0,
    "name": "Basque",
    "url": "http://translate.pkp.sfu.ca/languages/eu/"
}