Changes API

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

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

{
    "unit": null,
    "component": "https://weblate.alelec.net/api/components/navdy/alelec_navdy_client/?format=api",
    "translation": null,
    "dictionary": null,
    "user": null,
    "author": null,
    "timestamp": "2019-08-25T22:08:16.082380Z",
    "action": 21,
    "target": "",
    "id": 3,
    "action_name": "Rebased repository",
    "url": "https://weblate.alelec.net/api/changes/3/?format=api"
}