Languages API.

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

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

{
    "total": 5279,
    "total_words": 57540,
    "total_chars": 468554,
    "last_change": "2026-01-15T11:08:21.526642Z",
    "recent_changes": 36,
    "translated": 531,
    "translated_words": 1645,
    "translated_percent": 10.0,
    "translated_words_percent": 2.8,
    "translated_chars": 23953,
    "translated_chars_percent": 5.1,
    "fuzzy": 316,
    "fuzzy_percent": 5.9,
    "fuzzy_words": 1690,
    "fuzzy_words_percent": 2.9,
    "fuzzy_chars": 22515,
    "fuzzy_chars_percent": 4.8,
    "failing": 287,
    "failing_percent": 5.4,
    "approved": 417,
    "approved_percent": 7.8,
    "approved_words": 1294,
    "approved_words_percent": 2.2,
    "approved_chars": 18919,
    "approved_chars_percent": 4.0,
    "readonly": 35,
    "readonly_percent": 0.6,
    "readonly_words": 98,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1267,
    "readonly_chars_percent": 0.2,
    "suggestions": 65,
    "comments": 0,
    "name": "Indonesian",
    "url": "https://translate.tails.net/languages/id/"
}