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": 7030,
    "total_words": 35859,
    "last_change": "2025-04-01T01:57:49.986626Z",
    "recent_changes": 322,
    "translated": 5789,
    "translated_words": 22208,
    "translated_percent": 82.3,
    "translated_words_percent": 61.9,
    "translated_chars": 146595,
    "translated_chars_percent": 58.2,
    "total_chars": 251708,
    "fuzzy": 266,
    "fuzzy_percent": 3.7,
    "failing": 258,
    "failing_percent": 3.6,
    "name": "Greek",
    "url": "https://translate.lxqt-project.org/languages/el/"
}