Changes API.

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

GET /api/changes/29/?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": "2020-09-24T08:02:36.352995Z",
    "action": 38,
    "target": "linphone-android",
    "id": 29,
    "action_name": "Removed component",
    "url": "https://weblate.linphone.org/api/changes/29/?format=api"
}