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": 13016,
    "total_words": 324076,
    "total_chars": 2561177,
    "last_change": "2026-04-02T20:52:26.092068Z",
    "recent_changes": 1,
    "translated": 216,
    "translated_words": 1560,
    "translated_percent": 1.6,
    "translated_words_percent": 0.4,
    "translated_chars": 12057,
    "translated_chars_percent": 0.4,
    "fuzzy": 32,
    "fuzzy_percent": 0.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 200,
    "comments": 0,
    "name": "Czech",
    "url": "https://weblate.mineland.net/languages/cs/"
}