Translation components API.

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

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

{
    "last_author": "Nemanja Savić",
    "code": "sr",
    "failing_percent": 0.1,
    "total_words": 27957,
    "translated_words": 1558,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh/sr/",
    "fuzzy": 4,
    "total": 10343,
    "name": "Serbian",
    "url": "http://weblate.ucs.ru/engage/storehouse5/sr/",
    "translated_percent": 4.6,
    "failing": 9,
    "fuzzy_percent": 0.1,
    "translated": 484,
    "last_change": "2021-06-28T15:35:18"
}