Languages API.

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

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

{
    "total": 7011,
    "total_words": 56475,
    "total_chars": 379229,
    "last_change": "2025-10-31T13:38:53.159692Z",
    "recent_changes": 440,
    "translated": 6652,
    "translated_words": 49990,
    "translated_percent": 94.8,
    "translated_words_percent": 88.5,
    "translated_chars": 332102,
    "translated_chars_percent": 87.5,
    "fuzzy": 17,
    "fuzzy_percent": 0.2,
    "failing": 26,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 44,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Basque",
    "url": "http://translate.pkp.sfu.ca/languages/eu/"
}