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": 8459,
    "total_words": 51077,
    "total_chars": 309663,
    "last_change": "2025-10-23T22:13:48.123117Z",
    "recent_changes": 3,
    "translated": 4585,
    "translated_words": 26470,
    "translated_percent": 54.2,
    "translated_words_percent": 51.8,
    "translated_chars": 158941,
    "translated_chars_percent": 51.3,
    "fuzzy": 2407,
    "fuzzy_percent": 28.4,
    "fuzzy_words": 16432,
    "fuzzy_words_percent": 32.1,
    "fuzzy_chars": 100651,
    "fuzzy_chars_percent": 32.5,
    "failing": 1776,
    "failing_percent": 20.9,
    "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": 5,
    "comments": 0,
    "name": "Japanese",
    "url": "https://weblate.foundryvtt-hub.com/languages/ja/"
}