Changes API.

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

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

{
    "unit": "http://translate.pkp.sfu.ca/api/units/176652/?format=api",
    "component": "http://translate.pkp.sfu.ca/api/components/plugins/subscription-sso-plugin/?format=api",
    "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/subscription-sso-plugin/fr_CA/?format=api",
    "user": "http://translate.pkp.sfu.ca/api/users/mariehelene/?format=api",
    "author": "http://translate.pkp.sfu.ca/api/users/mariehelene/?format=api",
    "timestamp": "2020-03-30T20:08:29.981923Z",
    "action": 30,
    "target": "This plugin delegates subscription checking to an external system for SSO (Single Sign On)-like behavior. When a request comes to OJS with the incoming parameter name specified -- this should be a parameter that OJS does not use internally -- the plugin will contact the verification URL with the value of the parameter appended. If the remote service's result matches the specified regular expression, the user will be considered valid. If not, the user will be redirected to the specified URL.",
    "id": 38968,
    "action_name": "Source string changed",
    "url": "http://translate.pkp.sfu.ca/api/changes/38968/?format=api"
}