Changes API.

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

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

{
    "unit": null,
    "component": "https://hosted.weblate.org/api/components/gammu/website/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2023-12-13T18:46:38.358363+01:00",
    "action": 20,
    "target": "",
    "old": "",
    "details": {
        "new_head": "576afa96046d273c157b06446c5f8377467e5ae7",
        "previous_head": "4a28e869c139431688f2448945b38c1a0d6bba8a"
    },
    "id": 73846262,
    "action_name": "Repository merged",
    "url": "https://hosted.weblate.org/api/changes/73846262/?format=api"
}