Translation components API.

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

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

{
    "last_author": "Красюкова Мария",
    "code": "en",
    "failing_percent": 1.3,
    "total_words": 228,
    "translated_words": 228,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh5licen/en/",
    "fuzzy": 0,
    "total": 76,
    "name": "English",
    "url": "http://weblate.ucs.ru/engage/storehouse5/en/",
    "translated_percent": 100.0,
    "failing": 1,
    "fuzzy_percent": 0.0,
    "translated": 76,
    "last_change": "2019-09-27T08:21:52"
}