Changes API.

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

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

{
    "unit": "http://weblate.openmptcprouter.com/api/units/4797/?format=api",
    "component": "http://weblate.openmptcprouter.com/api/components/omr/luci-base/?format=api",
    "translation": "http://weblate.openmptcprouter.com/api/translations/omr/luci-base/oc/?format=api",
    "user": "http://weblate.openmptcprouter.com/api/users/Quentin/?format=api",
    "author": "http://weblate.openmptcprouter.com/api/users/Quentin/?format=api",
    "timestamp": "2020-10-18T09:30:55.121497Z",
    "action": 5,
    "target": "Principal",
    "id": 5746,
    "action_name": "Translation added",
    "url": "http://weblate.openmptcprouter.com/api/changes/5746/?format=api"
}