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": 4147,
    "total_words": 18662,
    "total_chars": 113488,
    "last_change": "2025-10-04T22:57:29.636037Z",
    "recent_changes": 0,
    "translated": 4101,
    "translated_words": 18175,
    "translated_percent": 98.8,
    "translated_words_percent": 97.3,
    "translated_chars": 110472,
    "translated_chars_percent": 97.3,
    "fuzzy": 37,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 457,
    "fuzzy_words_percent": 2.4,
    "fuzzy_chars": 2815,
    "fuzzy_chars_percent": 2.4,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 3339,
    "approved_percent": 80.5,
    "approved_words": 14458,
    "approved_words_percent": 77.4,
    "approved_chars": 87525,
    "approved_chars_percent": 77.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Japanese",
    "url": "https://translate.sonoransoftware.com/languages/ja/"
}