Translation components API.

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

GET /api/translations/navdy/hud/ru/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "code": "ru",
    "name": "Russian",
    "total": 910,
    "total_words": 2548,
    "last_change": "2021-03-13T09:50:20.489934Z",
    "last_author": "Ilya",
    "recent_changes": 36,
    "translated": 910,
    "translated_words": 2548,
    "translated_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.2,
    "url": "https://weblate.alelec.net/engage/navdy/ru/",
    "url_translate": "https://weblate.alelec.net/projects/navdy/hud/ru/"
}