Changes API.

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

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

{
    "unit": "http://waldo.team/api/units/1974978/?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/Concubine/?format=api",
    "author": "http://waldo.team/api/users/Concubine/?format=api",
    "timestamp": "2022-02-24T12:51:47.451204+09:00",
    "action": 2,
    "target": "이제 레인저 휘장을 변경할 수 있습니다! 그레이츠키 원사에게 말을 걸어 콜로라도 레인저를 대표할 당신만의 로고를 선택하세요.",
    "id": 1983963,
    "action_name": "Translation changed",
    "url": "http://waldo.team/api/changes/1983963/?format=api"
}