Languages API.

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

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

{
    "total": 32154,
    "total_words": 306562,
    "total_chars": 1964993,
    "last_change": "2025-03-14T14:53:31.267069Z",
    "recent_changes": 1062,
    "translated": 21367,
    "translated_words": 167734,
    "translated_percent": 66.4,
    "translated_words_percent": 54.7,
    "translated_chars": 1059891,
    "translated_chars_percent": 53.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 116,
    "failing_percent": 0.3,
    "approved": 9253,
    "approved_percent": 28.7,
    "approved_words": 66772,
    "approved_words_percent": 21.7,
    "approved_chars": 434839,
    "approved_chars_percent": 22.1,
    "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": "Spanish (Mexico)",
    "url": "http://translate.otrs.com/languages/es_MX/"
}