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": 6906,
    "total_words": 55408,
    "total_chars": 372253,
    "last_change": "2025-09-12T08:48:16.155683Z",
    "recent_changes": 468,
    "translated": 5879,
    "translated_words": 40766,
    "translated_percent": 85.1,
    "translated_words_percent": 73.5,
    "translated_chars": 272313,
    "translated_chars_percent": 73.1,
    "fuzzy": 68,
    "fuzzy_percent": 0.9,
    "failing": 104,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 43,
    "readonly_percent": 0.6,
    "suggestions": 12,
    "comments": 0,
    "name": "Basque",
    "url": "http://translate.pkp.sfu.ca/languages/eu/"
}