Changes API.

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

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

{
    "unit": "https://translate.gajim.org/api/units/1717424/?format=api",
    "component": "https://translate.gajim.org/api/components/gajim-website/website/?format=api",
    "translation": "https://translate.gajim.org/api/translations/gajim-website/website/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2021-01-28T13:16:00.269735Z",
    "action": 13,
    "target": "",
    "id": 80222,
    "action_name": "New source string",
    "url": "https://translate.gajim.org/api/changes/80222/?format=api"
}