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": 8295,
    "total_words": 69702,
    "total_chars": 468809,
    "last_change": "2026-07-06T10:38:22.682156Z",
    "recent_changes": 712,
    "translated": 7175,
    "translated_words": 54170,
    "translated_percent": 86.4,
    "translated_words_percent": 77.7,
    "translated_chars": 358392,
    "translated_chars_percent": 76.4,
    "fuzzy": 95,
    "fuzzy_percent": 1.1,
    "failing": 416,
    "failing_percent": 5.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Greek",
    "url": "http://translate.pkp.sfu.ca/languages/el/"
}