Languages API.

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

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

{
    "total": 1638,
    "total_words": 6876,
    "total_chars": 46837,
    "last_change": "2026-04-04T21:30:53.314940Z",
    "recent_changes": 0,
    "translated": 1623,
    "translated_words": 6787,
    "translated_percent": 99.0,
    "translated_words_percent": 98.7,
    "translated_chars": 46245,
    "translated_chars_percent": 98.7,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 39,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 287,
    "fuzzy_chars_percent": 0.6,
    "failing": 29,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Basque",
    "url": "https://translate.seerr.dev/languages/eu/"
}