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,
    "glossary_term": null,
    "user": "https://translate.archiveentertainment.com/api/users/RobbyZ/?format=api",
    "author": "https://translate.archiveentertainment.com/api/users/RobbyZ/?format=api",
    "timestamp": "2020-08-06T15:31:43.815663-07:00",
    "action": 50,
    "target": "",
    "id": 1,
    "action_name": "Created project",
    "url": "https://translate.archiveentertainment.com/api/changes/1/?format=api"
}