Changes API.

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

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

{
    "unit": "http://waldo.team/api/units/1973835/?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-04-22T03:35:24.608230+09:00",
    "action": 2,
    "target": "상인들은 물건을 교환하거나 구입, 판매합니다. 모든 아이템엔 가격이 있습니다. 거래 시 상품에 따라 한 쪽이 부족한 값을 돈으로 지불하게 될 수도 있습니다. 흥정 기술이 높을수록 거래 가격이 당신에게 유리해집니다.",
    "id": 2030562,
    "action_name": "Translation changed",
    "url": "http://waldo.team/api/changes/2030562/?format=api"
}