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": 1871,
    "total_words": 17865,
    "total_chars": 115768,
    "last_change": "2025-05-18T16:20:38.179210Z",
    "recent_changes": 0,
    "translated": 786,
    "translated_words": 5808,
    "translated_percent": 42.0,
    "translated_words_percent": 32.5,
    "translated_chars": 36404,
    "translated_chars_percent": 31.4,
    "fuzzy": 14,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 99,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 798,
    "fuzzy_chars_percent": 0.6,
    "failing": 27,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 13,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Czech",
    "url": "https://translate.yunohost.org/languages/cs/"
}