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": 43647,
    "total_words": 336860,
    "total_chars": 2092337,
    "last_change": "2025-05-09T12:54:24.749238Z",
    "recent_changes": 16,
    "translated": 31151,
    "translated_words": 216970,
    "translated_percent": 71.3,
    "translated_words_percent": 64.4,
    "translated_chars": 1332055,
    "translated_chars_percent": 63.6,
    "fuzzy": 10928,
    "fuzzy_percent": 25.0,
    "failing": 1397,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Spanish",
    "url": "https://translate.checkmk.com/languages/es/"
}