Changes API.

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

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

{
    "unit": "http://waldo.team/api/units/1975225/?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/sqom1234/?format=api",
    "author": "http://waldo.team/api/users/sqom1234/?format=api",
    "timestamp": "2022-03-16T02:13:57.028607+09:00",
    "action": 45,
    "target": "",
    "id": 1998109,
    "action_name": "New contributor",
    "url": "http://waldo.team/api/changes/1998109/?format=api"
}