Changes API.

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

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

{
    "unit": "https://translate.webtrees.net/api/units/3/?format=api",
    "component": "https://translate.webtrees.net/api/components/webtrees/webtrees-20/?format=api",
    "translation": "https://translate.webtrees.net/api/translations/webtrees/webtrees-20/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-12-10T11:49:51.472169Z",
    "action": 59,
    "target": "%s day\u001e\u001e%s days",
    "id": 4,
    "action_name": "String updated in the repository",
    "url": "https://translate.webtrees.net/api/changes/4/?format=api"
}