Changes API


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

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

{
    "unit": null,
    "component": "http://weblate.openstreetbrowser.org/api/components/openstreetbrowser/ui/?format=api",
    "translation": null,
    "dictionary": null,
    "user": 3,
    "author": null,
    "timestamp": "2024-03-23T07:30:12.739495Z",
    "action": 21,
    "target": "",
    "id": 19606,
    "action_name": "Rebased repository",
    "url": "http://weblate.openstreetbrowser.org/api/changes/19606/?format=api"
}