Changes API.

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

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

{
    "unit": "https://l10n.xwiki.org/api/units/122234/?format=api",
    "component": "https://l10n.xwiki.org/api/components/xwiki-platform/wysiwyg-editor-api/?format=api",
    "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/wysiwyg-editor-api/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-10-11T08:11:43.624925Z",
    "action": 59,
    "target": "Default WYSIWYG Editor",
    "id": 321127,
    "action_name": "String updated in the repository",
    "url": "https://l10n.xwiki.org/api/changes/321127/?format=api"
}