Changes API.

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

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

{
    "unit": null,
    "component": "https://translate.opensourcepos.org/api/components/opensourcepos/common/?format=api",
    "translation": null,
    "user": "https://translate.opensourcepos.org/api/users/admin/?format=api",
    "author": null,
    "timestamp": "2020-09-19T17:52:09.857653Z",
    "action": 21,
    "target": "",
    "id": 1036,
    "action_name": "Rebased repository",
    "url": "https://translate.opensourcepos.org/api/changes/1036/?format=api"
}