Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/2340818/?format=api",
    "component": "http://weblate.ucs.ru/api/components/kiosk2/core/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/kiosk2/core/bs_Latn/?format=api",
    "dictionary": null,
    "user": 111,
    "author": 111,
    "timestamp": "2022-07-27T06:58:08",
    "action": 5,
    "target": "Jedan interfejs, placanje karticom ili gotovinom",
    "id": 800164,
    "action_name": "New translation",
    "url": "http://weblate.ucs.ru/api/changes/800164/?format=api"
}