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": 10419,
    "total_words": 70535,
    "total_chars": 486626,
    "last_change": "2024-04-24T12:58:24.977543Z",
    "recent_changes": 340,
    "translated": 6135,
    "translated_words": 36277,
    "translated_percent": 58.8,
    "translated_words_percent": 51.4,
    "translated_chars": 262844,
    "translated_chars_percent": 54.0,
    "fuzzy": 161,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 1057,
    "fuzzy_words_percent": 1.4,
    "fuzzy_chars": 11194,
    "fuzzy_chars_percent": 2.3,
    "failing": 106,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.2,
    "readonly_words": 237,
    "readonly_words_percent": 0.3,
    "readonly_chars": 2157,
    "readonly_chars_percent": 0.4,
    "suggestions": 159,
    "comments": 9,
    "name": "Japanese",
    "url": "https://weblate.framasoft.org/languages/ja/"
}