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": 270378,
    "total_words": 1580415,
    "total_chars": 9945829,
    "last_change": "2024-03-28T22:41:52.854275Z",
    "recent_changes": 4914,
    "translated": 116383,
    "translated_words": 513168,
    "translated_percent": 43.0,
    "translated_words_percent": 32.4,
    "translated_chars": 3244905,
    "translated_chars_percent": 32.6,
    "fuzzy": 31949,
    "fuzzy_percent": 11.8,
    "fuzzy_words": 112585,
    "fuzzy_words_percent": 7.1,
    "fuzzy_chars": 742816,
    "fuzzy_chars_percent": 7.4,
    "failing": 14643,
    "failing_percent": 5.4,
    "approved": 3035,
    "approved_percent": 1.1,
    "approved_words": 12858,
    "approved_words_percent": 0.8,
    "approved_chars": 86118,
    "approved_chars_percent": 0.8,
    "readonly": 3214,
    "readonly_percent": 1.1,
    "readonly_words": 16169,
    "readonly_words_percent": 1.0,
    "readonly_chars": 136601,
    "readonly_chars_percent": 1.3,
    "suggestions": 2815,
    "comments": 8,
    "name": "Basque",
    "url": "https://hosted.weblate.org/languages/eu/"
}