# 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/1svPzJ53xYfhAxwnAMtu" 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>62 - Injury</summary>

This action and its sub action will no longer be provided

</details>

<details>

<summary>412 - Yellow Card &#x26; 413 - Red Card</summary>

Yellow and Red card actions will no longer be provided

</details>

<details>

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

These actions will no longer be provided

</details>

<details>

<summary>58 - Point Started, sendType - pending</summary>

This action will appear at the beginning of each set only to determine which team serves

{% code expandable="true" %}

```
{
    "traceId": "56452417437536e7854e274fe793cc1d",
    "version": 3,
    "finished": false,
    "fixtureAction": {
        "team": {
            "id": "bcdb0520-798a-4187-b436-8926191de5bb",
            "name": "Savino Del Bene Scandicci Women",
            "homeTeam": false
        },
        "period": 1,
        "actionId": "b3b90eae-80da-401f-ab74-563d7ecc43b4",
        "sendType": "Pending",
        "clockTime": "00:00",
        "fixtureId": "44bc4791-3420-4fb8-a877-2101b077f623",
        "timestamp": "2026-05-03T14:01:20.193Z",
        "sendTypeId": 3,
        "fixtureSeqNum": 5,
        "timelineSequence": 1.0000000000830005,
        "fixtureActionType": "Point Started",
        "fixtureActionTypeId": 401,
        "relatedFixtureActionIds": []
    },
    "fixtureSummary": {
        "isTied": true,
        "periods": [
            {
                "id": 1,
                "end": null,
                "type": "Regular",
                "label": "1st Set",
                "start": "2026-05-03T14:01:20",
                "awayTeamScore": 0,
                "homeTeamScore": 0,
                "awayTeamPeriodScore": 0,
                "homeTeamPeriodScore": 0
            }
        ],
        "finished": false,
        "awayTeamScore": 0,
        "currentPeriod": 1,
        "currentStatus": "Live",
        "homeTeamScore": 0,
        "collectionStatus": "CollectingLive",
        "currentClockTime": "00:00",
        "currentClockState": "stopped",
        "isHomeTeamInPossesion": false
    },
    "websocket": {
        "timestamp": 1715111.5999999996,
        "id": "wss://dde-streams.data.imgarena.com/v2/volleyball/fixtures/44bc4791-3420-4fb8-a877-2101b077f623/actions"
    }
}
```

{% endcode %}

</details>

<details>

<summary>1 - Match Conditions</summary>

This action will no longer be suppotred in the /actions websocket

</details>

<details>

<summary>52 - Timeout</summary>

This action will be available but the sub types 5201 & 5202 that differentiated between regular and technical timeout will not be provided

{% code expandable="true" %}

```
{
    "traceId": "81d1d60fe7c2359b9f155f7c034246ff",
    "version": 3,
    "finished": false,
    "fixtureAction": {
        "team": {
            "id": "bcdb0520-798a-4187-b436-8926191de5bb",
            "name": "Savino Del Bene Scandicci Women",
            "homeTeam": false
        },
        "period": 1,
        "actionId": "1df7d7d4-dac5-4002-9532-a9a17fd47cf3",
        "sendType": "Confirmed",
        "clockTime": "09:07",
        "fixtureId": "44bc4791-3420-4fb8-a877-2101b077f623",
        "timestamp": "2026-05-03T14:10:27.424Z",
        "sendTypeId": 5,
        "fixtureSeqNum": 49,
        "timelineSequence": 1.000000547314005,
        "fixtureActionType": "Timeout",
        "fixtureActionTypeId": 52,
        "fixtureActionSubType": "",
        "fixtureActionSubTypeId": "",
        "relatedFixtureActionIds": []
    },
    "fixtureSummary": {
        "isTied": true,
        "periods": [
            {
                "id": 1,
                "end": null,
                "type": "Regular",
                "label": "1st Set",
                "start": "2026-05-03T14:01:20",
                "awayTeamScore": 0,
                "homeTeamScore": 0,
                "awayTeamPeriodScore": 9,
                "homeTeamPeriodScore": 13
            }
        ],
        "finished": false,
        "awayTeamScore": 0,
        "currentPeriod": 1,
        "currentStatus": "Live",
        "homeTeamScore": 0,
        "collectionStatus": "CollectingLive",
        "currentClockTime": "00:00",
        "currentClockState": "stopped",
        "isHomeTeamInPossesion": true
    },
    "websocket": {
        "timestamp": 1715145.7999999998,
        "id": "wss://dde-streams.data.imgarena.com/v2/volleyball/fixtures/44bc4791-3420-4fb8-a877-2101b077f623/actions"
    }
}
```

{% endcode %}

</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/volleyball/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.
