Languages API.

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

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

{
    "total": 36458,
    "total_words": 262347,
    "total_chars": 1673790,
    "last_change": "2025-10-23T22:13:47.838298Z",
    "recent_changes": 137,
    "translated": 36449,
    "translated_words": 262345,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 1673773,
    "translated_chars_percent": 99.9,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 17,
    "fuzzy_chars_percent": 0.1,
    "failing": 6229,
    "failing_percent": 17.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2800,
    "readonly_percent": 7.6,
    "readonly_words": 26969,
    "readonly_words_percent": 10.2,
    "readonly_chars": 168381,
    "readonly_chars_percent": 10.0,
    "suggestions": 47,
    "comments": 53,
    "name": "English",
    "url": "https://weblate.foundryvtt-hub.com/languages/en/"
}