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": 1855,
    "total_words": 17639,
    "total_chars": 114395,
    "last_change": "2025-04-03T10:49:46.250889Z",
    "recent_changes": 3,
    "translated": 960,
    "translated_words": 7996,
    "translated_percent": 51.7,
    "translated_words_percent": 45.3,
    "translated_chars": 51370,
    "translated_chars_percent": 44.9,
    "fuzzy": 236,
    "fuzzy_percent": 12.7,
    "fuzzy_words": 3546,
    "fuzzy_words_percent": 20.1,
    "fuzzy_chars": 23475,
    "fuzzy_chars_percent": 20.5,
    "failing": 204,
    "failing_percent": 10.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "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.yunohost.org/languages/ja/"
}