Changes API.

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

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

{
    "unit": "http://waldo.team/api/units/1973773/?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/roc/?format=api",
    "author": "http://waldo.team/api/users/roc/?format=api",
    "timestamp": "2022-01-05T15:21:44.530533+09:00",
    "action": 4,
    "target": "전투에서 승리하면 경험치를 얻습니다. 또한 적들이 떨어뜨린 아이템을 루팅할 수 있습니다.",
    "id": 1918623,
    "action_name": "Suggestion added",
    "url": "http://waldo.team/api/changes/1918623/?format=api"
}