Changes API.

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

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

{
    "unit": "http://waldo.team/api/units/1966259/?format=api",
    "component": "http://waldo.team/api/components/wl3/inputactions/?format=api",
    "translation": "http://waldo.team/api/translations/wl3/inputactions/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-18T18:20:23.287153+09:00",
    "action": 4,
    "target": "아이템 내려놓기",
    "id": 1930002,
    "action_name": "Suggestion added",
    "url": "http://waldo.team/api/changes/1930002/?format=api"
}