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": 9794,
    "total_words": 84868,
    "total_chars": 572734,
    "last_change": "2026-06-30T12:26:16.920946Z",
    "recent_changes": 441,
    "translated": 9469,
    "translated_words": 80017,
    "translated_percent": 96.6,
    "translated_words_percent": 94.2,
    "translated_chars": 539282,
    "translated_chars_percent": 94.1,
    "fuzzy": 44,
    "fuzzy_percent": 0.4,
    "failing": 59,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 10,
    "readonly_percent": 0.1,
    "suggestions": 2,
    "comments": 24,
    "name": "Spanish",
    "url": "http://translate.pkp.sfu.ca/languages/es/"
}