GuidesRelease Log
Coverage MatrixDocumentationChange LogLog InContact Us
Release Log

Soccer Extended API - Insights Endpoint

We've released a new Sport Event Insights endpoint to our Soccer Extended API.

Use this endpoint to access AI-generated pre-match and live insights derived from statistical data about the match and the participating teams.


☑️ Sample Request:

  • Sport Event Insights - https://api.sportradar.com/soccer-extended/trial/v4/en/sport_events/{sport_event_id}/insights.json

🔢 Versions


🔁 Endpoints Affected


⚙️ Return Sample

{
    "generated_at": "2025-08-11T15:11:46+00:00",
    "insights": [
        {
            "related_ids": [
                {
                    "id": "sr:competitor:3133",
                    "name": "Shimizu S-Pulse"
                },
                {
                    "id": "sr:tournament:196",
                    "name": "J.League"
                }
            ],
            "0": {
                "text": "The match is still tied after the first half. In their last 4 away matches in the J.League when that happened, Shimizu S-Pulse have lost twice."
            }
        },
        {
            "related_ids": [
                {
                    "id": "sr:competitor:3133",
                    "name": "Shimizu S-Pulse"
                },
                {
                    "id": "sr:tournament:196",
                    "name": "J.League"
                }
            ],
            "0": {
                "text": "Following their 2nd yellow card in the second half, Shimizu S-Pulse were not able to score a goal in the last 3 similar situations in the J.League."
            }
        },
        {
            "related_ids": [
                {
                    "id": "sr:competitor:3133",
                    "name": "Shimizu S-Pulse"
                },
                {
                    "id": "sr:tournament:196",
                    "name": "J.League"
                }
            ],
            "0": []
        },
        {
            "related_ids": [
                {
                    "id": "sr:competitor:3135",
                    "name": "Sanfrecce Hiroshima"
                },
                {
                    "id": "sr:tournament:196",
                    "name": "J.League"
                }
            ],
            "0": {
                "text": "The match is still tied after the first half. In their last 9 home matches in the J.League when that happened, Sanfrecce Hiroshima have won 5 times."
            }
        },
        {
            "related_ids": [
                {
                    "id": "sr:competitor:3135",
                    "name": "Sanfrecce Hiroshima"
                },
                {
                    "id": "sr:competitor:3133",
                    "name": "Shimizu S-Pulse"
                },
                {
                    "id": "sr:tournament:196",
                    "name": "J.League"
                }
            ],
            "0": {
                "text": "We have no goals after first half between Sanfrecce Hiroshima and Shimizu S-Pulse! Well, both teams have shown they can score after half-time in the J.League, with Sanfrecce Hiroshima averaging 1.21 goals per match and Shimizu S-Pulse averaging 1.21 goals per match."
            }
        }
    ]
}
<?xml version="1.0" encoding="UTF-8"?>
<sport_event_insights xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" generated_at="2025-08-11T14:14:11+00:00" xmlns="http://schemas.sportradar.com/sportsapi/soccer-extended/v4" xsi:schemaLocation="http://schemas.sportradar.com/sportsapi/soccer-extended/v4 https://schemas.sportradar.com/sportsapi/soccer-extended/v4/schemas/sport_event_insights.xsd">
    <insights>
        <insight text="The match is still tied after the first half. In their last 4 away matches in the J.League when that happened, Shimizu S-Pulse have lost twice.">
            <related_ids>
                <related_id id="sr:competitor:3133" name="Shimizu S-Pulse"/>
                <related_id id="sr:tournament:196" name="J.League"/>
            </related_ids>
        </insight>
        <insight text="Following their 2nd yellow card in the second half, Shimizu S-Pulse were not able to score a goal in the last 3 similar situations in the J.League.">
            <related_ids>
                <related_id id="sr:competitor:3133" name="Shimizu S-Pulse"/>
                <related_id id="sr:tournament:196" name="J.League"/>
            </related_ids>
        </insight>
        <insight>
            <related_ids>
                <related_id id="sr:competitor:3133" name="Shimizu S-Pulse"/>
                <related_id id="sr:tournament:196" name="J.League"/>
            </related_ids>
        </insight>
        <insight text="The match is still tied after the first half. In their last 9 home matches in the J.League when that happened, Sanfrecce Hiroshima have won 5 times.">
            <related_ids>
                <related_id id="sr:competitor:3135" name="Sanfrecce Hiroshima"/>
                <related_id id="sr:tournament:196" name="J.League"/>
            </related_ids>
        </insight>
        <insight text="We have no goals after first half between Sanfrecce Hiroshima and Shimizu S-Pulse! Well, both teams have shown they can score after half-time in the J.League, with Sanfrecce Hiroshima averaging 1.21 goals per match and Shimizu S-Pulse averaging 1.21 goals per match.">
            <related_ids>
                <related_id id="sr:competitor:3135" name="Sanfrecce Hiroshima"/>
                <related_id id="sr:competitor:3133" name="Shimizu S-Pulse"/>
                <related_id id="sr:tournament:196" name="J.League"/>
            </related_ids>
        </insight>
    </insights>
</sport_event_insights>