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": 21683,
    "total_words": 130294,
    "total_chars": 800035,
    "last_change": "2025-11-06T07:59:45.726381Z",
    "recent_changes": 255,
    "translated": 12953,
    "translated_words": 77805,
    "translated_percent": 59.7,
    "translated_words_percent": 59.7,
    "translated_chars": 476085,
    "translated_chars_percent": 59.5,
    "fuzzy": 2433,
    "fuzzy_percent": 11.2,
    "fuzzy_words": 16446,
    "fuzzy_words_percent": 12.6,
    "fuzzy_chars": 100967,
    "fuzzy_chars_percent": 12.6,
    "failing": 2138,
    "failing_percent": 9.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 23,
    "readonly_percent": 0.1,
    "readonly_words": 23,
    "readonly_words_percent": 0.1,
    "readonly_chars": 122,
    "readonly_chars_percent": 0.1,
    "suggestions": 46,
    "comments": 1,
    "name": "Spanish",
    "url": "https://weblate.foundryvtt-hub.com/languages/es/"
}