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": 12781,
    "total_words": 135814,
    "last_change": "2026-05-30T21:30:28.664378Z",
    "recent_changes": 220,
    "translated": 7506,
    "translated_words": 64790,
    "translated_percent": 58.7,
    "translated_words_percent": 47.7,
    "translated_chars": 387339,
    "translated_chars_percent": 47.6,
    "total_chars": 813189,
    "fuzzy": 500,
    "fuzzy_percent": 3.9,
    "failing": 1981,
    "failing_percent": 15.4,
    "approved": 909,
    "approved_percent": 7.1,
    "readonly": 16,
    "readonly_percent": 0.1,
    "suggestions": 95,
    "comments": 3,
    "name": "Czech",
    "url": "https://translate.habitica.com/languages/cs/"
}