Docs
Coverage MatrixDocumentationChange LogLog InContact Us
Docs

Competitor Profile

Returns information for a competitor/team.

https://api.sportradar.com/volleyball-{access_level}{version}/indoor/{language_code}/competitors/{competitor_id}/profile.{format}?api_key={your_api_key}

Replace placeholders with the following query parameters:

ParameterDescription
access_levelDefines the access level of your API key as Production (p) or Trial (t).
versionVersion number of the API you are accessing (Current Version: 1).
language_code2 letter code for supported languages

English (en) is the only fully supported language for this API.
competitor_idId of a given competitor.
formatxml or json.
your_api_keyYour API key.

Competitor Results

Returns a list of results for a given competitor/team.

https://api.sportradar.com/volleyball-{access_level}{version}/indoor/{language_code}/competitors/{competitor_id}/results.{format}?api_key={your_api_key}

Replace placeholders with the following query parameters:

ParameterDescription
access_levelDefines the access level of your API key as Production (p) or Trial (t).
versionVersion number of the API you are accessing (Current Version: 1).
language_code2 letter code for supported languages

English (en) is the only fully supported language for this API.
competitor_idId of a given competitor.
formatxml or json.
your_api_keyYour API key.

Competitor Schedule

Returns a list of scheduled matches for a given competitor/team.

https://api.sportradar.com/volleyball-{access_level}{version}/indoor/{language_code}/competitors/{competitor_id}/schedule.{format}?api_key={your_api_key}

Replace placeholders with the following query parameters:

ParameterDescription
access_levelDefines the access level of your API key as Production (p) or Trial (t).
versionVersion number of the API you are accessing (Current Version: 1).
language_code2 letter code for supported languages

English (en) is the only fully supported language for this API.
competitor_idId of a given competitor.
formatxml or json.
your_api_keyYour API key.

Daily Results

Returns a list of match results for a given date: yyyy-mm-dd

https://api.sportradar.com/volleyball-{access_level}{version}/indoor/{language_code}/schedules/{year}-{month}-{day}/results.{format}?api_key={your_api_key}

Replace placeholders with the following query parameters:

ParameterDescription
access_levelDefines the access level of your API key as Production (p) or Trial (t).
versionVersion number of the API you are accessing (Current Version: 1).
language_code2 letter code for supported languages

English (en) is the only fully supported language for this API.
yearYear in 4 digit format (YYYY).
monthMonth in 2 digit format (MM).
dayDay in 2 digit format (DD).
formatxml or json.
your_api_keyYour API key.

Daily Schedule

Returns a list of scheduled matches for a given date: yyyy-mm-dd

https://api.sportradar.com/volleyball-{access_level}{version}/indoor/{language_code}/schedules/{year}-{month}-{day}/schedule.{format}?api_key={your_api_key}

Replace placeholders with the following query parameters:

ParameterDescription
access_levelDefines the access level of your API key as Production (p) or Trial (t).
versionVersion number of the API you are accessing (Current Version: 1).
language_code2 letter code for supported languages

English (en) is the only fully supported language for this API.
yearYear in 4 digit format (YYYY).
monthMonth in 2 digit format (MM).
dayDay in 2 digit format (DD).
formatxml or json.
your_api_keyYour API key.

Deleted Matches

Displays information for sport events that have been removed or deleted.

https://api.sportradar.com/volleyball-{access_level}{version}/indoor/{language_code}/schedules/deleted_matches.{format}?api_key={your_api_key}

Replace placeholders with the following query parameters:

ParameterDescription
access_levelDefines the access level of your API key as Production (p) or Trial (t).
versionVersion number of the API you are accessing (Current Version: 1).
language_code2 letter code for supported languages

English (en) is the only fully supported language for this API.
formatxml or json.
your_api_keyYour API key.

Head To Head

Compares past results and schedules upcoming matches given two team IDs.

https://api.sportradar.com/volleyball-{access_level}{version}/indoor/{language_code}/competitors/{competitor_id}/versus/{competitor_id2}/matches.{format}?api_key={your_api_key}

Replace placeholders with the following query parameters:

ParameterDescription
access_levelDefines the access level of your API key as Production (p) or Trial (t).
versionVersion number of the API you are accessing (Current Version: 1).
language_code2 letter code for supported languages

English (en) is the only fully supported language for this API.
competitor_idId of a given competitor.
competitor_id2Id of a given competitor.
formatxml or json.
your_api_keyYour API key.

Seasons

Displays a listing of seasons with respective IDs. Season IDs can be interchanged with tournament IDs to retrieve historical data.

https://api.sportradar.com/volleyball-{access_level}{version}/indoor/{language_code}/tournaments/{tournament_id or season_id}/seasons.{format}?api_key={your_api_key}

Replace placeholders with the following query parameters:

ParameterDescription
access_levelDefines the access level of your API key as Production (p) or Trial (t).
versionVersion number of the API you are accessing (Current Version: 1).
language_code2 letter code for supported languages

English (en) is the only fully supported language for this API.
tournament_id or season_idId of a given tournament or season.
formatxml or json.
your_api_keyYour API key.

Sport Event Probabilities

Returns the pre-match 3-way probabilities of winning for both teams. Expires once the match is live.

https://api.sportradar.com/volleyball-{access_level}{version}/indoor/{language_code}/matches/{match_id}/probabilities.{format}?api_key={your_api_key}

Replace placeholders with the following query parameters:

ParameterDescription
access_levelDefines the access level of your API key as Production (p) or Trial (t).
versionVersion number of the API you are accessing (Current Version: 1).
language_code2 letter code for supported languages

English (en) is the only fully supported language for this API.
match_idId of a given match.
formatxml or json.
your_api_keyYour API key.

Sport Event Timeline

Displays information for a specific match including a timeline of events, live (assuming coverage levels dictate that it is live) as well as match and player statistics.

https://api.sportradar.com/volleyball-{access_level}{version}/indoor/{language_code}/sport_events/{match_id}/timeline.{format}?api_key={your_api_key}

Replace placeholders with the following query parameters:

ParameterDescription
access_levelDefines the access level of your API key as Production (p) or Trial (t).
versionVersion number of the API you are accessing (Current Version: 1).
language_code2 letter code for supported languages

English (en) is the only fully supported language for this API.
match_idId of a given match.
formatxml or json.
your_api_keyYour API key.

Tournament Info

Provides information pertaining to a given tournament or season.

https://api.sportradar.com/volleyball-{access_level}{version}/indoor/{language_code}/tournaments/{tournament_id or season_id}/info.{format}?api_key={your_api_key}

Replace placeholders with the following query parameters:

ParameterDescription
access_levelDefines the access level of your API key as Production (p) or Trial (t).
versionVersion number of the API you are accessing (Current Version: 1).
language_code2 letter code for supported languages

English (en) is the only fully supported language for this API.
tournament_id or season_idId of a given tournament or season.
formatxml or json.
your_api_keyYour API key.

Tournament List

Lists all tournaments in the package.

https://api.sportradar.com/volleyball-{access_level}{version}/indoor/{language_code}/tournaments.{format}?api_key={your_api_key}

Replace placeholders with the following query parameters:

ParameterDescription
access_levelDefines the access level of your API key as Production (p) or Trial (t).
versionVersion number of the API you are accessing (Current Version: 1).
language_code2 letter code for supported languages

English (en) is the only fully supported language for this API.
formatxml or json.
your_api_keyYour API key.

Tournament Live Standings

Returns the live standings for a given tournament or season. This data changes in relation to events occurring in currently live matches.

https://api.sportradar.com/volleyball-{access_level}{version}/indoor/{language_code}/tournaments/{tournament_id or season_id}/live_standings.{format}?api_key={your_api_key}

Replace placeholders with the following query parameters:

ParameterDescription
access_levelDefines the access level of your API key as Production (p) or Trial (t).
versionVersion number of the API you are accessing (Current Version: 1).
language_code2 letter code for supported languages

English (en) is the only fully supported language for this API.
tournament_id or season_idId of a given tournament or season.
formatxml or json.
your_api_keyYour API key.

Tournament Results

Returns a list of results for a given tournament or season.

https://api.sportradar.com/volleyball-{access_level}{version}/indoor/{language_code}/tournaments/{tournament_id or season_id}/results.{format}?api_key={your_api_key}

Replace placeholders with the following query parameters:

ParameterDescription
access_levelDefines the access level of your API key as Production (p) or Trial (t).
versionVersion number of the API you are accessing (Current Version: 1).
language_code2 letter code for supported languages

English (en) is the only fully supported language for this API.
tournament_id or season_idId of a given tournament or season.
formatxml or json.
your_api_keyYour API key.

Tournament Schedule

Returns a list of scheduled matches for a given tournament or season.

https://api.sportradar.com/volleyball-{access_level}{version}/indoor/{language_code}/tournaments/{tournament_id or season_id}/schedule.{format}?api_key={your_api_key}

Replace placeholders with the following query parameters:

ParameterDescription
access_levelDefines the access level of your API key as Production (p) or Trial (t).
versionVersion number of the API you are accessing (Current Version: 1).
language_code2 letter code for supported languages

English (en) is the only fully supported language for this API.
tournament_id or season_idId of a given tournament or season.
formatxml or json.
your_api_keyYour API key.

Tournament Standings

Returns the current standings for a given tournament or season.

https://api.sportradar.com/volleyball-{access_level}{version}/indoor/{language_code}/tournaments/{tournament_id or season_id}/standings.{format}?api_key={your_api_key}

Replace placeholders with the following query parameters:

ParameterDescription
access_levelDefines the access level of your API key as Production (p) or Trial (t).
versionVersion number of the API you are accessing (Current Version: 1).
language_code2 letter code for supported languages

English (en) is the only fully supported language for this API.
tournament_id or season_idId of a given tournament or season.
formatxml or json.
your_api_keyYour API key.