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": 8016,
    "total_words": 87152,
    "total_chars": 605642,
    "last_change": "2025-04-03T10:49:41.969144Z",
    "recent_changes": 2,
    "translated": 8016,
    "translated_words": 87152,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 605642,
    "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": 272,
    "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": 6517,
    "readonly_percent": 81.2,
    "readonly_words": 72439,
    "readonly_words_percent": 83.1,
    "readonly_chars": 510826,
    "readonly_chars_percent": 84.3,
    "suggestions": 1,
    "comments": 5,
    "name": "English",
    "url": "https://translate.yunohost.org/languages/en/"
}