Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/el/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 5403,
    "total_words": 21983,
    "last_change": "2024-05-16T02:02:18.909796Z",
    "recent_changes": 252,
    "translated": 4479,
    "translated_words": 15794,
    "translated_percent": 82.8,
    "translated_words_percent": 71.8,
    "translated_chars": 105794,
    "translated_chars_percent": 72.7,
    "total_chars": 145514,
    "fuzzy": 275,
    "fuzzy_percent": 5.0,
    "failing": 278,
    "failing_percent": 5.1,
    "name": "Greek",
    "url": "https://translate.lxqt-project.org/languages/el/"
}