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": 263745,
    "total_words": 3915509,
    "total_chars": 28545433,
    "last_change": "2025-03-13T03:22:44.956735Z",
    "recent_changes": 631,
    "translated": 72186,
    "translated_words": 482891,
    "translated_percent": 27.3,
    "translated_words_percent": 12.3,
    "translated_chars": 3176767,
    "translated_chars_percent": 11.1,
    "fuzzy": 1789,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 9356,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 73691,
    "fuzzy_chars_percent": 0.2,
    "failing": 1615,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 102,
    "readonly_percent": 0.1,
    "readonly_words": 391,
    "readonly_words_percent": 0.1,
    "readonly_chars": 4893,
    "readonly_chars_percent": 0.1,
    "suggestions": 7908,
    "comments": 5,
    "name": "Czech",
    "url": "https://translate.fedoraproject.org/languages/cs/"
}