Changes API.

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

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

{
    "unit": "http://waldo.team/api/units/2079573/?format=api",
    "component": "http://waldo.team/api/components/wl3/scenes/?format=api",
    "translation": "http://waldo.team/api/translations/wl3/scenes/ko/?format=api",
    "glossary_term": null,
    "user": "http://waldo.team/api/users/secarnadia/?format=api",
    "author": "http://waldo.team/api/users/secarnadia/?format=api",
    "timestamp": "2022-02-17T06:08:59.386375+09:00",
    "action": 2,
    "target": "행정 구역",
    "id": 1975572,
    "action_name": "Translation changed",
    "url": "http://waldo.team/api/changes/1975572/?format=api"
}