Changes API.

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

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

{
    "unit": "http://waldo.team/api/units/1954423/?format=api",
    "component": "http://waldo.team/api/components/wl3/quest/?format=api",
    "translation": "http://waldo.team/api/translations/wl3/quest/ko/?format=api",
    "glossary_term": null,
    "user": "http://waldo.team/api/users/Tehanuu/?format=api",
    "author": "http://waldo.team/api/users/Tehanuu/?format=api",
    "timestamp": "2022-01-10T22:58:38.634168+09:00",
    "action": 5,
    "target": "우리는 라면을 마사토에게 건네줬다. 그는 그것들을 가지고 실험할 생각에 엄청나게 흥분했다.",
    "id": 1923199,
    "action_name": "New translation",
    "url": "http://waldo.team/api/changes/1923199/?format=api"
}