Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/et/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 325467,
    "total_words": 2688871,
    "total_chars": 17706852,
    "last_change": "2024-04-27T22:07:27.006015Z",
    "recent_changes": 2903,
    "translated": 124789,
    "translated_words": 577289,
    "translated_percent": 38.3,
    "translated_words_percent": 21.4,
    "translated_chars": 3658477,
    "translated_chars_percent": 20.6,
    "fuzzy": 16901,
    "fuzzy_percent": 5.1,
    "fuzzy_words": 96398,
    "fuzzy_words_percent": 3.5,
    "fuzzy_chars": 609401,
    "fuzzy_chars_percent": 3.4,
    "failing": 9466,
    "failing_percent": 2.9,
    "approved": 60,
    "approved_percent": 0.1,
    "approved_words": 438,
    "approved_words_percent": 0.1,
    "approved_chars": 2848,
    "approved_chars_percent": 0.1,
    "readonly": 4119,
    "readonly_percent": 1.2,
    "readonly_words": 10142,
    "readonly_words_percent": 0.3,
    "readonly_chars": 98452,
    "readonly_chars_percent": 0.5,
    "suggestions": 5460,
    "comments": 13,
    "name": "Estonian",
    "url": "https://hosted.weblate.org/languages/et/"
}