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 CODMW leagues
object (filter_over_CODMWLeagues) 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_CODMWLeagues) Example: range[modified_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_CODMWLeagues) Example: search[name]=Contenders Options to search results | |
sort | Array of any (sort_over_CODMWLeagues) 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 |
/codmw/leagues?page[size]=1
[- {
- "id": 4304,
- "modified_at": "2020-03-02T14:15:46Z",
- "name": "Call of Duty League",
- "series": [
- {
- "begin_at": "2020-01-24T22:30:00Z",
- "description": null,
- "end_at": "2020-01-27T01:30:00Z",
- "full_name": "Launch Weekend 2020",
- "id": 2404,
- "league_id": 4304,
- "modified_at": "2020-01-21T17:04:11Z",
- "name": "Launch Weekend",
- "season": "",
- "slug": "cod-mw-call-of-duty-league-launch-weekend-2020",
- "tier": null,
- "winner_id": null,
- "winner_type": null,
- "year": 2020
}, - {
- "begin_at": "2020-02-08T11:30:00Z",
- "description": null,
- "end_at": "2020-02-09T23:10:00Z",
- "full_name": "Week 2 - London 2020",
- "id": 2405,
- "league_id": 4304,
- "modified_at": "2020-02-24T01:29:37Z",
- "name": "Week 2 - London",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-week-2-london-2020",
- "tier": null,
- "winner_id": 126834,
- "winner_type": "Team",
- "year": 2020
}, - {
- "begin_at": "2020-02-22T16:30:00Z",
- "description": null,
- "end_at": "2020-02-24T00:20:00Z",
- "full_name": "Week 3 - Atlanta 2020",
- "id": 2406,
- "league_id": 4304,
- "modified_at": "2020-02-24T01:18:59Z",
- "name": "Week 3 - Atlanta",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-week-3-atlanta-2020",
- "tier": null,
- "winner_id": 126833,
- "winner_type": "Team",
- "year": 2020
}, - {
- "begin_at": "2020-03-07T19:30:00Z",
- "description": null,
- "end_at": "2020-03-09T19:30:00Z",
- "full_name": "Week 4 - Los Angeles 2020",
- "id": 2407,
- "league_id": 4304,
- "modified_at": "2020-03-09T02:12:49Z",
- "name": "Week 4 - Los Angeles",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-week-4-los-angeles-2020",
- "tier": null,
- "winner_id": 126835,
- "winner_type": "Team",
- "year": 2020
}, - {
- "begin_at": "2020-04-10T20:00:00Z",
- "description": null,
- "end_at": "2020-04-13T00:47:00Z",
- "full_name": "Week 5 - Dallas 2020",
- "id": 2408,
- "league_id": 4304,
- "modified_at": "2020-04-18T10:23:02Z",
- "name": "Week 5 - Dallas",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-week-5-dallas-2020",
- "tier": null,
- "winner_id": 126836,
- "winner_type": "Team",
- "year": 2020
}, - {
- "begin_at": "2020-04-24T20:00:00Z",
- "description": null,
- "end_at": "2020-04-27T00:53:00Z",
- "full_name": "Week 6 - Chicago 2020",
- "id": 2409,
- "league_id": 4304,
- "modified_at": "2020-04-27T00:56:02Z",
- "name": "Week 6 - Chicago",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-week-6-chicago-2020",
- "tier": null,
- "winner_id": 126835,
- "winner_type": "Team",
- "year": 2020
}, - {
- "begin_at": "2020-05-08T20:00:00Z",
- "description": null,
- "end_at": "2020-05-11T01:12:00Z",
- "full_name": "Week 7 - Florida 2020",
- "id": 2410,
- "league_id": 4304,
- "modified_at": "2020-05-11T02:14:51Z",
- "name": "Week 7 - Florida",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-week-7-florida-2020",
- "tier": null,
- "winner_id": 126833,
- "winner_type": "Team",
- "year": 2020
}, - {
- "begin_at": "2020-05-22T20:00:00Z",
- "description": null,
- "end_at": "2020-05-25T00:25:00Z",
- "full_name": "Week 8 - Seattle 2020",
- "id": 2411,
- "league_id": 4304,
- "modified_at": "2020-05-25T06:01:26Z",
- "name": "Week 8 - Seattle",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-week-8-seattle-2020",
- "tier": null,
- "winner_id": 126834,
- "winner_type": "Team",
- "year": 2020
}, - {
- "begin_at": "2020-06-05T20:00:00Z",
- "description": null,
- "end_at": "2020-06-15T00:52:00Z",
- "full_name": "Week 9 - Minnesota 2020",
- "id": 2412,
- "league_id": 4304,
- "modified_at": "2020-06-15T00:53:59Z",
- "name": "Week 9 - Minnesota",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-week-9-minnesota-2020",
- "tier": null,
- "winner_id": 126836,
- "winner_type": "Team",
- "year": 2020
}, - {
- "begin_at": "2020-06-19T20:00:00Z",
- "description": null,
- "end_at": "2020-06-21T22:50:00Z",
- "full_name": "Week 10 - Paris 2020",
- "id": 2413,
- "league_id": 4304,
- "modified_at": "2020-06-21T22:55:35Z",
- "name": "Week 10 - Paris",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-week-10-paris-2020",
- "tier": null,
- "winner_id": 126836,
- "winner_type": "Team",
- "year": 2020
}, - {
- "begin_at": "2020-07-10T20:00:00Z",
- "description": null,
- "end_at": "2020-07-12T23:20:00Z",
- "full_name": "Week 11 - New York 2020",
- "id": 2414,
- "league_id": 4304,
- "modified_at": "2020-07-19T00:14:49Z",
- "name": "Week 11 - New York",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-week-11-new-york-2020",
- "tier": null,
- "winner_id": 126840,
- "winner_type": "Team",
- "year": 2020
}, - {
- "begin_at": "2020-07-17T20:00:00Z",
- "description": null,
- "end_at": "2020-07-20T00:00:00Z",
- "full_name": "Week 12 - London 2020",
- "id": 2415,
- "league_id": 4304,
- "modified_at": "2020-07-24T12:53:21Z",
- "name": "Week 12 - London",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-week-12-london-2020",
- "tier": null,
- "winner_id": null,
- "winner_type": null,
- "year": 2020
}, - {
- "begin_at": "2020-07-24T20:00:00Z",
- "description": null,
- "end_at": "2020-07-27T00:25:00Z",
- "full_name": "Week 13 - Toronto 2020",
- "id": 2416,
- "league_id": 4304,
- "modified_at": "2020-07-27T00:26:42Z",
- "name": "Week 13 - Toronto",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-week-13-toronto-2020",
- "tier": null,
- "winner_id": 126844,
- "winner_type": "Team",
- "year": 2020
}, - {
- "begin_at": "2020-08-19T19:00:00Z",
- "description": null,
- "end_at": null,
- "full_name": "Championship 2020",
- "id": 2870,
- "league_id": 4304,
- "modified_at": "2020-08-01T01:29:31Z",
- "name": "Championship",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-championship-2020",
- "tier": "s",
- "winner_id": null,
- "winner_type": null,
- "year": 2020
}
], - "slug": "cod-mw-call-of-duty-league",
- "videogame": {
- "current_version": null,
- "id": 23,
- "name": "Call of Duty Modern Warfare",
- "slug": "cod-mw"
}
}
]
List matches for the COD MW videogame
object (filter_over_CODMWMatches) 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_CODMWMatches) Example: range[begin_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_CODMWMatches) Example: search[name]=Finals Options to search results | |
sort | Array of any (sort_over_CODMWMatches) 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 |
/codmw/matches?page[size]=1
[- {
- "begin_at": "2020-08-30T20:07:06Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-30T21:38:53Z",
- "forfeit": false,
- "game_advantage": 126835,
- "games": [
- {
- "begin_at": "2020-08-30T20:07:07Z",
- "complete": false,
- "detailed_stats": false,
- "end_at": "2020-08-30T20:17:28Z",
- "finished": true,
- "forfeit": false,
- "id": 926,
- "length": 621,
- "match_id": 566970,
- "position": 1,
- "status": "finished",
- "video_url": null,
- "winner": {
- "id": 126835,
- "type": "Team"
}, - "winner_type": "Team"
}, - {
- "begin_at": "2020-08-30T20:21:45Z",
- "complete": false,
- "detailed_stats": false,
- "end_at": "2020-08-30T20:37:18Z",
- "finished": true,
- "forfeit": false,
- "id": 927,
- "length": 933,
- "match_id": 566970,
- "position": 2,
- "status": "finished",
- "video_url": null,
- "winner": {
- "id": 126835,
- "type": "Team"
}, - "winner_type": "Team"
}, - {
- "begin_at": "2020-08-30T20:46:13Z",
- "complete": false,
- "detailed_stats": false,
- "end_at": "2020-08-30T20:57:56Z",
- "finished": true,
- "forfeit": false,
- "id": 928,
- "length": 703,
- "match_id": 566970,
- "position": 3,
- "status": "finished",
- "video_url": null,
- "winner": {
- "id": 126835,
- "type": "Team"
}, - "winner_type": "Team"
}, - {
- "begin_at": "2020-08-30T21:01:43Z",
- "complete": false,
- "detailed_stats": false,
- "end_at": "2020-08-30T21:13:54Z",
- "finished": true,
- "forfeit": false,
- "id": 929,
- "length": 731,
- "match_id": 566970,
- "position": 4,
- "status": "finished",
- "video_url": null,
- "winner": {
- "id": 126833,
- "type": "Team"
}, - "winner_type": "Team"
}, - {
- "begin_at": "2020-08-30T21:22:14Z",
- "complete": false,
- "detailed_stats": false,
- "end_at": "2020-08-30T21:38:54Z",
- "finished": true,
- "forfeit": false,
- "id": 930,
- "length": 999,
- "match_id": 566970,
- "position": 5,
- "status": "finished",
- "video_url": null,
- "winner": {
- "id": 126835,
- "type": "Team"
}, - "winner_type": "Team"
}
], - "id": 566970,
- "league": {
- "id": 4304,
- "modified_at": "2020-03-02T14:15:46Z",
- "name": "Call of Duty League",
- "slug": "cod-mw-call-of-duty-league",
}, - "league_id": 4304,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-30T21:38:55Z",
- "name": "Grand Final: DAL Empire vs ATL FaZe",
- "number_of_games": 9,
- "opponents": [
- {
- "opponent": {
- "acronym": "DAL Empire",
- "id": 126835,
- "location": "US",
- "modified_at": "2020-10-17T23:07:41Z",
- "name": "Dallas Empire",
- "slug": "dallas-empire"
}, - "type": "Team"
}, - {
- "opponent": {
- "acronym": "ATL FaZe",
- "id": 126833,
- "location": "US",
- "modified_at": "2020-10-22T23:56:52Z",
- "name": "Atlanta FaZe",
- "slug": "atlanta-faze"
}, - "type": "Team"
}
], - "original_scheduled_at": "2020-08-30T20:00:00Z",
- "rescheduled": false,
- "results": [
- {
- "score": 5,
- "team_id": 126835
}, - {
- "score": 1,
- "team_id": 126833
}
], - "scheduled_at": "2020-08-30T20:00:00Z",
- "serie": {
- "begin_at": "2020-08-19T19:00:00Z",
- "description": null,
- "end_at": "2020-08-30T21:38:00Z",
- "full_name": "Championship 2020",
- "id": 2870,
- "league_id": 4304,
- "modified_at": "2020-08-30T23:30:11Z",
- "name": "Championship",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-championship-2020",
- "tier": "s",
- "winner_id": 126835,
- "winner_type": "Team",
- "year": 2020
}, - "serie_id": 2870,
- "slug": "dallas-empire-2020-08-30",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament": {
- "begin_at": "2020-08-19T19:00:00Z",
- "end_at": "2020-08-30T21:38:00Z",
- "id": 4528,
- "league_id": 4304,
- "live_supported": false,
- "modified_at": "2020-08-30T23:29:24Z",
- "name": "Playoffs",
- "prizepool": "4600000 United States Dollar",
- "serie_id": 2870,
- "slug": "cod-mw-call-of-duty-league-championship-2020-playoffs",
- "winner_id": 126835,
- "winner_type": "Team"
}, - "tournament_id": 4528,
- "videogame": {
- "id": 23,
- "name": "Call of Duty Modern Warfare",
- "slug": "cod-mw"
}, - "videogame_version": null,
- "winner": {
- "acronym": "DAL Empire",
- "id": 126835,
- "location": "US",
- "modified_at": "2020-10-17T23:07:41Z",
- "name": "Dallas Empire",
- "slug": "dallas-empire"
}, - "winner_id": 126835
}
]
List past CODMW matches
object (filter_over_CODMWMatches) 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_CODMWMatches) Example: range[begin_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_CODMWMatches) Example: search[name]=Finals Options to search results | |
sort | Array of any (sort_over_CODMWMatches) 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 |
/codmw/matches?page[size]=1
[- {
- "begin_at": "2020-08-30T20:07:06Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-30T21:38:53Z",
- "forfeit": false,
- "game_advantage": 126835,
- "games": [
- {
- "begin_at": "2020-08-30T20:07:07Z",
- "complete": false,
- "detailed_stats": false,
- "end_at": "2020-08-30T20:17:28Z",
- "finished": true,
- "forfeit": false,
- "id": 926,
- "length": 621,
- "match_id": 566970,
- "position": 1,
- "status": "finished",
- "video_url": null,
- "winner": {
- "id": 126835,
- "type": "Team"
}, - "winner_type": "Team"
}, - {
- "begin_at": "2020-08-30T20:21:45Z",
- "complete": false,
- "detailed_stats": false,
- "end_at": "2020-08-30T20:37:18Z",
- "finished": true,
- "forfeit": false,
- "id": 927,
- "length": 933,
- "match_id": 566970,
- "position": 2,
- "status": "finished",
- "video_url": null,
- "winner": {
- "id": 126835,
- "type": "Team"
}, - "winner_type": "Team"
}, - {
- "begin_at": "2020-08-30T20:46:13Z",
- "complete": false,
- "detailed_stats": false,
- "end_at": "2020-08-30T20:57:56Z",
- "finished": true,
- "forfeit": false,
- "id": 928,
- "length": 703,
- "match_id": 566970,
- "position": 3,
- "status": "finished",
- "video_url": null,
- "winner": {
- "id": 126835,
- "type": "Team"
}, - "winner_type": "Team"
}, - {
- "begin_at": "2020-08-30T21:01:43Z",
- "complete": false,
- "detailed_stats": false,
- "end_at": "2020-08-30T21:13:54Z",
- "finished": true,
- "forfeit": false,
- "id": 929,
- "length": 731,
- "match_id": 566970,
- "position": 4,
- "status": "finished",
- "video_url": null,
- "winner": {
- "id": 126833,
- "type": "Team"
}, - "winner_type": "Team"
}, - {
- "begin_at": "2020-08-30T21:22:14Z",
- "complete": false,
- "detailed_stats": false,
- "end_at": "2020-08-30T21:38:54Z",
- "finished": true,
- "forfeit": false,
- "id": 930,
- "length": 999,
- "match_id": 566970,
- "position": 5,
- "status": "finished",
- "video_url": null,
- "winner": {
- "id": 126835,
- "type": "Team"
}, - "winner_type": "Team"
}
], - "id": 566970,
- "league": {
- "id": 4304,
- "modified_at": "2020-03-02T14:15:46Z",
- "name": "Call of Duty League",
- "slug": "cod-mw-call-of-duty-league",
}, - "league_id": 4304,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-30T21:38:55Z",
- "name": "Grand Final: DAL Empire vs ATL FaZe",
- "number_of_games": 9,
- "opponents": [
- {
- "opponent": {
- "acronym": "DAL Empire",
- "id": 126835,
- "location": "US",
- "modified_at": "2020-10-17T23:07:41Z",
- "name": "Dallas Empire",
- "slug": "dallas-empire"
}, - "type": "Team"
}, - {
- "opponent": {
- "acronym": "ATL FaZe",
- "id": 126833,
- "location": "US",
- "modified_at": "2020-10-22T23:56:52Z",
- "name": "Atlanta FaZe",
- "slug": "atlanta-faze"
}, - "type": "Team"
}
], - "original_scheduled_at": "2020-08-30T20:00:00Z",
- "rescheduled": false,
- "results": [
- {
- "score": 5,
- "team_id": 126835
}, - {
- "score": 1,
- "team_id": 126833
}
], - "scheduled_at": "2020-08-30T20:00:00Z",
- "serie": {
- "begin_at": "2020-08-19T19:00:00Z",
- "description": null,
- "end_at": "2020-08-30T21:38:00Z",
- "full_name": "Championship 2020",
- "id": 2870,
- "league_id": 4304,
- "modified_at": "2020-08-30T23:30:11Z",
- "name": "Championship",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-championship-2020",
- "tier": "s",
- "winner_id": 126835,
- "winner_type": "Team",
- "year": 2020
}, - "serie_id": 2870,
- "slug": "dallas-empire-2020-08-30",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament": {
- "begin_at": "2020-08-19T19:00:00Z",
- "end_at": "2020-08-30T21:38:00Z",
- "id": 4528,
- "league_id": 4304,
- "live_supported": false,
- "modified_at": "2020-08-30T23:29:24Z",
- "name": "Playoffs",
- "prizepool": "4600000 United States Dollar",
- "serie_id": 2870,
- "slug": "cod-mw-call-of-duty-league-championship-2020-playoffs",
- "winner_id": 126835,
- "winner_type": "Team"
}, - "tournament_id": 4528,
- "videogame": {
- "id": 23,
- "name": "Call of Duty Modern Warfare",
- "slug": "cod-mw"
}, - "videogame_version": null,
- "winner": {
- "acronym": "DAL Empire",
- "id": 126835,
- "location": "US",
- "modified_at": "2020-10-17T23:07:41Z",
- "name": "Dallas Empire",
- "slug": "dallas-empire"
}, - "winner_id": 126835
}
]
List running CODMW matches
object (filter_over_CODMWMatches) 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_CODMWMatches) Example: range[begin_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_CODMWMatches) Example: search[name]=Finals Options to search results | |
sort | Array of any (sort_over_CODMWMatches) 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 |
/codmw/matches?page[size]=1
[- {
- "begin_at": "2020-08-30T20:07:06Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-30T21:38:53Z",
- "forfeit": false,
- "game_advantage": 126835,
- "games": [
- {
- "begin_at": "2020-08-30T20:07:07Z",
- "complete": false,
- "detailed_stats": false,
- "end_at": "2020-08-30T20:17:28Z",
- "finished": true,
- "forfeit": false,
- "id": 926,
- "length": 621,
- "match_id": 566970,
- "position": 1,
- "status": "finished",
- "video_url": null,
- "winner": {
- "id": 126835,
- "type": "Team"
}, - "winner_type": "Team"
}, - {
- "begin_at": "2020-08-30T20:21:45Z",
- "complete": false,
- "detailed_stats": false,
- "end_at": "2020-08-30T20:37:18Z",
- "finished": true,
- "forfeit": false,
- "id": 927,
- "length": 933,
- "match_id": 566970,
- "position": 2,
- "status": "finished",
- "video_url": null,
- "winner": {
- "id": 126835,
- "type": "Team"
}, - "winner_type": "Team"
}, - {
- "begin_at": "2020-08-30T20:46:13Z",
- "complete": false,
- "detailed_stats": false,
- "end_at": "2020-08-30T20:57:56Z",
- "finished": true,
- "forfeit": false,
- "id": 928,
- "length": 703,
- "match_id": 566970,
- "position": 3,
- "status": "finished",
- "video_url": null,
- "winner": {
- "id": 126835,
- "type": "Team"
}, - "winner_type": "Team"
}, - {
- "begin_at": "2020-08-30T21:01:43Z",
- "complete": false,
- "detailed_stats": false,
- "end_at": "2020-08-30T21:13:54Z",
- "finished": true,
- "forfeit": false,
- "id": 929,
- "length": 731,
- "match_id": 566970,
- "position": 4,
- "status": "finished",
- "video_url": null,
- "winner": {
- "id": 126833,
- "type": "Team"
}, - "winner_type": "Team"
}, - {
- "begin_at": "2020-08-30T21:22:14Z",
- "complete": false,
- "detailed_stats": false,
- "end_at": "2020-08-30T21:38:54Z",
- "finished": true,
- "forfeit": false,
- "id": 930,
- "length": 999,
- "match_id": 566970,
- "position": 5,
- "status": "finished",
- "video_url": null,
- "winner": {
- "id": 126835,
- "type": "Team"
}, - "winner_type": "Team"
}
], - "id": 566970,
- "league": {
- "id": 4304,
- "modified_at": "2020-03-02T14:15:46Z",
- "name": "Call of Duty League",
- "slug": "cod-mw-call-of-duty-league",
}, - "league_id": 4304,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-30T21:38:55Z",
- "name": "Grand Final: DAL Empire vs ATL FaZe",
- "number_of_games": 9,
- "opponents": [
- {
- "opponent": {
- "acronym": "DAL Empire",
- "id": 126835,
- "location": "US",
- "modified_at": "2020-10-17T23:07:41Z",
- "name": "Dallas Empire",
- "slug": "dallas-empire"
}, - "type": "Team"
}, - {
- "opponent": {
- "acronym": "ATL FaZe",
- "id": 126833,
- "location": "US",
- "modified_at": "2020-10-22T23:56:52Z",
- "name": "Atlanta FaZe",
- "slug": "atlanta-faze"
}, - "type": "Team"
}
], - "original_scheduled_at": "2020-08-30T20:00:00Z",
- "rescheduled": false,
- "results": [
- {
- "score": 5,
- "team_id": 126835
}, - {
- "score": 1,
- "team_id": 126833
}
], - "scheduled_at": "2020-08-30T20:00:00Z",
- "serie": {
- "begin_at": "2020-08-19T19:00:00Z",
- "description": null,
- "end_at": "2020-08-30T21:38:00Z",
- "full_name": "Championship 2020",
- "id": 2870,
- "league_id": 4304,
- "modified_at": "2020-08-30T23:30:11Z",
- "name": "Championship",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-championship-2020",
- "tier": "s",
- "winner_id": 126835,
- "winner_type": "Team",
- "year": 2020
}, - "serie_id": 2870,
- "slug": "dallas-empire-2020-08-30",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament": {
- "begin_at": "2020-08-19T19:00:00Z",
- "end_at": "2020-08-30T21:38:00Z",
- "id": 4528,
- "league_id": 4304,
- "live_supported": false,
- "modified_at": "2020-08-30T23:29:24Z",
- "name": "Playoffs",
- "prizepool": "4600000 United States Dollar",
- "serie_id": 2870,
- "slug": "cod-mw-call-of-duty-league-championship-2020-playoffs",
- "winner_id": 126835,
- "winner_type": "Team"
}, - "tournament_id": 4528,
- "videogame": {
- "id": 23,
- "name": "Call of Duty Modern Warfare",
- "slug": "cod-mw"
}, - "videogame_version": null,
- "winner": {
- "acronym": "DAL Empire",
- "id": 126835,
- "location": "US",
- "modified_at": "2020-10-17T23:07:41Z",
- "name": "Dallas Empire",
- "slug": "dallas-empire"
}, - "winner_id": 126835
}
]
List upcoming CODMW matches
object (filter_over_CODMWMatches) 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_CODMWMatches) Example: range[begin_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_CODMWMatches) Example: search[name]=Finals Options to search results | |
sort | Array of any (sort_over_CODMWMatches) 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 |
/codmw/matches?page[size]=1
[- {
- "begin_at": "2020-08-30T20:07:06Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-30T21:38:53Z",
- "forfeit": false,
- "game_advantage": 126835,
- "games": [
- {
- "begin_at": "2020-08-30T20:07:07Z",
- "complete": false,
- "detailed_stats": false,
- "end_at": "2020-08-30T20:17:28Z",
- "finished": true,
- "forfeit": false,
- "id": 926,
- "length": 621,
- "match_id": 566970,
- "position": 1,
- "status": "finished",
- "video_url": null,
- "winner": {
- "id": 126835,
- "type": "Team"
}, - "winner_type": "Team"
}, - {
- "begin_at": "2020-08-30T20:21:45Z",
- "complete": false,
- "detailed_stats": false,
- "end_at": "2020-08-30T20:37:18Z",
- "finished": true,
- "forfeit": false,
- "id": 927,
- "length": 933,
- "match_id": 566970,
- "position": 2,
- "status": "finished",
- "video_url": null,
- "winner": {
- "id": 126835,
- "type": "Team"
}, - "winner_type": "Team"
}, - {
- "begin_at": "2020-08-30T20:46:13Z",
- "complete": false,
- "detailed_stats": false,
- "end_at": "2020-08-30T20:57:56Z",
- "finished": true,
- "forfeit": false,
- "id": 928,
- "length": 703,
- "match_id": 566970,
- "position": 3,
- "status": "finished",
- "video_url": null,
- "winner": {
- "id": 126835,
- "type": "Team"
}, - "winner_type": "Team"
}, - {
- "begin_at": "2020-08-30T21:01:43Z",
- "complete": false,
- "detailed_stats": false,
- "end_at": "2020-08-30T21:13:54Z",
- "finished": true,
- "forfeit": false,
- "id": 929,
- "length": 731,
- "match_id": 566970,
- "position": 4,
- "status": "finished",
- "video_url": null,
- "winner": {
- "id": 126833,
- "type": "Team"
}, - "winner_type": "Team"
}, - {
- "begin_at": "2020-08-30T21:22:14Z",
- "complete": false,
- "detailed_stats": false,
- "end_at": "2020-08-30T21:38:54Z",
- "finished": true,
- "forfeit": false,
- "id": 930,
- "length": 999,
- "match_id": 566970,
- "position": 5,
- "status": "finished",
- "video_url": null,
- "winner": {
- "id": 126835,
- "type": "Team"
}, - "winner_type": "Team"
}
], - "id": 566970,
- "league": {
- "id": 4304,
- "modified_at": "2020-03-02T14:15:46Z",
- "name": "Call of Duty League",
- "slug": "cod-mw-call-of-duty-league",
}, - "league_id": 4304,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-30T21:38:55Z",
- "name": "Grand Final: DAL Empire vs ATL FaZe",
- "number_of_games": 9,
- "opponents": [
- {
- "opponent": {
- "acronym": "DAL Empire",
- "id": 126835,
- "location": "US",
- "modified_at": "2020-10-17T23:07:41Z",
- "name": "Dallas Empire",
- "slug": "dallas-empire"
}, - "type": "Team"
}, - {
- "opponent": {
- "acronym": "ATL FaZe",
- "id": 126833,
- "location": "US",
- "modified_at": "2020-10-22T23:56:52Z",
- "name": "Atlanta FaZe",
- "slug": "atlanta-faze"
}, - "type": "Team"
}
], - "original_scheduled_at": "2020-08-30T20:00:00Z",
- "rescheduled": false,
- "results": [
- {
- "score": 5,
- "team_id": 126835
}, - {
- "score": 1,
- "team_id": 126833
}
], - "scheduled_at": "2020-08-30T20:00:00Z",
- "serie": {
- "begin_at": "2020-08-19T19:00:00Z",
- "description": null,
- "end_at": "2020-08-30T21:38:00Z",
- "full_name": "Championship 2020",
- "id": 2870,
- "league_id": 4304,
- "modified_at": "2020-08-30T23:30:11Z",
- "name": "Championship",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-championship-2020",
- "tier": "s",
- "winner_id": 126835,
- "winner_type": "Team",
- "year": 2020
}, - "serie_id": 2870,
- "slug": "dallas-empire-2020-08-30",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament": {
- "begin_at": "2020-08-19T19:00:00Z",
- "end_at": "2020-08-30T21:38:00Z",
- "id": 4528,
- "league_id": 4304,
- "live_supported": false,
- "modified_at": "2020-08-30T23:29:24Z",
- "name": "Playoffs",
- "prizepool": "4600000 United States Dollar",
- "serie_id": 2870,
- "slug": "cod-mw-call-of-duty-league-championship-2020-playoffs",
- "winner_id": 126835,
- "winner_type": "Team"
}, - "tournament_id": 4528,
- "videogame": {
- "id": 23,
- "name": "Call of Duty Modern Warfare",
- "slug": "cod-mw"
}, - "videogame_version": null,
- "winner": {
- "acronym": "DAL Empire",
- "id": 126835,
- "location": "US",
- "modified_at": "2020-10-17T23:07:41Z",
- "name": "Dallas Empire",
- "slug": "dallas-empire"
}, - "winner_id": 126835
}
]
List players for the CODMW videogame
object (filter_over_CODMWPlayers) 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_CODMWPlayers) Example: range[name]=f,i Options to select results within ranges | |
object (search_over_CODMWPlayers) Example: search[role]=tank Options to search results | |
sort | Array of any (sort_over_CODMWPlayers) 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 |
/codmw/players?page[size]=1
[- {
- "birth_year": 1998,
- "birthday": "1998-05-23",
- "current_team": {
- "acronym": "OpTic Gaming LA",
- "id": 126841,
- "location": "US",
- "modified_at": "2020-08-01T01:32:13Z",
- "name": "OpTic Gaming Los Angeles",
- "slug": "optic-gaming-los-angeles"
}, - "current_videogame": {
- "id": 23,
- "name": "Call of Duty Modern Warfare",
- "slug": "cod-mw"
}, - "first_name": "Darien",
- "hometown": null,
- "id": 29297,
- "last_name": "Chverchko",
- "name": "Hollow",
- "nationality": "US",
- "role": null,
- "slug": "hollow-darien-chverchko"
}
]
Equivalent route: /series/{serie_id_or_slug}/players
required | SerieID (integer) or SerieSlug (string) (SerieIDOrSlug) A serie ID or slug |
object (filter_over_CODMWPlayers) 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_CODMWPlayers) Example: range[name]=f,i Options to select results within ranges | |
object (search_over_CODMWPlayers) Example: search[role]=tank Options to search results | |
sort | Array of any (sort_over_CODMWPlayers) 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 |
/codmw/players?page[size]=1
[- {
- "birth_year": 1998,
- "birthday": "1998-05-23",
- "current_team": {
- "acronym": "OpTic Gaming LA",
- "id": 126841,
- "location": "US",
- "modified_at": "2020-08-01T01:32:13Z",
- "name": "OpTic Gaming Los Angeles",
- "slug": "optic-gaming-los-angeles"
}, - "current_videogame": {
- "id": 23,
- "name": "Call of Duty Modern Warfare",
- "slug": "cod-mw"
}, - "first_name": "Darien",
- "hometown": null,
- "id": 29297,
- "last_name": "Chverchko",
- "name": "Hollow",
- "nationality": "US",
- "role": null,
- "slug": "hollow-darien-chverchko"
}
]
Equivalent route: /tournaments/{tournament_id_or_slug}/players
required | TournamentID (integer) or TournamentSlug (string) (TournamentIDOrSlug) A tournament ID or slug |
object (filter_over_CODMWPlayers) 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_CODMWPlayers) Example: range[name]=f,i Options to select results within ranges | |
object (search_over_CODMWPlayers) Example: search[role]=tank Options to search results | |
sort | Array of any (sort_over_CODMWPlayers) 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 |
/codmw/players?page[size]=1
[- {
- "birth_year": 1998,
- "birthday": "1998-05-23",
- "current_team": {
- "acronym": "OpTic Gaming LA",
- "id": 126841,
- "location": "US",
- "modified_at": "2020-08-01T01:32:13Z",
- "name": "OpTic Gaming Los Angeles",
- "slug": "optic-gaming-los-angeles"
}, - "current_videogame": {
- "id": 23,
- "name": "Call of Duty Modern Warfare",
- "slug": "cod-mw"
}, - "first_name": "Darien",
- "hometown": null,
- "id": 29297,
- "last_name": "Chverchko",
- "name": "Hollow",
- "nationality": "US",
- "role": null,
- "slug": "hollow-darien-chverchko"
}
]
List series for the CODMW videogame
object (filter_over_CODMWSeries) 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_CODMWSeries) Example: range[begin_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_CODMWSeries) Example: search[slug]=lck Options to search results | |
sort | Array of any (sort_over_CODMWSeries) 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 |
/codmw/series?page[size]=1
[- {
- "begin_at": "2020-08-19T19:00:00Z",
- "description": null,
- "end_at": null,
- "full_name": "Championship 2020",
- "id": 2870,
- "league": {
- "id": 4304,
- "modified_at": "2020-03-02T14:15:46Z",
- "name": "Call of Duty League",
- "slug": "cod-mw-call-of-duty-league",
}, - "league_id": 4304,
- "modified_at": "2020-08-01T01:29:31Z",
- "name": "Championship",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-championship-2020",
- "tier": "s",
- "tournaments": [
- {
- "begin_at": "2020-08-19T19:00:00Z",
- "end_at": null,
- "id": 4528,
- "league_id": 4304,
- "live_supported": false,
- "modified_at": "2020-08-01T01:32:16Z",
- "name": "Playoffs",
- "prizepool": "4600000 United States Dollar",
- "serie_id": 2870,
- "slug": "cod-mw-call-of-duty-league-championship-2020-playoffs",
- "winner_id": null,
- "winner_type": "Team"
}
], - "videogame": {
- "id": 23,
- "name": "Call of Duty Modern Warfare",
- "slug": "cod-mw"
}, - "winner_id": null,
- "winner_type": null,
- "year": 2020
}
]
List past CODMW series
object (filter_over_CODMWSeries) 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_CODMWSeries) Example: range[begin_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_CODMWSeries) Example: search[slug]=lck Options to search results | |
sort | Array of any (sort_over_CODMWSeries) 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 |
/codmw/series?page[size]=1
[- {
- "begin_at": "2020-08-19T19:00:00Z",
- "description": null,
- "end_at": null,
- "full_name": "Championship 2020",
- "id": 2870,
- "league": {
- "id": 4304,
- "modified_at": "2020-03-02T14:15:46Z",
- "name": "Call of Duty League",
- "slug": "cod-mw-call-of-duty-league",
}, - "league_id": 4304,
- "modified_at": "2020-08-01T01:29:31Z",
- "name": "Championship",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-championship-2020",
- "tier": "s",
- "tournaments": [
- {
- "begin_at": "2020-08-19T19:00:00Z",
- "end_at": null,
- "id": 4528,
- "league_id": 4304,
- "live_supported": false,
- "modified_at": "2020-08-01T01:32:16Z",
- "name": "Playoffs",
- "prizepool": "4600000 United States Dollar",
- "serie_id": 2870,
- "slug": "cod-mw-call-of-duty-league-championship-2020-playoffs",
- "winner_id": null,
- "winner_type": "Team"
}
], - "videogame": {
- "id": 23,
- "name": "Call of Duty Modern Warfare",
- "slug": "cod-mw"
}, - "winner_id": null,
- "winner_type": null,
- "year": 2020
}
]
List running CODMW series
object (filter_over_CODMWSeries) 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_CODMWSeries) Example: range[begin_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_CODMWSeries) Example: search[slug]=lck Options to search results | |
sort | Array of any (sort_over_CODMWSeries) 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 |
/codmw/series?page[size]=1
[- {
- "begin_at": "2020-08-19T19:00:00Z",
- "description": null,
- "end_at": null,
- "full_name": "Championship 2020",
- "id": 2870,
- "league": {
- "id": 4304,
- "modified_at": "2020-03-02T14:15:46Z",
- "name": "Call of Duty League",
- "slug": "cod-mw-call-of-duty-league",
}, - "league_id": 4304,
- "modified_at": "2020-08-01T01:29:31Z",
- "name": "Championship",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-championship-2020",
- "tier": "s",
- "tournaments": [
- {
- "begin_at": "2020-08-19T19:00:00Z",
- "end_at": null,
- "id": 4528,
- "league_id": 4304,
- "live_supported": false,
- "modified_at": "2020-08-01T01:32:16Z",
- "name": "Playoffs",
- "prizepool": "4600000 United States Dollar",
- "serie_id": 2870,
- "slug": "cod-mw-call-of-duty-league-championship-2020-playoffs",
- "winner_id": null,
- "winner_type": "Team"
}
], - "videogame": {
- "id": 23,
- "name": "Call of Duty Modern Warfare",
- "slug": "cod-mw"
}, - "winner_id": null,
- "winner_type": null,
- "year": 2020
}
]
List upcoming CODMW series
object (filter_over_CODMWSeries) 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_CODMWSeries) Options to select results within ranges | |
object (search_over_CODMWSeries) Options to search results | |
sort | Array of any (sort_over_CODMWSeries) 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" Options to sort results |
/codmw/series?page[size]=1
[- {
- "begin_at": "2020-08-19T19:00:00Z",
- "description": null,
- "end_at": null,
- "full_name": "Championship 2020",
- "id": 2870,
- "league": {
- "id": 4304,
- "modified_at": "2020-03-02T14:15:46Z",
- "name": "Call of Duty League",
- "slug": "cod-mw-call-of-duty-league",
}, - "league_id": 4304,
- "modified_at": "2020-08-01T01:29:31Z",
- "name": "Championship",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-championship-2020",
- "tier": "s",
- "tournaments": [
- {
- "begin_at": "2020-08-19T19:00:00Z",
- "end_at": null,
- "id": 4528,
- "league_id": 4304,
- "live_supported": false,
- "modified_at": "2020-08-01T01:32:16Z",
- "name": "Playoffs",
- "prizepool": "4600000 United States Dollar",
- "serie_id": 2870,
- "slug": "cod-mw-call-of-duty-league-championship-2020-playoffs",
- "winner_id": null,
- "winner_type": "Team"
}
], - "videogame": {
- "id": 23,
- "name": "Call of Duty Modern Warfare",
- "slug": "cod-mw"
}, - "winner_id": null,
- "winner_type": null,
- "year": 2020
}
]
List teams for the CODMW videogame
object (filter_over_CODMWTeams) 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_CODMWTeams) Example: range[name]=vitality,vultur Options to select results within ranges | |
object (search_over_CODMWTeams) Example: search[name]=vitality Options to search results | |
sort | Array of any (sort_over_CODMWTeams) 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 |
/codmw/teams?page[size]=1
[- {
- "acronym": "TOR Ultra",
- "current_videogame": {
- "id": 23,
- "name": "Call of Duty Modern Warfare",
- "slug": "cod-mw"
}, - "id": 126844,
- "location": "CA",
- "modified_at": "2020-08-01T01:32:10Z",
- "name": "Toronto Ultra",
- "players": [
- {
- "birth_year": 1993,
- "birthday": "1993-05-31",
- "first_name": "Daniel",
- "hometown": null,
- "id": 25959,
- "last_name": "Loza",
- "name": "Loony",
- "nationality": "MX",
- "role": null,
- "slug": "loony"
}, - {
- "birth_year": 1997,
- "birthday": "1997-08-15",
- "first_name": "Anthony",
- "hometown": null,
- "id": 25960,
- "last_name": "Zinni",
- "name": "Methodz",
- "nationality": "US",
- "role": null,
- "slug": "methodz"
}, - {
- "birth_year": 1999,
- "birthday": "1999-05-26",
- "first_name": "Carson",
- "hometown": null,
- "id": 25961,
- "last_name": "Newberry",
- "name": "Brack",
- "nationality": "US",
- "role": null,
- "slug": "brack"
}, - {
- "birth_year": 1999,
- "birthday": "1999-09-04",
- "first_name": "Alejandro",
- "hometown": null,
- "id": 25962,
- "last_name": "López",
- "name": "Lucky",
- "nationality": "ES",
- "role": null,
- "slug": "lucky-a8c090cd-aa92-4b09-8aac-bd274c067cce"
}, - {
- "birth_year": 2000,
- "birthday": "2000-09-19",
- "first_name": "Adrian",
- "hometown": null,
- "id": 25963,
- "last_name": "Serrano",
- "name": "MeTTalZ",
- "nationality": "ES",
- "role": null,
- "slug": "mettalz"
}, - {
- "birth_year": 2000,
- "birthday": "2000-08-11",
- "first_name": "Tobias Juul",
- "hometown": null,
- "id": 25964,
- "last_name": "Jønsson",
- "name": "CleanX",
- "nationality": "DK",
- "role": null,
- "slug": "cleanx"
}, - {
- "birth_year": 1994,
- "birthday": "1994-02-23",
- "first_name": "Nicholas",
- "hometown": null,
- "id": 25965,
- "last_name": "DiCostanzo",
- "name": "Classic",
- "nationality": "US",
- "role": null,
- "slug": "classic"
}, - {
- "birth_year": 1999,
- "birthday": "1999-10-10",
- "first_name": "Cameron",
- "hometown": null,
- "id": 25966,
- "last_name": "McKilligan",
- "name": "Cammy",
- "nationality": "GB",
- "role": null,
- "slug": "cammy"
}, - {
- "birth_year": 1997,
- "birthday": "1997-10-14",
- "first_name": "Ben",
- "hometown": null,
- "id": 25967,
- "last_name": "Bance",
- "name": "Bance",
- "nationality": "GB",
- "role": null,
- "slug": "bance"
}, - {
- "birth_year": 1997,
- "birthday": "1997-11-28",
- "first_name": "Mehran",
- "hometown": null,
- "id": 25968,
- "last_name": "Anjomshoa",
- "name": "Mayhem",
- "nationality": "CA",
- "role": null,
- "slug": "mayhem-5ecc5340-afaa-407d-85a8-87233cdfc10a"
}
], - "slug": "toronto-ultra"
}
]
List tournaments for the CODMW videogame
object (filter_over_CODMWShortTournaments) 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_CODMWShortTournaments) Example: range[begin_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_CODMWShortTournaments) Example: search[name]=group Options to search results | |
sort | Array of any (sort_over_CODMWShortTournaments) 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 |
/codmw/tournaments?page[size]=1
[- {
- "begin_at": "2020-08-19T19:00:00Z",
- "end_at": "2020-08-30T21:38:00Z",
- "id": 4528,
- "league": {
- "id": 4304,
- "modified_at": "2020-03-02T14:15:46Z",
- "name": "Call of Duty League",
- "slug": "cod-mw-call-of-duty-league",
}, - "league_id": 4304,
- "live_supported": false,
- "matches": [
- {
- "begin_at": "2020-08-19T19:15:39Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-19T20:08:28Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566953,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-08-19T20:08:29Z",
- "name": "Lower Round 1: PAR Legion vs SEA Surge",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-19T19:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-19T19:00:00Z",
- "slug": "paris-legion-vs-seattle-surge-2020-08-19",
- "status": "finished",
- "streams": {
- "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126842
}, - {
- "begin_at": "2020-08-19T20:39:25Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-19T22:37:25Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566954,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-11-05T06:30:16Z",
- "name": "Lower Round 1: OpTic Gaming LA vs LA Guerrillas",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-19T20:30:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-19T20:30:00Z",
- "slug": "optic-gaming-los-angeles-vs-los-angeles-guerrillas-2020-08-19",
- "status": "finished",
- "streams": {
- "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126841
}, - {
- "begin_at": "2020-08-20T19:10:52Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-20T20:16:35Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566955,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-11-05T06:30:29Z",
- "name": "Winners' Round 1: LDN Royal Ravens vs TOR Ultra",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-20T19:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-20T19:00:00Z",
- "slug": "london-royal-ravens-vs-toronto-ultra-2020-08-20",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126844
}, - {
- "begin_at": "2020-08-20T20:41:47Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-20T21:50:52Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566956,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-11-05T06:30:27Z",
- "name": "Winners' Round 1: NY Subliners vs MN RØKKR",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-20T20:30:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-20T20:30:00Z",
- "slug": "new-york-subliners-vs-minnesota-rokkr-2020-08-20",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126840
}, - {
- "begin_at": "2020-08-21T19:08:59Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-21T20:45:22Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566957,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-21T20:45:24Z",
- "name": "Winners' Round 2: CHI Huntsmen vs NY Subliners",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-21T19:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-21T19:00:00Z",
- "slug": "chicago-huntsmen-2020-08-21",
- "status": "finished",
- "streams": {
- "english": {
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126834
}, - {
- "begin_at": "2020-08-21T21:07:52Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-21T22:19:23Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566958,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-21T22:19:24Z",
- "name": "Winners' Round 2: FL Mutineers vs TOR Ultra",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-21T20:30:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-21T20:30:00Z",
- "slug": "florida-mutineers-2020-08-21",
- "status": "finished",
- "streams": {
- "english": {
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126844
}, - {
- "begin_at": "2020-08-22T17:12:47Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-22T18:21:51Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566959,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-22T18:21:52Z",
- "name": "Lower Round 2: LDN Royal Ravens vs PAR Legion",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-22T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-22T17:00:00Z",
- "slug": "2020-08-22",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126837
}, - {
- "begin_at": "2020-08-22T18:35:41Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-22T19:25:35Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566960,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-22T19:25:37Z",
- "name": "Lower Round 2: MN RØKKR vs OpTic Gaming LA",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-22T18:30:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-22T18:30:00Z",
- "slug": "2020-08-22-a83428d1-a0d6-45ca-87e4-a0a3c606a9f8",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126841
}, - {
- "begin_at": "2020-08-22T19:55:21Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-22T21:25:16Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566961,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-11-05T06:30:44Z",
- "name": "Winners' Round 3: ATL FaZe vs CHI Huntsmen",
- "number_of_games": 5,
- "official_stream_url": null,
- "original_scheduled_at": "2020-08-22T20:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-22T20:00:00Z",
- "slug": "atlanta-faze-2020-08-22",
- "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": 4528,
- "winner_id": 126833
}, - {
- "begin_at": "2020-08-22T22:21:42Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-22T23:40:32Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566962,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-11-05T06:30:46Z",
- "name": "Winners' Round 3: DAL Empire vs TOR Ultra",
- "number_of_games": 5,
- "official_stream_url": null,
- "original_scheduled_at": "2020-08-22T21:30:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-22T21:30:00Z",
- "slug": "dallas-empire-2020-08-22",
- "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": 4528,
- "winner_id": 126835
}, - {
- "begin_at": "2020-08-23T17:10:09Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-23T18:36:00Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566963,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-23T18:36:01Z",
- "name": "Lower Round 3: LDN Royal Ravens vs NY Subliners",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-23T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-23T17:00:00Z",
- "slug": "2020-08-23-29efade9-98c6-4e4e-b331-0559adbb0af0",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126837
}, - {
- "begin_at": "2020-08-23T18:56:24Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-23T19:42:56Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566964,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-11-05T06:30:55Z",
- "name": "Lower Round 3: OpTic Gaming LA vs FL Mutineers",
- "number_of_games": 5,
- "official_stream_url": null,
- "original_scheduled_at": "2020-08-23T18:30:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-23T18:30:00Z",
- "slug": "2020-08-23-83475b0a-b6ab-4748-80ac-a3383c22b515",
- "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": 4528,
- "winner_id": 126841
}, - {
- "begin_at": "2020-08-23T20:10:44Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-23T21:14:03Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566965,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-23T21:14:04Z",
- "name": "Lower Round 4: LDN Royal Ravens vs TOR Ultra",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-23T20:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-23T20:00:00Z",
- "slug": "2020-08-23-41a2f408-f6f7-4938-bdc6-f75a3ebe5a70",
- "status": "finished",
- "streams": {
- "english": {
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126837
}, - {
- "begin_at": "2020-08-23T21:38:04Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-23T23:06:37Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566966,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-23T23:06:37Z",
- "name": "Lower Round 4: OpTic Gaming LA vs CHI Huntsmen",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-23T21:30:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-23T21:30:00Z",
- "slug": "2020-08-23-fbd9d585-1fa0-495d-8f1a-4da67fff204a",
- "status": "finished",
- "streams": {
- "english": {
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126834
}, - {
- "begin_at": "2020-08-29T18:13:53Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-29T19:25:23Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566968,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-11-05T06:30:59Z",
- "name": "Lower Round 5: LDN Royal Ravens vs CHI Huntsmen",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-29T19:30:00Z",
- "rescheduled": true,
- "scheduled_at": "2020-08-29T18:00:00Z",
- "slug": "london-royal-ravens-2020-08-29",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126834
}, - {
- "begin_at": "2020-08-29T19:43:34Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-29T21:17:03Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566967,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-29T21:17:03Z",
- "name": "Winners' Final: ATL FaZe vs DAL Empire",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-29T18:00:00Z",
- "rescheduled": true,
- "scheduled_at": "2020-08-29T19:30:00Z",
- "slug": "atlanta-faze-2020-08-29",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126835
}, - {
- "begin_at": "2020-08-29T21:56:51Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-29T23:06:42Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566969,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-11-05T06:59:07Z",
- "name": "Lower Final: CHI Huntsmen vs ATL FaZe",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-30T20:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-29T21:30:00Z",
- "slug": "chicago-huntsmen-2020-08-29",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126833
}, - {
- "begin_at": "2020-08-30T20:07:06Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-30T21:38:53Z",
- "forfeit": false,
- "game_advantage": 126835,
- "id": 566970,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-30T21:38:55Z",
- "name": "Grand Final: DAL Empire vs ATL FaZe",
- "number_of_games": 9,
- "original_scheduled_at": "2020-08-30T20:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-30T20:00:00Z",
- "slug": "dallas-empire-2020-08-30",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126835
}
], - "modified_at": "2020-08-30T23:29:24Z",
- "name": "Playoffs",
- "prizepool": "4600000 United States Dollar",
- "serie": {
- "begin_at": "2020-08-19T19:00:00Z",
- "description": null,
- "end_at": "2020-08-30T21:38:00Z",
- "full_name": "Championship 2020",
- "id": 2870,
- "league_id": 4304,
- "modified_at": "2020-08-30T23:30:11Z",
- "name": "Championship",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-championship-2020",
- "tier": "s",
- "winner_id": 126835,
- "winner_type": "Team",
- "year": 2020
}, - "serie_id": 2870,
- "slug": "cod-mw-call-of-duty-league-championship-2020-playoffs",
- "teams": [
- {
- "acronym": "ATL FaZe",
- "id": 126833,
- "location": "US",
- "modified_at": "2020-10-22T23:56:52Z",
- "name": "Atlanta FaZe",
- "slug": "atlanta-faze"
}, - {
- "acronym": "CHI Huntsmen",
- "id": 126834,
- "location": "US",
- "modified_at": "2020-11-13T11:57:33Z",
- "name": "Chicago Huntsmen",
- "slug": "chicago-huntsmen"
}, - {
- "acronym": "DAL Empire",
- "id": 126835,
- "location": "US",
- "modified_at": "2020-10-17T23:07:41Z",
- "name": "Dallas Empire",
- "slug": "dallas-empire"
}, - {
- "acronym": "FL Mutineers",
- "id": 126836,
- "location": "US",
- "modified_at": "2020-12-08T13:10:03Z",
- "name": "Florida Mutineers",
- "slug": "florida-mutineers"
}, - {
- "acronym": "LDN Royal Ravens",
- "id": 126837,
- "location": "GB",
- "modified_at": "2020-10-29T16:42:10Z",
- "name": "London Royal Ravens",
- "slug": "london-royal-ravens"
}, - {
- "acronym": "LA Guerrillas",
- "id": 126838,
- "location": "US",
- "modified_at": "2020-10-15T00:12:38Z",
- "name": "Los Angeles Guerrillas",
- "slug": "los-angeles-guerrillas"
}, - {
- "acronym": "MN RØKKR",
- "id": 126839,
- "location": "US",
- "modified_at": "2020-09-16T03:07:05Z",
- "name": "Minnesota RØKKR",
- "slug": "minnesota-rokkr"
}, - {
- "acronym": "NY Subliners",
- "id": 126840,
- "location": "US",
- "modified_at": "2020-09-20T23:47:34Z",
- "name": "New York Subliners",
- "slug": "new-york-subliners"
}, - {
- "acronym": "OpTic Gaming LA",
- "id": 126841,
- "location": "US",
- "modified_at": "2020-11-09T11:04:06Z",
- "name": "OpTic Gaming Los Angeles",
- "slug": "optic-gaming-los-angeles"
}, - {
- "acronym": "PAR Legion",
- "id": 126842,
- "location": "FR",
- "modified_at": "2020-09-12T02:32:05Z",
- "name": "Paris Legion",
- "slug": "paris-legion"
}, - {
- "acronym": "SEA Surge",
- "id": 126843,
- "location": "US",
- "modified_at": "2020-09-24T02:42:12Z",
- "name": "Seattle Surge",
- "slug": "seattle-surge"
}, - {
- "acronym": "TOR Ultra",
- "id": 126844,
- "location": "CA",
- "modified_at": "2020-09-05T02:48:49Z",
- "name": "Toronto Ultra",
- "slug": "toronto-ultra"
}
], - "videogame": {
- "id": 23,
- "name": "Call of Duty Modern Warfare",
- "slug": "cod-mw"
}, - "winner_id": 126835,
- "winner_type": "Team"
}
]
List past CODMW tournaments
object (filter_over_CODMWShortTournaments) 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_CODMWShortTournaments) Example: range[begin_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_CODMWShortTournaments) Example: search[name]=group Options to search results | |
sort | Array of any (sort_over_CODMWShortTournaments) 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 |
/codmw/tournaments?page[size]=1
[- {
- "begin_at": "2020-08-19T19:00:00Z",
- "end_at": "2020-08-30T21:38:00Z",
- "id": 4528,
- "league": {
- "id": 4304,
- "modified_at": "2020-03-02T14:15:46Z",
- "name": "Call of Duty League",
- "slug": "cod-mw-call-of-duty-league",
}, - "league_id": 4304,
- "live_supported": false,
- "matches": [
- {
- "begin_at": "2020-08-19T19:15:39Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-19T20:08:28Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566953,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-08-19T20:08:29Z",
- "name": "Lower Round 1: PAR Legion vs SEA Surge",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-19T19:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-19T19:00:00Z",
- "slug": "paris-legion-vs-seattle-surge-2020-08-19",
- "status": "finished",
- "streams": {
- "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126842
}, - {
- "begin_at": "2020-08-19T20:39:25Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-19T22:37:25Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566954,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-11-05T06:30:16Z",
- "name": "Lower Round 1: OpTic Gaming LA vs LA Guerrillas",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-19T20:30:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-19T20:30:00Z",
- "slug": "optic-gaming-los-angeles-vs-los-angeles-guerrillas-2020-08-19",
- "status": "finished",
- "streams": {
- "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126841
}, - {
- "begin_at": "2020-08-20T19:10:52Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-20T20:16:35Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566955,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-11-05T06:30:29Z",
- "name": "Winners' Round 1: LDN Royal Ravens vs TOR Ultra",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-20T19:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-20T19:00:00Z",
- "slug": "london-royal-ravens-vs-toronto-ultra-2020-08-20",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126844
}, - {
- "begin_at": "2020-08-20T20:41:47Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-20T21:50:52Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566956,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-11-05T06:30:27Z",
- "name": "Winners' Round 1: NY Subliners vs MN RØKKR",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-20T20:30:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-20T20:30:00Z",
- "slug": "new-york-subliners-vs-minnesota-rokkr-2020-08-20",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126840
}, - {
- "begin_at": "2020-08-21T19:08:59Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-21T20:45:22Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566957,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-21T20:45:24Z",
- "name": "Winners' Round 2: CHI Huntsmen vs NY Subliners",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-21T19:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-21T19:00:00Z",
- "slug": "chicago-huntsmen-2020-08-21",
- "status": "finished",
- "streams": {
- "english": {
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126834
}, - {
- "begin_at": "2020-08-21T21:07:52Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-21T22:19:23Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566958,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-21T22:19:24Z",
- "name": "Winners' Round 2: FL Mutineers vs TOR Ultra",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-21T20:30:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-21T20:30:00Z",
- "slug": "florida-mutineers-2020-08-21",
- "status": "finished",
- "streams": {
- "english": {
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126844
}, - {
- "begin_at": "2020-08-22T17:12:47Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-22T18:21:51Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566959,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-22T18:21:52Z",
- "name": "Lower Round 2: LDN Royal Ravens vs PAR Legion",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-22T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-22T17:00:00Z",
- "slug": "2020-08-22",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126837
}, - {
- "begin_at": "2020-08-22T18:35:41Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-22T19:25:35Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566960,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-22T19:25:37Z",
- "name": "Lower Round 2: MN RØKKR vs OpTic Gaming LA",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-22T18:30:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-22T18:30:00Z",
- "slug": "2020-08-22-a83428d1-a0d6-45ca-87e4-a0a3c606a9f8",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126841
}, - {
- "begin_at": "2020-08-22T19:55:21Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-22T21:25:16Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566961,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-11-05T06:30:44Z",
- "name": "Winners' Round 3: ATL FaZe vs CHI Huntsmen",
- "number_of_games": 5,
- "official_stream_url": null,
- "original_scheduled_at": "2020-08-22T20:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-22T20:00:00Z",
- "slug": "atlanta-faze-2020-08-22",
- "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": 4528,
- "winner_id": 126833
}, - {
- "begin_at": "2020-08-22T22:21:42Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-22T23:40:32Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566962,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-11-05T06:30:46Z",
- "name": "Winners' Round 3: DAL Empire vs TOR Ultra",
- "number_of_games": 5,
- "official_stream_url": null,
- "original_scheduled_at": "2020-08-22T21:30:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-22T21:30:00Z",
- "slug": "dallas-empire-2020-08-22",
- "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": 4528,
- "winner_id": 126835
}, - {
- "begin_at": "2020-08-23T17:10:09Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-23T18:36:00Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566963,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-23T18:36:01Z",
- "name": "Lower Round 3: LDN Royal Ravens vs NY Subliners",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-23T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-23T17:00:00Z",
- "slug": "2020-08-23-29efade9-98c6-4e4e-b331-0559adbb0af0",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126837
}, - {
- "begin_at": "2020-08-23T18:56:24Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-23T19:42:56Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566964,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-11-05T06:30:55Z",
- "name": "Lower Round 3: OpTic Gaming LA vs FL Mutineers",
- "number_of_games": 5,
- "official_stream_url": null,
- "original_scheduled_at": "2020-08-23T18:30:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-23T18:30:00Z",
- "slug": "2020-08-23-83475b0a-b6ab-4748-80ac-a3383c22b515",
- "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": 4528,
- "winner_id": 126841
}, - {
- "begin_at": "2020-08-23T20:10:44Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-23T21:14:03Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566965,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-23T21:14:04Z",
- "name": "Lower Round 4: LDN Royal Ravens vs TOR Ultra",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-23T20:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-23T20:00:00Z",
- "slug": "2020-08-23-41a2f408-f6f7-4938-bdc6-f75a3ebe5a70",
- "status": "finished",
- "streams": {
- "english": {
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126837
}, - {
- "begin_at": "2020-08-23T21:38:04Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-23T23:06:37Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566966,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-23T23:06:37Z",
- "name": "Lower Round 4: OpTic Gaming LA vs CHI Huntsmen",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-23T21:30:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-23T21:30:00Z",
- "slug": "2020-08-23-fbd9d585-1fa0-495d-8f1a-4da67fff204a",
- "status": "finished",
- "streams": {
- "english": {
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126834
}, - {
- "begin_at": "2020-08-29T18:13:53Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-29T19:25:23Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566968,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-11-05T06:30:59Z",
- "name": "Lower Round 5: LDN Royal Ravens vs CHI Huntsmen",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-29T19:30:00Z",
- "rescheduled": true,
- "scheduled_at": "2020-08-29T18:00:00Z",
- "slug": "london-royal-ravens-2020-08-29",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126834
}, - {
- "begin_at": "2020-08-29T19:43:34Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-29T21:17:03Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566967,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-29T21:17:03Z",
- "name": "Winners' Final: ATL FaZe vs DAL Empire",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-29T18:00:00Z",
- "rescheduled": true,
- "scheduled_at": "2020-08-29T19:30:00Z",
- "slug": "atlanta-faze-2020-08-29",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126835
}, - {
- "begin_at": "2020-08-29T21:56:51Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-29T23:06:42Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566969,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-11-05T06:59:07Z",
- "name": "Lower Final: CHI Huntsmen vs ATL FaZe",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-30T20:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-29T21:30:00Z",
- "slug": "chicago-huntsmen-2020-08-29",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126833
}, - {
- "begin_at": "2020-08-30T20:07:06Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-30T21:38:53Z",
- "forfeit": false,
- "game_advantage": 126835,
- "id": 566970,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-30T21:38:55Z",
- "name": "Grand Final: DAL Empire vs ATL FaZe",
- "number_of_games": 9,
- "original_scheduled_at": "2020-08-30T20:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-30T20:00:00Z",
- "slug": "dallas-empire-2020-08-30",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126835
}
], - "modified_at": "2020-08-30T23:29:24Z",
- "name": "Playoffs",
- "prizepool": "4600000 United States Dollar",
- "serie": {
- "begin_at": "2020-08-19T19:00:00Z",
- "description": null,
- "end_at": "2020-08-30T21:38:00Z",
- "full_name": "Championship 2020",
- "id": 2870,
- "league_id": 4304,
- "modified_at": "2020-08-30T23:30:11Z",
- "name": "Championship",
- "season": null,
- "slug": "cod-mw-call-of-duty-league-championship-2020",
- "tier": "s",
- "winner_id": 126835,
- "winner_type": "Team",
- "year": 2020
}, - "serie_id": 2870,
- "slug": "cod-mw-call-of-duty-league-championship-2020-playoffs",
- "teams": [
- {
- "acronym": "ATL FaZe",
- "id": 126833,
- "location": "US",
- "modified_at": "2020-10-22T23:56:52Z",
- "name": "Atlanta FaZe",
- "slug": "atlanta-faze"
}, - {
- "acronym": "CHI Huntsmen",
- "id": 126834,
- "location": "US",
- "modified_at": "2020-11-13T11:57:33Z",
- "name": "Chicago Huntsmen",
- "slug": "chicago-huntsmen"
}, - {
- "acronym": "DAL Empire",
- "id": 126835,
- "location": "US",
- "modified_at": "2020-10-17T23:07:41Z",
- "name": "Dallas Empire",
- "slug": "dallas-empire"
}, - {
- "acronym": "FL Mutineers",
- "id": 126836,
- "location": "US",
- "modified_at": "2020-12-08T13:10:03Z",
- "name": "Florida Mutineers",
- "slug": "florida-mutineers"
}, - {
- "acronym": "LDN Royal Ravens",
- "id": 126837,
- "location": "GB",
- "modified_at": "2020-10-29T16:42:10Z",
- "name": "London Royal Ravens",
- "slug": "london-royal-ravens"
}, - {
- "acronym": "LA Guerrillas",
- "id": 126838,
- "location": "US",
- "modified_at": "2020-10-15T00:12:38Z",
- "name": "Los Angeles Guerrillas",
- "slug": "los-angeles-guerrillas"
}, - {
- "acronym": "MN RØKKR",
- "id": 126839,
- "location": "US",
- "modified_at": "2020-09-16T03:07:05Z",
- "name": "Minnesota RØKKR",
- "slug": "minnesota-rokkr"
}, - {
- "acronym": "NY Subliners",
- "id": 126840,
- "location": "US",
- "modified_at": "2020-09-20T23:47:34Z",
- "name": "New York Subliners",
- "slug": "new-york-subliners"
}, - {
- "acronym": "OpTic Gaming LA",
- "id": 126841,
- "location": "US",
- "modified_at": "2020-11-09T11:04:06Z",
- "name": "OpTic Gaming Los Angeles",
- "slug": "optic-gaming-los-angeles"
}, - {
- "acronym": "PAR Legion",
- "id": 126842,
- "location": "FR",
- "modified_at": "2020-09-12T02:32:05Z",
- "name": "Paris Legion",
- "slug": "paris-legion"
}, - {
- "acronym": "SEA Surge",
- "id": 126843,
- "location": "US",
- "modified_at": "2020-09-24T02:42:12Z",
- "name": "Seattle Surge",
- "slug": "seattle-surge"
}, - {
- "acronym": "TOR Ultra",
- "id": 126844,
- "location": "CA",
- "modified_at": "2020-09-05T02:48:49Z",
- "name": "Toronto Ultra",
- "slug": "toronto-ultra"
}
], - "videogame": {
- "id": 23,
- "name": "Call of Duty Modern Warfare",
- "slug": "cod-mw"
}, - "winner_id": 126835,
- "winner_type": "Team"
}
]
List running CODMW tournaments
object (filter_over_CODMWShortTournaments) 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_CODMWShortTournaments) Example: range[begin_at]=2019-04-08T17:00:00Z,2019-10-08T22:00:00Z Options to select results within ranges | |
object (search_over_CODMWShortTournaments) Example: search[name]=group Options to search results | |
sort | Array of any (sort_over_CODMWShortTournaments) 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 |
/codmw/tournaments?page[size]=1
[- {
- "begin_at": "2020-08-19T19:00:00Z",
- "end_at": "2020-08-30T21:38:00Z",
- "id": 4528,
- "league": {
- "id": 4304,
- "modified_at": "2020-03-02T14:15:46Z",
- "name": "Call of Duty League",
- "slug": "cod-mw-call-of-duty-league",
}, - "league_id": 4304,
- "live_supported": false,
- "matches": [
- {
- "begin_at": "2020-08-19T19:15:39Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-19T20:08:28Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566953,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-08-19T20:08:29Z",
- "name": "Lower Round 1: PAR Legion vs SEA Surge",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-19T19:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-19T19:00:00Z",
- "slug": "paris-legion-vs-seattle-surge-2020-08-19",
- "status": "finished",
- "streams": {
- "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126842
}, - {
- "begin_at": "2020-08-19T20:39:25Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-19T22:37:25Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566954,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-11-05T06:30:16Z",
- "name": "Lower Round 1: OpTic Gaming LA vs LA Guerrillas",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-19T20:30:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-19T20:30:00Z",
- "slug": "optic-gaming-los-angeles-vs-los-angeles-guerrillas-2020-08-19",
- "status": "finished",
- "streams": {
- "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126841
}, - {
- "begin_at": "2020-08-20T19:10:52Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-20T20:16:35Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566955,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-11-05T06:30:29Z",
- "name": "Winners' Round 1: LDN Royal Ravens vs TOR Ultra",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-20T19:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-20T19:00:00Z",
- "slug": "london-royal-ravens-vs-toronto-ultra-2020-08-20",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126844
}, - {
- "begin_at": "2020-08-20T20:41:47Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-20T21:50:52Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566956,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-11-05T06:30:27Z",
- "name": "Winners' Round 1: NY Subliners vs MN RØKKR",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-20T20:30:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-20T20:30:00Z",
- "slug": "new-york-subliners-vs-minnesota-rokkr-2020-08-20",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126840
}, - {
- "begin_at": "2020-08-21T19:08:59Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-21T20:45:22Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566957,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-21T20:45:24Z",
- "name": "Winners' Round 2: CHI Huntsmen vs NY Subliners",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-21T19:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-21T19:00:00Z",
- "slug": "chicago-huntsmen-2020-08-21",
- "status": "finished",
- "streams": {
- "english": {
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126834
}, - {
- "begin_at": "2020-08-21T21:07:52Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-21T22:19:23Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566958,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-21T22:19:24Z",
- "name": "Winners' Round 2: FL Mutineers vs TOR Ultra",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-21T20:30:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-21T20:30:00Z",
- "slug": "florida-mutineers-2020-08-21",
- "status": "finished",
- "streams": {
- "english": {
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126844
}, - {
- "begin_at": "2020-08-22T17:12:47Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-22T18:21:51Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566959,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-22T18:21:52Z",
- "name": "Lower Round 2: LDN Royal Ravens vs PAR Legion",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-22T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-22T17:00:00Z",
- "slug": "2020-08-22",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126837
}, - {
- "begin_at": "2020-08-22T18:35:41Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-22T19:25:35Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566960,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-22T19:25:37Z",
- "name": "Lower Round 2: MN RØKKR vs OpTic Gaming LA",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-22T18:30:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-22T18:30:00Z",
- "slug": "2020-08-22-a83428d1-a0d6-45ca-87e4-a0a3c606a9f8",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126841
}, - {
- "begin_at": "2020-08-22T19:55:21Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-22T21:25:16Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566961,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-11-05T06:30:44Z",
- "name": "Winners' Round 3: ATL FaZe vs CHI Huntsmen",
- "number_of_games": 5,
- "official_stream_url": null,
- "original_scheduled_at": "2020-08-22T20:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-22T20:00:00Z",
- "slug": "atlanta-faze-2020-08-22",
- "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": 4528,
- "winner_id": 126833
}, - {
- "begin_at": "2020-08-22T22:21:42Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-22T23:40:32Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566962,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-11-05T06:30:46Z",
- "name": "Winners' Round 3: DAL Empire vs TOR Ultra",
- "number_of_games": 5,
- "official_stream_url": null,
- "original_scheduled_at": "2020-08-22T21:30:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-22T21:30:00Z",
- "slug": "dallas-empire-2020-08-22",
- "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": 4528,
- "winner_id": 126835
}, - {
- "begin_at": "2020-08-23T17:10:09Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-23T18:36:00Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566963,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-23T18:36:01Z",
- "name": "Lower Round 3: LDN Royal Ravens vs NY Subliners",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-23T17:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-23T17:00:00Z",
- "slug": "2020-08-23-29efade9-98c6-4e4e-b331-0559adbb0af0",
- "status": "finished",
- "streams": {
- "english": {
- "embed_url": null,
- "raw_url": null
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126837
}, - {
- "begin_at": "2020-08-23T18:56:24Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-23T19:42:56Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566964,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "live_embed_url": null,
- "match_type": "best_of",
- "modified_at": "2020-11-05T06:30:55Z",
- "name": "Lower Round 3: OpTic Gaming LA vs FL Mutineers",
- "number_of_games": 5,
- "official_stream_url": null,
- "original_scheduled_at": "2020-08-23T18:30:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-23T18:30:00Z",
- "slug": "2020-08-23-83475b0a-b6ab-4748-80ac-a3383c22b515",
- "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": 4528,
- "winner_id": 126841
}, - {
- "begin_at": "2020-08-23T20:10:44Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-23T21:14:03Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566965,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-23T21:14:04Z",
- "name": "Lower Round 4: LDN Royal Ravens vs TOR Ultra",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-23T20:00:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-23T20:00:00Z",
- "slug": "2020-08-23-41a2f408-f6f7-4938-bdc6-f75a3ebe5a70",
- "status": "finished",
- "streams": {
- "english": {
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126837
}, - {
- "begin_at": "2020-08-23T21:38:04Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-23T23:06:37Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566966,
- "live": {
- "opens_at": null,
- "supported": false,
- "url": null
}, - "match_type": "best_of",
- "modified_at": "2020-08-23T23:06:37Z",
- "name": "Lower Round 4: OpTic Gaming LA vs CHI Huntsmen",
- "number_of_games": 5,
- "original_scheduled_at": "2020-08-23T21:30:00Z",
- "rescheduled": false,
- "scheduled_at": "2020-08-23T21:30:00Z",
- "slug": "2020-08-23-fbd9d585-1fa0-495d-8f1a-4da67fff204a",
- "status": "finished",
- "streams": {
- "english": {
}, - "official": {
}, - "russian": {
- "embed_url": null,
- "raw_url": null
}
}, - "tournament_id": 4528,
- "winner_id": 126834
}, - {
- "begin_at": "2020-08-29T18:13:53Z",
- "detailed_stats": false,
- "draw": false,
- "end_at": "2020-08-29T19:25:23Z",
- "forfeit": false,
- "game_advantage": null,
- "id": 566968