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": 21642,
    "total_words": 130280,
    "total_chars": 799937,
    "last_change": "2025-07-23T14:16:44.012050Z",
    "recent_changes": 228,
    "translated": 12939,
    "translated_words": 77946,
    "translated_percent": 59.7,
    "translated_words_percent": 59.8,
    "translated_chars": 476926,
    "translated_chars_percent": 59.6,
    "fuzzy": 2424,
    "fuzzy_percent": 11.2,
    "fuzzy_words": 16355,
    "fuzzy_words_percent": 12.5,
    "fuzzy_chars": 100433,
    "fuzzy_chars_percent": 12.5,
    "failing": 2143,
    "failing_percent": 9.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 21,
    "readonly_percent": 0.1,
    "readonly_words": 21,
    "readonly_words_percent": 0.1,
    "readonly_chars": 114,
    "readonly_chars_percent": 0.1,
    "suggestions": 45,
    "comments": 1,
    "name": "Spanish",
    "url": "https://weblate.foundryvtt-hub.com/languages/es/"
}