Changes API.

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

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

{
    "unit": "https://i18n.tweaked.cc/api/units/386/?format=api",
    "component": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/?format=api",
    "translation": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/de/?format=api",
    "user": null,
    "author": "https://i18n.tweaked.cc/api/users/anonymous/?format=api",
    "timestamp": "2020-06-25T20:42:31.369591Z",
    "action": 29,
    "target": "Parameter erwartet",
    "id": 777,
    "action_name": "Suggestion removed during cleanup",
    "url": "https://i18n.tweaked.cc/api/changes/777/?format=api"
}