Translation components API.

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

GET /api/translations/ooops-mixin-14-0/web_debranding/it/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 26,
    "total_words": 60,
    "last_change": "2022-03-17T15:13:31.935056Z",
    "recent_changes": 3,
    "translated": 3,
    "translated_words": 4,
    "translated_percent": 11.5,
    "translated_words_percent": 6.6,
    "translated_chars": 25,
    "translated_chars_percent": 5.8,
    "total_chars": 428,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "it",
    "name": "Italian",
    "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/web_debranding/it/",
    "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/web_debranding/it/"
}