Get started with Tennis v2
AlertPlease note that the current, stable version of our Tennis API is v3. We strongly suggest integrating with this version.
API Map
To best utilize the Tennis API, you will need specific parameters to create your API calls. The map below shows every feed in the API, grouped by task; the key marks the identifier each feed takes, and each entry links out to its endpoint page.
Feeds that require no ID, or only a date, can be called directly. Their responses provide the tournament, match, player, and doubles team IDs that the remaining feeds take.
Data Retrieval Sample
To find the win probabilities for a match, given the date:
- Call the Daily Schedule for the day the sport event takes place and find the Sport Event Id for the chosen sport event
- Call the Match Probabilities using the Sport Event Id
The probability of a win for each participant is displayed.
Failover Info
If our scout feed goes down or becomes unavailable, Sportradar takes over Live Data Entry (LDE) to provide a failover.
In case of a failover, we follow one of the following scenarios:
- Continue point-by-point coverage – but lose service outcomes. During the failover we cannot provide data related to service outcome. The following data will be unavailable: aces, double faults, service faults, and successful service outcome. Those statistics will be verified and updated post-match.
- If point-by-point coverage is not possible – we will update game-by-game, post-match. During the failover we cannot provide point-by-point coverage and service outcomes. The following data will be unavailable: aces, double faults, service faults, and successful service outcome. Missing point-by-point coverage and statistics will be verified and updated post-match. Tie-break score will not be displayed. Game-by-game coverage will continue as each match ends.
