Translation components API.

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

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

{
    "total": 350,
    "total_words": 1807,
    "last_change": "2023-07-17T11:18:10.010627Z",
    "recent_changes": 1,
    "translated": 102,
    "translated_words": 317,
    "translated_percent": 29.1,
    "translated_words_percent": 17.5,
    "translated_chars": 1867,
    "translated_chars_percent": 17.1,
    "total_chars": 10896,
    "fuzzy": 248,
    "fuzzy_percent": 70.8,
    "failing": 267,
    "failing_percent": 76.2,
    "approved": 101,
    "approved_percent": 28.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 5,
    "comments": 0,
    "code": "sw",
    "name": "Swahili",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/sw/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/sw/"
}