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": 12432,
    "total_words": 132286,
    "last_change": "2025-11-26T01:46:44.661678Z",
    "recent_changes": 104,
    "translated": 7276,
    "translated_words": 63597,
    "translated_percent": 58.5,
    "translated_words_percent": 48.0,
    "translated_chars": 380734,
    "translated_chars_percent": 48.0,
    "total_chars": 792213,
    "fuzzy": 487,
    "fuzzy_percent": 3.9,
    "failing": 1976,
    "failing_percent": 15.8,
    "approved": 912,
    "approved_percent": 7.3,
    "readonly": 13,
    "readonly_percent": 0.1,
    "suggestions": 109,
    "comments": 3,
    "name": "Czech",
    "url": "https://translate.habitica.com/languages/cs/"
}