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": 3245,
    "total_words": 23915,
    "total_chars": 174849,
    "last_change": "2025-09-16T10:39:56.279684Z",
    "recent_changes": 19,
    "translated": 3245,
    "translated_words": 23915,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 174849,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 1013,
    "failing_percent": 31.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 41,
    "readonly_percent": 1.2,
    "readonly_words": 70,
    "readonly_words_percent": 0.2,
    "readonly_chars": 363,
    "readonly_chars_percent": 0.2,
    "suggestions": 19,
    "comments": 1,
    "name": "English",
    "url": "https://weblate.immersivetranslate.com/languages/en/"
}