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": 2982,
    "total_words": 12984,
    "total_chars": 79903,
    "last_change": "2023-12-13T13:02:43.237619Z",
    "recent_changes": 145,
    "translated": 2389,
    "translated_words": 7765,
    "translated_percent": 80.1,
    "translated_words_percent": 59.8,
    "translated_chars": 47246,
    "translated_chars_percent": 59.1,
    "fuzzy": 35,
    "fuzzy_percent": 1.1,
    "failing": 22,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Japanese",
    "url": "https://translate.funkwhale.audio/languages/ja/"
}