Changes API


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

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

{
    "unit": null,
    "component": "https://weblate.protegus.eu/api/components/protegus/auth/?format=api",
    "translation": null,
    "dictionary": null,
    "user": null,
    "author": null,
    "timestamp": "2023-12-18T03:58:39.729681+02:00",
    "action": 18,
    "target": "",
    "id": 147460,
    "action_name": "Pushed changes",
    "url": "https://weblate.protegus.eu/api/changes/147460/?format=api"
}