Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/2603086/?format=api",
    "component": "http://weblate.ucs.ru/api/components/kiosk2/default/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/kiosk2/default/hr/?format=api",
    "dictionary": null,
    "user": 212,
    "author": 212,
    "timestamp": "2026-02-17T12:35:33",
    "action": 7,
    "target": "Zapamtite svoj broj u redu, <br />bit će zapisan i na računu",
    "id": 1343547,
    "action_name": "Suggestion accepted",
    "url": "http://weblate.ucs.ru/api/changes/1343547/?format=api"
}