Translation components API.

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

GET /api/translations/storehouse5/shadm/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": 20.5,
    "total_words": 3423,
    "translated_words": 2799,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/shadm/vi/",
    "fuzzy": 5,
    "total": 994,
    "name": "Vietnamese",
    "url": "http://weblate.ucs.ru/engage/storehouse5/vi/",
    "translated_percent": 81.5,
    "failing": 204,
    "fuzzy_percent": 0.5,
    "translated": 811,
    "last_change": "2021-12-22T06:15:20"
}