Languages API.

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

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

{
    "total": 13001,
    "total_words": 322585,
    "total_chars": 2547845,
    "last_change": "2026-04-02T20:52:50.650465Z",
    "recent_changes": 2,
    "translated": 109,
    "translated_words": 713,
    "translated_percent": 0.8,
    "translated_words_percent": 0.2,
    "translated_chars": 5688,
    "translated_chars_percent": 0.2,
    "fuzzy": 32,
    "fuzzy_percent": 0.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 67,
    "comments": 0,
    "name": "Greek",
    "url": "https://weblate.mineland.net/languages/el/"
}