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": 193053,
    "total_words": 2430856,
    "total_chars": 17047722,
    "last_change": "2025-03-13T12:12:53.549393Z",
    "recent_changes": 867,
    "translated": 78167,
    "translated_words": 517437,
    "translated_percent": 40.4,
    "translated_words_percent": 21.2,
    "translated_chars": 3432561,
    "translated_chars_percent": 20.1,
    "fuzzy": 4462,
    "fuzzy_percent": 2.3,
    "fuzzy_words": 21958,
    "fuzzy_words_percent": 0.9,
    "fuzzy_chars": 182432,
    "fuzzy_chars_percent": 1.0,
    "failing": 4972,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 108,
    "readonly_percent": 0.1,
    "readonly_words": 267,
    "readonly_words_percent": 0.1,
    "readonly_chars": 3641,
    "readonly_chars_percent": 0.1,
    "suggestions": 6707,
    "comments": 8,
    "name": "Japanese",
    "url": "https://translate.fedoraproject.org/languages/ja/"
}