Changes API.

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

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

{
    "unit": "http://waldo.team/api/units/2075853/?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/8942023c2f854913/?format=api",
    "author": "http://waldo.team/api/users/8942023c2f854913/?format=api",
    "timestamp": "2022-02-03T02:56:28.243179+09:00",
    "action": 5,
    "target": "샤이엔산에 오신 걸 환영합니다",
    "id": 1964520,
    "action_name": "New translation",
    "url": "http://waldo.team/api/changes/1964520/?format=api"
}