Languages API.

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

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

{
    "total": 8826,
    "total_words": 52837,
    "total_chars": 320741,
    "last_change": "2026-05-27T09:37:53.176716Z",
    "recent_changes": 14,
    "translated": 4811,
    "translated_words": 27734,
    "translated_percent": 54.5,
    "translated_words_percent": 52.4,
    "translated_chars": 166951,
    "translated_chars_percent": 52.0,
    "fuzzy": 2402,
    "fuzzy_percent": 27.2,
    "fuzzy_words": 16380,
    "fuzzy_words_percent": 31.0,
    "fuzzy_chars": 100269,
    "fuzzy_chars_percent": 31.2,
    "failing": 1844,
    "failing_percent": 20.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 9,
    "readonly_percent": 0.1,
    "readonly_words": 10,
    "readonly_words_percent": 0.1,
    "readonly_chars": 55,
    "readonly_chars_percent": 0.1,
    "suggestions": 3,
    "comments": 0,
    "name": "Japanese",
    "url": "https://weblate.foundryvtt-hub.com/languages/ja/"
}