Languages API.

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

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

{
    "total": 1841,
    "total_words": 17599,
    "total_chars": 114166,
    "last_change": "2025-04-03T10:49:49.802520Z",
    "recent_changes": 3,
    "translated": 1134,
    "translated_words": 10570,
    "translated_percent": 61.5,
    "translated_words_percent": 60.0,
    "translated_chars": 68732,
    "translated_chars_percent": 60.2,
    "fuzzy": 79,
    "fuzzy_percent": 4.2,
    "fuzzy_words": 1421,
    "fuzzy_words_percent": 8.0,
    "fuzzy_chars": 8896,
    "fuzzy_chars_percent": 7.7,
    "failing": 56,
    "failing_percent": 3.0,
    "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": 9,
    "comments": 0,
    "name": "Ukrainian",
    "url": "https://translate.yunohost.org/languages/uk/"
}