Changes API

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

GET /api/changes/558737/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": "http://weblate.ucs.ru/api/units/1777769/?format=api",
    "component": "http://weblate.ucs.ru/api/components/deliverypos/deliverypos/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/deliverypos/deliverypos/en/?format=api",
    "dictionary": null,
    "user": 72,
    "author": 72,
    "timestamp": "2020-06-30T14:42:35",
    "action": 5,
    "target": "<ol><li>You can define several delivery conditions that partially or completely match the delivery zone.</li><li>These zones can be added to one or to several restaurant.</li><li>Selecting the appropriate zone will occur on the following principle:    <ul><li>First, search for zones that include the customer address</li><li><span style=\"color: red;\">Then, zones with suitable working hours are selected</span></li><li>Then we select the zone, suitable for the size of the minimum order</li></ul><li>If several zones still match the search criteria, the most suitable one will be selected:<ul><li>The zone with the higher priority will be selected first.</li><li><span style=\"color: red;\">If there are several zones with the same priority, then the one with the lowest delivery price / lowest minimum order / lowest delivery time will be found</span></li><li>If there are several of them, then the first one from the list will be taken (<span style=\"color: red;\">или сработает динамическое распределение</span>)</li></ul></ol>",
    "id": 558737,
    "action_name": "New translation",
    "url": "http://weblate.ucs.ru/api/changes/558737/?format=api"
}