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": 1616,
    "total_words": 5375,
    "last_change": "2024-03-18T17:56:37.428603Z",
    "recent_changes": 81,
    "translated": 1368,
    "translated_words": 4422,
    "translated_percent": 84.6,
    "translated_words_percent": 82.2,
    "translated_chars": 28080,
    "translated_chars_percent": 82.3,
    "total_chars": 34078,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 47,
    "failing_percent": 2.9,
    "name": "Basque",
    "url": "https://translate.lxqt-project.org/languages/eu/"
}