Download OpenAPI specification:Download
Whether you're looking to build an official Pandascore integration for your service, or you just want to build something awesome, we can help you get started.
The API works over the HTTPS protocol, and is accessed from the api.pandascore.co
domain.
null
values instead of being omitted.Clicking on a query parameter like filter
or search
will show you the available options:
You can also click on a response to see the detailed response schema:
The PandaScore API allows you to access data about eSports events by using a certain structure detailed below.
Leagues
Leagues are the top level events. They don't have a date and represent a regular competition. A League is composed of one or several series.
Some League of Legends leagues are: EU LCS, NA LCS, LCK, etc.
Some Dota 2 leagues are: ESL One, GESC, The International, PGL, etc.
Series
A Serie represents an occurrence of a league event.
The EU LCS league has two series per year: spring 2017, summer 2017, spring 2016, summer 2016 etc.
Some Dota2 Series examples would be: Changsha Major, Open Bucharest, Frankfurt, i-League Invitational etc.
Tournaments
Tournaments groups all the matches of a serie under "stages" and "groups".
The tournaments of the EU LCS of summer 2017 are: Group A, Group B, Playoffs, etc.
Some Dota 2 tournaments are: Group A, Group B, Playoffs, etc.
Matches
Finally we have matches which have two players or teams (depending on the played videogame) and several games (the rounds of the match).
Matches of the group A in the EU LCS of summer 2017 are: G2 vs FNC, MSF vs NIP, etc.
Matches of the group A in the ESL One, Genting tournamnet are: Lower Round 1, Quarterfinal, Upper Final, etc.
Please note that some matches may be listed as "TBD vs TBD" if the matchup is not announced yet, for example the date of the Final match is known but the quarterfinal is still being played.
The API currently supports the JSON format by default.
Other formats may be added depending on user needs.
The Pandascore API paginates all resources on the index method.
Requests that return multiple items will be paginated to 50 items by default. You can specify further pages with the page[number]
parameter. You can also set a custom page size (up to 100) with the page[size]
parameter.
The Link
HTTP response header contains pagination data with first
, previous
, next
and last
raw page links when available, under the format
Link: <https://api.pandascore.co/{Resource}?page=X+1>; rel="next", <https://api.pandascore.co/{Resource}?page=X-1>; rel="prev", <https://api.pandascore.co/{Resource}?page=1>; rel="first", <https://api.pandascore.co/{Resource}?page=X+n>; rel="last"
There is also:
X-Page
header field, which contains the current page.X-Per-Page
header field, which contains the current pagination length.X-Total
header field, which contains the total count of items across all pages.The filter
query parameter can be used to filter a collection by one or several fields for one or several values. The filter
parameter takes the field to filter as a key, and the values to filter as the value. Multiples values must be comma-separated (,
).
For example, the following is a request for all the champions with a name matching Twitch or Brand exactly, but only with 21 armor:
GET /lol/champions?filter[name]=Brand,Twitch&filter[armor]=21&token=YOUR_ACCESS_TOKEN
The range
parameter is a hash that allows filtering fields by an interval.
Only values between the given two comma-separated bounds will be returned. The bounds are inclusive.
For example, the following is a request for all the champions with hp
within 500 and 1000:
GET /lol/champions?range[hp]=500,1000&token=YOUR_ACCESS_TOKEN
The search
parameter is a bit like the filter
parameter, but it will return all results where the values contain the given parameter.
Note: this only works on strings.
Searching with integer values is not supported and filter
or range
parameters may be better suited for your needs here.
For example, to get all the champions with a name containing "twi"
:
$ curl -sg -H 'Authorization: Bearer YOUR_ACCESS_TOKEN' 'https://api.pandascore.co/lol/champions?search[name]=twi' | jq -S '.[].name'
"Twitch"
"Twisted Fate"
All index endpoints support multiple sort fields with comma-separation (,
); the fields are applied in the order specified.
The sort order for each field is ascending unless it is prefixed with a minus (U+002D HYPHEN-MINUS, “-“), in which case it is descending.
For example, GET /lol/champions?sort=attackdamage,-name&token=YOUR_ACCESS_TOKEN
will return all the champions sorted by attack damage.
Any champions with the same attack damage will then be sorted by their names in descending alphabetical order.
Depending on your current plan, you will have a different rate limit. Your plan and your current request count are available on your dashboard.
With the free plan, you have a limit of 1000 requests per hour, others plans have a limit of 4000 requests per hour. The number of remaining requests is available in the X-Rate-Limit-Remaining
response header.
Your API key is included in all the examples on this page, so you can test any example right away. Only you can see this value.
The authentication on the Pandascore API works with access tokens.
All developers need to create an account before getting started, in order to get an access token. The access token should not be shared.
Your token can be found and regenerated from your dashboard.
The access token can be passed in the URL with the token
query string parameter, or in the Authorization: Bearer
header field.
List Rainbow Six Siege leagues
object (filter_over_R6SiegeLeagues) Options to filter results. String fields are case sensitive | |
integer or object Pagination in the form of | |
per_page | integer [ 1 .. 100 ] Default: 50 Example: per_page=5 Equivalent to |
object (range_over_R6SiegeLeagues) Example: range[modified_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_R6SiegeLeagues) Example: search[name]=Contenders Options to search results | |
sort | Array of any (sort_over_R6SiegeLeagues) non-empty Items Enum: "id" "-id" "modified_at" "-modified_at" "name" "-name" "slug" "-slug" "url" "-url" Example: sort=name&sort=-modified_at Options to sort results |
/r6siege/leagues?page[size]=1
[- {
- "id": 4446,
- "image_url": null,
- "modified_at": "2020-07-24T13:02:54Z",
- "name": "Six Major",
- "series": [
- {
- "begin_at": "2020-08-03T08:00:00Z",
- "description": null,
- "end_at": "2020-08-05T15:00:00Z",
- "full_name": "August: Oceania 2020",
- "id": 2854,
- "league_id": 4446,
- "modified_at": "2020-08-17T13:04:22Z",
- "name": "August: Oceania",
- "season": null,
- "slug": "r6-siege-six-major-august-oceania-2020",
- "tier": "a",
- "winner_id": null,
- "winner_type": null,
- "year": 2020
}, - {
- "begin_at": "2020-08-03T10:00:00Z",
- "description": null,
- "end_at": null,
- "full_name": "August: North Division 2020",
- "id": 2853,
- "league_id": 4446,
- "modified_at": "2020-08-17T13:03:45Z",
- "name": "August: North Division",
- "season": null,
- "slug": "r6-siege-six-major-august-north-division-2020",
- "tier": "a",
- "winner_id": null,
- "winner_type": null,
- "year": 2020
}, - {
- "begin_at": "2020-08-03T10:00:00Z",
- "description": null,
- "end_at": null,
- "full_name": "August: South Asia 2020",
- "id": 2855,
- "league_id": 4446,
- "modified_at": "2020-08-17T13:04:05Z",
- "name": "August: South Asia",
- "season": null,
- "slug": "r6-siege-six-major-august-south-asia-2020",
- "tier": "b",
- "winner_id": null,
- "winner_type": null,
- "year": 2020
}, - {
- "begin_at": "2020-08-07T21:00:00Z",
- "description": null,
- "end_at": null,
- "full_name": "August: Brazil 2020",
- "id": 2875,
- "league_id": 4446,
- "modified_at": "2020-08-03T02:46:57Z",
- "name": "August: Brazil",
- "season": null,
- "slug": "r6-siege-six-major-august-brazil-2020",
- "tier": "a",
- "winner_id": null,
- "winner_type": null,
- "year": 2020
}, - {
- "begin_at": "2020-08-08T22:00:00Z",
- "description": null,
- "end_at": "2020-08-09T03:10:00Z",
- "full_name": "August: Mexico 2020",
- "id": 2888,
- "league_id": 4446,
- "modified_at": "2020-08-09T03:11:15Z",
- "name": "August: Mexico",
- "season": null,
- "slug": "r6-siege-six-major-august-mexico-2020",
- "tier": "b",
- "winner_id": 127702,
- "winner_type": "Team",
- "year": 2020
}, - {
- "begin_at": "2020-08-14T16:30:00Z",
- "description": null,
- "end_at": "2020-08-16T21:00:00Z",
- "full_name": "August: North America 2020",
- "id": 2896,
- "league_id": 4446,
- "modified_at": "2020-08-17T12:57:40Z",
- "name": "August: North America",
- "season": null,
- "slug": "r6-siege-six-major-august-north-america-2020",
- "tier": "a",
- "winner_id": null,
- "winner_type": null,
- "year": 2020
}, - {
- "begin_at": "2020-08-21T11:00:00Z",
- "description": null,
- "end_at": null,
- "full_name": "August: Europe 2020",
- "id": 2900,
- "league_id": 4446,
- "modified_at": "2020-08-08T23:26:50Z",
- "name": "August: Europe",
- "season": null,
- "slug": "r6-siege-six-major-august-europe-2020",
- "tier": "a",
- "winner_id": null,
- "winner_type": null,
- "year": 2020
}
], - "slug": "r6-siege-six-major",
- "url": null,
- "videogame": {
- "current_version": null,
- "id": 24,
- "name": "Rainbow 6 Siege",
- "slug": "r6-siege"
}
}
]
List matches for the Rainbow Six Siege videogame
object (filter_over_R6SiegeMatches) Example: filter[detailed_stats]=true Options to filter results. String fields are case sensitive | |
integer or object Pagination in the form of | |
per_page | integer [ 1 .. 100 ] Default: 50 Example: per_page=5 Equivalent to |
object (range_over_R6SiegeMatches) Example: range[begin_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_R6SiegeMatches) Example: search[name]=Finals Options to search results | |
sort | Array of any (sort_over_R6SiegeMatches) non-empty Items Enum: "begin_at" "-begin_at" "detailed_stats" "-detailed_stats" "draw" "-draw" "end_at" "-end_at" "forfeit" "-forfeit" "id" "-id" "match_type" "-match_type" "modified_at" "-modified_at" "name" "-name" "number_of_games" "-number_of_games" "scheduled_at" "-scheduled_at" "slug" "-slug" "status" "-status" "tournament_id" "-tournament_id" "winner_id" "-winner_id" Example: sort=tournament_id&sort=scheduled_at Options to sort results |
/r6siege/matches?page[size]=1
[- {
- "begin_at": "2020-12-18T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "games": [
- {
- "begin_at": null,
- "complete": false,
- "detailed_stats": false,
- "end_at": null,
- "finished": false,
- "forfeit": false,
- "id": 1498,
- "length": null,
- "match_id": 577501,
- "position": 1,
- "status": "not_started",
- "video_url": null,
- "winner": {
- "id": null,
- "type": null
}, - "winner_type": null
}, - {
- "begin_at": null,
- "complete": false,
- "detailed_stats": false,
- "end_at": null,
- "finished": false,
- "forfeit": false,
- "id": 1499,
- "length": null,
- "match_id": 577501,
- "position": 2,
- "status": "not_started",
- "video_url": null,
- "winner": {
- "id": null,
- "type": null
}, - "winner_type": null
}, - {
- "begin_at": null,
- "complete": false,
- "detailed_stats": false,
- "end_at": null,
- "finished": false,
- "forfeit": false,
- "id": 1500,
- "length": null,
- "match_id": 577501,
- "position": 3,
- "status": "not_started",
- "video_url": null,
- "winner": {
- "id": null,
- "type": null
}, - "winner_type": null
}
], - "id": 577501,
- "league": {
- "id": 4311,
- "modified_at": "2020-02-06T19:01:25Z",
- "name": "Six Invitational",
- "slug": "r6-siege-six-invitational",
}, - "league_id": 4311,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-12-14T08:50:01Z",
- "name": "Grand final: TBD vs TBD",
- "number_of_games": 3,
- "opponents": [ ],
- "original_scheduled_at": "2020-12-18T17:00:00Z",
- "rescheduled": false,
- "results": [ ],
- "scheduled_at": "2020-12-18T17:00:00Z",
- "serie": {
- "begin_at": "2020-12-14T17:00:00Z",
- "description": null,
- "end_at": null,
- "full_name": "Europe: Closed Qualifier 2021",
- "id": 3198,
- "league_id": 4311,
- "modified_at": "2020-12-14T08:41:42Z",
- "name": "Europe: Closed Qualifier",
- "season": null,
- "slug": "r6-siege-six-invitational-europe-closed-qualifier-2021",
- "tier": "d",
- "winner_id": null,
- "winner_type": null,
- "year": 2021
}, - "serie_id": 3198,
- "slug": "2020-12-18-f1192f68-3dfc-45ad-ad4f-f246437c3115",
- "status": "not_started",
- "streams": {
- "english": {
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament": {
- "begin_at": "2020-12-14T17:00:00Z",
- "end_at": null,
- "id": 5234,
- "league_id": 4311,
- "live_supported": false,
- "modified_at": "2020-12-14T12:02:15Z",
- "name": "Playoffs",
- "prizepool": null,
- "serie_id": 3198,
- "slug": "r6-siege-six-invitational-europe-closed-qualifier-2021-playoffs",
- "winner_id": null,
- "winner_type": "Team"
}, - "tournament_id": 5234,
- "videogame": {
- "id": 24,
- "name": "Rainbow 6 Siege",
- "slug": "r6-siege"
}, - "videogame_version": null,
- "winner": null,
- "winner_id": null
}
]
List past Rainbow Six Siege matches
object (filter_over_R6SiegeMatches) Example: filter[detailed_stats]=true Options to filter results. String fields are case sensitive | |
integer or object Pagination in the form of | |
per_page | integer [ 1 .. 100 ] Default: 50 Example: per_page=5 Equivalent to |
object (range_over_R6SiegeMatches) Example: range[begin_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_R6SiegeMatches) Example: search[name]=Finals Options to search results | |
sort | Array of any (sort_over_R6SiegeMatches) non-empty Items Enum: "begin_at" "-begin_at" "detailed_stats" "-detailed_stats" "draw" "-draw" "end_at" "-end_at" "forfeit" "-forfeit" "id" "-id" "match_type" "-match_type" "modified_at" "-modified_at" "name" "-name" "number_of_games" "-number_of_games" "scheduled_at" "-scheduled_at" "slug" "-slug" "status" "-status" "tournament_id" "-tournament_id" "winner_id" "-winner_id" Example: sort=tournament_id&sort=scheduled_at Options to sort results |
/r6siege/matches?page[size]=1
[- {
- "begin_at": "2020-12-18T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "games": [
- {
- "begin_at": null,
- "complete": false,
- "detailed_stats": false,
- "end_at": null,
- "finished": false,
- "forfeit": false,
- "id": 1498,
- "length": null,
- "match_id": 577501,
- "position": 1,
- "status": "not_started",
- "video_url": null,
- "winner": {
- "id": null,
- "type": null
}, - "winner_type": null
}, - {
- "begin_at": null,
- "complete": false,
- "detailed_stats": false,
- "end_at": null,
- "finished": false,
- "forfeit": false,
- "id": 1499,
- "length": null,
- "match_id": 577501,
- "position": 2,
- "status": "not_started",
- "video_url": null,
- "winner": {
- "id": null,
- "type": null
}, - "winner_type": null
}, - {
- "begin_at": null,
- "complete": false,
- "detailed_stats": false,
- "end_at": null,
- "finished": false,
- "forfeit": false,
- "id": 1500,
- "length": null,
- "match_id": 577501,
- "position": 3,
- "status": "not_started",
- "video_url": null,
- "winner": {
- "id": null,
- "type": null
}, - "winner_type": null
}
], - "id": 577501,
- "league": {
- "id": 4311,
- "modified_at": "2020-02-06T19:01:25Z",
- "name": "Six Invitational",
- "slug": "r6-siege-six-invitational",
}, - "league_id": 4311,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-12-14T08:50:01Z",
- "name": "Grand final: TBD vs TBD",
- "number_of_games": 3,
- "opponents": [ ],
- "original_scheduled_at": "2020-12-18T17:00:00Z",
- "rescheduled": false,
- "results": [ ],
- "scheduled_at": "2020-12-18T17:00:00Z",
- "serie": {
- "begin_at": "2020-12-14T17:00:00Z",
- "description": null,
- "end_at": null,
- "full_name": "Europe: Closed Qualifier 2021",
- "id": 3198,
- "league_id": 4311,
- "modified_at": "2020-12-14T08:41:42Z",
- "name": "Europe: Closed Qualifier",
- "season": null,
- "slug": "r6-siege-six-invitational-europe-closed-qualifier-2021",
- "tier": "d",
- "winner_id": null,
- "winner_type": null,
- "year": 2021
}, - "serie_id": 3198,
- "slug": "2020-12-18-f1192f68-3dfc-45ad-ad4f-f246437c3115",
- "status": "not_started",
- "streams": {
- "english": {
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament": {
- "begin_at": "2020-12-14T17:00:00Z",
- "end_at": null,
- "id": 5234,
- "league_id": 4311,
- "live_supported": false,
- "modified_at": "2020-12-14T12:02:15Z",
- "name": "Playoffs",
- "prizepool": null,
- "serie_id": 3198,
- "slug": "r6-siege-six-invitational-europe-closed-qualifier-2021-playoffs",
- "winner_id": null,
- "winner_type": "Team"
}, - "tournament_id": 5234,
- "videogame": {
- "id": 24,
- "name": "Rainbow 6 Siege",
- "slug": "r6-siege"
}, - "videogame_version": null,
- "winner": null,
- "winner_id": null
}
]
List running Rainbow Six Siege matches
object (filter_over_R6SiegeMatches) Example: filter[detailed_stats]=true Options to filter results. String fields are case sensitive | |
integer or object Pagination in the form of | |
per_page | integer [ 1 .. 100 ] Default: 50 Example: per_page=5 Equivalent to |
object (range_over_R6SiegeMatches) Example: range[begin_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_R6SiegeMatches) Example: search[name]=Finals Options to search results | |
sort | Array of any (sort_over_R6SiegeMatches) non-empty Items Enum: "begin_at" "-begin_at" "detailed_stats" "-detailed_stats" "draw" "-draw" "end_at" "-end_at" "forfeit" "-forfeit" "id" "-id" "match_type" "-match_type" "modified_at" "-modified_at" "name" "-name" "number_of_games" "-number_of_games" "scheduled_at" "-scheduled_at" "slug" "-slug" "status" "-status" "tournament_id" "-tournament_id" "winner_id" "-winner_id" Example: sort=tournament_id&sort=scheduled_at Options to sort results |
/r6siege/matches?page[size]=1
[- {
- "begin_at": "2020-12-18T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "games": [
- {
- "begin_at": null,
- "complete": false,
- "detailed_stats": false,
- "end_at": null,
- "finished": false,
- "forfeit": false,
- "id": 1498,
- "length": null,
- "match_id": 577501,
- "position": 1,
- "status": "not_started",
- "video_url": null,
- "winner": {
- "id": null,
- "type": null
}, - "winner_type": null
}, - {
- "begin_at": null,
- "complete": false,
- "detailed_stats": false,
- "end_at": null,
- "finished": false,
- "forfeit": false,
- "id": 1499,
- "length": null,
- "match_id": 577501,
- "position": 2,
- "status": "not_started",
- "video_url": null,
- "winner": {
- "id": null,
- "type": null
}, - "winner_type": null
}, - {
- "begin_at": null,
- "complete": false,
- "detailed_stats": false,
- "end_at": null,
- "finished": false,
- "forfeit": false,
- "id": 1500,
- "length": null,
- "match_id": 577501,
- "position": 3,
- "status": "not_started",
- "video_url": null,
- "winner": {
- "id": null,
- "type": null
}, - "winner_type": null
}
], - "id": 577501,
- "league": {
- "id": 4311,
- "modified_at": "2020-02-06T19:01:25Z",
- "name": "Six Invitational",
- "slug": "r6-siege-six-invitational",
}, - "league_id": 4311,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-12-14T08:50:01Z",
- "name": "Grand final: TBD vs TBD",
- "number_of_games": 3,
- "opponents": [ ],
- "original_scheduled_at": "2020-12-18T17:00:00Z",
- "rescheduled": false,
- "results": [ ],
- "scheduled_at": "2020-12-18T17:00:00Z",
- "serie": {
- "begin_at": "2020-12-14T17:00:00Z",
- "description": null,
- "end_at": null,
- "full_name": "Europe: Closed Qualifier 2021",
- "id": 3198,
- "league_id": 4311,
- "modified_at": "2020-12-14T08:41:42Z",
- "name": "Europe: Closed Qualifier",
- "season": null,
- "slug": "r6-siege-six-invitational-europe-closed-qualifier-2021",
- "tier": "d",
- "winner_id": null,
- "winner_type": null,
- "year": 2021
}, - "serie_id": 3198,
- "slug": "2020-12-18-f1192f68-3dfc-45ad-ad4f-f246437c3115",
- "status": "not_started",
- "streams": {
- "english": {
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament": {
- "begin_at": "2020-12-14T17:00:00Z",
- "end_at": null,
- "id": 5234,
- "league_id": 4311,
- "live_supported": false,
- "modified_at": "2020-12-14T12:02:15Z",
- "name": "Playoffs",
- "prizepool": null,
- "serie_id": 3198,
- "slug": "r6-siege-six-invitational-europe-closed-qualifier-2021-playoffs",
- "winner_id": null,
- "winner_type": "Team"
}, - "tournament_id": 5234,
- "videogame": {
- "id": 24,
- "name": "Rainbow 6 Siege",
- "slug": "r6-siege"
}, - "videogame_version": null,
- "winner": null,
- "winner_id": null
}
]
List upcoming Rainbow Six Siege matches
object (filter_over_R6SiegeMatches) Example: filter[detailed_stats]=true Options to filter results. String fields are case sensitive | |
integer or object Pagination in the form of | |
per_page | integer [ 1 .. 100 ] Default: 50 Example: per_page=5 Equivalent to |
object (range_over_R6SiegeMatches) Example: range[begin_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_R6SiegeMatches) Example: search[name]=Finals Options to search results | |
sort | Array of any (sort_over_R6SiegeMatches) non-empty Items Enum: "begin_at" "-begin_at" "detailed_stats" "-detailed_stats" "draw" "-draw" "end_at" "-end_at" "forfeit" "-forfeit" "id" "-id" "match_type" "-match_type" "modified_at" "-modified_at" "name" "-name" "number_of_games" "-number_of_games" "scheduled_at" "-scheduled_at" "slug" "-slug" "status" "-status" "tournament_id" "-tournament_id" "winner_id" "-winner_id" Example: sort=tournament_id&sort=scheduled_at Options to sort results |
/r6siege/matches?page[size]=1
[- {
- "begin_at": "2020-12-18T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "games": [
- {
- "begin_at": null,
- "complete": false,
- "detailed_stats": false,
- "end_at": null,
- "finished": false,
- "forfeit": false,
- "id": 1498,
- "length": null,
- "match_id": 577501,
- "position": 1,
- "status": "not_started",
- "video_url": null,
- "winner": {
- "id": null,
- "type": null
}, - "winner_type": null
}, - {
- "begin_at": null,
- "complete": false,
- "detailed_stats": false,
- "end_at": null,
- "finished": false,
- "forfeit": false,
- "id": 1499,
- "length": null,
- "match_id": 577501,
- "position": 2,
- "status": "not_started",
- "video_url": null,
- "winner": {
- "id": null,
- "type": null
}, - "winner_type": null
}, - {
- "begin_at": null,
- "complete": false,
- "detailed_stats": false,
- "end_at": null,
- "finished": false,
- "forfeit": false,
- "id": 1500,
- "length": null,
- "match_id": 577501,
- "position": 3,
- "status": "not_started",
- "video_url": null,
- "winner": {
- "id": null,
- "type": null
}, - "winner_type": null
}
], - "id": 577501,
- "league": {
- "id": 4311,
- "modified_at": "2020-02-06T19:01:25Z",
- "name": "Six Invitational",
- "slug": "r6-siege-six-invitational",
}, - "league_id": 4311,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-12-14T08:50:01Z",
- "name": "Grand final: TBD vs TBD",
- "number_of_games": 3,
- "opponents": [ ],
- "original_scheduled_at": "2020-12-18T17:00:00Z",
- "rescheduled": false,
- "results": [ ],
- "scheduled_at": "2020-12-18T17:00:00Z",
- "serie": {
- "begin_at": "2020-12-14T17:00:00Z",
- "description": null,
- "end_at": null,
- "full_name": "Europe: Closed Qualifier 2021",
- "id": 3198,
- "league_id": 4311,
- "modified_at": "2020-12-14T08:41:42Z",
- "name": "Europe: Closed Qualifier",
- "season": null,
- "slug": "r6-siege-six-invitational-europe-closed-qualifier-2021",
- "tier": "d",
- "winner_id": null,
- "winner_type": null,
- "year": 2021
}, - "serie_id": 3198,
- "slug": "2020-12-18-f1192f68-3dfc-45ad-ad4f-f246437c3115",
- "status": "not_started",
- "streams": {
- "english": {
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament": {
- "begin_at": "2020-12-14T17:00:00Z",
- "end_at": null,
- "id": 5234,
- "league_id": 4311,
- "live_supported": false,
- "modified_at": "2020-12-14T12:02:15Z",
- "name": "Playoffs",
- "prizepool": null,
- "serie_id": 3198,
- "slug": "r6-siege-six-invitational-europe-closed-qualifier-2021-playoffs",
- "winner_id": null,
- "winner_type": "Team"
}, - "tournament_id": 5234,
- "videogame": {
- "id": 24,
- "name": "Rainbow 6 Siege",
- "slug": "r6-siege"
}, - "videogame_version": null,
- "winner": null,
- "winner_id": null
}
]
List players for the Rainbow Six Siege videogame
object (filter_over_R6SiegePlayers) Example: filter[hometown]=France Options to filter results. String fields are case sensitive | |
integer or object Pagination in the form of | |
per_page | integer [ 1 .. 100 ] Default: 50 Example: per_page=5 Equivalent to |
object (range_over_R6SiegePlayers) Example: range[name]=f,i Options to select results within ranges | |
object (search_over_R6SiegePlayers) Example: search[role]=tank Options to search results | |
sort | Array of any (sort_over_R6SiegePlayers) non-empty Items Enum: "birth_year" "-birth_year" "birthday" "-birthday" "first_name" "-first_name" "hometown" "-hometown" "id" "-id" "last_name" "-last_name" "name" "-name" "nationality" "-nationality" "role" "-role" "slug" "-slug" "videogame_id" "-videogame_id" "team_id" "-team_id" Example: sort=last_name Options to sort results |
/r6siege/players?page[size]=1
[- {
- "birth_year": null,
- "birthday": null,
- "current_team": {
- "acronym": null,
- "id": 127703,
- "image_url": null,
- "location": null,
- "modified_at": "2020-08-07T02:12:40Z",
- "name": "Timbers Esports",
- "slug": "timbers-esports"
}, - "current_videogame": {
- "id": 24,
- "name": "Rainbow 6 Siege",
- "slug": "r6-siege"
}, - "first_name": null,
- "hometown": null,
- "id": 29546,
- "image_url": null,
- "last_name": null,
- "name": "Morphed",
- "nationality": null,
- "role": null,
- "slug": "morphed"
}
]
Equivalent route: /series/{serie_id_or_slug}/players
required | TournamentID (integer) or TournamentSlug (string) (TournamentIDOrSlug) A tournament ID or slug |
object (filter_over_R6SiegePlayers) Example: filter[hometown]=France Options to filter results. String fields are case sensitive | |
integer or object Pagination in the form of | |
per_page | integer [ 1 .. 100 ] Default: 50 Example: per_page=5 Equivalent to |
object (range_over_R6SiegePlayers) Example: range[name]=f,i Options to select results within ranges | |
object (search_over_R6SiegePlayers) Example: search[role]=tank Options to search results | |
sort | Array of any (sort_over_R6SiegePlayers) non-empty Items Enum: "birth_year" "-birth_year" "birthday" "-birthday" "first_name" "-first_name" "hometown" "-hometown" "id" "-id" "last_name" "-last_name" "name" "-name" "nationality" "-nationality" "role" "-role" "slug" "-slug" "videogame_id" "-videogame_id" "team_id" "-team_id" Example: sort=last_name Options to sort results |
/r6siege/players?page[size]=1
[- {
- "birth_year": null,
- "birthday": null,
- "current_team": {
- "acronym": null,
- "id": 127703,
- "image_url": null,
- "location": null,
- "modified_at": "2020-08-07T02:12:40Z",
- "name": "Timbers Esports",
- "slug": "timbers-esports"
}, - "current_videogame": {
- "id": 24,
- "name": "Rainbow 6 Siege",
- "slug": "r6-siege"
}, - "first_name": null,
- "hometown": null,
- "id": 29546,
- "image_url": null,
- "last_name": null,
- "name": "Morphed",
- "nationality": null,
- "role": null,
- "slug": "morphed"
}
]
Equivalent route: /tournaments/{tournament_id_or_slug}/players
required | TournamentID (integer) or TournamentSlug (string) (TournamentIDOrSlug) A tournament ID or slug |
object (filter_over_R6SiegePlayers) Example: filter[hometown]=France Options to filter results. String fields are case sensitive | |
integer or object Pagination in the form of | |
per_page | integer [ 1 .. 100 ] Default: 50 Example: per_page=5 Equivalent to |
object (range_over_R6SiegePlayers) Example: range[name]=f,i Options to select results within ranges | |
object (search_over_R6SiegePlayers) Example: search[role]=tank Options to search results | |
sort | Array of any (sort_over_R6SiegePlayers) non-empty Items Enum: "birth_year" "-birth_year" "birthday" "-birthday" "first_name" "-first_name" "hometown" "-hometown" "id" "-id" "last_name" "-last_name" "name" "-name" "nationality" "-nationality" "role" "-role" "slug" "-slug" "videogame_id" "-videogame_id" "team_id" "-team_id" Example: sort=last_name Options to sort results |
/r6siege/players?page[size]=1
[- {
- "birth_year": null,
- "birthday": null,
- "current_team": {
- "acronym": null,
- "id": 127703,
- "image_url": null,
- "location": null,
- "modified_at": "2020-08-07T02:12:40Z",
- "name": "Timbers Esports",
- "slug": "timbers-esports"
}, - "current_videogame": {
- "id": 24,
- "name": "Rainbow 6 Siege",
- "slug": "r6-siege"
}, - "first_name": null,
- "hometown": null,
- "id": 29546,
- "image_url": null,
- "last_name": null,
- "name": "Morphed",
- "nationality": null,
- "role": null,
- "slug": "morphed"
}
]
List series for the Rainbow Six Siege videogame
object (filter_over_R6SiegeSeries) Example: filter[winner_id]=390&filter[winner_type]=Team Options to filter results. String fields are case sensitive | |
integer or object Pagination in the form of | |
per_page | integer [ 1 .. 100 ] Default: 50 Example: per_page=5 Equivalent to |
object (range_over_R6SiegeSeries) Example: range[begin_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_R6SiegeSeries) Example: search[slug]=lck Options to search results | |
sort | Array of any (sort_over_R6SiegeSeries) non-empty Items Enum: "begin_at" "-begin_at" "description" "-description" "end_at" "-end_at" "id" "-id" "league_id" "-league_id" "modified_at" "-modified_at" "name" "-name" "season" "-season" "slug" "-slug" "tier" "-tier" "winner_id" "-winner_id" "winner_type" "-winner_type" "year" "-year" Example: sort=year&sort=-modified_at Options to sort results |
/r6siege/series?page[size]=1
[- {
- "begin_at": "2020-08-21T11:00:00Z",
- "description": null,
- "end_at": null,
- "full_name": "August: Europe 2020",
- "id": 2900,
- "league": {
- "id": 4446,
- "image_url": null,
- "modified_at": "2020-07-24T13:02:54Z",
- "name": "Six Major",
- "slug": "r6-siege-six-major",
- "url": null
}, - "league_id": 4446,
- "modified_at": "2020-08-08T23:26:50Z",
- "name": "August: Europe",
- "season": null,
- "slug": "r6-siege-six-major-august-europe-2020",
- "tier": "a",
- "tournaments": [
- {
- "begin_at": "2020-08-21T11:00:00Z",
- "end_at": null,
- "id": 4597,
- "league_id": 4446,
- "live_supported": false,
- "modified_at": "2020-08-08T23:28:00Z",
- "name": "Playoffs",
- "prizepool": "125000 United States Dollar",
- "serie_id": 2900,
- "slug": "r6-siege-six-major-august-europe-2020-playoffs",
- "winner_id": null,
- "winner_type": "Team"
}
], - "videogame": {
- "id": 24,
- "name": "Rainbow 6 Siege",
- "slug": "r6-siege"
}, - "winner_id": null,
- "winner_type": null,
- "year": 2020
}
]
List past Rainbow Six Siege series
object (filter_over_R6SiegeSeries) Example: filter[winner_id]=390&filter[winner_type]=Team Options to filter results. String fields are case sensitive | |
integer or object Pagination in the form of | |
per_page | integer [ 1 .. 100 ] Default: 50 Example: per_page=5 Equivalent to |
object (range_over_R6SiegeSeries) Example: range[begin_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_R6SiegeSeries) Example: search[slug]=lck Options to search results | |
sort | Array of any (sort_over_R6SiegeSeries) non-empty Items Enum: "begin_at" "-begin_at" "description" "-description" "end_at" "-end_at" "id" "-id" "league_id" "-league_id" "modified_at" "-modified_at" "name" "-name" "season" "-season" "slug" "-slug" "tier" "-tier" "winner_id" "-winner_id" "winner_type" "-winner_type" "year" "-year" Example: sort=year&sort=-modified_at Options to sort results |
/r6siege/series?page[size]=1
[- {
- "begin_at": "2020-08-21T11:00:00Z",
- "description": null,
- "end_at": null,
- "full_name": "August: Europe 2020",
- "id": 2900,
- "league": {
- "id": 4446,
- "image_url": null,
- "modified_at": "2020-07-24T13:02:54Z",
- "name": "Six Major",
- "slug": "r6-siege-six-major",
- "url": null
}, - "league_id": 4446,
- "modified_at": "2020-08-08T23:26:50Z",
- "name": "August: Europe",
- "season": null,
- "slug": "r6-siege-six-major-august-europe-2020",
- "tier": "a",
- "tournaments": [
- {
- "begin_at": "2020-08-21T11:00:00Z",
- "end_at": null,
- "id": 4597,
- "league_id": 4446,
- "live_supported": false,
- "modified_at": "2020-08-08T23:28:00Z",
- "name": "Playoffs",
- "prizepool": "125000 United States Dollar",
- "serie_id": 2900,
- "slug": "r6-siege-six-major-august-europe-2020-playoffs",
- "winner_id": null,
- "winner_type": "Team"
}
], - "videogame": {
- "id": 24,
- "name": "Rainbow 6 Siege",
- "slug": "r6-siege"
}, - "winner_id": null,
- "winner_type": null,
- "year": 2020
}
]
List running Rainbow Six Siege series
object (filter_over_R6SiegeSeries) Example: filter[winner_id]=390&filter[winner_type]=Team Options to filter results. String fields are case sensitive | |
integer or object Pagination in the form of | |
per_page | integer [ 1 .. 100 ] Default: 50 Example: per_page=5 Equivalent to |
object (range_over_R6SiegeSeries) Example: range[begin_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_R6SiegeSeries) Example: search[slug]=lck Options to search results | |
sort | Array of any (sort_over_R6SiegeSeries) non-empty Items Enum: "begin_at" "-begin_at" "description" "-description" "end_at" "-end_at" "id" "-id" "league_id" "-league_id" "modified_at" "-modified_at" "name" "-name" "season" "-season" "slug" "-slug" "tier" "-tier" "winner_id" "-winner_id" "winner_type" "-winner_type" "year" "-year" Example: sort=year&sort=-modified_at Options to sort results |
/r6siege/series?page[size]=1
[- {
- "begin_at": "2020-08-21T11:00:00Z",
- "description": null,
- "end_at": null,
- "full_name": "August: Europe 2020",
- "id": 2900,
- "league": {
- "id": 4446,
- "image_url": null,
- "modified_at": "2020-07-24T13:02:54Z",
- "name": "Six Major",
- "slug": "r6-siege-six-major",
- "url": null
}, - "league_id": 4446,
- "modified_at": "2020-08-08T23:26:50Z",
- "name": "August: Europe",
- "season": null,
- "slug": "r6-siege-six-major-august-europe-2020",
- "tier": "a",
- "tournaments": [
- {
- "begin_at": "2020-08-21T11:00:00Z",
- "end_at": null,
- "id": 4597,
- "league_id": 4446,
- "live_supported": false,
- "modified_at": "2020-08-08T23:28:00Z",
- "name": "Playoffs",
- "prizepool": "125000 United States Dollar",
- "serie_id": 2900,
- "slug": "r6-siege-six-major-august-europe-2020-playoffs",
- "winner_id": null,
- "winner_type": "Team"
}
], - "videogame": {
- "id": 24,
- "name": "Rainbow 6 Siege",
- "slug": "r6-siege"
}, - "winner_id": null,
- "winner_type": null,
- "year": 2020
}
]
List upcoming Rainbow Six Siege series
object (filter_over_R6SiegeSeries) Example: filter[winner_id]=390&filter[winner_type]=Team Options to filter results. String fields are case sensitive | |
integer or object Pagination in the form of | |
per_page | integer [ 1 .. 100 ] Default: 50 Example: per_page=5 Equivalent to |
object (range_over_R6SiegeSeries) Example: range[begin_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_R6SiegeSeries) Example: search[slug]=lck Options to search results | |
sort | Array of any (sort_over_R6SiegeSeries) non-empty Items Enum: "begin_at" "-begin_at" "description" "-description" "end_at" "-end_at" "id" "-id" "league_id" "-league_id" "modified_at" "-modified_at" "name" "-name" "season" "-season" "slug" "-slug" "tier" "-tier" "winner_id" "-winner_id" "winner_type" "-winner_type" "year" "-year" Example: sort=year&sort=-modified_at Options to sort results |
/r6siege/series?page[size]=1
[- {
- "begin_at": "2020-08-21T11:00:00Z",
- "description": null,
- "end_at": null,
- "full_name": "August: Europe 2020",
- "id": 2900,
- "league": {
- "id": 4446,
- "image_url": null,
- "modified_at": "2020-07-24T13:02:54Z",
- "name": "Six Major",
- "slug": "r6-siege-six-major",
- "url": null
}, - "league_id": 4446,
- "modified_at": "2020-08-08T23:26:50Z",
- "name": "August: Europe",
- "season": null,
- "slug": "r6-siege-six-major-august-europe-2020",
- "tier": "a",
- "tournaments": [
- {
- "begin_at": "2020-08-21T11:00:00Z",
- "end_at": null,
- "id": 4597,
- "league_id": 4446,
- "live_supported": false,
- "modified_at": "2020-08-08T23:28:00Z",
- "name": "Playoffs",
- "prizepool": "125000 United States Dollar",
- "serie_id": 2900,
- "slug": "r6-siege-six-major-august-europe-2020-playoffs",
- "winner_id": null,
- "winner_type": "Team"
}
], - "videogame": {
- "id": 24,
- "name": "Rainbow 6 Siege",
- "slug": "r6-siege"
}, - "winner_id": null,
- "winner_type": null,
- "year": 2020
}
]
List teams for the Rainbow Six Siege videogame
object (filter_over_R6SiegeTeams) Example: filter[acronym]=RNG Options to filter results. String fields are case sensitive | |
integer or object Pagination in the form of | |
per_page | integer [ 1 .. 100 ] Default: 50 Example: per_page=5 Equivalent to |
object (range_over_R6SiegeTeams) Example: range[name]=vitality,vultur Options to select results within ranges | |
object (search_over_R6SiegeTeams) Example: search[name]=vitality Options to search results | |
sort | Array of any (sort_over_R6SiegeTeams) non-empty Items Enum: "acronym" "-acronym" "id" "-id" "location" "-location" "modified_at" "-modified_at" "name" "-name" "slug" "-slug" "videogame_id" "-videogame_id" Example: sort=name Options to sort results |
/r6siege/teams?page[size]=1
[- {
- "acronym": null,
- "current_videogame": {
- "id": 24,
- "name": "Rainbow 6 Siege",
- "slug": "r6-siege"
}, - "id": 127703,
- "image_url": null,
- "location": null,
- "modified_at": "2020-08-07T02:12:40Z",
- "name": "Timbers Esports",
- "players": [
- {
- "birth_year": null,
- "birthday": null,
- "first_name": null,
- "hometown": null,
- "id": 29541,
- "image_url": null,
- "last_name": null,
- "name": "Vector",
- "nationality": null,
- "role": null,
- "slug": "vector"
}, - {
- "birth_year": null,
- "birthday": null,
- "first_name": null,
- "hometown": null,
- "id": 29542,
- "image_url": null,
- "last_name": null,
- "name": "Biz",
- "nationality": null,
- "role": null,
- "slug": "biz"
}, - {
- "birth_year": null,
- "birthday": null,
- "first_name": null,
- "hometown": null,
- "id": 29543,
- "image_url": null,
- "last_name": null,
- "name": "Navy",
- "nationality": null,
- "role": null,
- "slug": "navy"
}, - {
- "birth_year": null,
- "birthday": null,
- "first_name": null,
- "hometown": null,
- "id": 29544,
- "image_url": null,
- "last_name": null,
- "name": "Puji2",
- "nationality": null,
- "role": null,
- "slug": "puji2"
}, - {
- "birth_year": null,
- "birthday": null,
- "first_name": null,
- "hometown": null,
- "id": 29545,
- "image_url": null,
- "last_name": null,
- "name": "Raven",
- "nationality": null,
- "role": null,
- "slug": "raven-c180c58c-9ea5-44e9-9be5-8e4caf66232f"
}, - {
- "birth_year": null,
- "birthday": null,
- "first_name": null,
- "hometown": null,
- "id": 29546,
- "image_url": null,
- "last_name": null,
- "name": "Morphed",
- "nationality": null,
- "role": null,
- "slug": "morphed"
}
], - "slug": "timbers-esports"
}
]
List tournaments for the Rainbow Six Siege videogame
object (filter_over_R6SiegeShortTournaments) Example: filter[serie_id]=1808 Options to filter results. String fields are case sensitive | |
integer or object Pagination in the form of | |
per_page | integer [ 1 .. 100 ] Default: 50 Example: per_page=5 Equivalent to |
object (range_over_R6SiegeShortTournaments) Example: range[begin_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_R6SiegeShortTournaments) Example: search[name]=group Options to search results | |
sort | Array of any (sort_over_R6SiegeShortTournaments) non-empty Items Enum: "begin_at" "-begin_at" "end_at" "-end_at" "id" "-id" "modified_at" "-modified_at" "name" "-name" "prizepool" "-prizepool" "serie_id" "-serie_id" "slug" "-slug" "winner_id" "-winner_id" "winner_type" "-winner_type" Example: sort=serie_id&sort=-begin_at Options to sort results |
/r6siege/tournaments?page[size]=1
[- {
- "begin_at": "2020-12-14T17:00:00Z",
- "end_at": null,
- "id": 5234,
- "league": {
- "id": 4311,
- "modified_at": "2020-02-06T19:01:25Z",
- "name": "Six Invitational",
- "slug": "r6-siege-six-invitational",
}, - "league_id": 4311,
- "live_supported": false,
- "matches": [
- {
- "begin_at": "2020-12-14T17:08:15Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-12-14T18:32:32Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 577488,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T18:32:34Z",
- "name": "Round of 16 match 2: Mkers vs WhiteTigerZ",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-14T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-14T17:00:00Z",
- "slug": "mkers-vs-whitetigerz-2020-12-14",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": 128189
}, - {
- "begin_at": "2020-12-14T17:10:11Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-12-14T18:40:35Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 577487,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T18:40:36Z",
- "name": "Round of 16 match 1: renjichimu vs Rogue",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-14T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-14T17:00:00Z",
- "slug": "renjichimu-vs-rogue-2020-12-14",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": 126930
}, - {
- "begin_at": "2020-12-14T20:02:30Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-12-14T21:26:47Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 577490,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T21:26:49Z",
- "name": "Round of 16 match 4: DiesLeuros vs Chaos Esports Club",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-14T17:00:00Z",
- "rescheduled": true,
- "scheduled_at": "2020-12-14T20:00:00Z",
- "slug": "diesleuros-vs-chaos-esports-club-2020-12-14",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": 126962
}, - {
- "begin_at": "2020-12-14T20:07:59Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-12-14T21:48:25Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 577489,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T21:48:26Z",
- "name": "Round of 16 match 3: Aethra Esports vs Cowana Gaming",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-14T17:00:00Z",
- "rescheduled": true,
- "scheduled_at": "2020-12-14T20:00:00Z",
- "slug": "aethra-esports-vs-cowana-gaming-2020-12-14",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": 127806
}, - {
- "begin_at": "2020-12-15T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577491,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:48:29Z",
- "name": "Round of 16 match 5: We Dont Care vs MnM Gaming",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-15T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-15T17:00:00Z",
- "slug": "we-dont-care-2020-12-15",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-15T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577492,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:48:42Z",
- "name": "Round of 16 match 6: NegotiumSimia vs Team Vitality",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-15T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-15T17:00:00Z",
- "slug": "negotiumsimia-vs-team-vitality-2020-12-15",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-15T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577493,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:48:56Z",
- "name": "Round of 16 match 7: Notorious Legion vs DeathroW",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-15T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-15T17:00:00Z",
- "slug": "notorious-legion-vs-deathrow-2020-12-15",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-15T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577494,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:49:09Z",
- "name": "Round of 16 match 8: ASMR vs Team Secret",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-15T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-15T17:00:00Z",
- "slug": "asmr-vs-team-secret-2020-12-15",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-15T20:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577498,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:49:38Z",
- "name": "Quarterfinal 4: TBD vs TBD",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-15T20:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-15T20:00:00Z",
- "slug": "2020-12-15-20642ea2-f095-45c4-81c9-46c399b701db",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-16T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577495,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T18:40:37Z",
- "name": "Quarterfinal 1: Mkers vs Rogue",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-16T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-16T17:00:00Z",
- "slug": "mkers-2020-12-16",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-16T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577496,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T21:48:26Z",
- "name": "Quarterfinal 2: Chaos Esports Club vs Cowana Gaming",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-16T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-16T17:00:00Z",
- "slug": "chaos-esports-club-2020-12-16",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-16T20:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577497,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:49:30Z",
- "name": "Quarterfinal 3: TBD vs TBD",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-16T20:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-16T20:00:00Z",
- "slug": "2020-12-16-81b7a960-3e93-4162-8f5e-bf469563d076",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-17T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577499,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:49:45Z",
- "name": "Semifinal 1: TBD vs TBD",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-17T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-17T17:00:00Z",
- "slug": "2020-12-17-288f047a-c03c-4b7f-b67b-102b91c1c361",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-17T20:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577500,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:49:51Z",
- "name": "Semifinal 2: TBD vs TBD",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-17T20:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-17T20:00:00Z",
- "slug": "2020-12-17-eba88512-e471-44eb-a1a4-4cbe7a99e388",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-18T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577501,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:50:01Z",
- "name": "Grand final: TBD vs TBD",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-18T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-18T17:00:00Z",
- "slug": "2020-12-18-f1192f68-3dfc-45ad-ad4f-f246437c3115",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}
], - "modified_at": "2020-12-14T12:02:15Z",
- "name": "Playoffs",
- "prizepool": null,
- "serie": {
- "begin_at": "2020-12-14T17:00:00Z",
- "description": null,
- "end_at": null,
- "full_name": "Europe: Closed Qualifier 2021",
- "id": 3198,
- "league_id": 4311,
- "modified_at": "2020-12-14T08:41:42Z",
- "name": "Europe: Closed Qualifier",
- "season": null,
- "slug": "r6-siege-six-invitational-europe-closed-qualifier-2021",
- "tier": "d",
- "winner_id": null,
- "winner_type": null,
- "year": 2021
}, - "serie_id": 3198,
- "slug": "r6-siege-six-invitational-europe-closed-qualifier-2021-playoffs",
- "teams": [
- {
- "acronym": null,
- "id": 126930,
- "location": "US",
- "modified_at": "2020-12-14T08:27:45Z",
- "name": "Rogue",
- "slug": "rogue-r6-siege"
}, - {
- "acronym": null,
- "id": 126962,
- "location": "US",
- "modified_at": "2020-12-14T08:27:47Z",
- "name": "Chaos Esports Club",
- "slug": "chaos-esports-club-r6-siege"
}, - {
- "acronym": null,
- "id": 126963,
- "location": "FR",
- "modified_at": "2020-12-14T08:27:46Z",
- "name": "Team Vitality",
- "slug": "team-vitality-r6-siege"
}, - {
- "acronym": null,
- "id": 127534,
- "location": "DE",
- "modified_at": "2020-12-14T10:04:26Z",
- "name": "Team Secret",
- "slug": "team-secret-r6-siege"
}, - {
- "acronym": null,
- "id": 127804,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T10:14:46Z",
- "name": "MnM Gaming",
- "slug": "mnm-gaming-r6-siege"
}, - {
- "acronym": null,
- "id": 127806,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:11:32Z",
- "name": "Cowana Gaming",
- "slug": "cowana-gaming"
}, - {
- "acronym": null,
- "id": 128181,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:11:32Z",
- "name": "Notorious Legion",
- "slug": "notorious-legion"
}, - {
- "acronym": null,
- "id": 128182,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:11:33Z",
- "name": "renjichimu",
- "slug": "renjichimu"
}, - {
- "acronym": null,
- "id": 128183,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:11:34Z",
- "name": "We Dont Care",
- "slug": "we-dont-care"
}, - {
- "acronym": null,
- "id": 128184,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:14:31Z",
- "name": "WhiteTigerZ",
- "slug": "whitetigerz"
}, - {
- "acronym": null,
- "id": 128185,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:14:32Z",
- "name": "Aethra Esports",
- "slug": "aethra-esports-r6-siege"
}, - {
- "acronym": null,
- "id": 128186,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:14:33Z",
- "name": "ASMR",
- "slug": "asmr-r6-siege"
}, - {
- "acronym": null,
- "id": 128187,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:14:34Z",
- "name": "DeathroW",
- "slug": "deathrow-r6-siege"
}, - {
- "acronym": null,
- "id": 128188,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:16:55Z",
- "name": "DiesLeuros",
- "slug": "diesleuros-r6-siege"
}, - {
- "acronym": null,
- "id": 128189,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:14:35Z",
- "name": "Mkers",
- "slug": "mkers-r6-siege"
}, - {
- "acronym": null,
- "id": 128190,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:14:36Z",
- "name": "NegotiumSimia",
- "slug": "negotiumsimia-r6-siege"
}
], - "videogame": {
- "id": 24,
- "name": "Rainbow 6 Siege",
- "slug": "r6-siege"
}, - "winner_id": null,
- "winner_type": "Team"
}
]
List past Rainbow Six Siege tournaments
object (filter_over_R6SiegeShortTournaments) Example: filter[serie_id]=1808 Options to filter results. String fields are case sensitive | |
integer or object Pagination in the form of | |
per_page | integer [ 1 .. 100 ] Default: 50 Example: per_page=5 Equivalent to |
object (range_over_R6SiegeShortTournaments) Example: range[begin_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_R6SiegeShortTournaments) Example: search[name]=group Options to search results | |
sort | Array of any (sort_over_R6SiegeShortTournaments) non-empty Items Enum: "begin_at" "-begin_at" "end_at" "-end_at" "id" "-id" "modified_at" "-modified_at" "name" "-name" "prizepool" "-prizepool" "serie_id" "-serie_id" "slug" "-slug" "winner_id" "-winner_id" "winner_type" "-winner_type" Example: sort=serie_id&sort=-begin_at Options to sort results |
/r6siege/tournaments?page[size]=1
[- {
- "begin_at": "2020-12-14T17:00:00Z",
- "end_at": null,
- "id": 5234,
- "league": {
- "id": 4311,
- "modified_at": "2020-02-06T19:01:25Z",
- "name": "Six Invitational",
- "slug": "r6-siege-six-invitational",
}, - "league_id": 4311,
- "live_supported": false,
- "matches": [
- {
- "begin_at": "2020-12-14T17:08:15Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-12-14T18:32:32Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 577488,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T18:32:34Z",
- "name": "Round of 16 match 2: Mkers vs WhiteTigerZ",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-14T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-14T17:00:00Z",
- "slug": "mkers-vs-whitetigerz-2020-12-14",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": 128189
}, - {
- "begin_at": "2020-12-14T17:10:11Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-12-14T18:40:35Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 577487,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T18:40:36Z",
- "name": "Round of 16 match 1: renjichimu vs Rogue",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-14T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-14T17:00:00Z",
- "slug": "renjichimu-vs-rogue-2020-12-14",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": 126930
}, - {
- "begin_at": "2020-12-14T20:02:30Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-12-14T21:26:47Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 577490,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T21:26:49Z",
- "name": "Round of 16 match 4: DiesLeuros vs Chaos Esports Club",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-14T17:00:00Z",
- "rescheduled": true,
- "scheduled_at": "2020-12-14T20:00:00Z",
- "slug": "diesleuros-vs-chaos-esports-club-2020-12-14",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": 126962
}, - {
- "begin_at": "2020-12-14T20:07:59Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-12-14T21:48:25Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 577489,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T21:48:26Z",
- "name": "Round of 16 match 3: Aethra Esports vs Cowana Gaming",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-14T17:00:00Z",
- "rescheduled": true,
- "scheduled_at": "2020-12-14T20:00:00Z",
- "slug": "aethra-esports-vs-cowana-gaming-2020-12-14",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": 127806
}, - {
- "begin_at": "2020-12-15T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577491,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:48:29Z",
- "name": "Round of 16 match 5: We Dont Care vs MnM Gaming",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-15T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-15T17:00:00Z",
- "slug": "we-dont-care-2020-12-15",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-15T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577492,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:48:42Z",
- "name": "Round of 16 match 6: NegotiumSimia vs Team Vitality",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-15T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-15T17:00:00Z",
- "slug": "negotiumsimia-vs-team-vitality-2020-12-15",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-15T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577493,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:48:56Z",
- "name": "Round of 16 match 7: Notorious Legion vs DeathroW",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-15T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-15T17:00:00Z",
- "slug": "notorious-legion-vs-deathrow-2020-12-15",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-15T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577494,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:49:09Z",
- "name": "Round of 16 match 8: ASMR vs Team Secret",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-15T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-15T17:00:00Z",
- "slug": "asmr-vs-team-secret-2020-12-15",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-15T20:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577498,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:49:38Z",
- "name": "Quarterfinal 4: TBD vs TBD",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-15T20:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-15T20:00:00Z",
- "slug": "2020-12-15-20642ea2-f095-45c4-81c9-46c399b701db",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-16T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577495,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T18:40:37Z",
- "name": "Quarterfinal 1: Mkers vs Rogue",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-16T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-16T17:00:00Z",
- "slug": "mkers-2020-12-16",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-16T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577496,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T21:48:26Z",
- "name": "Quarterfinal 2: Chaos Esports Club vs Cowana Gaming",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-16T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-16T17:00:00Z",
- "slug": "chaos-esports-club-2020-12-16",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-16T20:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577497,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:49:30Z",
- "name": "Quarterfinal 3: TBD vs TBD",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-16T20:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-16T20:00:00Z",
- "slug": "2020-12-16-81b7a960-3e93-4162-8f5e-bf469563d076",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-17T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577499,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:49:45Z",
- "name": "Semifinal 1: TBD vs TBD",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-17T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-17T17:00:00Z",
- "slug": "2020-12-17-288f047a-c03c-4b7f-b67b-102b91c1c361",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-17T20:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577500,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:49:51Z",
- "name": "Semifinal 2: TBD vs TBD",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-17T20:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-17T20:00:00Z",
- "slug": "2020-12-17-eba88512-e471-44eb-a1a4-4cbe7a99e388",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-18T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577501,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:50:01Z",
- "name": "Grand final: TBD vs TBD",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-18T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-18T17:00:00Z",
- "slug": "2020-12-18-f1192f68-3dfc-45ad-ad4f-f246437c3115",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}
], - "modified_at": "2020-12-14T12:02:15Z",
- "name": "Playoffs",
- "prizepool": null,
- "serie": {
- "begin_at": "2020-12-14T17:00:00Z",
- "description": null,
- "end_at": null,
- "full_name": "Europe: Closed Qualifier 2021",
- "id": 3198,
- "league_id": 4311,
- "modified_at": "2020-12-14T08:41:42Z",
- "name": "Europe: Closed Qualifier",
- "season": null,
- "slug": "r6-siege-six-invitational-europe-closed-qualifier-2021",
- "tier": "d",
- "winner_id": null,
- "winner_type": null,
- "year": 2021
}, - "serie_id": 3198,
- "slug": "r6-siege-six-invitational-europe-closed-qualifier-2021-playoffs",
- "teams": [
- {
- "acronym": null,
- "id": 126930,
- "location": "US",
- "modified_at": "2020-12-14T08:27:45Z",
- "name": "Rogue",
- "slug": "rogue-r6-siege"
}, - {
- "acronym": null,
- "id": 126962,
- "location": "US",
- "modified_at": "2020-12-14T08:27:47Z",
- "name": "Chaos Esports Club",
- "slug": "chaos-esports-club-r6-siege"
}, - {
- "acronym": null,
- "id": 126963,
- "location": "FR",
- "modified_at": "2020-12-14T08:27:46Z",
- "name": "Team Vitality",
- "slug": "team-vitality-r6-siege"
}, - {
- "acronym": null,
- "id": 127534,
- "location": "DE",
- "modified_at": "2020-12-14T10:04:26Z",
- "name": "Team Secret",
- "slug": "team-secret-r6-siege"
}, - {
- "acronym": null,
- "id": 127804,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T10:14:46Z",
- "name": "MnM Gaming",
- "slug": "mnm-gaming-r6-siege"
}, - {
- "acronym": null,
- "id": 127806,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:11:32Z",
- "name": "Cowana Gaming",
- "slug": "cowana-gaming"
}, - {
- "acronym": null,
- "id": 128181,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:11:32Z",
- "name": "Notorious Legion",
- "slug": "notorious-legion"
}, - {
- "acronym": null,
- "id": 128182,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:11:33Z",
- "name": "renjichimu",
- "slug": "renjichimu"
}, - {
- "acronym": null,
- "id": 128183,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:11:34Z",
- "name": "We Dont Care",
- "slug": "we-dont-care"
}, - {
- "acronym": null,
- "id": 128184,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:14:31Z",
- "name": "WhiteTigerZ",
- "slug": "whitetigerz"
}, - {
- "acronym": null,
- "id": 128185,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:14:32Z",
- "name": "Aethra Esports",
- "slug": "aethra-esports-r6-siege"
}, - {
- "acronym": null,
- "id": 128186,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:14:33Z",
- "name": "ASMR",
- "slug": "asmr-r6-siege"
}, - {
- "acronym": null,
- "id": 128187,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:14:34Z",
- "name": "DeathroW",
- "slug": "deathrow-r6-siege"
}, - {
- "acronym": null,
- "id": 128188,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:16:55Z",
- "name": "DiesLeuros",
- "slug": "diesleuros-r6-siege"
}, - {
- "acronym": null,
- "id": 128189,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:14:35Z",
- "name": "Mkers",
- "slug": "mkers-r6-siege"
}, - {
- "acronym": null,
- "id": 128190,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:14:36Z",
- "name": "NegotiumSimia",
- "slug": "negotiumsimia-r6-siege"
}
], - "videogame": {
- "id": 24,
- "name": "Rainbow 6 Siege",
- "slug": "r6-siege"
}, - "winner_id": null,
- "winner_type": "Team"
}
]
List running Rainbow Six Siege tournaments
object (filter_over_R6SiegeShortTournaments) Example: filter[serie_id]=1808 Options to filter results. String fields are case sensitive | |
integer or object Pagination in the form of | |
per_page | integer [ 1 .. 100 ] Default: 50 Example: per_page=5 Equivalent to |
object (range_over_R6SiegeShortTournaments) Example: range[begin_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_R6SiegeShortTournaments) Example: search[name]=group Options to search results | |
sort | Array of any (sort_over_R6SiegeShortTournaments) non-empty Items Enum: "begin_at" "-begin_at" "end_at" "-end_at" "id" "-id" "modified_at" "-modified_at" "name" "-name" "prizepool" "-prizepool" "serie_id" "-serie_id" "slug" "-slug" "winner_id" "-winner_id" "winner_type" "-winner_type" Example: sort=serie_id&sort=-begin_at Options to sort results |
/r6siege/tournaments?page[size]=1
[- {
- "begin_at": "2020-12-14T17:00:00Z",
- "end_at": null,
- "id": 5234,
- "league": {
- "id": 4311,
- "modified_at": "2020-02-06T19:01:25Z",
- "name": "Six Invitational",
- "slug": "r6-siege-six-invitational",
}, - "league_id": 4311,
- "live_supported": false,
- "matches": [
- {
- "begin_at": "2020-12-14T17:08:15Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-12-14T18:32:32Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 577488,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T18:32:34Z",
- "name": "Round of 16 match 2: Mkers vs WhiteTigerZ",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-14T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-14T17:00:00Z",
- "slug": "mkers-vs-whitetigerz-2020-12-14",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": 128189
}, - {
- "begin_at": "2020-12-14T17:10:11Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-12-14T18:40:35Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 577487,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T18:40:36Z",
- "name": "Round of 16 match 1: renjichimu vs Rogue",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-14T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-14T17:00:00Z",
- "slug": "renjichimu-vs-rogue-2020-12-14",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": 126930
}, - {
- "begin_at": "2020-12-14T20:02:30Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-12-14T21:26:47Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 577490,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T21:26:49Z",
- "name": "Round of 16 match 4: DiesLeuros vs Chaos Esports Club",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-14T17:00:00Z",
- "rescheduled": true,
- "scheduled_at": "2020-12-14T20:00:00Z",
- "slug": "diesleuros-vs-chaos-esports-club-2020-12-14",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": 126962
}, - {
- "begin_at": "2020-12-14T20:07:59Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-12-14T21:48:25Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 577489,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T21:48:26Z",
- "name": "Round of 16 match 3: Aethra Esports vs Cowana Gaming",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-14T17:00:00Z",
- "rescheduled": true,
- "scheduled_at": "2020-12-14T20:00:00Z",
- "slug": "aethra-esports-vs-cowana-gaming-2020-12-14",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": 127806
}, - {
- "begin_at": "2020-12-15T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577491,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:48:29Z",
- "name": "Round of 16 match 5: We Dont Care vs MnM Gaming",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-15T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-15T17:00:00Z",
- "slug": "we-dont-care-2020-12-15",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-15T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577492,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:48:42Z",
- "name": "Round of 16 match 6: NegotiumSimia vs Team Vitality",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-15T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-15T17:00:00Z",
- "slug": "negotiumsimia-vs-team-vitality-2020-12-15",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-15T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577493,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:48:56Z",
- "name": "Round of 16 match 7: Notorious Legion vs DeathroW",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-15T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-15T17:00:00Z",
- "slug": "notorious-legion-vs-deathrow-2020-12-15",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-15T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577494,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:49:09Z",
- "name": "Round of 16 match 8: ASMR vs Team Secret",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-15T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-15T17:00:00Z",
- "slug": "asmr-vs-team-secret-2020-12-15",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-15T20:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577498,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:49:38Z",
- "name": "Quarterfinal 4: TBD vs TBD",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-15T20:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-15T20:00:00Z",
- "slug": "2020-12-15-20642ea2-f095-45c4-81c9-46c399b701db",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-16T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577495,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T18:40:37Z",
- "name": "Quarterfinal 1: Mkers vs Rogue",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-16T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-16T17:00:00Z",
- "slug": "mkers-2020-12-16",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-16T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577496,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T21:48:26Z",
- "name": "Quarterfinal 2: Chaos Esports Club vs Cowana Gaming",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-16T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-16T17:00:00Z",
- "slug": "chaos-esports-club-2020-12-16",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-16T20:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577497,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:49:30Z",
- "name": "Quarterfinal 3: TBD vs TBD",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-16T20:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-16T20:00:00Z",
- "slug": "2020-12-16-81b7a960-3e93-4162-8f5e-bf469563d076",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-17T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577499,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:49:45Z",
- "name": "Semifinal 1: TBD vs TBD",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-17T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-17T17:00:00Z",
- "slug": "2020-12-17-288f047a-c03c-4b7f-b67b-102b91c1c361",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-17T20:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577500,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:49:51Z",
- "name": "Semifinal 2: TBD vs TBD",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-17T20:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-17T20:00:00Z",
- "slug": "2020-12-17-eba88512-e471-44eb-a1a4-4cbe7a99e388",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-18T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577501,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:50:01Z",
- "name": "Grand final: TBD vs TBD",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-18T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-18T17:00:00Z",
- "slug": "2020-12-18-f1192f68-3dfc-45ad-ad4f-f246437c3115",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}
], - "modified_at": "2020-12-14T12:02:15Z",
- "name": "Playoffs",
- "prizepool": null,
- "serie": {
- "begin_at": "2020-12-14T17:00:00Z",
- "description": null,
- "end_at": null,
- "full_name": "Europe: Closed Qualifier 2021",
- "id": 3198,
- "league_id": 4311,
- "modified_at": "2020-12-14T08:41:42Z",
- "name": "Europe: Closed Qualifier",
- "season": null,
- "slug": "r6-siege-six-invitational-europe-closed-qualifier-2021",
- "tier": "d",
- "winner_id": null,
- "winner_type": null,
- "year": 2021
}, - "serie_id": 3198,
- "slug": "r6-siege-six-invitational-europe-closed-qualifier-2021-playoffs",
- "teams": [
- {
- "acronym": null,
- "id": 126930,
- "location": "US",
- "modified_at": "2020-12-14T08:27:45Z",
- "name": "Rogue",
- "slug": "rogue-r6-siege"
}, - {
- "acronym": null,
- "id": 126962,
- "location": "US",
- "modified_at": "2020-12-14T08:27:47Z",
- "name": "Chaos Esports Club",
- "slug": "chaos-esports-club-r6-siege"
}, - {
- "acronym": null,
- "id": 126963,
- "location": "FR",
- "modified_at": "2020-12-14T08:27:46Z",
- "name": "Team Vitality",
- "slug": "team-vitality-r6-siege"
}, - {
- "acronym": null,
- "id": 127534,
- "location": "DE",
- "modified_at": "2020-12-14T10:04:26Z",
- "name": "Team Secret",
- "slug": "team-secret-r6-siege"
}, - {
- "acronym": null,
- "id": 127804,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T10:14:46Z",
- "name": "MnM Gaming",
- "slug": "mnm-gaming-r6-siege"
}, - {
- "acronym": null,
- "id": 127806,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:11:32Z",
- "name": "Cowana Gaming",
- "slug": "cowana-gaming"
}, - {
- "acronym": null,
- "id": 128181,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:11:32Z",
- "name": "Notorious Legion",
- "slug": "notorious-legion"
}, - {
- "acronym": null,
- "id": 128182,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:11:33Z",
- "name": "renjichimu",
- "slug": "renjichimu"
}, - {
- "acronym": null,
- "id": 128183,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:11:34Z",
- "name": "We Dont Care",
- "slug": "we-dont-care"
}, - {
- "acronym": null,
- "id": 128184,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:14:31Z",
- "name": "WhiteTigerZ",
- "slug": "whitetigerz"
}, - {
- "acronym": null,
- "id": 128185,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:14:32Z",
- "name": "Aethra Esports",
- "slug": "aethra-esports-r6-siege"
}, - {
- "acronym": null,
- "id": 128186,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:14:33Z",
- "name": "ASMR",
- "slug": "asmr-r6-siege"
}, - {
- "acronym": null,
- "id": 128187,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:14:34Z",
- "name": "DeathroW",
- "slug": "deathrow-r6-siege"
}, - {
- "acronym": null,
- "id": 128188,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:16:55Z",
- "name": "DiesLeuros",
- "slug": "diesleuros-r6-siege"
}, - {
- "acronym": null,
- "id": 128189,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:14:35Z",
- "name": "Mkers",
- "slug": "mkers-r6-siege"
}, - {
- "acronym": null,
- "id": 128190,
- "image_url": null,
- "location": null,
- "modified_at": "2020-12-14T11:14:36Z",
- "name": "NegotiumSimia",
- "slug": "negotiumsimia-r6-siege"
}
], - "videogame": {
- "id": 24,
- "name": "Rainbow 6 Siege",
- "slug": "r6-siege"
}, - "winner_id": null,
- "winner_type": "Team"
}
]
List upcoming Rainbow Six Siege tournaments
object (filter_over_R6SiegeShortTournaments) Example: filter[serie_id]=1808 Options to filter results. String fields are case sensitive | |
integer or object Pagination in the form of | |
per_page | integer [ 1 .. 100 ] Default: 50 Example: per_page=5 Equivalent to |
object (range_over_R6SiegeShortTournaments) Example: range[begin_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_R6SiegeShortTournaments) Example: search[name]=group Options to search results | |
sort | Array of any (sort_over_R6SiegeShortTournaments) non-empty Items Enum: "begin_at" "-begin_at" "end_at" "-end_at" "id" "-id" "modified_at" "-modified_at" "name" "-name" "prizepool" "-prizepool" "serie_id" "-serie_id" "slug" "-slug" "winner_id" "-winner_id" "winner_type" "-winner_type" Example: sort=serie_id&sort=-begin_at Options to sort results |
/r6siege/tournaments?page[size]=1
[- {
- "begin_at": "2020-12-14T17:00:00Z",
- "end_at": null,
- "id": 5234,
- "league": {
- "id": 4311,
- "modified_at": "2020-02-06T19:01:25Z",
- "name": "Six Invitational",
- "slug": "r6-siege-six-invitational",
}, - "league_id": 4311,
- "live_supported": false,
- "matches": [
- {
- "begin_at": "2020-12-14T17:08:15Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-12-14T18:32:32Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 577488,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T18:32:34Z",
- "name": "Round of 16 match 2: Mkers vs WhiteTigerZ",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-14T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-14T17:00:00Z",
- "slug": "mkers-vs-whitetigerz-2020-12-14",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": 128189
}, - {
- "begin_at": "2020-12-14T17:10:11Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-12-14T18:40:35Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 577487,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T18:40:36Z",
- "name": "Round of 16 match 1: renjichimu vs Rogue",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-14T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-14T17:00:00Z",
- "slug": "renjichimu-vs-rogue-2020-12-14",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": 126930
}, - {
- "begin_at": "2020-12-14T20:02:30Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-12-14T21:26:47Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 577490,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T21:26:49Z",
- "name": "Round of 16 match 4: DiesLeuros vs Chaos Esports Club",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-14T17:00:00Z",
- "rescheduled": true,
- "scheduled_at": "2020-12-14T20:00:00Z",
- "slug": "diesleuros-vs-chaos-esports-club-2020-12-14",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": 126962
}, - {
- "begin_at": "2020-12-14T20:07:59Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-12-14T21:48:25Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 577489,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T21:48:26Z",
- "name": "Round of 16 match 3: Aethra Esports vs Cowana Gaming",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-14T17:00:00Z",
- "rescheduled": true,
- "scheduled_at": "2020-12-14T20:00:00Z",
- "slug": "aethra-esports-vs-cowana-gaming-2020-12-14",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": 127806
}, - {
- "begin_at": "2020-12-15T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577491,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:48:29Z",
- "name": "Round of 16 match 5: We Dont Care vs MnM Gaming",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-15T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-15T17:00:00Z",
- "slug": "we-dont-care-2020-12-15",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-15T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577492,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:48:42Z",
- "name": "Round of 16 match 6: NegotiumSimia vs Team Vitality",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-15T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-15T17:00:00Z",
- "slug": "negotiumsimia-vs-team-vitality-2020-12-15",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-15T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577493,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:48:56Z",
- "name": "Round of 16 match 7: Notorious Legion vs DeathroW",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-15T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-15T17:00:00Z",
- "slug": "notorious-legion-vs-deathrow-2020-12-15",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-15T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577494,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:49:09Z",
- "name": "Round of 16 match 8: ASMR vs Team Secret",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-15T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-15T17:00:00Z",
- "slug": "asmr-vs-team-secret-2020-12-15",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-15T20:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577498,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:49:38Z",
- "name": "Quarterfinal 4: TBD vs TBD",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-15T20:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-15T20:00:00Z",
- "slug": "2020-12-15-20642ea2-f095-45c4-81c9-46c399b701db",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-16T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577495,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T18:40:37Z",
- "name": "Quarterfinal 1: Mkers vs Rogue",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-16T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-16T17:00:00Z",
- "slug": "mkers-2020-12-16",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-16T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577496,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T21:48:26Z",
- "name": "Quarterfinal 2: Chaos Esports Club vs Cowana Gaming",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-16T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-16T17:00:00Z",
- "slug": "chaos-esports-club-2020-12-16",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-16T20:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577497,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:49:30Z",
- "name": "Quarterfinal 3: TBD vs TBD",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-16T20:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-16T20:00:00Z",
- "slug": "2020-12-16-81b7a960-3e93-4162-8f5e-bf469563d076",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-17T17:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577499,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:49:45Z",
- "name": "Semifinal 1: TBD vs TBD",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-17T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-17T17:00:00Z",
- "slug": "2020-12-17-288f047a-c03c-4b7f-b67b-102b91c1c361",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url": null
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 5234,
- "winner_id": null
}, - {
- "begin_at": "2020-12-17T20:00:00Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": null,
- "forfeit": false,
- "game_advantage": null,
- "id": 577500,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-12-14T08:49:51Z",
- "name": "Semifinal 2: TBD vs TBD",
- "number_of_games": 3,
- "official_stream_url": null,
- "original_scheduled_at": "2020-12-17T20:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-12-17T20:00:00Z",
- "slug": "2020-12-17-eba88512-e471-44eb-a1a4-4cbe7a99e388",
- "status": "not_started",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
- "embed_url": null,
- "raw_url"