Changes API.

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

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

{
    "unit": null,
    "component": "https://weblate.rikka.app/api/components/libraries/core/?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": "2020-05-09T18:53:04.006803Z",
    "action": 25,
    "target": "zh-rCN.xml",
    "id": 791,
    "action_name": "Removed translation",
    "url": "https://weblate.rikka.app/api/changes/791/?format=api"
}