Changes API.

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

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

{
    "unit": null,
    "component": null,
    "translation": null,
    "user": "http://translate.diyseeds.org/api/users/admin/?format=api",
    "author": "http://translate.diyseeds.org/api/users/admin/?format=api",
    "timestamp": "2021-09-06T09:21:22.598343+02:00",
    "action": 50,
    "target": "",
    "id": 3089,
    "action_name": "Created project",
    "url": "http://translate.diyseeds.org/api/changes/3089/?format=api"
}