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": 2307,
    "total_words": 17874,
    "last_change": "2023-07-17T11:18:11.408500Z",
    "recent_changes": 2,
    "translated": 2235,
    "translated_words": 17592,
    "translated_percent": 96.8,
    "translated_words_percent": 98.4,
    "translated_chars": 108481,
    "translated_chars_percent": 98.5,
    "total_chars": 110113,
    "fuzzy": 69,
    "fuzzy_percent": 2.9,
    "failing": 219,
    "failing_percent": 9.4,
    "approved": 295,
    "approved_percent": 12.7,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 7,
    "comments": 0,
    "name": "Ukrainian",
    "url": "https://traduk.amikumu.com/languages/uk/"
}