# Sample JSON Data

Following the communication on the 29th April ahead of proposed changes on the 1st June 2026, we will be updating JSON samples with the proposed changes which are highlighted in the email where appropriate.

Please take a moment to review these and should you have any questions, raise to <support@sportradar.com>

<figure><img src="/files/0dXZIDeaSaZWlB2iosk1" alt=""><figcaption></figcaption></figure>

### Example JSON Packets

Here are some example JSON packets from the `/actions` and `/statistics` websockets detailing the new data collection scenarios (where appropriate). In some cases, we are removing those actions completely, so you simply will not have a fixtureActionType and associated fixtureActionTypeId.

<details>

<summary>222 - Steal</summary>

Steals will now be included in the /actions websocket feed.

```
{
    "fixtureAction": {
        "actionId": "cc1000a8-6d81-475f-b3ad-c2ba146ad161",
        "clockTime": "00:39",
        "fixtureActionType": "Steal",
        "fixtureActionTypeId": 22,
        "fixtureId": "2ed1cba1-7cf8-4ba2-8a8e-fe248c3e8452",
        "fixtureSeqNum": 1048,
        "period": 4,
        "relatedFixtureActionIds": [],
        "sendType": "Updated",
        "sendTypeId": 2,
        "timelineSequence": 4.0000005980001045,
        "timestamp": "2026-05-06T19:05:08.376151Z"
    },
    "fixtureSummary": {
        "awayTeamScore": 78,
        "collectionStatus": "CollectingLive",
        "currentClockState": "stopped",
        "currentClockTime": "00:02",
        "currentPeriod": 4,
        "currentStatus": "Live",
        "finished": false,
        "homeTeamScore": 80,
        "isHomeTeamInPossesion": true,
        "isTied": false,
        "periods": [
            {
                "awayTeamPeriodScore": 25,
                "awayTeamScore": 25,
                "end": "2026-05-06T17:18:41",
                "homeTeamPeriodScore": 12,
                "homeTeamScore": 12,
                "id": 1,
                "label": "1st quarter",
                "start": "2026-05-06T17:02:12",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 17,
                "awayTeamScore": 42,
                "end": "2026-05-06T17:49:56",
                "homeTeamPeriodScore": 23,
                "homeTeamScore": 35,
                "id": 2,
                "label": "2nd quarter",
                "start": "2026-05-06T17:21:22",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 20,
                "awayTeamScore": 62,
                "end": "2026-05-06T18:29:57",
                "homeTeamPeriodScore": 22,
                "homeTeamScore": 57,
                "id": 3,
                "label": "3rd quarter",
                "start": "2026-05-06T18:05:28",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 16,
                "awayTeamScore": 78,
                "end": null,
                "homeTeamPeriodScore": 23,
                "homeTeamScore": 80,
                "id": 4,
                "label": "4th quarter",
                "start": "2026-05-06T18:32:36",
                "type": "Regular"
            }
        ]
    },
    "traceId": "9be874e8975f44394dc809cd7f929fa8",
    "version": 3,
    "websocket": {
        "timestamp": 1909773.200000003,
        "id": "wss://dde-streams.data.imgarena.com/basketball/fixtures/2ed1cba1-7cf8-4ba2-8a8e-fe248c3e8452/actions"
    }
}
```

</details>

<details>

<summary>223 - Block</summary>

Block will now be included in the /actions feed.

```
{
    "fixtureAction": {
        "actionId": "cc1000a8-6d81-475f-b3ad-c2ba146ad161",
        "clockTime": "00:39",
        "fixtureActionType": "Steal",
        "fixtureActionTypeId": 22,
        "fixtureId": "2ed1cba1-7cf8-4ba2-8a8e-fe248c3e8452",
        "fixtureSeqNum": 1048,
        "period": 4,
        "relatedFixtureActionIds": [],
        "sendType": "Updated",
        "sendTypeId": 2,
        "timelineSequence": 4.0000005980001045,
        "timestamp": "2026-05-06T19:05:08.376151Z"
    },
    "fixtureSummary": {
        "awayTeamScore": 78,
        "collectionStatus": "CollectingLive",
        "currentClockState": "stopped",
        "currentClockTime": "00:02",
        "currentPeriod": 4,
        "currentStatus": "Live",
        "finished": false,
        "homeTeamScore": 80,
        "isHomeTeamInPossesion": true,
        "isTied": false,
        "periods": [
            {
                "awayTeamPeriodScore": 25,
                "awayTeamScore": 25,
                "end": "2026-05-06T17:18:41",
                "homeTeamPeriodScore": 12,
                "homeTeamScore": 12,
                "id": 1,
                "label": "1st quarter",
                "start": "2026-05-06T17:02:12",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 17,
                "awayTeamScore": 42,
                "end": "2026-05-06T17:49:56",
                "homeTeamPeriodScore": 23,
                "homeTeamScore": 35,
                "id": 2,
                "label": "2nd quarter",
                "start": "2026-05-06T17:21:22",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 20,
                "awayTeamScore": 62,
                "end": "2026-05-06T18:29:57",
                "homeTeamPeriodScore": 22,
                "homeTeamScore": 57,
                "id": 3,
                "label": "3rd quarter",
                "start": "2026-05-06T18:05:28",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 16,
                "awayTeamScore": 78,
                "end": null,
                "homeTeamPeriodScore": 23,
                "homeTeamScore": 80,
                "id": 4,
                "label": "4th quarter",
                "start": "2026-05-06T18:32:36",
                "type": "Regular"
            }
        ]
    },
    "traceId": "9be874e8975f44394dc809cd7f929fa8",
    "version": 3,
    "websocket": {
        "timestamp": 1909773.200000003,
        "id": "wss://dde-streams.data.imgarena.com/basketball/fixtures/2ed1cba1-7cf8-4ba2-8a8e-fe248c3e8452/actions"
    }
}
```

</details>

<details>

<summary>64 - Possible video Check</summary>

New workflow will only have Video Check Underway (id 51) action and we will no longer have the ‘Possible’ layer

```
{
    "fixtureAction": {
        "actionId": "9c66c193-9429-4ffe-9dc5-2c1596e03d31",
        "clockTime": "04:21",
        "fixtureActionType": "Video Check Underway",
        "fixtureActionTypeId": 51,
        "fixtureId": "56db6068-d29d-4dfb-bc38-c07571dcb79a",
        "fixtureSeqNum": 822,
        "period": 3,
        "relatedFixtureActionIds": [],
        "sendType": "Confirmed",
        "sendTypeId": 5,
        "timelineSequence": 3.0000003390000822,
        "timestamp": "2026-05-08T11:38:30.811340Z"
    },
    "fixtureSummary": {
        "awayTeamScore": 68,
        "collectionStatus": "CollectingLive",
        "currentClockState": "stopped",
        "currentClockTime": "04:21",
        "currentPeriod": 3,
        "currentStatus": "Live",
        "finished": false,
        "homeTeamScore": 52,
        "isHomeTeamInPossesion": false,
        "isTied": false,
        "periods": [
            {
                "awayTeamPeriodScore": 27,
                "awayTeamScore": 27,
                "end": "2026-05-08T10:38:25",
                "homeTeamPeriodScore": 20,
                "homeTeamScore": 20,
                "id": 1,
                "label": "1st quarter",
                "start": "2026-05-08T10:14:45",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 22,
                "awayTeamScore": 49,
                "end": "2026-05-08T11:09:17",
                "homeTeamPeriodScore": 20,
                "homeTeamScore": 40,
                "id": 2,
                "label": "2nd quarter",
                "start": "2026-05-08T10:40:55",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 19,
                "awayTeamScore": 68,
                "end": null,
                "homeTeamPeriodScore": 12,
                "homeTeamScore": 52,
                "id": 3,
                "label": "3rd quarter",
                "start": "2026-05-08T11:25:18",
                "type": "Regular"
            }
        ]
    },
    "traceId": "5738ee41ac963730b716f772fb1a544d",
    "version": 3,
    "websocket": {
        "timestamp": 11806.799999999814,
        "id": "wss://dde-streams.data.imgarena.com/basketball/fixtures/56db6068-d29d-4dfb-bc38-c07571dcb79a/actions"
    }
}
```

</details>

<details>

<summary>218 - No Assist &#x26; No Rebound</summary>

New workflow will not include these data point. It is possible the assist (id 217) might not be tagged to a specific player, but we will no longer provide a dedicated “no assist” or 'No Rebound' indication.

</details>

<details>

<summary>231 - Out Of Game</summary>

Only sub type id **23103 - Injured** will be missing. All other sub types will be available as per example below:

```
{
    "fixtureAction": {
        "actionId": "0394f532-9709-4771-89ee-83b8e2e2ab29",
        "clockTime": "04:52",
        "fixtureActionSubType": "Fouled out",
        "fixtureActionSubTypeId": 23101,
        "fixtureActionType": "Out of Game",
        "fixtureActionTypeId": 231,
        "fixtureId": "42144b21-7688-48a4-a4b7-21cadf0d737e",
        "fixtureSeqNum": 914,
        "period": 4,
        "player": {
            "id": "6cb11815-a0f7-4e9b-a696-a542578bc3bd",
            "name": "Kendrick Nunn"
        },
        "relatedFixtureActionIds": [],
        "sendType": "Confirmed",
        "sendTypeId": 5,
        "team": {
            "homeTeam": true,
            "id": "1fa0a6ad-5a71-4c9d-badf-a2926635b148",
            "name": "Panathinaikos AKTOR Athens"
        },
        "timelineSequence": 4.000000307223734,
        "timestamp": "2026-05-06T19:50:01.997869Z"
    },
    "fixtureSummary": {
        "awayTeamScore": 91,
        "collectionStatus": "CollectingLive",
        "currentClockState": "running",
        "currentClockTime": "04:49",
        "currentPeriod": 4,
        "currentStatus": "Live",
        "finished": false,
        "homeTeamScore": 76,
        "isHomeTeamInPossesion": true,
        "isTied": false,
        "periods": [
            {
                "awayTeamPeriodScore": 24,
                "awayTeamScore": 24,
                "end": "2026-05-06T18:36:25",
                "homeTeamPeriodScore": 18,
                "homeTeamScore": 18,
                "id": 1,
                "label": "1st quarter",
                "start": "2026-05-06T18:16:31",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 28,
                "awayTeamScore": 52,
                "end": "2026-05-06T19:01:42",
                "homeTeamPeriodScore": 21,
                "homeTeamScore": 39,
                "id": 2,
                "label": "2nd quarter",
                "start": "2026-05-06T18:38:22",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 23,
                "awayTeamScore": 75,
                "end": "2026-05-06T19:38:30",
                "homeTeamPeriodScore": 27,
                "homeTeamScore": 66,
                "id": 3,
                "label": "3rd quarter",
                "start": "2026-05-06T19:17:21",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 16,
                "awayTeamScore": 91,
                "end": null,
                "homeTeamPeriodScore": 10,
                "homeTeamScore": 76,
                "id": 4,
                "label": "4th quarter",
                "start": "2026-05-06T19:40:48",
                "type": "Regular"
            }
        ]
    },
    "traceId": "67bd5d121cead688977667f90fb6fecd",
    "version": 3,
    "websocket": {
        "timestamp": 269064.5,
        "id": "wss://dde-streams.data.imgarena.com/basketball/fixtures/42144b21-7688-48a4-a4b7-21cadf0d737e/actions"
    }
}
```

</details>

<details>

<summary>224 - Offensive Team Rebound</summary>

New workflow will only send ‘Confirmed’ Offensive Rebounds and only updated then to Player Rebounds. Furthermore, you should assume rebounds without a player attached are team rebounds.

```
{
    "fixtureAction": {
        "actionId": "b935c7c4-3d61-41c2-83c0-6820f86b8305",
        "clockTime": "02:17",
        "fixtureActionType": "Offensive Team Rebound",
        "fixtureActionTypeId": 224,
        "fixtureId": "2aa3b899-3c9b-4eb6-89e0-de85b2c59a13",
        "fixtureSeqNum": 969,
        "period": 4,
        "relatedFixtureActionIds": [],
        "sendType": "Confirmed",
        "sendTypeId": 5,
        "team": {
            "homeTeam": false,
            "id": "fb32e339-222b-44f8-b7fd-85c02546206b",
            "name": "Gargzdai Gargzdai"
        },
        "timelineSequence": 4.000000463000097,
        "timestamp": "2026-05-06T16:54:19.732778Z"
    },
    "fixtureSummary": {
        "awayTeamScore": 72,
        "collectionStatus": "CollectingLive",
        "currentClockState": "stopped",
        "currentClockTime": "02:17",
        "currentPeriod": 4,
        "currentStatus": "Live",
        "finished": false,
        "homeTeamScore": 62,
        "isHomeTeamInPossesion": true,
        "isTied": false,
        "periods": [
            {
                "awayTeamPeriodScore": 22,
                "awayTeamScore": 22,
                "end": "2026-05-06T15:35:54",
                "homeTeamPeriodScore": 16,
                "homeTeamScore": 16,
                "id": 1,
                "label": "1st quarter",
                "start": "2026-05-06T15:15:44",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 17,
                "awayTeamScore": 39,
                "end": "2026-05-06T15:58:42",
                "homeTeamPeriodScore": 15,
                "homeTeamScore": 31,
                "id": 2,
                "label": "2nd quarter",
                "start": "2026-05-06T15:37:59",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 25,
                "awayTeamScore": 64,
                "end": "2026-05-06T16:34:31",
                "homeTeamPeriodScore": 14,
                "homeTeamScore": 45,
                "id": 3,
                "label": "3rd quarter",
                "start": "2026-05-06T16:15:45",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 8,
                "awayTeamScore": 72,
                "end": null,
                "homeTeamPeriodScore": 17,
                "homeTeamScore": 62,
                "id": 4,
                "label": "4th quarter",
                "start": "2026-05-06T16:36:32",
                "type": "Regular"
            }
        ]
    },
    "traceId": "20d043bb583a4f564714e29d729366ff",
    "version": 3,
    "websocket": {
        "timestamp": 400518.5,
        "id": "wss://dde-streams.data.imgarena.com/basketball/fixtures/2aa3b899-3c9b-4eb6-89e0-de85b2c59a13/actions"
    }
}
```

</details>

<details>

<summary>225 - Defensive Team Rebound</summary>

New workflow will only send ‘Confirmed’ Defensive Rebounds and only updated then to Player Rebounds. Furthermore, you should assume rebounds without a player attached are team rebounds.

```
{
    "fixtureAction": {
        "actionId": "b935c7c4-3d61-41c2-83c0-6820f86b8305",
        "clockTime": "02:17",
        "fixtureActionType": "Defensive Team Rebound",
        "fixtureActionTypeId": 225,
        "fixtureId": "2aa3b899-3c9b-4eb6-89e0-de85b2c59a13",
        "fixtureSeqNum": 969,
        "period": 4,
        "relatedFixtureActionIds": [],
        "sendType": "Confirmed",
        "sendTypeId": 5,
        "team": {
            "homeTeam": false,
            "id": "fb32e339-222b-44f8-b7fd-85c02546206b",
            "name": "Gargzdai Gargzdai"
        },
        "timelineSequence": 4.000000463000097,
        "timestamp": "2026-05-06T16:54:19.732778Z"
    },
    "fixtureSummary": {
        "awayTeamScore": 72,
        "collectionStatus": "CollectingLive",
        "currentClockState": "stopped",
        "currentClockTime": "02:17",
        "currentPeriod": 4,
        "currentStatus": "Live",
        "finished": false,
        "homeTeamScore": 62,
        "isHomeTeamInPossesion": true,
        "isTied": false,
        "periods": [
            {
                "awayTeamPeriodScore": 22,
                "awayTeamScore": 22,
                "end": "2026-05-06T15:35:54",
                "homeTeamPeriodScore": 16,
                "homeTeamScore": 16,
                "id": 1,
                "label": "1st quarter",
                "start": "2026-05-06T15:15:44",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 17,
                "awayTeamScore": 39,
                "end": "2026-05-06T15:58:42",
                "homeTeamPeriodScore": 15,
                "homeTeamScore": 31,
                "id": 2,
                "label": "2nd quarter",
                "start": "2026-05-06T15:37:59",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 25,
                "awayTeamScore": 64,
                "end": "2026-05-06T16:34:31",
                "homeTeamPeriodScore": 14,
                "homeTeamScore": 45,
                "id": 3,
                "label": "3rd quarter",
                "start": "2026-05-06T16:15:45",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 8,
                "awayTeamScore": 72,
                "end": null,
                "homeTeamPeriodScore": 17,
                "homeTeamScore": 62,
                "id": 4,
                "label": "4th quarter",
                "start": "2026-05-06T16:36:32",
                "type": "Regular"
            }
        ]
    },
    "traceId": "20d043bb583a4f564714e29d729366ff",
    "version": 3,
    "websocket": {
        "timestamp": 400518.5,
        "id": "wss://dde-streams.data.imgarena.com/basketball/fixtures/2aa3b899-3c9b-4eb6-89e0-de85b2c59a13/actions"
    }
}
```

</details>

<details>

<summary>56 - Match Start Delayed</summary>

Now check the fixtures REST API (`/fixtures`) for information using the `"startDateUTC"`. This will not be available in the /actions websocket anymore as it's own action.

```
[
    {
        "id": "3ea065ad-f581-41a2-bcdc-f9f32795db38",
        "name": "Gargzdai Gargzdai v Panathinaikos AKTOR Athens",
        "status": "Completed",
        "collectionStatus": "PostMatchChecked",
        "type": "Official",
        "coverageLevel": "Low Latency Stream",
        "startDateUTC": "2026-04-04T20:30:00",
        "teams": [
            {
                "id": "9c5b374b-0123-4181-9242-0f8f19079490",
                "name": "Gargzdai Gargzdai",
```

</details>

<details>

<summary>72 - Data Review Underway &#x26; 73 - Data Review Over</summary>

Open Market (id 67) and Closed Market (Id 66) actions will be utilised instead if there is an indication that any key actions (3 Pointers, Free throws, 2 Pointers etc), might be incorrect. The same process for data checking is in place; we will just not send a specific action or its associated sub type action

</details>

<details>

<summary>209 - Free Throw Missed, 210 - 2PT Missed &#x26; 211 - 3PT Missed</summary>

No ‘Pending’ sendType will be sent. only ‘Confirmed'

{% code expandable="true" %}

```
{
    "fixtureAction": {
        "actionId": "b3c8c41f-6f79-4e39-b05c-8b877e4df585",
        "clockTime": "01:16",
        "fixtureActionType": "FT missed",
        "fixtureActionTypeId": 209,
        "fixtureId": "0c8f390e-a817-47cb-955e-f8932b7edb42",
        "fixtureSeqNum": 665,
        "period": 3,
        "relatedFixtureActionIds": [],
        "sendType": "Confirmed",
        "sendTypeId": 5,
        "team": {
            "homeTeam": true,
            "id": "d141d450-4a3e-4c03-948a-a9b8ec272b71",
            "name": "Utena Uniclub casino-Juventus"
        },
        "timelineSequence": 3.000000523260284,
        "timestamp": "2026-05-06T17:15:27.751982Z"
    },
    "fixtureSummary": {
        "awayTeamScore": 67,
        "collectionStatus": "CollectingLive",
        "currentClockState": "stopped",
        "currentClockTime": "01:16",
        "currentPeriod": 3,
        "currentStatus": "Live",
        "finished": false,
        "homeTeamScore": 61,
        "isHomeTeamInPossesion": true,
        "isTied": false,
        "periods": [
            {
                "awayTeamPeriodScore": 19,
                "awayTeamScore": 19,
                "end": "2026-05-06T16:11:36",
                "homeTeamPeriodScore": 25,
                "homeTeamScore": 25,
                "id": 1,
                "label": "1st quarter",
                "start": "2026-05-06T15:50:43",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 23,
                "awayTeamScore": 42,
                "end": "2026-05-06T16:35:45",
                "homeTeamPeriodScore": 18,
                "homeTeamScore": 43,
                "id": 2,
                "label": "2nd quarter",
                "start": "2026-05-06T16:14:07",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 25,
                "awayTeamScore": 67,
                "end": null,
                "homeTeamPeriodScore": 18,
                "homeTeamScore": 61,
                "id": 3,
                "label": "3rd quarter",
                "start": "2026-05-06T16:53:01",
                "type": "Regular"
            }
        ]
    },
    "traceId": "5370dc6232026e0f226f8a1abd70de8d",
    "version": 3,
    "websocket": {
        "timestamp": 941440.3999999999,
        "id": "wss://dde-streams.data.imgarena.com/basketball/fixtures/0c8f390e-a817-47cb-955e-f8932b7edb42/actions"
    }
}
```

{% endcode %}

{% code expandable="true" %}

```
{
    "fixtureAction": {
        "actionId": "76b5bd13-9a05-4403-a8de-9311ce2f9bf8",
        "clockTime": "01:26",
        "fixtureActionType": "2PT missed",
        "fixtureActionTypeId": 210,
        "fixtureId": "0c8f390e-a817-47cb-955e-f8932b7edb42",
        "fixtureSeqNum": 655,
        "period": 3,
        "relatedFixtureActionIds": [
            "06693d1e-d71e-4b27-be18-9623ba9bbe27"
        ],
        "sendType": "Confirmed",
        "sendTypeId": 5,
        "team": {
            "homeTeam": false,
            "id": "04ebc900-1503-4cd2-a24f-2424fd8dc7d7",
            "name": "Siauliai Siauliai"
        },
        "timelineSequence": 3.0000005139341126,
        "timestamp": "2026-05-06T17:14:16.199682Z"
    },
    "fixtureSummary": {
        "awayTeamScore": 67,
        "collectionStatus": "CollectingLive",
        "currentClockState": "running",
        "currentClockTime": "01:22",
        "currentPeriod": 3,
        "currentStatus": "Live",
        "finished": false,
        "homeTeamScore": 61,
        "isHomeTeamInPossesion": false,
        "isTied": false,
        "periods": [
            {
                "awayTeamPeriodScore": 19,
                "awayTeamScore": 19,
                "end": "2026-05-06T16:11:36",
                "homeTeamPeriodScore": 25,
                "homeTeamScore": 25,
                "id": 1,
                "label": "1st quarter",
                "start": "2026-05-06T15:50:43",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 23,
                "awayTeamScore": 42,
                "end": "2026-05-06T16:35:45",
                "homeTeamPeriodScore": 18,
                "homeTeamScore": 43,
                "id": 2,
                "label": "2nd quarter",
                "start": "2026-05-06T16:14:07",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 25,
                "awayTeamScore": 67,
                "end": null,
                "homeTeamPeriodScore": 18,
                "homeTeamScore": 61,
                "id": 3,
                "label": "3rd quarter",
                "start": "2026-05-06T16:53:01",
                "type": "Regular"
            }
        ]
    },
    "traceId": "a7b8b617ec322efd1984abb3b82ffc44",
    "version": 3,
    "websocket": {
        "timestamp": 941440.0999999996,
        "id": "wss://dde-streams.data.imgarena.com/basketball/fixtures/0c8f390e-a817-47cb-955e-f8932b7edb42/actions"
    }
}
```

{% endcode %}

{% code expandable="true" %}

```
{
    "fixtureAction": {
        "actionId": "cb9f566f-a899-44b5-8ebe-a4188bbaefca",
        "clockTime": "00:43",
        "fixtureActionType": "3PT missed",
        "fixtureActionTypeId": 211,
        "fixtureId": "0c8f390e-a817-47cb-955e-f8932b7edb42",
        "fixtureSeqNum": 677,
        "period": 3,
        "relatedFixtureActionIds": [
            "b5700480-f4ea-4baf-a058-0bd44279b4de"
        ],
        "sendType": "Confirmed",
        "sendTypeId": 5,
        "team": {
            "homeTeam": false,
            "id": "04ebc900-1503-4cd2-a24f-2424fd8dc7d7",
            "name": "Siauliai Siauliai"
        },
        "timelineSequence": 3.0000005560785183,
        "timestamp": "2026-05-06T17:16:36.354809Z"
    },
    "fixtureSummary": {
        "awayTeamScore": 67,
        "collectionStatus": "CollectingLive",
        "currentClockState": "running",
        "currentClockTime": "00:42",
        "currentPeriod": 3,
        "currentStatus": "Live",
        "finished": false,
        "homeTeamScore": 61,
        "isHomeTeamInPossesion": false,
        "isTied": false,
        "periods": [
            {
                "awayTeamPeriodScore": 19,
                "awayTeamScore": 19,
                "end": "2026-05-06T16:11:36",
                "homeTeamPeriodScore": 25,
                "homeTeamScore": 25,
                "id": 1,
                "label": "1st quarter",
                "start": "2026-05-06T15:50:43",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 23,
                "awayTeamScore": 42,
                "end": "2026-05-06T16:35:45",
                "homeTeamPeriodScore": 18,
                "homeTeamScore": 43,
                "id": 2,
                "label": "2nd quarter",
                "start": "2026-05-06T16:14:07",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 25,
                "awayTeamScore": 67,
                "end": null,
                "homeTeamPeriodScore": 18,
                "homeTeamScore": 61,
                "id": 3,
                "label": "3rd quarter",
                "start": "2026-05-06T16:53:01",
                "type": "Regular"
            }
        ]
    },
    "traceId": "4664ec02bd945022c132267abd6afa11",
    "version": 3,
    "websocket": {
        "timestamp": 941440.7999999998,
        "id": "wss://dde-streams.data.imgarena.com/basketball/fixtures/0c8f390e-a817-47cb-955e-f8932b7edb42/actions"
    }
}
```

{% endcode %}

</details>

<details>

<summary>235 - Possible FT Awarded &#x26; 236 - No FT Awarded</summary>

These actions will no longer be provided in the /actions websocket

</details>

<details>

<summary>201 - Turnover</summary>

Turnover action or associated sub type actions will only be collected for Spanish Liga Endesa, Euroleague and Eurocup competitions.

{% code expandable="true" %}

```
{
    "fixtureAction": {
        "actionId": "20957a7c-e876-4888-b3df-7d70f5de9fda",
        "clockTime": "00:12",
        "fixtureActionType": "Turnover",
        "fixtureActionTypeId": 201,
        "fixtureId": "2ed1cba1-7cf8-4ba2-8a8e-fe248c3e8452",
        "fixtureSeqNum": 992,
        "period": 4,
        "relatedFixtureActionIds": [],
        "sendType": "Confirmed",
        "sendTypeId": 5,
        "team": {
            "homeTeam": true,
            "id": "c0c76ba7-b5fe-4c1c-b8a1-3b8e5a1286cc",
            "name": "Zalgiris Kaunas"
        },
        "timelineSequence": 4.000000587843597,
        "timestamp": "2026-05-06T18:58:54.367863Z"
    },
    "fixtureSummary": {
        "awayTeamScore": 74,
        "collectionStatus": "CollectingLive",
        "currentClockState": "stopped",
        "currentClockTime": "00:12",
        "currentPeriod": 4,
        "currentStatus": "Live",
        "finished": false,
        "homeTeamScore": 79,
        "isHomeTeamInPossesion": false,
        "isTied": false,
        "periods": [
            {
                "awayTeamPeriodScore": 25,
                "awayTeamScore": 25,
                "end": "2026-05-06T17:18:41",
                "homeTeamPeriodScore": 12,
                "homeTeamScore": 12,
                "id": 1,
                "label": "1st quarter",
                "start": "2026-05-06T17:02:12",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 17,
                "awayTeamScore": 42,
                "end": "2026-05-06T17:49:56",
                "homeTeamPeriodScore": 23,
                "homeTeamScore": 35,
                "id": 2,
                "label": "2nd quarter",
                "start": "2026-05-06T17:21:22",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 20,
                "awayTeamScore": 62,
                "end": "2026-05-06T18:29:57",
                "homeTeamPeriodScore": 22,
                "homeTeamScore": 57,
                "id": 3,
                "label": "3rd quarter",
                "start": "2026-05-06T18:05:28",
                "type": "Regular"
            },
            {
                "awayTeamPeriodScore": 12,
                "awayTeamScore": 74,
                "end": null,
                "homeTeamPeriodScore": 22,
                "homeTeamScore": 79,
                "id": 4,
                "label": "4th quarter",
                "start": "2026-05-06T18:32:36",
                "type": "Regular"
            }
        ]
    },
    "traceId": "219d96e40e9aee79a0a170f263874959",
    "version": 3,
    "websocket": {
        "timestamp": 1322457.5,
        "id": "wss://dde-streams.data.imgarena.com/basketball/fixtures/2ed1cba1-7cf8-4ba2-8a8e-fe248c3e8452/actions"
    }
}
```

{% endcode %}

</details>

<details>

<summary>24 - Players Ready</summary>

This action will only be available for period = 1 only

{% code expandable="true" %}

```
{
    "fixtureAction": {
        "actionId": "5cbb160c-f3a8-4586-b0a6-fc3e82b70343",
        "clockTime": "10:00",
        "fixtureActionType": "Players Ready",
        "fixtureActionTypeId": 24,
        "fixtureId": "2ed1cba1-7cf8-4ba2-8a8e-fe248c3e8452",
        "fixtureSeqNum": 11,
        "period": 1,
        "relatedFixtureActionIds": [],
        "sendType": "Confirmed",
        "sendTypeId": 5,
        "timelineSequence": 1.000000000000001,
        "timestamp": "2026-05-06T17:01:21.146756Z"
    },
    "fixtureSummary": {
        "awayTeamScore": 0,
        "collectionStatus": "CollectionScheduled",
        "currentClockState": "stopped",
        "currentClockTime": "10:00",
        "currentPeriod": 1,
        "currentStatus": "Scheduled",
        "finished": false,
        "homeTeamScore": 0,
        "isHomeTeamInPossesion": true,
        "isTied": true,
        "periods": []
    },
    "traceId": "18e75876fba4ed76871be14effc0d2a5",
    "version": 3,
    "websocket": {
        "timestamp": 1320573.3999999994,
        "id": "wss://dde-streams.data.imgarena.com/basketball/fixtures/2ed1cba1-7cf8-4ba2-8a8e-fe248c3e8452/actions"
    }
}
```

{% endcode %}

</details>

<details>

<summary>1 - Match Conditions</summary>

This action will no longer be provided

</details>

<details>

<summary>58 - Play Stopped &#x26; 63 Play Resumed</summary>

These actions will no longer be provided. Significant match interruptions will be indicated via fixture status = abandoned for Play Stopped and fixture status = live for Play Resumed

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sportradar.com/basketball/rest-api-1/sample-json-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
