Changes API.

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

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

{
    "unit": "https://translate.ayana.io/api/units/8594/?format=api",
    "component": "https://translate.ayana.io/api/components/ayana/events/?format=api",
    "translation": "https://translate.ayana.io/api/translations/ayana/events/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-03-09T20:43:42.292588Z",
    "action": 59,
    "target": "Role Deleted",
    "id": 1124,
    "action_name": "String updated in the repository",
    "url": "https://translate.ayana.io/api/changes/1124/?format=api"
}