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": 12672,
    "total_words": 134827,
    "last_change": "2026-05-07T15:30:43.096430Z",
    "recent_changes": 245,
    "translated": 7498,
    "translated_words": 64781,
    "translated_percent": 59.1,
    "translated_words_percent": 48.0,
    "translated_chars": 387278,
    "translated_chars_percent": 47.9,
    "total_chars": 807233,
    "fuzzy": 500,
    "fuzzy_percent": 3.9,
    "failing": 1981,
    "failing_percent": 15.6,
    "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/"
}