Changes API.

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

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

{
    "unit": "http://waldo.team/api/units/2078169/?format=api",
    "component": "http://waldo.team/api/components/wl3/poi/?format=api",
    "translation": "http://waldo.team/api/translations/wl3/poi/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-02-14T00:23:55.537233+09:00",
    "action": 5,
    "target": "주조소",
    "id": 1972042,
    "action_name": "New translation",
    "url": "http://waldo.team/api/changes/1972042/?format=api"
}