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": 1615,
    "total_words": 11760,
    "total_chars": 70194,
    "last_change": "2024-05-03T13:55:29.807647Z",
    "recent_changes": 13,
    "translated": 259,
    "translated_words": 1853,
    "translated_percent": 16.0,
    "translated_words_percent": 15.7,
    "translated_chars": 10907,
    "translated_chars_percent": 15.5,
    "fuzzy": 148,
    "fuzzy_percent": 9.1,
    "failing": 55,
    "failing_percent": 3.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Spanish (Mexico)",
    "url": "http://translate.pretalx.com/languages/es_MX/"
}