Changes API.

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

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

{
    "unit": null,
    "component": "http://translate.otrs.com/api/components/otrs/user-manual/?format=api",
    "translation": "http://translate.otrs.com/api/translations/otrs/user-manual/zh_Hans/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-01-17T15:25:47.159151Z",
    "action": 0,
    "target": "",
    "old": "",
    "details": {
        "reason": "content changed",
        "filename": "locale/zh_CN/LC_MESSAGES/content.po"
    },
    "id": 1151534,
    "action_name": "Resource updated",
    "url": "http://translate.otrs.com/api/changes/1151534/?format=api"
}