Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/CODE/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 8890,
    "total_words": 66220,
    "total_chars": 73789,
    "last_change": "2026-04-03T02:01:36.078191Z",
    "recent_changes": 252,
    "translated": 8783,
    "translated_words": 64991,
    "translated_percent": 98.7,
    "translated_words_percent": 98.1,
    "translated_chars": 72462,
    "translated_chars_percent": 98.2,
    "fuzzy": 14,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 214,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 247,
    "fuzzy_chars_percent": 0.3,
    "failing": 909,
    "failing_percent": 10.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 6,
    "readonly_words_percent": 0.1,
    "readonly_chars": 21,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "CODE",
    "url": "https://weblate.dudu-auto.com/languages/CODE/"
}