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": 31947,
    "total_words": 150282,
    "total_chars": 926763,
    "last_change": "2024-05-05T21:30:33.515711Z",
    "recent_changes": 1981,
    "translated": 23657,
    "translated_words": 99248,
    "translated_percent": 74.0,
    "translated_words_percent": 66.0,
    "translated_chars": 613063,
    "translated_chars_percent": 66.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 206,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 35,
    "readonly_percent": 0.1,
    "readonly_words": 54,
    "readonly_words_percent": 0.1,
    "readonly_chars": 321,
    "readonly_chars_percent": 0.1,
    "suggestions": 548,
    "comments": 0,
    "name": "Spanish (Mexico)",
    "url": "https://kodi.weblate.cloud/languages/es_mx/"
}