Changes API.

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

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

{
    "unit": null,
    "component": "https://weblate.securedrop.org/api/components/securedrop/securedrop/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2024-04-23T15:06:36.391873Z",
    "action": 18,
    "target": "",
    "id": 71234,
    "action_name": "Changes pushed",
    "url": "https://weblate.securedrop.org/api/changes/71234/?format=api"
}