Changes API.

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

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

{
    "unit": "http://waldo.team/api/units/1952564/?format=api",
    "component": "http://waldo.team/api/components/wl3/quest/?format=api",
    "translation": "http://waldo.team/api/translations/wl3/quest/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-04-29T11:22:10.351790+09:00",
    "action": 2,
    "target": "이 '모닝스타'가 우리를 함정에 빠뜨리려는 것 같다. 함정 따위에 걸려들지 않을것이다.",
    "id": 2033151,
    "action_name": "Translation changed",
    "url": "http://waldo.team/api/changes/2033151/?format=api"
}