Changes API.

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

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

{
    "unit": null,
    "component": null,
    "translation": null,
    "glossary_term": null,
    "user": "http://weblate.ops404.it/api/users/giovanni-ooops/?format=api",
    "author": "http://weblate.ops404.it/api/users/giovanni-ooops/?format=api",
    "timestamp": "2021-03-19T12:01:09.005975+01:00",
    "action": 50,
    "target": "",
    "id": 6786,
    "action_name": "Created project",
    "url": "http://weblate.ops404.it/api/changes/6786/?format=api"
}