Changes API.

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

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

{
    "unit": null,
    "component": null,
    "translation": null,
    "user": "https://translate.memarc.info/api/users/admin/?format=api",
    "author": "https://translate.memarc.info/api/users/admin/?format=api",
    "timestamp": "2019-06-14T18:02:39.183530Z",
    "action": 50,
    "target": "",
    "id": 1,
    "action_name": "Created project",
    "url": "https://translate.memarc.info/api/changes/1/?format=api"
}