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": 29555,
    "total_words": 185238,
    "total_chars": 1180481,
    "last_change": "2024-04-20T02:37:33.819283Z",
    "recent_changes": 91,
    "translated": 5094,
    "translated_words": 20245,
    "translated_percent": 17.2,
    "translated_words_percent": 10.9,
    "translated_chars": 131272,
    "translated_chars_percent": 11.1,
    "fuzzy": 776,
    "fuzzy_percent": 2.6,
    "fuzzy_words": 3046,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 19707,
    "fuzzy_chars_percent": 1.6,
    "failing": 291,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 15,
    "readonly_percent": 0.1,
    "readonly_words": 26,
    "readonly_words_percent": 0.1,
    "readonly_chars": 179,
    "readonly_chars_percent": 0.1,
    "suggestions": 2834,
    "comments": 2,
    "name": "Estonian",
    "url": "https://translate.fedoraproject.org/languages/et/"
}