Changes API.

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

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

{
    "unit": "https://waldo.team/api/units/1512294/?format=api",
    "component": "https://waldo.team/api/components/dai/dialogue/?format=api",
    "translation": "https://waldo.team/api/translations/dai/dialogue/ko/?format=api",
    "glossary_term": null,
    "user": "https://waldo.team/api/users/Johong/?format=api",
    "author": "https://waldo.team/api/users/Johong/?format=api",
    "timestamp": "2021-03-17T19:19:27.626463+09:00",
    "action": 5,
    "target": "이 동굴 안에 호크와 그 감시자 친구가 있는지 한 번 볼까?",
    "id": 1479760,
    "action_name": "New translation",
    "url": "https://waldo.team/api/changes/1479760/?format=api"
}