{
"opencollection": "1.0.0",
"info": {
"name": "Unrivaled Games Tournaments API",
"version": "v8"
},
"request": {
"auth": {
"type": "apikey",
"key": "x-api-key",
"value": "{{x-api-key}}",
"placement": "header"
}
},
"items": [
{
"info": {
"name": "Tournaments",
"type": "folder"
},
"items": [
{
"info": {
"name": "Tournament List",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportradar.com/unrivaled/:access_level/v8/:language_code/tournaments/:season_year/:season_type/schedule.:format",
"params": [
{
"name": "access_level",
"value": "",
"type": "path",
"description": "The access level of your API key
`trial`, `production`"
},
{
"name": "language_code",
"value": "",
"type": "path",
"description": "2-letter code for supported languages
`en` (English)"
},
{
"name": "season_year",
"value": "",
"type": "path",
"description": "Season year in `YYYY` format"
},
{
"name": "season_type",
"value": "",
"type": "path",
"description": "Type of season
`REG` (Regular Season), `OOT` (One-on-One Tournament), `PST` (Postseason)"
},
{
"name": "format",
"value": "",
"type": "path",
"description": "Format returned
`json`, `xml`"
}
]
},
"docs": "**Unrivaled Tournament List** provides a summarized list of all tournaments scheduled for the given season including tournament name, location, start date, and end date."
},
{
"info": {
"name": "Tournament Schedule",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportradar.com/unrivaled/:access_level/v8/:language/tournaments/:tournament_id/schedule.:format",
"params": [
{
"name": "access_level",
"value": "",
"type": "path",
"description": "The access level of your API key
`trial`, `production`"
},
{
"name": "language",
"value": "",
"type": "path",
"description": "2-letter code for supported languages
`en` (English)"
},
{
"name": "tournament_id",
"value": "",
"type": "path",
"description": "Unique Id of a tournament, found in the [Tournament List](https://developer.sportradar.com/basketball/reference/unrivaled-tournament-list) endpoint
**Example:** `28d4af13-bfa1-4c95-9f1b-30af6fd5b7ee`"
},
{
"name": "format",
"value": "",
"type": "path",
"description": "Format returned
`json`, `xml`"
}
]
},
"docs": "**Unrivaled Tournament Schedule** provides date, time, location, and other event details for every match-up taking place for a given tournament."
},
{
"info": {
"name": "Tournament Summary",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportradar.com/unrivaled/:access_level/v8/:language_code/tournaments/:tournament_id/summary.:format",
"params": [
{
"name": "access_level",
"value": "",
"type": "path",
"description": "The access level of your API key
`trial`, `production`"
},
{
"name": "language_code",
"value": "",
"type": "path",
"description": "2-letter code for supported languages
`en` (English)"
},
{
"name": "tournament_id",
"value": "",
"type": "path",
"description": "Unique Id of a tournament, found in the [Tournament List](https://developer.sportradar.com/basketball/reference/unrivaled-tournament-list) endpoint
**Example:** `28d4af13-bfa1-4c95-9f1b-30af6fd5b7ee`"
},
{
"name": "format",
"value": "",
"type": "path",
"description": "Format returned
`json`, `xml`"
}
]
},
"docs": "**Unrivaled Tournament Summary** provides tournament information including location, status, start date, end date, set up, and participants."
}
]
}
],
"bundled": true
}