Changes API.

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

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

{
    "unit": "https://i18n.tweaked.cc/api/units/10575/?format=api",
    "component": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/?format=api",
    "translation": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/cs/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-02-10T12:08:52.849629Z",
    "action": 31,
    "target": "",
    "id": 5646,
    "action_name": "New string added",
    "url": "https://i18n.tweaked.cc/api/changes/5646/?format=api"
}