Changes API.

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

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

{
    "unit": "http://translate.pretalx.com/api/units/191/?format=api",
    "component": "http://translate.pretalx.com/api/components/pretalx/pretalx/?format=api",
    "translation": "http://translate.pretalx.com/api/translations/pretalx/pretalx/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2020-01-28T18:02:36.758055Z",
    "action": 13,
    "target": "",
    "id": 99,
    "action_name": "New source string",
    "url": "http://translate.pretalx.com/api/changes/99/?format=api"
}