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": 12782,
    "total_words": 35640,
    "total_chars": 227538,
    "last_change": "2024-04-10T09:43:19.598169Z",
    "recent_changes": 0,
    "translated": 1001,
    "translated_words": 1638,
    "translated_percent": 7.8,
    "translated_words_percent": 4.5,
    "translated_chars": 11304,
    "translated_chars_percent": 4.9,
    "fuzzy": 1802,
    "fuzzy_percent": 14.0,
    "fuzzy_words": 3298,
    "fuzzy_words_percent": 9.2,
    "fuzzy_chars": 22380,
    "fuzzy_chars_percent": 9.8,
    "failing": 1355,
    "failing_percent": 10.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "name": "Greek",
    "url": "https://translate.tryton.org/languages/el/"
}