Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/1461357/?format=api",
    "component": "http://weblate.ucs.ru/api/components/storehouse5/sh_test_json/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh_test_json/en/?format=api",
    "dictionary": null,
    "user": 221,
    "author": 221,
    "timestamp": "2026-05-28T12:14:47",
    "action": 2,
    "target": "Form B",
    "id": 1353230,
    "action_name": "Translation changed",
    "url": "http://weblate.ucs.ru/api/changes/1353230/?format=api"
}