Languages API.

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

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

{
    "total": 35262,
    "total_words": 264629,
    "last_change": "2022-07-10T14:29:07.824626Z",
    "recent_changes": 161,
    "translated": 33929,
    "translated_words": 258585,
    "translated_percent": 96.2,
    "translated_words_percent": 97.7,
    "translated_chars": 1593206,
    "translated_chars_percent": 97.7,
    "total_chars": 1629508,
    "fuzzy": 134,
    "fuzzy_percent": 0.3,
    "failing": 2009,
    "failing_percent": 5.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 10663,
    "readonly_percent": 30.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Spanish",
    "url": "https://itzulpenak.gamerauntsia.eus/languages/es/"
}