Changes API.

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

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

{
    "unit": "http://waldo.team/api/units/1973797/?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:49:59.267319+09:00",
    "action": 2,
    "target": "새로운 분대원이 생겼습니다! 분대의 규모가 클수록, 각 분대원마다 특정 기술과 전투 능력을 높일 수 있어 유리합니다. 분대원은 최대 여섯 명까지 편성할 수 있습니다.",
    "id": 1936487,
    "action_name": "Translation changed",
    "url": "http://waldo.team/api/changes/1936487/?format=api"
}