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": 2224,
    "total_words": 9737,
    "last_change": "2026-06-07T20:02:52.214381Z",
    "recent_changes": 121,
    "translated": 937,
    "translated_words": 3583,
    "translated_percent": 42.1,
    "translated_words_percent": 36.7,
    "translated_chars": 22880,
    "translated_chars_percent": 37.0,
    "total_chars": 61684,
    "fuzzy": 106,
    "fuzzy_percent": 4.7,
    "failing": 152,
    "failing_percent": 6.8,
    "name": "Greek",
    "url": "http://i18n.foe-helper.com/languages/el/"
}