Translation components API.

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

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

{
    "last_author": "Hai Pham",
    "code": "vi",
    "failing_percent": 1.1,
    "total_words": 1154,
    "translated_words": 1143,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/dmctldmctl/vi/",
    "fuzzy": 1,
    "total": 336,
    "name": "Vietnamese",
    "url": "http://weblate.ucs.ru/engage/storehouse5/vi/",
    "translated_percent": 98.2,
    "failing": 4,
    "fuzzy_percent": 0.2,
    "translated": 330,
    "last_change": "2021-05-04T07:52:29"
}