Translation components API.

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

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

{
    "last_author": "Alexandru Teodoru",
    "code": "ro",
    "failing_percent": 0.4,
    "total_words": 2832,
    "translated_words": 1272,
    "url_translate": "http://weblate.ucs.ru/projects/deliverypos/deliverypos/ro/",
    "fuzzy": 0,
    "total": 859,
    "name": "Romanian",
    "url": "http://weblate.ucs.ru/engage/deliverypos/ro/",
    "translated_percent": 36.7,
    "failing": 4,
    "fuzzy_percent": 0.0,
    "translated": 316,
    "last_change": "2021-12-24T06:05:39"
}