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": 7299,
    "total_words": 59165,
    "total_chars": 396723,
    "last_change": "2026-07-15T16:04:02.005264Z",
    "recent_changes": 524,
    "translated": 6823,
    "translated_words": 54202,
    "translated_percent": 93.4,
    "translated_words_percent": 91.6,
    "translated_chars": 364663,
    "translated_chars_percent": 91.9,
    "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/"
}