Languages API.

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

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

{
    "total": 9732,
    "total_words": 84280,
    "total_chars": 568934,
    "last_change": "2025-12-10T11:36:59.032329Z",
    "recent_changes": 667,
    "translated": 9428,
    "translated_words": 79431,
    "translated_percent": 96.8,
    "translated_words_percent": 94.2,
    "translated_chars": 534550,
    "translated_chars_percent": 93.9,
    "fuzzy": 51,
    "fuzzy_percent": 0.5,
    "failing": 55,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 19,
    "readonly_percent": 0.1,
    "suggestions": 2,
    "comments": 24,
    "name": "Spanish",
    "url": "http://translate.pkp.sfu.ca/languages/es/"
}