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": 4434,
    "total_words": 38688,
    "last_change": "2026-03-16T23:33:11.160553Z",
    "recent_changes": 16,
    "translated": 4104,
    "translated_words": 36677,
    "translated_percent": 92.5,
    "translated_words_percent": 94.8,
    "translated_chars": 222851,
    "translated_chars_percent": 94.8,
    "total_chars": 234941,
    "fuzzy": 294,
    "fuzzy_percent": 6.6,
    "failing": 2071,
    "failing_percent": 46.7,
    "approved": 87,
    "approved_percent": 1.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 30,
    "comments": 0,
    "name": "Greek",
    "url": "https://traduk.amikumu.com/languages/el/"
}