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": 7034,
    "total_words": 35895,
    "last_change": "2025-05-18T07:42:46.528489Z",
    "recent_changes": 311,
    "translated": 5782,
    "translated_words": 22148,
    "translated_percent": 82.2,
    "translated_words_percent": 61.7,
    "translated_chars": 146093,
    "translated_chars_percent": 57.9,
    "total_chars": 251944,
    "fuzzy": 266,
    "fuzzy_percent": 3.7,
    "failing": 258,
    "failing_percent": 3.6,
    "name": "Greek",
    "url": "https://translate.lxqt-project.org/languages/el/"
}