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": 1776,
    "total_words": 13629,
    "total_chars": 95129,
    "last_change": "2022-11-16T01:21:54.686107Z",
    "recent_changes": 1,
    "translated": 599,
    "translated_words": 5062,
    "translated_percent": 33.7,
    "translated_words_percent": 37.1,
    "translated_chars": 34092,
    "translated_chars_percent": 35.8,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 9,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Spanish (Mexico)",
    "url": "http://translate.pkp.sfu.ca/languages/es_MX/"
}