Changes API.

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

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

{
    "unit": "http://waldo.team/api/units/1974125/?format=api",
    "component": "http://waldo.team/api/components/wl3/tutorial/?format=api",
    "translation": "http://waldo.team/api/translations/wl3/tutorial/ko/?format=api",
    "glossary_term": null,
    "user": "http://waldo.team/api/users/taamro/?format=api",
    "author": "http://waldo.team/api/users/taamro/?format=api",
    "timestamp": "2022-01-22T20:35:24.142819+09:00",
    "action": 5,
    "target": "이제 일행에 구성원이 여럿 모였습니다. [Keybind: ChangeFormation] 버튼을 눌러 분대원의 배치 순서를 변경할 수 있습니다.",
    "id": 1933755,
    "action_name": "New translation",
    "url": "http://waldo.team/api/changes/1933755/?format=api"
}