Languages API.

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

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

{
    "total": 4466,
    "total_words": 39313,
    "last_change": "2023-07-17T11:18:08.925458Z",
    "recent_changes": 71,
    "translated": 4119,
    "translated_words": 36171,
    "translated_percent": 92.2,
    "translated_words_percent": 92.0,
    "translated_chars": 219153,
    "translated_chars_percent": 92.0,
    "total_chars": 238112,
    "fuzzy": 105,
    "fuzzy_percent": 2.3,
    "failing": 1047,
    "failing_percent": 23.4,
    "approved": 383,
    "approved_percent": 8.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 7,
    "comments": 0,
    "name": "Czech",
    "url": "https://traduk.amikumu.com/languages/cs/"
}