Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/tok/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 597,
    "total_words": 10281,
    "last_change": "2025-07-27T15:48:47.060018Z",
    "recent_changes": 169,
    "translated": 180,
    "translated_words": 1382,
    "translated_percent": 30.1,
    "translated_words_percent": 13.4,
    "translated_chars": 9063,
    "translated_chars_percent": 14.1,
    "total_chars": 63887,
    "fuzzy": 417,
    "fuzzy_percent": 69.8,
    "failing": 275,
    "failing_percent": 46.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 17,
    "comments": 0,
    "name": "Toki Pona",
    "url": "https://traduk.amikumu.com/languages/tok/"
}