Translation components API.

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

GET /api/translations/storehouse5/sdbman/en/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "last_author": "Красюкова Мария",
    "code": "en",
    "failing_percent": 0.7,
    "total_words": 1684,
    "translated_words": 1641,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sdbman/en/",
    "fuzzy": 5,
    "total": 511,
    "name": "English",
    "url": "http://weblate.ucs.ru/engage/storehouse5/en/",
    "translated_percent": 96.4,
    "failing": 4,
    "fuzzy_percent": 0.9,
    "translated": 493,
    "last_change": "2022-11-16T15:11:01"
}