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": 1877,
    "total_words": 17796,
    "total_chars": 115342,
    "last_change": "2025-05-18T16:20:53.146060Z",
    "recent_changes": 0,
    "translated": 961,
    "translated_words": 7998,
    "translated_percent": 51.1,
    "translated_words_percent": 44.9,
    "translated_chars": 51383,
    "translated_chars_percent": 44.5,
    "fuzzy": 236,
    "fuzzy_percent": 12.5,
    "fuzzy_words": 3546,
    "fuzzy_words_percent": 19.9,
    "fuzzy_chars": 23475,
    "fuzzy_chars_percent": 20.3,
    "failing": 204,
    "failing_percent": 10.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 13,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Japanese",
    "url": "https://translate.yunohost.org/languages/ja/"
}