Changes API.

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

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

{
    "unit": "http://translate.pkp.sfu.ca/api/units/303021/?format=api",
    "component": "http://translate.pkp.sfu.ca/api/components/registrationNotification/emails/?format=api",
    "translation": "http://translate.pkp.sfu.ca/api/translations/registrationNotification/emails/pt_BR/?format=api",
    "user": "http://translate.pkp.sfu.ca/api/users/diegojmacedo/?format=api",
    "author": "http://translate.pkp.sfu.ca/api/users/diegojmacedo/?format=api",
    "timestamp": "2021-03-05T11:56:43.743729Z",
    "action": 5,
    "target": "Um novo usuário foi cadastrado em {$date} na revista {$contextName}.\n<br /> <strong> Nome: </strong> {$userFullName}\n<br /> <strong> Nome de usuário: </strong> {$userName}\n<br /> <strong> E-mail: </strong> {$userEmail} </a>\n<br />\n<br />\nEste e-mail foi gerado pelo plugin de Notificação de Registro do Public Knowledge Project's (PKP).",
    "id": 161514,
    "action_name": "New translation",
    "url": "http://translate.pkp.sfu.ca/api/changes/161514/?format=api"
}