Docs
Coverage MatrixDocumentationChange LogLog InContact Us
Docs

Endpoints

🔐

Authorization

Place your API key in the header for each request (x-api-key)


Competitor Profile

Returns information for a competitor/team.

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


Replace placeholders with the following query parameters:

Parameter

Description

access_level

Defines the access level of your API key as Production (p) or Trial (t).

version

Version number of the API you are accessing (Current Version: 1).

language_code

2 letter code for supported languages

English (en) is the only fully supported language for this API.

competitor_id

Id of a given competitor.

format

xml or json.

x-api-key

Your API key. Placed in the header of each request.


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}


Replace placeholders with the following query parameters:

Parameter

Description

access_level

Defines the access level of your API key as Production (p) or Trial (t).

version

Version number of the API you are accessing (Current Version: 1).

language_code

2 letter code for supported languages

English (en) is the only fully supported language for this API.

competitor_id

Id of a given competitor.

format

xml or json.

x-api-key

Your API key. Placed in the header of each request.


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}


Replace placeholders with the following query parameters:

Parameter

Description

access_level

Defines the access level of your API key as Production (p) or Trial (t).

version

Version number of the API you are accessing (Current Version: 1).

language_code

2 letter code for supported languages

English (en) is the only fully supported language for this API.

competitor_id

Id of a given competitor.

format

xml or json.

x-api-key

Your API key. Placed in the header of each request.


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}


Replace placeholders with the following query parameters:

Parameter

Description

access_level

Defines the access level of your API key as Production (p) or Trial (t).

version

Version number of the API you are accessing (Current Version: 1).

language_code

2 letter code for supported languages

English (en) is the only fully supported language for this API.

year

Year in 4 digit format (YYYY).

month

Month in 2 digit format (MM).

day

Day in 2 digit format (DD).

format

xml or json.

x-api-key

Your API key. Placed in the header of each request.


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}


Replace placeholders with the following query parameters:

Parameter

Description

access_level

Defines the access level of your API key as Production (p) or Trial (t).

version

Version number of the API you are accessing (Current Version: 1).

language_code

2 letter code for supported languages

English (en) is the only fully supported language for this API.

year

Year in 4 digit format (YYYY).

month

Month in 2 digit format (MM).

day

Day in 2 digit format (DD).

format

xml or json.

x-api-key

Your API key. Placed in the header of each request.


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}


Replace placeholders with the following query parameters:

Parameter

Description

access_level

Defines the access level of your API key as Production (p) or Trial (t).

version

Version number of the API you are accessing (Current Version: 1).

language_code

2 letter code for supported languages

English (en) is the only fully supported language for this API.

format

xml or json.

x-api-key

Your API key. Placed in the header of each request.


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}


Replace placeholders with the following query parameters:

Parameter

Description

access_level

Defines the access level of your API key as Production (p) or Trial (t).

version

Version number of the API you are accessing (Current Version: 1).

language_code

2 letter code for supported languages

English (en) is the only fully supported language for this API.

competitor_id

Id of a given competitor.

competitor_id2

Id of a given competitor.

format

xml or json.

x-api-key

Your API key. Placed in the header of each request.


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}


Replace placeholders with the following query parameters:

Parameter

Description

access_level

Defines the access level of your API key as Production (p) or Trial (t).

version

Version number of the API you are accessing (Current Version: 1).

language_code

2 letter code for supported languages

English (en) is the only fully supported language for this API.

tournament_id or season_id

Id of a given tournament or season.

format

xml or json.

x-api-key

Your API key. Placed in the header of each request.


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}


Replace placeholders with the following query parameters:

Parameter

Description

access_level

Defines the access level of your API key as Production (p) or Trial (t).

version

Version number of the API you are accessing (Current Version: 1).

language_code

2 letter code for supported languages

English (en) is the only fully supported language for this API.

match_id

Id of a given match.

format

xml or json.

x-api-key

Your API key. Placed in the header of each request.


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}


Replace placeholders with the following query parameters:

Parameter

Description

access_level

Defines the access level of your API key as Production (p) or Trial (t).

version

Version number of the API you are accessing (Current Version: 1).

language_code

2 letter code for supported languages

English (en) is the only fully supported language for this API.

match_id

Id of a given match.

format

xml or json.

x-api-key

Your API key. Placed in the header of each request.


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}


Replace placeholders with the following query parameters:

Parameter

Description

access_level

Defines the access level of your API key as Production (p) or Trial (t).

version

Version number of the API you are accessing (Current Version: 1).

language_code

2 letter code for supported languages

English (en) is the only fully supported language for this API.

tournament_id or season_id

Id of a given tournament or season.

format

xml or json.

x-api-key

Your API key. Placed in the header of each request.


Tournament List

Lists all tournaments in the package.

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


Replace placeholders with the following query parameters:

Parameter

Description

access_level

Defines the access level of your API key as Production (p) or Trial (t).

version

Version number of the API you are accessing (Current Version: 1).

language_code

2 letter code for supported languages

English (en) is the only fully supported language for this API.

format

xml or json.

x-api-key

Your API key. Placed in the header of each request.


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}


Replace placeholders with the following query parameters:

Parameter

Description

access_level

Defines the access level of your API key as Production (p) or Trial (t).

version

Version number of the API you are accessing (Current Version: 1).

language_code

2 letter code for supported languages

English (en) is the only fully supported language for this API.

tournament_id or season_id

Id of a given tournament or season.

format

xml or json.

x-api-key

Your API key. Placed in the header of each request.


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}


Replace placeholders with the following query parameters:

Parameter

Description

access_level

Defines the access level of your API key as Production (p) or Trial (t).

version

Version number of the API you are accessing (Current Version: 1).

language_code

2 letter code for supported languages

English (en) is the only fully supported language for this API.

tournament_id or season_id

Id of a given tournament or season.

format

xml or json.

x-api-key

Your API key. Placed in the header of each request.


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}


Replace placeholders with the following query parameters:

Parameter

Description

access_level

Defines the access level of your API key as Production (p) or Trial (t).

version

Version number of the API you are accessing (Current Version: 1).

language_code

2 letter code for supported languages

English (en) is the only fully supported language for this API.

tournament_id or season_id

Id of a given tournament or season.

format

xml or json.

x-api-key

Your API key. Placed in the header of each request.


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}


Replace placeholders with the following query parameters:

Parameter

Description

access_level

Defines the access level of your API key as Production (p) or Trial (t).

version

Version number of the API you are accessing (Current Version: 1).

language_code

2 letter code for supported languages

English (en) is the only fully supported language for this API.

tournament_id or season_id

Id of a given tournament or season.

format

xml or json.

x-api-key

Your API key. Placed in the header of each request.