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": 40700,
    "total_words": 376570,
    "total_chars": 2553202,
    "last_change": "2025-12-21T03:02:46.787752Z",
    "recent_changes": 783,
    "translated": 22837,
    "translated_words": 243559,
    "translated_percent": 56.1,
    "translated_words_percent": 64.6,
    "translated_chars": 1666557,
    "translated_chars_percent": 65.2,
    "fuzzy": 932,
    "fuzzy_percent": 2.2,
    "fuzzy_words": 5707,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 39096,
    "fuzzy_chars_percent": 1.5,
    "failing": 1153,
    "failing_percent": 2.8,
    "approved": 336,
    "approved_percent": 0.8,
    "approved_words": 4426,
    "approved_words_percent": 1.1,
    "approved_chars": 33091,
    "approved_chars_percent": 1.2,
    "readonly": 158,
    "readonly_percent": 0.3,
    "readonly_words": 141,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1752,
    "readonly_chars_percent": 0.1,
    "suggestions": 5122,
    "comments": 153,
    "name": "Japanese",
    "url": "https://weblate.osgeo.org/languages/ja/"
}