Changes API.

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

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

{
    "unit": "http://waldo.team/api/units/1954369/?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/cosgenio/?format=api",
    "author": "http://waldo.team/api/users/cosgenio/?format=api",
    "timestamp": "2022-01-03T00:41:09.697902+09:00",
    "action": 2,
    "target": "사육장에서 라멘 누들 찾기.",
    "id": 1916538,
    "action_name": "Translation changed",
    "url": "http://waldo.team/api/changes/1916538/?format=api"
}