Changes API.

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

GET /api/changes/7420/?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": "https://weblate.linphone.org/api/users/sylvain.berfini/?format=api",
    "author": "https://weblate.linphone.org/api/users/sylvain.berfini/?format=api",
    "timestamp": "2021-05-28T07:18:11.624413Z",
    "action": 50,
    "target": "",
    "id": 7420,
    "action_name": "Created project",
    "url": "https://weblate.linphone.org/api/changes/7420/?format=api"
}