Changes API.

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

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

{
    "unit": "https://i18n.tweaked.cc/api/units/8313/?format=api",
    "component": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/?format=api",
    "translation": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/zh_Hans/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-11-20T10:25:41.510449Z",
    "action": 59,
    "target": "",
    "id": 3020,
    "action_name": "String updated in the repository",
    "url": "https://i18n.tweaked.cc/api/changes/3020/?format=api"
}