Changes API.

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

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

{
    "unit": null,
    "component": "https://hosted.weblate.org/api/components/soundswitch/about/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2024-05-22T02:10:42.105194+02:00",
    "action": 20,
    "target": "",
    "old": "",
    "details": {
        "new_head": "c54c3e0c3732fc4096e28a627a65e8f5d78dc424",
        "previous_head": "4a363d61c6e17e214de73e29052b7348305994df"
    },
    "id": 92862338,
    "action_name": "Repository merged",
    "url": "https://hosted.weblate.org/api/changes/92862338/?format=api"
}