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": 2245,
    "total_words": 9002,
    "last_change": "2026-07-22T12:01:27.415988Z",
    "recent_changes": 17,
    "translated": 1470,
    "translated_words": 5125,
    "translated_percent": 65.4,
    "translated_words_percent": 56.9,
    "translated_chars": 32394,
    "translated_chars_percent": 57.1,
    "total_chars": 56678,
    "fuzzy": 15,
    "fuzzy_percent": 0.6,
    "failing": 35,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Czech",
    "url": "https://translate.memarc.info/languages/cs/"
}