Changes API.

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

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

{
    "unit": "http://translate.pkp.sfu.ca/api/units/11216/?format=api",
    "component": "http://translate.pkp.sfu.ca/api/components/ojs/admin/?format=api",
    "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/admin/zh_CN/?format=api",
    "user": "http://translate.pkp.sfu.ca/api/users/yukari/?format=api",
    "author": "http://translate.pkp.sfu.ca/api/users/yukari/?format=api",
    "timestamp": "2020-03-09T04:28:35.040743Z",
    "action": 5,
    "target": "标题为必填项。",
    "id": 35909,
    "action_name": "New translation",
    "url": "http://translate.pkp.sfu.ca/api/changes/35909/?format=api"
}