Changes API.

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

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

{
    "unit": "http://waldo.team/api/units/1973808/?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/Sangman/?format=api",
    "author": "http://waldo.team/api/users/Sangman/?format=api",
    "timestamp": "2022-01-26T10:52:20.299467+09:00",
    "action": 2,
    "target": "엄폐는 적의 사격으로부터 추가 방어를 제공합니다. 공격에 맞지 않으려면 항상 엄폐 상태를 유지하세요.",
    "id": 1936490,
    "action_name": "Translation changed",
    "url": "http://waldo.team/api/changes/1936490/?format=api"
}