Changes API.

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

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

{
    "unit": "https://weblate.ppc.lol/api/units/10286/?format=api",
    "component": "https://weblate.ppc.lol/api/components/peercoin-flutter/translations/?format=api",
    "translation": "https://weblate.ppc.lol/api/translations/peercoin-flutter/translations/nl/?format=api",
    "user": null,
    "author": "https://weblate.ppc.lol/api/users/anonymous/?format=api",
    "timestamp": "2021-05-14T09:23:13.178993Z",
    "action": 4,
    "target": "Over",
    "id": 1133,
    "action_name": "Suggestion added",
    "url": "https://weblate.ppc.lol/api/changes/1133/?format=api"
}