Changes API.

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

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

{
    "unit": "http://waldo.team/api/units/2068504/?format=api",
    "component": "http://waldo.team/api/components/wl3/dialogue/?format=api",
    "translation": "http://waldo.team/api/translations/wl3/dialogue/en/?format=api",
    "glossary_term": null,
    "user": null,
    "author": null,
    "timestamp": "2022-02-01T03:01:27.738736+09:00",
    "action": 13,
    "target": "",
    "id": 1957794,
    "action_name": "New source string",
    "url": "http://waldo.team/api/changes/1957794/?format=api"
}