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": 997,
    "total_words": 4352,
    "total_chars": 26031,
    "last_change": "2025-10-19T06:07:54.287282Z",
    "recent_changes": 1,
    "translated": 167,
    "translated_words": 845,
    "translated_percent": 16.7,
    "translated_words_percent": 19.4,
    "translated_chars": 5153,
    "translated_chars_percent": 19.7,
    "fuzzy": 5,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 18,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 101,
    "fuzzy_chars_percent": 0.3,
    "failing": 3,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 104,
    "readonly_percent": 10.4,
    "readonly_words": 622,
    "readonly_words_percent": 14.2,
    "readonly_chars": 3850,
    "readonly_chars_percent": 14.7,
    "suggestions": 0,
    "comments": 0,
    "name": "Japanese",
    "url": "http://translate.gtaf.org/languages/ja/"
}