Changes API.

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

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

{
    "unit": "https://weblate.ppc.lol/api/units/26038/?format=api",
    "component": "https://weblate.ppc.lol/api/components/peercoin-net/translations/?format=api",
    "translation": "https://weblate.ppc.lol/api/translations/peercoin-net/translations/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-12-13T12:53:22.959528Z",
    "action": 13,
    "target": "",
    "id": 16004,
    "action_name": "New source string",
    "url": "https://weblate.ppc.lol/api/changes/16004/?format=api"
}