Translation components API.

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

GET /api/translations/storehouse5/sdbman/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": 10.1,
    "total_words": 1684,
    "translated_words": 1565,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sdbman/vi/",
    "fuzzy": 9,
    "total": 511,
    "name": "Vietnamese",
    "url": "http://weblate.ucs.ru/engage/storehouse5/vi/",
    "translated_percent": 92.7,
    "failing": 52,
    "fuzzy_percent": 1.7,
    "translated": 474,
    "last_change": "2021-03-16T06:15:30"
}