Changes API.

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

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

{
    "unit": null,
    "component": null,
    "translation": null,
    "user": "https://weblate.info.ucl.ac.be/api/users/gegoa/?format=api",
    "author": "https://weblate.info.ucl.ac.be/api/users/gegoa/?format=api",
    "timestamp": "2019-10-17T10:43:42.574963+02:00",
    "action": 50,
    "target": "",
    "id": 5913,
    "action_name": "Created project",
    "url": "https://weblate.info.ucl.ac.be/api/changes/5913/?format=api"
}