Changes API


See <a href="https://docs.weblate.org/en/weblate-2.18/apichanges.html">the Weblate's Web API documentation</a> for detailed
description of the API.

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

{
    "unit": null,
    "component": "http://weblate.tectic.de/api/components/fc_mods/madvandal-mods/?format=api",
    "translation": "http://weblate.tectic.de/api/translations/fc_mods/madvandal-mods/es/?format=api",
    "dictionary": null,
    "user": null,
    "author": null,
    "timestamp": "2019-10-25T15:00:16.559560+02:00",
    "action": 17,
    "target": "",
    "id": 72386,
    "action_name": "Committed changes",
    "url": "http://weblate.tectic.de/api/changes/72386/?format=api"
}