Translation components API.

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

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

{
    "last_author": "Andrea Petrova",
    "code": "sk",
    "failing_percent": 0.1,
    "total_words": 3423,
    "translated_words": 0,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/shadm/sk/",
    "fuzzy": 1,
    "total": 994,
    "name": "Slovak",
    "url": "http://weblate.ucs.ru/engage/storehouse5/sk/",
    "translated_percent": 0.0,
    "failing": 1,
    "fuzzy_percent": 0.1,
    "translated": 0,
    "last_change": "2020-05-28T11:38:56"
}