Languages API.

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

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

{
    "total": 7545,
    "total_words": 37851,
    "last_change": "2025-03-30T02:54:13.583638Z",
    "recent_changes": 393,
    "translated": 6545,
    "translated_words": 29982,
    "translated_percent": 86.7,
    "translated_words_percent": 79.2,
    "translated_chars": 208587,
    "translated_chars_percent": 78.8,
    "total_chars": 264574,
    "fuzzy": 282,
    "fuzzy_percent": 3.7,
    "failing": 273,
    "failing_percent": 3.6,
    "name": "Spanish",
    "url": "https://translate.lxqt-project.org/languages/es/"
}