Languages API.

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

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

{
    "total": 8890,
    "total_words": 68656,
    "total_chars": 75401,
    "last_change": "2026-03-27T01:04:42.666804Z",
    "recent_changes": 34,
    "translated": 8575,
    "translated_words": 64417,
    "translated_percent": 96.4,
    "translated_words_percent": 93.8,
    "translated_chars": 70709,
    "translated_chars_percent": 93.7,
    "fuzzy": 10,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 112,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 128,
    "fuzzy_chars_percent": 0.1,
    "failing": 90,
    "failing_percent": 1.0,
    "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": 2,
    "comments": 3,
    "name": "English",
    "url": "https://weblate.dudu-auto.com/languages/en/"
}