Changes API.

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

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

{
    "unit": null,
    "component": "https://weblate.rikka.app/api/components/app-ops/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-06-29T08:09:55.676589Z",
    "action": 51,
    "target": "",
    "id": 18162,
    "action_name": "Created component",
    "url": "https://weblate.rikka.app/api/changes/18162/?format=api"
}