Changes API.

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

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

{
    "unit": null,
    "component": "https://hosted.weblate.org/api/components/schmiddi-on-mobile/pipeline/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2024-05-12T15:26:14.666170+02:00",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "1a96e1e119468b54d37449bbcac9ca90a6eaabf1",
        "previous_head": "42ae4300cae5c10dc418ecc942f56da4560cf62e"
    },
    "id": 89599274,
    "action_name": "Repository rebased",
    "url": "https://hosted.weblate.org/api/changes/89599274/?format=api"
}