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:
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. |
your_api_key | Your 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:
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. |
your_api_key | Your 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:
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. |
your_api_key | Your 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:
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. |
your_api_key | Your 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:
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. |
your_api_key | Your 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:
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. |
your_api_key | Your 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:
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. |
your_api_key | Your 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:
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. |
your_api_key | Your 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:
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. |
your_api_key | Your 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:
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. |
your_api_key | Your 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:
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. |
your_api_key | Your 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:
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. |
your_api_key | Your 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:
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. |
your_api_key | Your 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:
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. |
your_api_key | Your 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:
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. |
your_api_key | Your 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:
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. |
your_api_key | Your API key. |