Changes API.

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

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

{
    "unit": null,
    "component": "https://hosted.weblate.org/api/components/galette/auto-plugin/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2024-05-21T22:42:28.756717+02:00",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "a7c23dfa0c34c0e5836b86b4b17ea9d9be333bd0",
        "previous_head": "a9c0075dc0787d4f68f2d7882f9e756ab281784d"
    },
    "id": 92851682,
    "action_name": "Repository rebased",
    "url": "https://hosted.weblate.org/api/changes/92851682/?format=api"
}