Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/529800/?format=api",
    "component": "http://weblate.ucs.ru/api/components/marketing-desktop/md-restaurants/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/marketing-desktop/md-restaurants/bg/?format=api",
    "dictionary": null,
    "user": 101,
    "author": 101,
    "timestamp": "2019-05-27T18:19:41",
    "action": 5,
    "target": "Коефициент начисление на точки (точки се използват при превключване между нивата на отстъпка). Сума от точки на сметката = коефицент на ресторанта * сумата на сметката с отстъпката.",
    "id": 204023,
    "action_name": "New translation",
    "url": "http://weblate.ucs.ru/api/changes/204023/?format=api"
}