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": 5502,
    "total_words": 44273,
    "total_chars": 299369,
    "last_change": "2024-02-28T11:10:59.738618Z",
    "recent_changes": 91,
    "translated": 2722,
    "translated_words": 17659,
    "translated_percent": 49.4,
    "translated_words_percent": 39.8,
    "translated_chars": 119541,
    "translated_chars_percent": 39.9,
    "fuzzy": 56,
    "fuzzy_percent": 1.0,
    "failing": 138,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 14,
    "readonly_percent": 0.2,
    "suggestions": 101,
    "comments": 0,
    "name": "Basque",
    "url": "http://translate.pkp.sfu.ca/languages/eu/"
}