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": 4161,
    "total_words": 18893,
    "total_chars": 115028,
    "last_change": "2025-08-11T23:22:15.955428Z",
    "recent_changes": 0,
    "translated": 4121,
    "translated_words": 18441,
    "translated_percent": 99.0,
    "translated_words_percent": 97.6,
    "translated_chars": 112202,
    "translated_chars_percent": 97.5,
    "fuzzy": 32,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 423,
    "fuzzy_words_percent": 2.2,
    "fuzzy_chars": 2632,
    "fuzzy_chars_percent": 2.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 3617,
    "approved_percent": 86.9,
    "approved_words": 15686,
    "approved_words_percent": 83.0,
    "approved_chars": 95058,
    "approved_chars_percent": 82.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Czech",
    "url": "https://translate.sonoransoftware.com/languages/cs/"
}