Changes API.

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

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

{
    "unit": null,
    "component": "https://weblate.rikka.app/api/components/wadb/application/?format=api",
    "translation": null,
    "user": "https://weblate.rikka.app/api/users/rikka/?format=api",
    "author": "https://weblate.rikka.app/api/users/rikka/?format=api",
    "timestamp": "2022-04-07T03:15:37.097484Z",
    "action": 51,
    "target": "",
    "id": 14194,
    "action_name": "Created component",
    "url": "https://weblate.rikka.app/api/changes/14194/?format=api"
}