Getting Started
Coverage MatrixRelease LogLog InContact Us

Legacy Simulations

Overview

At Sportradar, we strive to make sure you are ready for live games. The live simulations below give you the opportunity to test your code against a simulation of live data being entered before the preseason starts!

Our simulations replay full completed games and allow you to view our API feeds as if they were happening live. Feeds update with game data as it plays. For instance, when a play completes in the play-by-play feed, the game statistics feed updates as well.

👍

Sim Availability

Legacy simulations are currently available for MLB, NBA, and NHL.

Our enhanced simulations can be found here.

If you need assistance in utilizing these simulations, please contact Sportradar Support.


MLB API Simulations

Sportradar's MLB simulations run every day according to the below schedule. Data is reset for each day's simulations at 10:00am UTC.

Quick Access
Start Time (UTC) Game (Original game date) Game ID
1:00pmMIN at CLE (9/14/19, Game 1 Doubleheader)6fc55b0d-29a8-43bf-bc08-932366c1dda3
1:00pmCWS at SEA (9/14/19)b946e7e5-3d02-45ad-a4bc-b0a75832a25e​
1:00pmHOU at KC (9/14/19)fb2559d7-12d6-45a3-b991-829283f1a532
5:00pmMIN at CLE (9/14/19, Game 2 Doubleheader)02aef4b5-9025-43b9-bbf6-f29061c025ae
5:00pmCWS at SEA (9/15/19)d5b72bd7-7902-4de2-820d-57d11d7eaffb​
5:00pmHOU at KC (9/15/19)eaa42c5a-0f07-45e8-8838-b29f6c0300c9
7:00pmKC at OAK (9/17/19)dff5b8c4-a972-4a44-9b9e-642b1e3fd5a4​
7:00pmCWS at MIN (9/16/19)1785193a-599c-45bd-b13b-a3d5e68b4afe

To retrieve the game IDs, team IDs, and other associated information for each game listed above, you can use the following Daily Schedule URL with the syntax noted below. If you have an existing MLB API key, simply replace the access_level (trial or production) in the URL of a feed with simulation.

Parameters

🚧

The current date must be used when calling the simulation daily schedule.

Daily Schedule:

https://api.sportradar.us/mlb/simulation/{version}/en/games/{year}/{month}/{day}/schedule.{format}?api_key={your_api_key}

Play-by-Play sample:

https://api.sportradar.us/mlb/simulation/{version}/en/games/1785193a-599c-45bd-b13b-a3d5e68b4afe/pbp.{format}?api_key={your_api_key}
ParameterDescription
versionVersion number of the API you are accessing (Current Version: v7).
yearThe current year in 4 digit format (YYYY). Use 2019 for Seasonal simulation feeds and the current date for Daily feeds
monthThe current month in 2 digit format (MM).
dayThe current day of the month in 2 digit format (DD).
mlb_seasonRegular Season (REG).
formatxml or json.
your_api_keyYour API key.

Feeds Available: Daily Boxscore, Daily Change Log, Daily Schedule, Daily Summary, Game Boxscore, Game Extended Summary, Game Pitch Metrics, Game Summary, Injuries, League Depth Chart, League Hierarchy, League Schedule, Play By Play, Player Profile, Rankings, Seasonal Pitch Metrics, Seasonal Splits, Seasonal Statistics, Seasonal Transactions, Seasons, Standings, Team Depth Chart, Team Profile, Venues, Push Events, Push Linescores, and Push Statistics.

For syntax structure on each feed, please visit our MLB API documentation here.


NBA API Simulations

Sportradar's NBA simulations run every day according to the below schedule. Data is reset for each day's simulations at 12:45pm UTC.

Quick Access
Start Time (UTC) Game Game ID
1:00pmChicago Bulls at New York Knicks26e0906a-a222-4013-a9c8-dea6a8fe1f4f
1:00pmBrooklyn Nets at Portland Trailblazers0d996d35-85e5-4913-bd45-ac9cfedbf272
5:00pmUtah Jazz at Los Angeles Clippersa2a43125-5538-43f7-84a9-e8e02a8a772f
5:00pmPhiladelphia 76ers at Detroit Pistons9c322810-33cc-4aa8-b1c7-43bc6ed9af73
5:00pmWashington Wizards at Golden State Warriorsf8367461-6e6f-4cbb-b758-4b866f554f80​
7:00pmSan Antonio Spurs at Los Angeles Lakers12b2e554-c80f-404f-b140-c25400996ac7

To retrieve the game IDs, team IDs, and other associated information for each game listed above, you can use the following URL with the syntax noted below. If you have an existing NBA API key, simply replace the access_level (trial or production) in the URL of a feed with simulation.

Parameters

https://api.sportradar.us/nba/simulation/{version}/{language_code}/games/2017/SIM/schedule.{format}?api_key={your_api_key}
ParameterDescription
versionVersion number of the API you are accessing (Current Version: v7).
language_code2 letter code for supported languages: en (English), ru (Russian), zh (simplified Chinese), and ja (Japanese).
nba_seasonRegular Season (REG).
season_yearYear in 4 digit format (YYYY). Use 2017 for simulations
formatxml or json.
your_api_keyYour API key.

Feeds Available: Schedule, Standings, League Hierarchy, Game Boxscore, Game Summary, Play-By-Play, Team Profile, Seasonal Statistics, Injuries, Rankings, Push Events, and Push Statistics

For syntax structure on each feed, please visit our NBA API documentation here.


NHL API Simulations

Sportradar's NHL simulations run every day according to the below schedule. Data is reset for each day's simulations at 12:00pm UTC.

Quick Access
Start Time (UTC) Game Game ID
1:00pmEdmonton at Vancouver66a5f479-0011-4ead-a51d-33a93e0062f7
1:00pmMontreal at Winnipeg8d591315-f3c8-4925-a3f1-d5a23ac8ba55
5:00pmDallas at Tampa Bay90008b6a-3600-45e6-a3c3-21cca49e5d9d
5:00pmPittsburgh at New Yorke4ba2be3-6cdc-4434-9194-5694e82c7ef9
9:00pmSt. Louis at San Jose86bf6496-4a5d-456d-8e63-2cd41bd0373b​
9:00pmMinnesota at Vegasc7e64152-06e2-44cc-872f-678fb64714ca
9:00pmColorado at Arizonad364d4ec-892d-48d0-b44d-40a2e711b174​
9:00pmVegas at Anaheimdd1f6ad9-733a-4a28-b4a8-955f1fc04cc2

To retrieve the game IDs, team IDs, and other associated information for each game listed above, you can use the following URL with the syntax noted below. If you have an existing NHL API key, simply replace the access_level (trial or production) in the URL of a feed with simulation.

Parameters

https://api.sportradar.us/nhl/simulation/{version}/{language_code}/games/2020/SIM/schedule.{format}?api_key={your_api_key}

📘

Syntax Note

Use SIM as the {nhl_season} and 2020 as the {season_year} for each applicable NHL simulation request.

ParameterDescription
versionVersion number of the API you are accessing (Current Version: v7).
language_code2 letter code for supported languages: en (English), es (Spanish), fr (French), ru (Russian), and zh (simplified Chinese).
nhl_seasonSIM
season_year2020
formatxml or json.
your_api_keyYour API key.

Feeds Available: Game Analytics, Game Boxscore, Game Faceoffs, Game Play-By-Play, Game Shot Zones, Game Summary, Game Time on Ice, League Leaders (Goaltending), League Leaders (Skaters), Schedule, Seasonal Analytics, Seasonal Faceoffs, Seasonal Shot Zones, Seasonal Statistics, Standings, Team Profile, Push Events, and Push Statistics.

For syntax structure on each feed, please visit our NHL API documentation here.