Translation components API.

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

GET /api/translations/delivery/deliveryagent/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.0,
    "total_words": 1456,
    "translated_words": 1456,
    "url_translate": "http://weblate.ucs.ru/projects/delivery/deliveryagent/sr/",
    "fuzzy": 0,
    "total": 565,
    "name": "Serbian",
    "url": "http://weblate.ucs.ru/engage/delivery/sr/",
    "translated_percent": 100.0,
    "failing": 0,
    "fuzzy_percent": 0.0,
    "translated": 565,
    "last_change": "2020-07-19T19:23:51"
}