Languages API.

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

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

{
    "total": 8230,
    "total_words": 86467,
    "total_chars": 605757,
    "last_change": "2025-05-18T16:20:32.708011Z",
    "recent_changes": 7,
    "translated": 8230,
    "translated_words": 86467,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 605757,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 275,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 6709,
    "readonly_percent": 81.5,
    "readonly_words": 71614,
    "readonly_words_percent": 82.8,
    "readonly_chars": 510148,
    "readonly_chars_percent": 84.2,
    "suggestions": 1,
    "comments": 5,
    "name": "English",
    "url": "https://translate.yunohost.org/languages/en/"
}