Browse by category below. Select any group or question to jump straight to it. Use your browser's find (Ctrl/Cmd + F) to search the page.
Table of Contents
Getting Started
Coverage
What leagues do you cover, and at what level?
Coverage information can be found via our Coverage Matrix.
How do I find out the coverage for a particular match?
Find the node called coverage in any of the Summary, Lineups, or Timeline feeds. The attribute coverage - live reports if Sportradar has live coverage of the match or not.
Why do different groups have coverage information for a competition?
The notion of “groups” is versatile and is used to distinguish between playoffs and our various competition structures. It is therefore necessary to describe coverage at a group level for consistency. Generally, however, within a competition in Indoor Volleyball there will be no difference in coverage between groups.
How will a sport event behave when it is not covered with live scores?
When a sport_event is not covered live, the status and match_status will remain as not_started until results are entered post-match.
Integration
How can I find the values for various enum data points within the API?
Many enum values are listed in the FAQ below. For the most up-to-date values, please see the Schema section of the OpenAPI specification here.
What format are date fields presented in?
Date values are presented in the ISO 8601 standard format.
Timestamp fields are in UTC. These could include scheduled start times or play-by-play event timestamps. Examples: scheduled="2024-02-11T23:30:00+00:00", created_at="2024-02-11T23:43:20+00:00"
Date-only fields reflect local league convention and are not UTC-adjusted. These could include season start dates and birth dates. Examples: start_date="2024-08-16", date_of_birth="1984-09-22"
How do I locate the TTL (Time to Live)/cache on an API endpoint?
The cache (in seconds) can be accessed in the returned header information on each RESTful API call, under cache-control.
ex. cache-control: max-age=1, public, s-maxage=1 or
cache-control: public, must-revalidate, max-age=120
Game Data
Sport Event Statuses
What are the valid sport_event_status - status values?
sport_event_status - status values?Here are the valid sport_event_status values and their definitions:
not_started- The match is scheduled to be playedlive- The match is currently in progresspostponed- The match has been postponed to a future datedelayed- The match has been temporarily delayed and will be continuedinterrupted- The match began, but coverage has stopped for a short time. Note that match scores may not be updated during this period; the last recorded match score will be displayed instead. Any interrupted match that remains in this status for more than 48 hours will receive limited coverage upon resumption; coverage up to the point of interruption remains at the level originally specified for the match.cancelled- The match has been cancelled and will not be playedended- The match is overafter_golden_set- The match ended after golden setclosed- The match results have been confirmed
What are the valid sport_event_status - match_status values?
sport_event_status - match_status values?Here are the valid match_status values:
1st_set1st_pause2nd_set2nd_pause3rd_set3rd_pause4th_set4th_pause5th_setawaiting_golden_setgolden_setafter_golden_setdelayedinterruptedabandonedpostponedendednot_startedmatch_about_to_startwalkoverretiredcancelledpausestart_delayedstarted
Event Types
What are the point event possible values?
Here are the valid point event values:
match_startedperiod_startbreak_startperiod_scorescore_changematch_ended
Probabilities
What are markets, and which ones are available?
A market represents a betting option for which we provide probability data. Over time, additional markets may be added to the API.
Currently, we offer one market: 3-way, which indicates the probability of each possible outcome — home win, away win, or draw.
What are the valid outcomes for probabilities?
Here are the valid probability outcomes:
home_team_winneraway_team_winner
Reference Data
Standings / Tournaments
What are the possible values for cup_round - state in the Season Links endpoint?
cup_round - state in the Season Links endpoint?Here are the valid cup_round.state values and their definitions. These can be leveraged to determine the status of a cup round.
empty- A matchup has been created but neither the match details nor the competitors are known.unseeded_fixture- Match details are known but competitors are unknown.partial_seeded- One competitor is known.partial_seeded_fixture- Match details and one competitor are known.seeded- Both competitors are known.seeded_fixture- Match details and both competitors are known.unstarted- Match(es) have been added.on_going- The first match has started.decided- The last match has ended.winner- The winner is known.cancelled- The matchup has been cancelled.
Past Season Data
How do I access past seasons results and stats?
Use the Competition Seasons endpoint to locate the season_id for the season you want to access. Use that season_id to interrogate the various seasons endpoints.
More questions?Reach out to [email protected] for further assistance.
