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": 8478,
    "total_words": 51342,
    "total_chars": 311277,
    "last_change": "2025-07-23T14:16:45.344490Z",
    "recent_changes": 7,
    "translated": 4613,
    "translated_words": 26788,
    "translated_percent": 54.4,
    "translated_words_percent": 52.1,
    "translated_chars": 160866,
    "translated_chars_percent": 51.6,
    "fuzzy": 2400,
    "fuzzy_percent": 28.3,
    "fuzzy_words": 16385,
    "fuzzy_words_percent": 31.9,
    "fuzzy_chars": 100365,
    "fuzzy_chars_percent": 32.2,
    "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/"
}