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": 7548,
    "total_words": 37883,
    "last_change": "2025-03-30T02:54:13.583638Z",
    "recent_changes": 393,
    "translated": 6526,
    "translated_words": 29892,
    "translated_percent": 86.4,
    "translated_words_percent": 78.9,
    "translated_chars": 207892,
    "translated_chars_percent": 78.5,
    "total_chars": 264794,
    "fuzzy": 282,
    "fuzzy_percent": 3.7,
    "failing": 273,
    "failing_percent": 3.6,
    "name": "Spanish",
    "url": "https://translate.lxqt-project.org/languages/es/"
}