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": 2229,
    "total_words": 8903,
    "last_change": "2025-11-26T14:08:34.487165Z",
    "recent_changes": 8,
    "translated": 791,
    "translated_words": 2627,
    "translated_percent": 35.4,
    "translated_words_percent": 29.5,
    "translated_chars": 16016,
    "translated_chars_percent": 28.5,
    "total_chars": 56090,
    "fuzzy": 18,
    "fuzzy_percent": 0.8,
    "failing": 27,
    "failing_percent": 1.2,
    "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/"
}