Translation components API.

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

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

{
    "last_author": "Andrea Petrova",
    "code": "cs",
    "failing_percent": 0.6,
    "total_words": 3164,
    "translated_words": 1164,
    "url_translate": "http://weblate.ucs.ru/projects/delivery/delivery/cs/",
    "fuzzy": 6,
    "total": 1141,
    "name": "Czech",
    "url": "http://weblate.ucs.ru/engage/delivery/cs/",
    "translated_percent": 47.1,
    "failing": 7,
    "fuzzy_percent": 0.5,
    "translated": 538,
    "last_change": "2020-09-24T08:38:40"
}