Translation components API.

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

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

{
    "total": 350,
    "total_words": 1807,
    "last_change": "2025-07-27T15:38:04.351800Z",
    "recent_changes": 158,
    "translated": 125,
    "translated_words": 585,
    "translated_percent": 35.7,
    "translated_words_percent": 32.3,
    "translated_chars": 3499,
    "translated_chars_percent": 32.1,
    "total_chars": 10896,
    "fuzzy": 225,
    "fuzzy_percent": 64.2,
    "failing": 90,
    "failing_percent": 25.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 17,
    "comments": 0,
    "code": "tok",
    "name": "Toki Pona",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/tok/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/tok/"
}