Changes API.

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

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

{
    "unit": "http://waldo.team/api/units/2069316/?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:37.455321+09:00",
    "action": 13,
    "target": "",
    "id": 1958200,
    "action_name": "New source string",
    "url": "http://waldo.team/api/changes/1958200/?format=api"
}