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": 2204,
    "total_words": 9630,
    "last_change": "2026-04-16T21:42:10.039524Z",
    "recent_changes": 45,
    "translated": 880,
    "translated_words": 3513,
    "translated_percent": 39.9,
    "translated_words_percent": 36.4,
    "translated_chars": 22591,
    "translated_chars_percent": 37.0,
    "total_chars": 60968,
    "fuzzy": 85,
    "fuzzy_percent": 3.8,
    "failing": 156,
    "failing_percent": 7.0,
    "name": "Greek",
    "url": "http://i18n.foe-helper.com/languages/el/"
}