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": 83423,
    "total_words": 707639,
    "total_chars": 4866415,
    "last_change": "2025-05-12T17:43:49.502891Z",
    "recent_changes": 24,
    "translated": 11857,
    "translated_words": 29389,
    "translated_percent": 14.2,
    "translated_words_percent": 4.1,
    "translated_chars": 190056,
    "translated_chars_percent": 3.9,
    "fuzzy": 3149,
    "fuzzy_percent": 3.7,
    "fuzzy_words": 10210,
    "fuzzy_words_percent": 1.4,
    "fuzzy_chars": 68903,
    "fuzzy_chars_percent": 1.4,
    "failing": 939,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 26,
    "readonly_percent": 0.1,
    "readonly_words": 40,
    "readonly_words_percent": 0.1,
    "readonly_chars": 284,
    "readonly_chars_percent": 0.1,
    "suggestions": 2494,
    "comments": 0,
    "name": "Basque",
    "url": "https://translate.fedoraproject.org/languages/eu/"
}