Changes API.

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

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

{
    "unit": "http://waldo.team/api/units/1973751/?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:29:10.736328+09:00",
    "action": 2,
    "target": "적과 조우했습니다. 전투 중에는, 당신과 적들은 자신의 차례에 이동하거나 상대를 공격할 수 있습니다. 한쪽이 패배하면 전투가 종료됩니다.",
    "id": 1936479,
    "action_name": "Translation changed",
    "url": "http://waldo.team/api/changes/1936479/?format=api"
}