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": 8545,
    "total_words": 51534,
    "total_chars": 312592,
    "last_change": "2026-04-04T23:49:22.699943Z",
    "recent_changes": 15,
    "translated": 4794,
    "translated_words": 27749,
    "translated_percent": 56.1,
    "translated_words_percent": 53.8,
    "translated_chars": 166870,
    "translated_chars_percent": 53.3,
    "fuzzy": 2395,
    "fuzzy_percent": 28.0,
    "fuzzy_words": 16264,
    "fuzzy_words_percent": 31.5,
    "fuzzy_chars": 99593,
    "fuzzy_chars_percent": 31.8,
    "failing": 1835,
    "failing_percent": 21.4,
    "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/"
}