Changes API.

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

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

{
    "unit": "http://translate.pkp.sfu.ca/api/units/31697/?format=api",
    "component": "http://translate.pkp.sfu.ca/api/components/pkp-lib/admin/?format=api",
    "translation": "http://translate.pkp.sfu.ca/api/translations/pkp-lib/admin/nb_NO/?format=api",
    "user": "http://translate.pkp.sfu.ca/api/users/eirikh/?format=api",
    "author": "http://translate.pkp.sfu.ca/api/users/eirikh/?format=api",
    "timestamp": "2020-10-18T10:16:19.800046Z",
    "action": 2,
    "target": "{$softwareName} gjorde oppgaven automatisk. Du kan laste ned loggen her: {$url}",
    "id": 99938,
    "action_name": "Translation changed",
    "url": "http://translate.pkp.sfu.ca/api/changes/99938/?format=api"
}