Changes API.

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

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

{
    "unit": null,
    "component": "https://hosted.weblate.org/api/components/fyne/fyneterm/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2024-01-10T15:50:28.060569+01:00",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "25504a365a5f165c66d69f1af9c4f99691e81436",
        "previous_head": "29417205e186ff75a8b73fe95767c1c12cb9c64c"
    },
    "id": 76888939,
    "action_name": "Repository rebased",
    "url": "https://hosted.weblate.org/api/changes/76888939/?format=api"
}