Changes API.

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

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

{
    "unit": "http://waldo.team/api/units/1503911/?format=api",
    "component": "http://waldo.team/api/components/dai/unknown/?format=api",
    "translation": "http://waldo.team/api/translations/dai/unknown/en/?format=api",
    "glossary_term": null,
    "user": null,
    "author": null,
    "timestamp": "2021-01-11T03:56:55.797126+09:00",
    "action": 13,
    "target": "",
    "id": 1326913,
    "action_name": "New source string",
    "url": "http://waldo.team/api/changes/1326913/?format=api"
}