Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/2595123/?format=api",
    "component": "http://weblate.ucs.ru/api/components/kiosk2/default/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/kiosk2/default/lt/?format=api",
    "dictionary": null,
    "user": 193,
    "author": 193,
    "timestamp": "2026-01-14T07:18:10",
    "action": 5,
    "target": "Mokėjimas tik kioske",
    "id": 1335742,
    "action_name": "New translation",
    "url": "http://weblate.ucs.ru/api/changes/1335742/?format=api"
}