{"info":{"_postman_id":"fad6b30a-a390-42e8-8d05-b8b21bdfa273","name":"Rimble Raw Data","description":"<html><head></head><body><p>This is a collection of Rimble's raw data for <strong>League of Legends, CS:GO, DOTA 2</strong>, <strong>Valorant, Rocket League, Call of Duty, NBA2K, FIFA,</strong> and <strong>Siege,</strong> (the most popular eSports) as well as <strong>Cricket and Kabaddi</strong>. We provide upcoming matches as well as live and post-game information for world-wide professional leagues, along with other useful metadata and final game states - all with extremely low latency and high accuracy.</p>\n<p><strong>We also do analytics and predictions for the above eSports (including player props and odds). To get access to the documentation for those endpoints, please contact us at</strong> <a href=\"https://mailto:support@rimble.io\"><b>support@rimble.io</b></a>.</p>\n<p><strong>NOTE:</strong> This documentation page is only for raw data access to our REST API's (i.e. our upcoming and post-game information endpoints). For documentation on our live websocket for the above mentioned eSports, please contact us at <a href=\"https://mailto:support@rimble.io\"><b>support@rimble.io</b></a>.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>Our API only supports <code>GET</code> requests, and all requests must end with a trailing slash, “/”. To use this documentation page, from the top bar, select the programming language you are using to read in the data. This should give you example code for the endpoint on the right hand side panel, along with example responses. On the left hand side panel, we also give you descriptions for our data format.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Our endpoints require API key authentication where you have to provide a valid key to gain access. Reach out to us to get your access key.</p>\n<h1 id=\"querying\">Querying</h1>\n<p>You may query for specific games using query parameters. For example, to query by <code>gameid</code>, you can add the following to the end of the URL (after the trailing slash, \"/\") <code>?matchid={matchid}</code>. To query with multiple parameters, use the following syntax: <code>?date={YYYY-MM-DD}&amp;team={team name}</code>. The permitted query parameters for each endpoint are described in their respective sections below. We highly recommend making us of query parameters while accessing our endpoints (rather than using the base endpoint). This makes sure the size of the data being sent to you is manageable.</p>\n<p><strong>Note</strong>: While querying team and league names, spaces are permitted in the URLs.</p>\n<h1 id=\"relevant-terminology\">Relevant Terminology</h1>\n<p>In this documentation, we use the word \"match\" to describe the event where two teams play each other. In many cases, this means that the two teams play a \"best of\"-style match i.e. each match usually comprises of more than one \"game\" as a part of it, and the team that wins the most games wins the match.</p>\n<h1 id=\"data-updates\">Data Updates</h1>\n<p>We update all our data feeds hourly, and this is done 10 minutes past the hour. We recommend pulling the data at the same frequency. The best time to do this is at the stroke of the hour or 30 minutes past the hour.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Querying","slug":"querying"},{"content":"Relevant Terminology","slug":"relevant-terminology"},{"content":"Data Updates","slug":"data-updates"}],"owner":"16449503","collectionId":"fad6b30a-a390-42e8-8d05-b8b21bdfa273","publishedId":"Tzm8FvFw","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"449CAC"},"publishDate":"2021-07-12T20:34:23.000Z"},"item":[{"name":"League of Legends","item":[{"name":"Upcoming Matches","id":"4014d627-a807-4ff9-92ff-034a5b42dacc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/lol/upcoming-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p><strong>Table 1: Match Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>A string that represents the date the match was played in UTC. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"2021-06-10\" represents June 10, 2021 UTC.</td>\n</tr>\n<tr>\n<td><code>time</code></td>\n<td>A string that represents the time the match was played in UTC. This format for the time is <code>{hour}:{minute}:{second}</code> using a 24-hour clock. For example, \"14:15:00\" represents 2:15pm UTC.</td>\n</tr>\n<tr>\n<td><code>matchid</code></td>\n<td>An id of the game that was created by Rimble. This is a string, and it uniquely identifies each match. <strong>Note:</strong> Each match can potentially have multiple games within it, but we give results on a per match basis.</td>\n</tr>\n<tr>\n<td><code>team_1_name</code></td>\n<td>A string that identifies the first team.</td>\n</tr>\n<tr>\n<td><code>team_2_name</code></td>\n<td>A string that identifies the second team.</td>\n</tr>\n<tr>\n<td><code>league</code></td>\n<td>A string that described the tournament/league this match is a part of.</td>\n</tr>\n<tr>\n<td><code>source_url</code></td>\n<td>A string that contains a URL for a third party source that describes this match. This is given in case you need to cross-reference something.</td>\n</tr>\n<tr>\n<td><code>match_format</code></td>\n<td>A dictionary describing the format in which this match will be played (also referred to as \"match style\"). Details for this are given in Table 1.1 below.</td>\n</tr>\n<tr>\n<td><code>league_details</code></td>\n<td>A dictionary that contains information about the league/tournament this match is being played under, Details for this are given in Table 1.2.</td>\n</tr>\n<tr>\n<td><code>stream_links</code></td>\n<td>A list of strings that represent links to streams for this match. This is provided as a list because many matches have multiple channels/websites broadcasting the match.</td>\n</tr>\n<tr>\n<td><code>teams</code></td>\n<td>A list of team objects, each of which is a dictionary that follows the format described in Table 1.3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 1.1: Match Format Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>A string that described the type of format this match will be played as. The two possible formats are <code>bestOf</code> and <code>numGames</code>. <code>bestOf</code> simply means this match will be played as a \"best of\" of <code>count</code> games. <code>numGames</code> means, no matter what happens in the first few games, <code>numGames</code> will be played and the wins for games will be added to the team's tally in the tournament/league table.</td>\n</tr>\n<tr>\n<td><code>count</code></td>\n<td>An integer that describes the number of games being referred to for the <code>type</code> format above.</td>\n</tr>\n<tr>\n<td><code>metadata</code></td>\n<td>A list of dictionaries that give the game number and the estimated start time and date for all the games in the match. <code>game_number</code> is an integer representing the game number this result is for and is 1-indexed. The format is consistent with the date time fields in the above table. i.e. we given data in UTC as <code>{year}-{month}-{date}</code> and <code>{hour}:{minute}:{second}</code>. <strong>Note:</strong> estimating times can be tricky, but we predict such that it is much less likely that the match will start before the time specified rather than after.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 1.2: League Details Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the league that was created by Rimble. This is a string, and it uniquely identifies each league.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the league.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the league to use for embedding into any front end.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 1.3: Team Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the team that was created by Rimble. This is a string, and it uniquely identifies each team.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>slug</code></td>\n<td>A shorthand string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>designation</code></td>\n<td>An integer with value <code>1</code> or <code>2</code>, depending on if the team in this dictionary is team 1 or team 2 for this match. This can be thought of as the \"home team\" if it has a designation of <code>1</code>, and \"away team\" if it has a designation of <code>2</code>. <strong>Note:</strong> The team dictionaries are always ordered so that the dictionary for team 1 is element 0 in the list.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the team to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>players</code></td>\n<td>A list of player objects, each of which is a dictionary that follows the format described in Table 1.3.1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 1.3.1: Player Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the player that was created by Rimble. This is a string, and it uniquely identifies each player.</td>\n</tr>\n<tr>\n<td><code>username</code></td>\n<td>A string that represents the username name the player uses for League of Legends (often also what people refer to them as, rather than their real names).</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string value for the player's real name.</td>\n</tr>\n<tr>\n<td><code>role</code></td>\n<td>A string with one of the following values: <code>top</code>, <code>bottom</code>, <code>mid</code>, <code>jungle</code>, or <code>support</code>. It represents the position this player plays in League of Legends.</td>\n</tr>\n<tr>\n<td><code>DOB</code></td>\n<td>A string that represents the date of birth of this player. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"1998-06-04\" represents June 04, 1998. We provide this information in case you need to filter content such that only players of a certain minimum age are displayed. <strong>Note:</strong> Not all players have their DOB publicly available - in case it is not available this field will be a <code>null</code>.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to a profile image of the player to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>player_expected_participation</code></td>\n<td>A boolean value indicating whether this player is expected to play in this match. If set to true, this player is expected to participate.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","lol","upcoming-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"ff79ba07-1c7f-4554-8753-11635e2f7a4f","name":"lol-upcoming-matches-raw","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/lol/upcoming-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"84221"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 13 Jul 2021 09:57:27 GMT"},{"key":"x-amzn-RequestId","value":"b84e3964-4115-41e1-ae2b-151f3cee701f"},{"key":"x-amz-apigw-id","value":"CZx9EHxBoAMFcaA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-60ed6386-148089e969920967162d54e6;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 a76c423ce56b306d344d0a940661cd11.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM51-C2"},{"key":"X-Amz-Cf-Id","value":"P0mhku4LM5ya5mENxBohDISYhK-kkxhEoBtsNxBBuuSirk6rXxMafQ=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2022-03-19\",\n        \"time\": \"20:30:00\",\n        \"matchid\": \"107458367241281221\",\n        \"team_1_name\": \"Immortals Progressive\",\n        \"team_2_name\": \"100 Thieves\",\n        \"league\": \"LCS\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"id\": \"98767991299243165\",\n            \"name\": \"LCS\",\n            \"image\": \"http://...png\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 5,\n            \"metadata\": [\n                {\n                    \"game_number\": 1,\n                    \"est_date\": \"2022-03-19\",\n                    \"est_time\": \"20:30:00\"\n                },\n                ...\n            ]\n        },\n        \"stream_links\": [\n            \"https://...\",\n            ...\n        ],\n        \"teams\": [\n            {\n                \"id\": \"98767991930907107\",\n                \"name\": \"Immortals Progressive\",\n                \"slug\": \"IMG\",\n                \"designation\": 1,\n                \"image\": \"http://...png\",\n                \"players\": [\n                    {\n                        \"id\": \"103478281372021286\",\n                        \"username\": \"Revenge\",\n                        \"name\": \"Mohamed Kaddoura\",\n                        \"role\": \"top\",\n                        \"DOB\": \"1998-06-04\",\n                        \"image\": \"http://...png\",\n                    },\n                    ...\n                ]\n            },\n            ...\n        ]\n    },\n    ...\n]"}],"_postman_id":"4014d627-a807-4ff9-92ff-034a5b42dacc"},{"name":"Live Matches","id":"67311b51-b318-4599-a6dc-50f0758cc4fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/lol/live-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>The format for this endpoint is exactly the same as upcoming matches for League of Legends. We provide this endpoint to help you distinguish between matches that have gone live (and have therefore been taken off of upcoming matches) and matches that have been cancelled.</p>\n<p><strong>IMPORTANT NOTE:</strong> This endpoint was created to allow you to track matches that are live rather than to give you access to live data about matches. As such, this endpoint is the same as the upcoming matches endpoint, but it returns matches that are live instead of upcoming. To get access to live data about matches (like the latest team scores and player statistics), reach out to us at <a href=\"https://mailto:support@rimble.io\">support@rimble.io</a> - we use websocket connections to provide this data.</p>\n","urlObject":{"protocol":"https","path":["raw","lol","live-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"67311b51-b318-4599-a6dc-50f0758cc4fe"},{"name":"Completed Matches","id":"fbf32291-8250-4768-b25c-339c1bf0ab31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/lol/completed-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<p><strong>NOTE:</strong> We return completed matches for <code>5</code> days after their completion. If you require access to older matches, you may reach out to us directly.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p><strong>Table 2: Game Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>A string that represents the date the match was played in UTC. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"2021-06-10\" represents June 10, 2021 UTC.</td>\n</tr>\n<tr>\n<td><code>time</code></td>\n<td>A string that represents the time the match was played in UTC. This format for the time is <code>{hour}:{minute}:{second}</code> using a 24-hour clock. For example, \"14:15:00\" represents 2:15pm UTC.</td>\n</tr>\n<tr>\n<td><code>matchid</code></td>\n<td>An id of the game that was created by Rimble. This is a string, and it uniquely identifies each match. <strong>Note:</strong> Each match can potentially have multiple games within it, but we give results on a per match basis.</td>\n</tr>\n<tr>\n<td><code>team_1_name</code></td>\n<td>A string that identifies the first team.</td>\n</tr>\n<tr>\n<td><code>team_2_name</code></td>\n<td>A string that identifies the second team.</td>\n</tr>\n<tr>\n<td><code>league</code></td>\n<td>A string that described the tournament/league this match is a part of.</td>\n</tr>\n<tr>\n<td><code>source_url</code></td>\n<td>A string that contains a URL for a third party source that describes this match. This is given in case you need to cross-reference something.</td>\n</tr>\n<tr>\n<td><code>match_format</code></td>\n<td>A dictionary describing the format in which this match will be played (also referred to as \"match style\"). Details for this are given in Table 2.1 below.</td>\n</tr>\n<tr>\n<td><code>league_details</code></td>\n<td>A dictionary that contains information about the league/tournament this match is being played under, Details for this are given in Table 2.2.</td>\n</tr>\n<tr>\n<td><code>metadata</code></td>\n<td>A dictionary that has the key <code>games</code> in it to key into a list with information about each game's metadata that identifies the side that each team played as (<code>blue</code> or <code>red</code>).</td>\n</tr>\n<tr>\n<td><code>stream_links</code></td>\n<td>A list of strings that represent links to streams for this match. This is provided as a list because many matches have multiple channels/websites broadcasting the match.</td>\n</tr>\n<tr>\n<td><code>teams</code></td>\n<td>A list of team objects, each of which is a dictionary that follows the format described in Table 2.3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 2.1: Match Format Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>A string that described the type of format this match will be played as. The two possible formats are <code>bestOf</code> and <code>numGames</code>. <code>bestOf</code> simply means this match will be played as a \"best of\" of <code>count</code> games. <code>numGames</code> means, no matter what happens in the first few games, <code>numGames</code> will be played and the wins for games will be added to the team's tally in the tournament/league table.</td>\n</tr>\n<tr>\n<td><code>count</code></td>\n<td>An integer that describes the number of games being referred to for the <code>type</code> format above.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 2.2: League Details Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the league that was created by Rimble. This is a string, and it uniquely identifies each league.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the league.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the league to use for embedding into any front end.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 2.3: Team Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the team that was created by Rimble. This is a string, and it uniquely identifies each team.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>slug</code></td>\n<td>A shorthand string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>designation</code></td>\n<td>An integer with value <code>1</code> or <code>2</code>, depending on if the team in this dictionary is team 1 or team 2 for this match. This can be thought of as the \"home team\" if it has a designation of <code>1</code>, and \"away team\" if it has a designation of <code>2</code>. <strong>Note:</strong> The team dictionaries are always ordered so that the dictionary for team 1 is element 0 in the list.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the team to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>win_result</code></td>\n<td>An integer value <code>1</code> if the team won the match and <code>0</code> if it lost the match.</td>\n</tr>\n<tr>\n<td><code>games_won</code></td>\n<td>An integer value representing the number of games this team won in the match.</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td>A list of dictionaries, each representing the team's results for individual games in the match. The dictionaries follow the format described in Table 2.3.1</td>\n</tr>\n<tr>\n<td><code>players</code></td>\n<td>A list of player objects, each of which is a dictionary that follows the format described in Table 2.3.2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 2.3.1: Team Results Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>game_number</code></td>\n<td>An integer representing the game number this result is for. The game numbers are 1-indexed, i.e. the first game in the match will have game number 1</td>\n</tr>\n<tr>\n<td><code>towers</code></td>\n<td>An integer representing the number of towers the team has taken.</td>\n</tr>\n<tr>\n<td><code>dragons</code></td>\n<td>A list of dragons that the team has taken. <strong>Note:</strong> dragons are the only data point that are not string/int/float type.</td>\n</tr>\n<tr>\n<td><code>totalGold</code></td>\n<td>An integer representing the total gold the team has taken.</td>\n</tr>\n<tr>\n<td><code>inhibitors</code></td>\n<td>An integer representing number of inhibitors the team has taken.</td>\n</tr>\n<tr>\n<td><code>totalKills</code></td>\n<td>An integer representing number of kills the team has taken.</td>\n</tr>\n<tr>\n<td><code>barons</code></td>\n<td>An integer representing number of barons the team has taken.</td>\n</tr>\n<tr>\n<td><code>game_length</code></td>\n<td>An integer representing the length of the game in seconds.</td>\n</tr>\n<tr>\n<td><code>result</code></td>\n<td>An integer of either 0 or 1 representing whether the team has won or lost the game. 0 means the team lost the game and 1 means the team won the game.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 2.3.2: Player Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the player that was created by Rimble. This is a string, and it uniquely identifies each player.</td>\n</tr>\n<tr>\n<td><code>username</code></td>\n<td>A string that represents the username name the player uses for League of Legends (often also what people refer to them as, rather than their real names).</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string value for the player's real name.</td>\n</tr>\n<tr>\n<td><code>role</code></td>\n<td>A string with one of the following values: <code>top</code>, <code>bottom</code>, <code>mid</code>, <code>jungle</code>, or <code>support</code>. It represents the position this player plays in League of Legends.</td>\n</tr>\n<tr>\n<td><code>DOB</code></td>\n<td>A string that represents the date of birth of this player. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"1998-06-04\" represents June 04, 1998. We provide this information in case you need to filter content such that only players of a certain minimum age are displayed. <strong>Note:</strong> Not all players have their DOB publicly available - in case it is not available this field will be a <code>null</code>.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to a profile image of the player to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td>A list of dictionaries that each represent a game in the match. Each dictionary follows the format described in Table 2.3.2.1</td>\n</tr>\n<tr>\n<td><code>participation_last5</code></td>\n<td>An integer representing the number of games that this player made an appearance (was on the starting 5 team) in the last 5 games. For example, a player that made the starting team for 3 games out of the last 5, the value will be 3.</td>\n</tr>\n<tr>\n<td><code>player_expected_participation</code></td>\n<td>A boolean value indicating whether this player is expected to play in this match. If set to true, this player is expected to participate.</td>\n</tr>\n<tr>\n<td><code>rating</code></td>\n<td>A float value representing the player's post-match performance rating.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 2.3.2.1: Player Results Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>game_number</code></td>\n<td>An integer representing the game number this result is for. The game numbers are 1-indexed, i.e. the first game in the match will have game number 1</td>\n</tr>\n<tr>\n<td><code>champion</code></td>\n<td>A string representing the champion this player played with for this game. <strong>Note:</strong> A champion in League of Legends is the term used to refer to the character with which the player plays.</td>\n</tr>\n<tr>\n<td><code>level</code></td>\n<td>An integer representing the level the player had by the end of the game.</td>\n</tr>\n<tr>\n<td><code>kills</code></td>\n<td>An integer representing the kills the player had by the end of the game..</td>\n</tr>\n<tr>\n<td><code>deaths</code></td>\n<td>An integer representing the deaths the player had by the end of the game..</td>\n</tr>\n<tr>\n<td><code>assists</code></td>\n<td>An integer representing the assists the player had by the end of the game.</td>\n</tr>\n<tr>\n<td><code>totalGoldEarned</code></td>\n<td>An integer representing the total gold the player earned by the end of the game.</td>\n</tr>\n<tr>\n<td><code>cs</code></td>\n<td>An integer representing the creep score the player had by the end of the game.</td>\n</tr>\n<tr>\n<td><code>kp</code></td>\n<td>A float representing the kill participation the player had by the end of the game.</td>\n</tr>\n<tr>\n<td><code>championDamageShare</code></td>\n<td>A float representing the champion damage share the player had by the end of the game.</td>\n</tr>\n<tr>\n<td><code>kda</code></td>\n<td>A float representing the total number of kills and assists, divided by the number of deaths the play had by the end of the game.</td>\n</tr>\n<tr>\n<td><code>wardsPlaced</code></td>\n<td>An integer representing the number of wards the player had placed by the end of the game.</td>\n</tr>\n<tr>\n<td><code>wardsDestroyed</code></td>\n<td>An integer representing the number of wards the player had destroyed by the end of the game.</td>\n</tr>\n<tr>\n<td><code>attackDamage</code></td>\n<td>An integer representing the attack damage the player had by the end of the game.</td>\n</tr>\n<tr>\n<td><code>abilityPower</code></td>\n<td>An integer representing the ability power the player had by the end of the game.</td>\n</tr>\n<tr>\n<td><code>criticalChance</code></td>\n<td>An integer representing the critical chance the player had by the end of the game.</td>\n</tr>\n<tr>\n<td><code>attackSpeed</code></td>\n<td>An integer representing the attack speed the player had by the end of the game.</td>\n</tr>\n<tr>\n<td><code>lifeSteal</code></td>\n<td>An integer representing the life steal the player had by the end of the game.</td>\n</tr>\n<tr>\n<td><code>armor</code></td>\n<td>An integer representing the armor the player had by the end of the game.</td>\n</tr>\n<tr>\n<td><code>magicResistance</code></td>\n<td>An integer representing the magic resistance the player had by the end of the game.</td>\n</tr>\n<tr>\n<td><code>tenacity</code></td>\n<td>An integer representing the tenacity the player had by the end of the game.</td>\n</tr>\n<tr>\n<td><code>currentHealth</code></td>\n<td>An integer representing the current health the player had by the end of the game.</td>\n</tr>\n<tr>\n<td><code>maxHealth</code></td>\n<td>An integer representing the max health the player had by the end of the game.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","lol","completed-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"94e30b01-7dcc-4387-a7ca-4a69d37762c8","name":"lol-completed-matches-raw","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/lol/completed-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"625732"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 12 Jul 2021 18:58:26 GMT"},{"key":"x-amzn-RequestId","value":"7b1dd4c1-6059-45a1-8e32-25250d562f9f"},{"key":"x-amz-apigw-id","value":"CXuP-G-5oAMFnzQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-60ec90cc-6a15481c259cd1b64ef70931;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 68c20d174019467262872822942e00b9.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM51-C2"},{"key":"X-Amz-Cf-Id","value":"ranfMdOrW_BdYgDhgyB2aHYfGQzGh_CUvtmjwa9r9jQXJESv55YoQQ=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2022-03-17\",\n        \"time\": \"08:00:00\",\n        \"matchid\": \"107418445248214154\",\n        \"team_1_name\": \"DWG KIA\",\n        \"team_2_name\": \"DRX\",\n        \"league\": \"LCK\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"id\": \"98767991299243165\",\n            \"name\": \"LCK\",\n            \"image\": \"http://...png\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 5\n        },\n        \"metadata\": {\n            \"games\": [\n                {\n                    \"game_number\": 1,\n                    \"red_team\": \"DWG KIA\",\n                    \"blue_team\": \"DRX\"\n                },\n                ...\n            ]\n        },\n        \"stream_links\": [\n            \"https://...\",\n            ...\n        ],\n        \"teams\": [\n            {\n                \"id\": \"100725845018863243\",\n                \"name\": \"DWG KIA\",\n                \"slug\": \"DWG\",\n                \"designation\": 1,\n                \"image\": \"http://...png\",\n                \"win_result\": 1,\n                \"games_won\": 3,\n                \"results\": [\n                    {\n                        \"game_number\": 1,\n                        \"totalGold\": 62480,\n                        \"inhibitors\": 0,\n                        \"towers\": 7,\n                        \"barons\": 2,\n                        \"totalKills\": 15,\n                        \"dragons\": [\n                          \"mountain\",\n                          \"infernal\",\n                          \"ocean\",\n                          \"ocean\"\n                        ]\n                    },\n                    ...\n                ]\n                \"players\": [\n                    {\n                        \"id\": \"100725844988653773\",\n                        \"username\": \"ShowMaker\",\n                        \"name\": \"Su Heo\",\n                        \"role\": \"mid\",\n                        \"DOB\": \"1998-06-04\",\n                        \"image\": \"http://...png\",\n                        \"results\": [\n                            {\n                                \"game_number\": 1,\n                                \"champion\": \"Alistar\",\n                                \"level\": 15,\n                                \"kills\": 5,\n                                \"deaths\": 2,\n                                \"assists\": 1,\n                                \"totalGoldEarned\": 9733,\n                                \"cs\": 252,\n                                \"kp\": 0.25,\n                                \"championDamageShare\": 0.37980,\n                                \"wardsPlaced\": 6,\n                                \"wardsDestroyed\": 5,\n                                \"attackDamage\": 268,\n                                \"abilityPower\": 0,\n                                \"criticalChance\": 0.0,\n                                \"attackSpeed\": 171,\n                                \"lifeSteal\": 10,\n                                \"armor\": 117,\n                                \"magicResistance\": 50,\n                                \"tenacity\": 0.0,\n                                \"currentHealth\": 2274,\n                                \"maxHealth\": 2485\n                            },\n                            ...\n                        ]\n                    },\n                    ...\n                ]\n            },\n            ...\n        ]\n    },\n    ...\n]"}],"_postman_id":"fbf32291-8250-4768-b25c-339c1bf0ab31"},{"name":"Match Status","id":"4e1a89dc-e8d2-4972-8b3f-1ce8fb6cc42e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/lol/match-status/?matchid={matchid}","description":"<p><strong>Query Parameters</strong>: <code>matchid</code> (required), <code>date</code> (required if match is older than 14 days).</p>\n<p>This endpoint is added to provide you with a persistent endpoint to access the match status for any match. The format of this endpoint is a list of a single dictionary that represents the match you are searching for. This dictionary always has a <code>match_status</code> key that can have values:</p>\n<p>*   <code>upcoming</code> - the match is scheduled for the future\n*   <code>live</code> - at least one game in the match is being played right now\n*   <code>ended</code> - the match has ended but we haven't settled all the markets available yet\n*   <code>completed</code> - the match has ended and all the data is now available to settle all markets we offer\n*   <code>cancelled</code> - the match being searched for doesn't exist</p>\n<p>The rest of the dictionary format will follow the other endpoints we have described above (i.e. if the <code>match_status</code> is <code>completed</code> or <code>ended</code>, the match dictionary will have all the information described in \"Completed Matches\" endpoint).</p>\n","urlObject":{"protocol":"https","path":["raw","lol","match-status",""],"host":["rimbleanalytics","com"],"query":[{"key":"matchid","value":"{matchid}"}],"variable":[]}},"response":[{"id":"b5b8910e-3e1a-4db3-a041-52ca047f7dad","name":"lol-match-status","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":{"raw":"https://rimbleanalytics.com/raw/lol/match-status/?matchid=110371551279016176&date=2022-10-28","protocol":"https","host":["rimbleanalytics","com"],"path":["raw","lol","match-status",""],"query":[{"key":"matchid","value":"110371551279016176"},{"key":"date","value":"2022-10-28"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"525327"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 15 Mar 2022 23:20:58 GMT"},{"key":"x-amzn-RequestId","value":"dfb77622-d8ec-4f6c-a3b5-2f1ed88bc1bc"},{"key":"x-amz-apigw-id","value":"PDHT4FntoAMFWgw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-62311f4b-4a0d7a04072599492d60edd4;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 e25fecbceb5ae1f8e9a1fbef5a6b3d7a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"2z70wkit52WeEhlSeH4Qkh-yOkbQhq20itPbKL0U6gN4kbpk1VHebA=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"metadata\": {\n            \"games\": [\n                {\n                    \"game_number\": 1,\n                    \"blue_team\": \"Dplus Kia\",\n                    \"red_team\": \"Liiv SANDBOX\"\n                },\n                {\n                    \"game_number\": 2,\n                    \"blue_team\": \"Liiv SANDBOX\",\n                    \"red_team\": \"Dplus Kia\"\n                }\n            ]\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 3\n        },\n        \"stream_links\": [\n            \"https://...\"\n        ],\n        \"source_url\": \"https://...\",\n        \"time\": \"10:30:00\",\n        \"team_1_name\": \"Liiv SANDBOX\",\n        \"date\": \"2023-06-07\",\n        \"team_2_name\": \"Dplus Kia\",\n        \"teams\": [\n            {\n                \"image\": \"https://...png\",\n                \"games_won\": 0,\n                \"win_result\": 0,\n                \"players\": [\n                    {\n                        \"image\": \"https://...png\",\n                        \"role\": \"none\",\n                        \"DOB\": \"2004-09-04\",\n                        \"name\": \"Minhyuk Ahn\",\n                        \"id\": \"108205131563823136\",\n                        \"results\": [\n                            {\n                                \"kills\": null,\n                                \"currentHealth\": null,\n                                \"magicResistance\": null,\n                                \"lifeSteal\": null,\n                                \"kp\": null,\n                                \"level\": null,\n                                \"abilityPower\": null,\n                                \"championDamageShare\": null,\n                                \"kda\": null,\n                                \"wardsDestroyed\": null,\n                                \"game_number\": 1,\n                                \"cs\": null,\n                                \"criticalChance\": null,\n                                \"armor\": null,\n                                \"assists\": null,\n                                \"wardsPlaced\": null,\n                                \"attackSpeed\": null,\n                                \"tenacity\": null,\n                                \"totalGoldEarned\": null,\n                                \"maxHealth\": null,\n                                \"deaths\": null,\n                                \"champion\": null,\n                                \"attackDamage\": null\n                            },\n                            \n                        ],\n                        \"username\": \"DDahyuk\"\n                    },\n                    ...\n                ],\n                \"results\": [\n                    {\n                        \"inhibitors\": 0,\n                        \"totalKills\": 0,\n                        \"totalGold\": 43885,\n                        \"barons\": 0,\n                        \"game_number\": 1,\n                        \"towers\": 2,\n                        \"dragons\": []\n                    },\n                    ...\n                ],\n                \"slug\": \"LSB\"\n            },\n            ...\n        ],\n        \"league_details\": {\n            \"name\": \"LCK\",\n            \"image\": \"https://...png\",\n            \"id\": \"98767991310872058\"\n        },\n        \"league\": \"LCK\",\n        \"matchid\": \"110371551279016176\",\n        \"match_status\": \"completed\"\n    }\n]"}],"_postman_id":"4e1a89dc-e8d2-4972-8b3f-1ce8fb6cc42e"},{"name":"League Mappings","id":"57238d53-f8c0-49be-ac37-dd305dcf18fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/lol/league-mappings/","description":"<p><strong>Query Parameters</strong>: <code>league_id</code>, <code>name</code>, <code>min_prize_money</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>This endpoint gives you access to the most up to date mappings we have for leagues. We return a league/tournament dictionary that has the information described in Table 9.</p>\n<p><strong>Table 9: League Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>A string that represents the Rimble id we use for the league/tournament.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string representing the name of the league/tournament.</td>\n</tr>\n<tr>\n<td><code>prize_money</code></td>\n<td>For most entries this is an integer representing the prize money in dollars. This is a good proxy indicator for the tier of the league/tournament. You can query for it using the <code>min_prize_money</code> parameter above to find leagues big enough for your platform.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Note this endpoint doesn't have a dates key like other sports because LOL leagues take place twice a year (summer and winter split). ie. all leagues listed take place from November to March and then from May to September.</p>\n","urlObject":{"protocol":"https","path":["raw","lol","league-mappings",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"d409200f-624e-409c-9b99-8886b764a1f8","name":"lol-league-mappings","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/lol/league-mappings/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"33590"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 15 Mar 2022 23:32:16 GMT"},{"key":"x-amzn-RequestId","value":"26ed34ba-62d1-46cd-bb4c-716523c41e23"},{"key":"x-amz-apigw-id","value":"PDI_RHDrIAMFY6Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-623121fb-630cd0a40e3b3419596924de;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 8ae4aa5623ecbc69a3f4af90ee8c3e74.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"qcVAhJ4wsrFaKx3TEnHPxMi8chklvshuBiM0cunQA5_4A_-miFyD1w=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\":\"98767975604431411\",\n        \"name\":\"Worlds\",\n        \"prize_money\":2225000\n   },\n    ...\n]"}],"_postman_id":"57238d53-f8c0-49be-ac37-dd305dcf18fc"},{"name":"Teams","id":"09eb39ea-369d-4b76-8d76-33206e85d49b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/lol/teams/","description":"<p><strong>Query Parameters</strong>: <code>id</code> (optional)</p>\n<p>This endpoint is added to provide you with the ability to bulk update your local tables with team information.</p>\n<p>Note this endpoint is not actively maintained but provides a starting point with relevant team information to make operations easier and player usernames might change for a given id over time.</p>\n","urlObject":{"protocol":"https","path":["raw","lol","teams",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"04915a0f-91e4-4ce9-a7a3-23f869a4d04e","name":"Teams","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/lol/teams/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"103935530333072898\",\n        \"name\": \"AGO Rogue\"\n        \"image\": \"https://...png\"\n    },\n    ...\n]"}],"_postman_id":"09eb39ea-369d-4b76-8d76-33206e85d49b"},{"name":"Players","id":"c5cfe2cd-6f81-425c-a62e-b031c43b4f1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/lol/players/","description":"<p><strong>Query Parameters</strong>: <code>id</code> (optional)</p>\n<p>This endpoint is added to provide you with the ability to bulk update your local tables with player information.</p>\n<p>Note this endpoint is not actively maintained but provides a starting point with relevant player information to make operations easier and player usernames might change for a given id over time.</p>\n","urlObject":{"protocol":"https","path":["raw","lol","players",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"96cc96f3-e8ab-4c5d-9695-c2e1b8cce45a","name":"Players","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/lol/players/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"102808840667875469\",\n        \"username\": \"Sinmivak\",\n        \"name\": \"Jakub Rucki\",\n        \"DOB\": \"2001-01-17\",\n        \"image\": \"https://...png\"\n    },\n    ...\n]"}],"_postman_id":"c5cfe2cd-6f81-425c-a62e-b031c43b4f1b"}],"id":"bb7944a4-9ef3-44ca-9d79-b89f12db8d78","description":"<p><strong>Tournaments Supported:</strong> <code>Worlds</code>, <code>All-Star Event</code>, <code>MSI</code>, <code>LCS</code>, <code>LEC</code>, <code>LCK</code>, <code>LCL</code>, <code>LJL</code>, <code>LCS Academy</code>, <code>Proving Grounds</code>, <code>PCS</code>, <code>LLA</code>, <code>VCS</code>, <code>TCL</code>, <code>CBLOL</code>, <code>LCO</code>, <code>European Masters</code>. We can also provide access to other smaller tournaments based on your requests.</p>\n<p><strong>Player-Level Data</strong>: <code>champion</code>, <code>level</code>, <code>kills</code>, <code>deaths</code>, <code>assists</code>, <code>totalGoldEarned</code>, <code>creepScore</code>, <code>killParticipation</code>, <code>championDamageShare</code>, <code>wardsPlaced</code>, <code>wardsDestroyed</code>, <code>attackDamage</code>, <code>abilityPower</code>, <code>criticalChance</code>, <code>attackSpeed</code>, <code>lifeSteal</code>, <code>armor</code>, <code>magicResistance</code>, <code>tenacity</code>, <code>currentHealth</code>, <code>maxHealth</code>.</p>\n<p><strong>Team-Level Data</strong>: <code>towers</code>, <code>dragons</code>, <code>totalGold</code>, <code>inhibitors</code>, <code>totalKills</code>, <code>game_length</code>, <code>result</code>, <code>barons</code></p>\n","_postman_id":"bb7944a4-9ef3-44ca-9d79-b89f12db8d78"},{"name":"CS:GO","item":[{"name":"Upcoming Matches","id":"cf5c34bf-9798-4397-8f79-d00a6fe8fd5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/csgo/upcoming-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p><strong>Table 3: Match Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>A string that represents the date the match was played in UTC. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"2021-06-10\" represents June 10, 2021 UTC.</td>\n</tr>\n<tr>\n<td><code>time</code></td>\n<td>A string that represents the time the match was played in UTC. This format for the time is <code>{hour}:{minute}:{second}</code> using a 24-hour clock. For example, \"14:15:00\" represents 2:15pm UTC.</td>\n</tr>\n<tr>\n<td><code>matchid</code></td>\n<td>An id of the game that was created by Rimble. This is a string, and it uniquely identifies each match. <strong>Note:</strong> Each match can potentially have multiple games within it, but we give results on a per match basis.</td>\n</tr>\n<tr>\n<td><code>team_1_name</code></td>\n<td>A string that identifies the first team.</td>\n</tr>\n<tr>\n<td><code>team_2_name</code></td>\n<td>A string that identifies the second team.</td>\n</tr>\n<tr>\n<td><code>league</code></td>\n<td>A string that described the tournament/league this match is a part of.</td>\n</tr>\n<tr>\n<td><code>source_url</code></td>\n<td>A string that contains a URL for a third party source that describes this match. This is given in case you need to cross-reference something.</td>\n</tr>\n<tr>\n<td><code>match_format</code></td>\n<td>A dictionary describing the format in which this match will be played (also referred to as \"match style\"). Details for this are given in Table 3.1 below.</td>\n</tr>\n<tr>\n<td><code>league_details</code></td>\n<td>A dictionary that contains information about the league/tournament this match is being played under, Details for this are given in Table 3.2.</td>\n</tr>\n<tr>\n<td><code>stream_links</code></td>\n<td>A list of strings that represent links to streams for this match. This is provided as a list because many matches have multiple channels/websites broadcasting the match.</td>\n</tr>\n<tr>\n<td><code>teams</code></td>\n<td>A list of team objects, each of which is a dictionary that follows the format described in Table 3.3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 3.1: Match Format Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>A string that described the type of format this match will be played as. The two possible formats are <code>bestOf</code> and <code>numGames</code>. <code>bestOf</code> simply means this match will be played as a \"best of\" of <code>count</code> games. <code>numGames</code> means, no matter what happens in the first few games, <code>numGames</code> will be played and the wins for games will be added to the team's tally in the tournament/league table.</td>\n</tr>\n<tr>\n<td><code>count</code></td>\n<td>An integer that describes the number of games being referred to for the <code>type</code> format above.</td>\n</tr>\n<tr>\n<td><code>metadata</code></td>\n<td>A list of dictionaries that give the estimated start time and date for all the games in the match. The format is consistent with the date time fields in the above table. i.e. we given data in UTC as <code>{year}-{month}-{date}</code> and <code>{hour}:{minute}:{second}</code>. <strong>Note:</strong> estimating times can be tricky, but we predict such that it is much less likely that the match will start before the time specified rather than after.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 3.2: League Details Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the league that was created by Rimble. This is a string, and it uniquely identifies each league.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the league.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the league to use for embedding into any front end.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 3.3: Team Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the team that was created by Rimble. This is a string, and it uniquely identifies each team.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>designation</code></td>\n<td>An integer with value <code>1</code> or <code>2</code>, depending on if the team in this dictionary is team 1 or team 2 for this match. This can be thought of as the \"home team\" if it has a designation of <code>1</code>, and \"away team\" if it has a designation of <code>2</code>. <strong>Note:</strong> The team dictionaries are always ordered so that the dictionary for team 1 is element 0 in the list.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the team to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>players</code></td>\n<td>A list of player objects, each of which is a dictionary that follows the format described in Table 3.3.1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 3.3.1: Player Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the player that was created by Rimble. This is a string, and it uniquely identifies each player.</td>\n</tr>\n<tr>\n<td><code>username</code></td>\n<td>A string that represents the username name the player uses for CS:GO (often also what people refer to them as, rather than their real names).</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string value for the player's real name.</td>\n</tr>\n<tr>\n<td><code>DOB</code></td>\n<td>A string that represents the date of birth of this player. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"1998-06-04\" represents June 04, 1998. We provide this information in case you need to filter content such that only players of a certain minimum age are displayed. <strong>Note:</strong> Not all players have their DOB publicly available - in case it is not available this field will be a <code>null</code>.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to a profile image of the player to use for embedding into any front end.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","csgo","upcoming-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"cda95d98-35de-4beb-8d04-98ff44322a87","name":"csgo-upcoming-matches-raw","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/csgo/upcoming-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"9897"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Sun, 27 Feb 2022 18:48:40 GMT"},{"key":"x-amzn-RequestId","value":"debd9a0c-25ba-45dd-b030-e5958e8d9b80"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"ONwdRFoHoAMFq0A="},{"key":"X-Amzn-Trace-Id","value":"Root=1-621bc787-5f5bb9ac5b92fa915b498683;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 b8d8693cc4ac05b6a9cebe2651a2c8b8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EWR53-P1"},{"key":"X-Amz-Cf-Id","value":"h-Ob_ymENUMibNEF0WHfuRcWZu1vIVh2ghzhKXUlcs7L5-UYQZYPqw=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2022-03-16\",\n        \"time\": \"11:30:00\",\n        \"matchid\": \"2354541\",\n        \"team_1_name\": \"Vitality\",\n        \"team_2_name\": \"Sprout\",\n        \"league\": \"ESL Pro League Season 15\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"id\": \"6481\",\n            \"name\": \"ESL Pro League Season 15\",\n            \"image\": \"https://...png\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 3,\n            \"metadata\": [\n                {\n                    \"game_number\": 1,\n                    \"est_date\": \"2022-03-16\",\n                    \"est_time\": \"11:30:00\"\n                },\n                ...\n            ]\n        },\n        \"stream_links\": [\n            \"https://...\",\n            ...\n        ],\n        \"teams\": [\n            {\n                \"id\": \"9565\",\n                \"name\": \"Vitality\",\n                \"designation\": 1,\n                \"image\": \"https://...png\",\n                \"players\": [\n                    {\n                        \"id\": \"7322\",\n                        \"username\": \"apEX\",\n                        \"name\": \"Dan Madesclaire\",\n                        \"DOB\": \"1998-06-04\",\n                        \"image\": \"https://...png\",\n                    },\n                    ...\n                ]\n            },\n            ...\n        ]\n    },\n    ...\n]"}],"_postman_id":"cf5c34bf-9798-4397-8f79-d00a6fe8fd5a"},{"name":"Live Matches","id":"7d943c9d-01ff-4b70-a591-3c3163c6e282","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/csgo/live-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>The format for this endpoint is exactly the same as upcoming matches for CS:GO. We provide this endpoint to help you distinguish between matches that have gone live (and have therefore been taken off of upcoming matches) and matches that have been cancelled.</p>\n<p><strong>IMPORTANT NOTE:</strong> This endpoint was created to allow you to track matches that are live rather than to give you access to live data about matches. As such, this endpoint is the same as the upcoming matches endpoint, but it returns matches that are live instead of upcoming. To get access to live data about matches (like the latest team scores and player statistics), reach out to us at <a href=\"mailto:support@rimble.io\">support@rimble.io</a> - we use websocket connections to provide this data.</p>\n","urlObject":{"protocol":"https","path":["raw","csgo","live-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d943c9d-01ff-4b70-a591-3c3163c6e282"},{"name":"Completed Matches","id":"682e4cd5-97b3-455d-aa52-51b57a819473","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/csgo/completed-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<p><strong>NOTE:</strong> We return completed matches for <code>5</code> days after their completion. If you require access to older matches, you may reach out to us directly.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p><strong>Table 4: Match Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>A string that represents the date the match was played in UTC. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"2021-06-10\" represents June 10, 2021 UTC.</td>\n</tr>\n<tr>\n<td><code>time</code></td>\n<td>A string that represents the time the match was played in UTC. This format for the time is <code>{hour}:{minute}:{second}</code> using a 24-hour clock. For example, \"14:15:00\" represents 2:15pm UTC.</td>\n</tr>\n<tr>\n<td><code>matchid</code></td>\n<td>An id of the game that was created by Rimble. This is a string, and it uniquely identifies each match. <strong>Note:</strong> Each match can potentially have multiple games within it, but we give results on a per match basis.</td>\n</tr>\n<tr>\n<td><code>team_1_name</code></td>\n<td>A string that identifies the first team.</td>\n</tr>\n<tr>\n<td><code>team_2_name</code></td>\n<td>A string that identifies the second team.</td>\n</tr>\n<tr>\n<td><code>league</code></td>\n<td>A string that described the tournament/league this match is a part of.</td>\n</tr>\n<tr>\n<td><code>source_url</code></td>\n<td>A string that contains a URL for a third party source that describes this match. This is given in case you need to cross-reference something.</td>\n</tr>\n<tr>\n<td><code>match_format</code></td>\n<td>A dictionary describing the format in which this match will be played (also referred to as \"match style\"). Details for this are given in Table 4.1 below.</td>\n</tr>\n<tr>\n<td><code>league_details</code></td>\n<td>A dictionary that contains information about the league/tournament this match is being played under, Details for this are given in Table 4.2.</td>\n</tr>\n<tr>\n<td><code>metadata</code></td>\n<td>A dictionary that has the key <code>games</code> in it to key into a list with information about each game's metadata that identifies the map name that was used for the game.</td>\n</tr>\n<tr>\n<td><code>stream_links</code></td>\n<td>A list of strings that represent links to streams for this match. This is provided as a list because many matches have multiple channels/websites broadcasting the match.</td>\n</tr>\n<tr>\n<td><code>teams</code></td>\n<td>A list of team objects, each of which is a dictionary that follows the format described in Table 4.3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 4.1: Match Format Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>A string that described the type of format this match will be played as. The two possible formats are <code>bestOf</code> and <code>numGames</code>. <code>bestOf</code> simply means this match will be played as a \"best of\" of <code>count</code> games. <code>numGames</code> means, no matter what happens in the first few games, <code>numGames</code> will be played and the wins for games will be added to the team's tally in the tournament/league table.</td>\n</tr>\n<tr>\n<td><code>count</code></td>\n<td>An integer that describes the number of games being referred to for the <code>type</code> format above.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 4.2: League Details Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the league that was created by Rimble. This is a string, and it uniquely identifies each league.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the league.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the league to use for embedding into any front end.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 4.3: Team Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the team that was created by Rimble. This is a string, and it uniquely identifies each team.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>designation</code></td>\n<td>An integer with value <code>1</code> or <code>2</code>, depending on if the team in this dictionary is team 1 or team 2 for this match. This can be thought of as the \"home team\" if it has a designation of <code>1</code>, and \"away team\" if it has a designation of <code>2</code>. <strong>Note:</strong> The team dictionaries are always ordered so that the dictionary for team 1 is element 0 in the list.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the team to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>win_result</code></td>\n<td>An integer value <code>1</code> if the team won the match and <code>0</code> if it lost the match.</td>\n</tr>\n<tr>\n<td><code>games_won</code></td>\n<td>An integer value representing the number of games this team won in the match.</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td>A list of dictionaries, each representing the team's results for individual games in the match. The dictionaries follow the format described in Table 4.3.1</td>\n</tr>\n<tr>\n<td><code>players</code></td>\n<td>A list of player objects, each of which is a dictionary that follows the format described in Table 4.3.2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 4.3.1: Team Results Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>game_number</code></td>\n<td>An integer representing the game number this result is for. The game numbers are 1-indexed, i.e. the first game in the match will have game number 1</td>\n</tr>\n<tr>\n<td><code>rounds_won</code></td>\n<td>An integer representing the number of rounds the team has won in this game (i.e. on this map). The usual format is a best-to-16 rounds.</td>\n</tr>\n<tr>\n<td><code>total_kills</code></td>\n<td>An integer representing number of kills the team has taken.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 4.3.2: Player Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the player that was created by Rimble. This is a string, and it uniquely identifies each player.</td>\n</tr>\n<tr>\n<td><code>username</code></td>\n<td>A string that represents the username name the player uses for CS:GO (often also what people refer to them as, rather than their real names).</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string value for the player's real name.</td>\n</tr>\n<tr>\n<td><code>DOB</code></td>\n<td>A string that represents the date of birth of this player. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"1998-06-04\" represents June 04, 1998. We provide this information in case you need to filter content such that only players of a certain minimum age are displayed. <strong>Note:</strong> Not all players have their DOB publicly available - in case it is not available this field will be a <code>null</code>.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to a profile image of the player to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td>A list of dictionary objects that give data for the player's results, where each dictionary element represents a game. It follows the format described in Table 4.3.2.1</td>\n</tr>\n<tr>\n<td><code>player_expected_participation</code></td>\n<td>A boolean value indicating whether this player is expected to play in this match. If set to true, this player is expected to participate.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 4.3.2.1: Player Results Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>game_number</code></td>\n<td>An integer representing the game number this result is for. The game numbers are 1-indexed, i.e. the first game in the match will have game number 1</td>\n</tr>\n<tr>\n<td><code>kills</code></td>\n<td>An integer representing the number of kills this player got in this game.</td>\n</tr>\n<tr>\n<td><code>deaths</code></td>\n<td>An integer representing the number of deaths this player got in this game.</td>\n</tr>\n<tr>\n<td><code>ADR</code></td>\n<td>A float representing the ADR this player got in this game.</td>\n</tr>\n<tr>\n<td><code>KAST</code></td>\n<td>A float representing the KAST this player got in this game.</td>\n</tr>\n<tr>\n<td><code>assists</code></td>\n<td>An integer representing the numer of assists this player got in this game.</td>\n</tr>\n<tr>\n<td><code>flash_assits</code></td>\n<td>An integer representing the numer of flash assists this player got in this game.</td>\n</tr>\n<tr>\n<td><code>headshots</code></td>\n<td>An integer representing the numer of headshots this player got in this game.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","csgo","completed-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"a2784e72-e3eb-410c-9e99-a8d8ed955822","name":"csgo-completed-matches-raw","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/csgo/completed-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Sun, 27 Feb 2022 18:59:09 GMT"},{"key":"x-amzn-RequestId","value":"8132fc07-477f-46a5-a467-8d00e0d1656d"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"ONx_ZGk_oAMFsvQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-621bc9fb-1c32641004e4e9971e36d560;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 ae9634deb2e9d6f8d396fc6f1e0586fa.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EWR53-P1"},{"key":"X-Amz-Cf-Id","value":"vyU0nGb_5prilp35OolST0Vy-8jJK7GtoKnKVVyZLLJMc7ngazRyIw=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2022-03-15\",\n        \"time\": \"20:00:00\",\n        \"matchid\": \"2355148\",\n        \"team_1_name\": \"MASONIC\",\n        \"team_2_name\": \"DREAM\",\n        \"league\": \"Elisa Invitational Spring 2022 Denmark Closed Qualifier\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"id\": \"6481\",\n            \"name\": \"Elisa Invitational Spring 2022 Denmark Closed Qualifier\",\n            \"image\": \"https://...png\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 3\n        },\n        \"metadata\": {\n            \"games\": [\n                {\n                    \"game_number\": 1,\n                    \"map_name\": \"Inferno\"\n                },\n                ...\n            ]\n        },\n        \"stream_links\": [\n            \"https://...\",\n            ...\n        ],\n        \"teams\": [\n            {\n                \"id\": \"10867\",\n                \"name\": \"MASONIC\",\n                \"designation\": 1,\n                \"win_result\": 0,\n                \"games_won\": 1,\n                \"image\": \"https://...png\",\n                \"results\": [\n                    {\n                        \"game_number\": 1,\n                        \"rounds_won\": 16,\n                        \"totalKills\": 80\n                    },\n                    ...\n                ]\n                \"players\": [\n                    {\n                        \"id\": \"20300\",\n                        \"username\": \"kraghen\",\n                        \"name\": \"Tobias Kragh Jensen\",\n                        \"DOB\": \"1998-06-04\",\n                        \"image\": \"https://...png\",\n                        \"results\": [\n                            {\n                                \"game_number\": 1,\n                                \"kills\": 16,\n                                \"deaths\": 20,\n                                \"ADR\": 76.7,\n                                \"KAST\": 68.3\n                            },\n                            ...\n                        ]\n                    },\n                    ...\n                ],\n                \n            },\n            ...\n        ]\n    },\n    ...\n]"}],"_postman_id":"682e4cd5-97b3-455d-aa52-51b57a819473"},{"name":"Match Status","id":"6fa43757-bd41-4453-a291-aeab256e97c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/csgo/match-status/?matchid={matchid}","description":"<p><strong>Query Parameters</strong>: <code>matchid</code> (required), <code>date</code> (required if match is older than 14 days).</p>\n<p>This endpoint is added to provide you with a persistent endpoint to access the match status for any match. The format of this endpoint is a list of a single dictionary that represents the match you are searching for. This dictionary always has a <code>match_status</code> key that can have values:</p>\n<ul>\n<li><code>upcoming</code> - the match is scheduled for the future</li>\n<li><code>live</code> - at least one game in the match is being played right now</li>\n<li><code>ended</code> - the match has ended but we haven't settled all the markets available yet</li>\n<li><code>completed</code> - the match has ended and all the data is now available to settle all markets we offer</li>\n<li><code>cancelled</code> - the match being searched for doesn't exist</li>\n</ul>\n<p>The rest of the dictionary format will follow the other endpoints we have described above (i.e. if the <code>match_status</code> is <code>completed</code> or <code>ended</code>, the match dictionary will have all the information described in \"Completed Matches\" endpoint).</p>\n","urlObject":{"protocol":"https","path":["raw","csgo","match-status",""],"host":["rimbleanalytics","com"],"query":[{"key":"matchid","value":"{matchid}"}],"variable":[]}},"response":[{"id":"dcc04085-56c2-4dfd-8240-aae1e70dc626","name":"csgo-match-status","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":{"raw":"https://rimbleanalytics.com/raw/csgo/match-status/?matchid=2364591&date=2022-10-28","protocol":"https","host":["rimbleanalytics","com"],"path":["raw","csgo","match-status",""],"query":[{"key":"matchid","value":"2364591"},{"key":"date","value":"2022-10-28"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"525327"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 15 Mar 2022 23:20:58 GMT"},{"key":"x-amzn-RequestId","value":"dfb77622-d8ec-4f6c-a3b5-2f1ed88bc1bc"},{"key":"x-amz-apigw-id","value":"PDHT4FntoAMFWgw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-62311f4b-4a0d7a04072599492d60edd4;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 e25fecbceb5ae1f8e9a1fbef5a6b3d7a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"2z70wkit52WeEhlSeH4Qkh-yOkbQhq20itPbKL0U6gN4kbpk1VHebA=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"metadata\": {\n            \"games\": [\n                {\n                    \"game_number\": 1,\n                    \"map_name\": \"Inferno\"\n                },\n                {\n                    \"game_number\": 2,\n                    \"map_name\": \"Nuke\"\n                }\n            ]\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 3\n        },\n        \"stream_links\": [\n            \"https://...\",\n            ...\n        ],\n        \"source_url\": \"https://...\",\n        \"time\": \"08:00:00\",\n        \"team_1_name\": \"e-LEMON-ators\",\n        \"date\": \"2023-06-07\",\n        \"team_2_name\": \"Antic\",\n        \"teams\": [\n            {\n                \"image\": \"https://...png\",\n                \"games_won\": 2,\n                \"win_result\": 1,\n                \"players\": [\n                    {\n                        \"name\": \"Eddie Azzi\",\n                        \"image\": \"https://...png\",\n                        \"id\": \"20238\",\n                        \"results\": [\n                            {\n                                \"kills\": 20,\n                                \"game_number\": 1,\n                                \"KAST\": 87.80000000000001,\n                                \"deaths\": 12,\n                                \"ADR\": 78.25\n                            },\n                            ...\n                        ],\n                        \"DOB\": null,\n                        \"username\": \"kyson\"\n                    },\n                    ...\n                ],\n                \"name\": \"e-LEMON-ators\",\n                \"id\": \"12011\",\n                \"designation\": 1,\n                \"results\": [\n                    {\n                        \"game_number\": 1,\n                        \"totalKills\": 101,\n                        \"rounds_won\": 16\n                    },\n                    ...\n                ]\n            },\n            ...\n        ],\n        \"league_details\": {\n            \"name\": \"ESL Australia & NZ Championship Season 16\",\n            \"image\": \"https://...png\",\n            \"id\": \"7132\"\n        },\n        \"league\": \"ESL Australia & NZ Championship Season 16\",\n        \"matchid\": \"2364591\",\n        \"match_status\": \"completed\"\n    }\n]"}],"_postman_id":"6fa43757-bd41-4453-a291-aeab256e97c9"},{"name":"League Mappings","id":"6d94ff7a-3bc4-4bad-8bb6-51270710fb64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/csgo/league-mappings/","description":"<p><strong>Query Parameters</strong>: <code>league_id</code>, <code>name</code>, <code>min_prize_money</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>This endpoint gives you access to the most up to date mappings we have for leagues. We return a league/tournament dictionary that has the information described in Table 9.</p>\n<p><strong>Table 9: League Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>A string that represents the Rimble id we use for the league/tournament.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string representing the name of the league/tournament.</td>\n</tr>\n<tr>\n<td><code>dates</code></td>\n<td>A string representing the dates of the league/tournament.</td>\n</tr>\n<tr>\n<td><code>prize_money</code></td>\n<td>For most entries this is an integer representing the prize money in dollars. This is a good proxy indicator for the tier of the league/tournament. You can query for it using the <code>min_prize_money</code> parameter above to find leagues big enough for your platform.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","csgo","league-mappings",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"30d5fc24-33cb-43fc-a71c-6d2da9dcbf5f","name":"csgo-league-mappings","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/csgo/league-mappings/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"33590"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 15 Mar 2022 23:32:16 GMT"},{"key":"x-amzn-RequestId","value":"26ed34ba-62d1-46cd-bb4c-716523c41e23"},{"key":"x-amz-apigw-id","value":"PDI_RHDrIAMFY6Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-623121fb-630cd0a40e3b3419596924de;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 8ae4aa5623ecbc69a3f4af90ee8c3e74.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"qcVAhJ4wsrFaKx3TEnHPxMi8chklvshuBiM0cunQA5_4A_-miFyD1w=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"7077\",\n        \"name\": \"BLAST.tv Paris Major 2023 Oceania RMR Open Qualifier\",\n        \"dates\": \"Feb 16th 2023\",\n        \"prize_money\": 10000\n    },\n    ...\n]"}],"_postman_id":"6d94ff7a-3bc4-4bad-8bb6-51270710fb64"},{"name":"Teams","id":"99f36f97-5705-46d7-82a3-6bf06e25c2dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/csgo/teams/","description":"<p><strong>Query Parameters</strong>: <code>id</code> (optional)</p>\n<p>This endpoint is added to provide you with the ability to bulk update your local tables with team information.</p>\n<p>Note this endpoint is not actively maintained but provides a starting point with relevant team information to make operations easier and player usernames might change for a given id over time.</p>\n","urlObject":{"protocol":"https","path":["raw","csgo","teams",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"a29d9556-5c26-4109-a551-ec9437cf37b0","name":"Teams","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/csgo/teams/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"4869\",\n        \"name\": \"ENCE\"\n        \"image\": \"https://...png\"\n    },\n    ...\n]"}],"_postman_id":"99f36f97-5705-46d7-82a3-6bf06e25c2dd"},{"name":"Players","id":"bc68da03-a70f-46f0-8305-1fcac36599e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/csgo/players/","description":"<p><strong>Query Parameters</strong>: <code>id</code> (optional)</p>\n<p>This endpoint is added to provide you with the ability to bulk update your local tables with player information.</p>\n<p>Note this endpoint is not actively maintained but provides a starting point with relevant player information to make operations easier and player usernames might change for a given id over time.</p>\n","urlObject":{"protocol":"https","path":["raw","csgo","players",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"0e3c95d5-1bc3-4fb7-90cf-fd1a9a80e9d4","name":"Players","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/csgo/players/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"16080\",\n        \"username\": \"dycha\",\n        \"name\": \"Paweł Dycha\",\n        \"DOB\": null,\n        \"image\": \"https://...png\"\n    },\n    ...\n]"}],"_postman_id":"bc68da03-a70f-46f0-8305-1fcac36599e2"}],"id":"7b444292-e1aa-4e4c-a5b6-5b03622a0f4f","description":"<p><strong>Tournaments Supported:</strong> <code>BLAST</code>, <code>Cologne</code>, <code>cs_summit</code>, <code>DreamHack</code>, <code>ELEAGUE</code>, <code>EMS</code>, <code>ESL</code>, <code>FACEIT</code>, <code>Flashpoint</code>, <code>Funspark</code>, <code>INTEL Extreme Masters</code>, <code>Katowice</code>, <code>MLG</code>, <code>Pinnacle Cup</code>, <code>PGL</code>, <code>Snow Sweet Snow</code>, <code>StarLadder</code>, <code>WePlay Academy League</code>, <code>World Electronic Sports</code>, <code>Championship</code>, <code>Major</code>, <code>Premier</code>. We can also provide access to other smaller tournaments based on your requests.</p>\n<p><strong>Player-Level Data</strong>: <code>kills</code>, <code>deaths</code>, <code>ADR</code>, <code>KAST</code> , <code>assists</code>, <code>flash_assists</code>, <code>headshots</code></p>\n<p><strong>Team-Level Data</strong>: <code>rounds_won</code>, <code>total_Kills</code>.</p>\n","_postman_id":"7b444292-e1aa-4e4c-a5b6-5b03622a0f4f"},{"name":"DOTA 2","item":[{"name":"Upcoming Matches","id":"1a76c4fa-7395-46f9-8228-ac098ce1a284","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/dota2/upcoming-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<p><strong>Note:</strong> For this endpoint, league_details.id, teams.id, and player.id are integers.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p><strong>Table 5: Match Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>A string that represents the date the match was played in UTC. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"2021-06-10\" represents June 10, 2021 UTC.</td>\n</tr>\n<tr>\n<td><code>time</code></td>\n<td>A string that represents the time the match was played in UTC. This format for the time is <code>{hour}:{minute}:{second}</code> using a 24-hour clock. For example, \"14:15:00\" represents 2:15pm UTC.</td>\n</tr>\n<tr>\n<td><code>matchid</code></td>\n<td>An id of the game that was created by Rimble. This is a string, and it uniquely identifies each match. <strong>Note:</strong> Each match can potentially have multiple games within it, but we give results on a per match basis.</td>\n</tr>\n<tr>\n<td><code>team_1_name</code></td>\n<td>A string that identifies the first team.</td>\n</tr>\n<tr>\n<td><code>team_2_name</code></td>\n<td>A string that identifies the second team.</td>\n</tr>\n<tr>\n<td><code>league</code></td>\n<td>A string that described the tournament/league this match is a part of.</td>\n</tr>\n<tr>\n<td><code>source_url</code></td>\n<td>A string that contains a URL for a third party source that describes this match. This is given in case you need to cross-reference something.</td>\n</tr>\n<tr>\n<td><code>match_format</code></td>\n<td>A dictionary describing the format in which this match will be played (also referred to as \"match style\"). Details for this are given in Table 5.1 below.</td>\n</tr>\n<tr>\n<td><code>league_details</code></td>\n<td>A dictionary that contains information about the league/tournament this match is being played under, Details for this are given in Table 5.2.</td>\n</tr>\n<tr>\n<td><code>stream_links</code></td>\n<td>A list of strings that represent links to streams for this match. This is provided as a list because many matches have multiple channels/websites broadcasting the match.</td>\n</tr>\n<tr>\n<td><code>teams</code></td>\n<td>A list of team objects, each of which is a dictionary that follows the format described in Table 5.3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 5.1: Match Format Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>A string that described the type of format this match will be played as. The two possible formats are <code>bestOf</code> and <code>numGames</code>. <code>bestOf</code> simply means this match will be played as a \"best of\" of <code>count</code> games. <code>numGames</code> means, no matter what happens in the first few games, <code>numGames</code> will be played and the wins for games will be added to the team's tally in the tournament/league table.</td>\n</tr>\n<tr>\n<td><code>count</code></td>\n<td>An integer that describes the number of games being referred to for the <code>type</code> format above.</td>\n</tr>\n<tr>\n<td><code>metadata</code></td>\n<td>A list of dictionaries that give the estimated start time and date for all the games in the match. The format is consistent with the date time fields in the above table. i.e. we given data in UTC as <code>{year}-{month}-{date}</code> and <code>{hour}:{minute}:{second}</code>. <strong>Note:</strong> estimating times can be tricky, but we predict such that it is much less likely that the match will start before the time specified rather than after.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 5.2: League Details Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the league that was created by Rimble. This is a string, and it uniquely identifies each league.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the league.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the league to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>tier</code></td>\n<td>An integer representing the competitive level of the league. Lower numbers indicate higher-tier leagues (e.g., 1 for top-tier tournaments like The International, 2 for regional or semi-pro leagues, 3 for amateur or smaller events).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 5.3: Team Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the team that was created by Rimble. This is a string, and it uniquely identifies each team.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>designation</code></td>\n<td>An integer with value <code>1</code> or <code>2</code>, depending on if the team in this dictionary is team 1 or team 2 for this match. This can be thought of as the \"home team\" if it has a designation of <code>1</code>, and \"away team\" if it has a designation of <code>2</code>. <strong>Note:</strong> The team dictionaries are always ordered so that the dictionary for team 1 is element 0 in the list.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the team to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>players</code></td>\n<td>A list of player objects, each of which is a dictionary that follows the format described in Table 5.3.1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 5.3.1: Player Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the player that was created by Rimble. This is a string, and it uniquely identifies each player.</td>\n</tr>\n<tr>\n<td><code>username</code></td>\n<td>A string that represents the username name the player uses for DOTA 2 (often also what people refer to them as, rather than their real names).</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that represents the real name of the player.</td>\n</tr>\n<tr>\n<td><code>DOB</code></td>\n<td>A string that represents the date of birth of this player. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"1998-06-04\" represents June 04, 1998. We provide this information in case you need to filter content such that only players of a certain minimum age are displayed. <strong>Note:</strong> Not all players have their DOB publicly available - in case it is not available this field will be a <code>null</code>.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to a profile image of the player to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>player_expected_participation</code></td>\n<td>A boolean value indicating whether this player is expected to play in this match. If set to true, this player is expected to participate.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","dota2","upcoming-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"ac682345-e2d0-49e9-b6ce-3b6aa9102f43","name":"dota2-upcoming-matches-raw","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/dota2/upcoming-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"99759"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 03 Mar 2022 23:19:54 GMT"},{"key":"x-amzn-RequestId","value":"d4b79d51-2901-444d-b6f8-82733be46315"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"Obj78FP7IAMFSzA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-62214d19-5d56d14066da1d1837283597;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 cd9c85933a60bbac347299c34015e9ba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"HLlucNrBm-24gFwuhBJP60gwQ_KxsTt9eHk5m0e_36TXHoZb0XX77w=="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"date\": \"2022-03-16\",\n        \"time\": \"18:00:00\",\n        \"matchid\": \"492995\",\n        \"team_1_name\": \"IVY\",\n        \"team_2_name\": \"No Bounty Hunter\",\n        \"league\": \"ESL Meisterschaft Spring 2022\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"id\": \"29103\",\n            \"name\": \"ESL Meisterschaft Spring 2022\",\n            \"image\": \"https://...png\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 3,\n            \"metadata\": [\n                {\n                    \"game_number\": 1,\n                    \"est_date\": \"2022-03-16\",\n                    \"est_time\": \"18:00:00\"\n                },\n                ...\n            ]\n        },\n        \"stream_links\": [\n            \"https://...\",\n            ...\n        ],\n        \"teams\": [\n            {\n                \"id\": \"28924\",\n                \"name\": \"IVY\",\n                \"designation\": 1,\n                \"image\": \"https://...png\",\n                \"players\": [\n                    {\n                        \"id\": \"70084\",\n                        \"username\": \"TheBloodySky\",\n                        \"DOB\": \"1998-06-04\",\n                        \"image\": \"https://...png\",\n                    },\n                    ...\n                ]\n            },\n            ...\n        ]\n    },\n    ...\n]"}],"_postman_id":"1a76c4fa-7395-46f9-8228-ac098ce1a284"},{"name":"Live Matches","id":"c97fee91-f279-4d5c-9a2e-89f5ec0586d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/dota2/live-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>The format for this endpoint is exactly the same as upcoming matches for Dota2. We provide this endpoint to help you distinguish between matches that have gone live (and have therefore been taken off of upcoming matches) and matches that have been cancelled.</p>\n<p><strong>IMPORTANT NOTE:</strong> This endpoint was created to allow you to track matches that are live rather than to give you access to live data about matches. As such, this endpoint is the same as the upcoming matches endpoint, but it returns matches that are live instead of upcoming. To get access to live data about matches (like the latest team scores and player statistics), reach out to us at <a href=\"https://mailto:support@rimble.io\">support@rimble.io</a> - we use websocket connections to provide this data.</p>\n","urlObject":{"protocol":"https","path":["raw","dota2","live-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c97fee91-f279-4d5c-9a2e-89f5ec0586d1"},{"name":"Completed Matches","id":"71330d92-09a0-4ba1-90a6-a05aafb706f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/dota2/completed-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<p><strong>NOTE:</strong> We return completed matches for <code>5</code> days after their completion. If you require access to older matches, you may reach out to us directly.</p>\n<p><strong>Note:</strong> For this endpoint, league_details.id, teams.id, and player.id are integers.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p><strong>Table 6: Match Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>A string that represents the date the match was played in UTC. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"2021-06-10\" represents June 10, 2021 UTC.</td>\n</tr>\n<tr>\n<td><code>time</code></td>\n<td>A string that represents the time the match was played in UTC. This format for the time is <code>{hour}:{minute}:{second}</code> using a 24-hour clock. For example, \"14:15:00\" represents 2:15pm UTC.</td>\n</tr>\n<tr>\n<td><code>matchid</code></td>\n<td>An id of the game that was created by Rimble. This is a string, and it uniquely identifies each match. <strong>Note:</strong> Each match can potentially have multiple games within it, but we give results on a per match basis.</td>\n</tr>\n<tr>\n<td><code>team_1_name</code></td>\n<td>A string that identifies the first team.</td>\n</tr>\n<tr>\n<td><code>team_2_name</code></td>\n<td>A string that identifies the second team.</td>\n</tr>\n<tr>\n<td><code>league</code></td>\n<td>A string that described the tournament/league this match is a part of.</td>\n</tr>\n<tr>\n<td><code>source_url</code></td>\n<td>A string that contains a URL for a third party source that describes this match. This is given in case you need to cross-reference something.</td>\n</tr>\n<tr>\n<td><code>match_format</code></td>\n<td>A dictionary describing the format in which this match will be played (also referred to as \"match style\"). Details for this are given in Table 6.1 below.</td>\n</tr>\n<tr>\n<td><code>league_details</code></td>\n<td>A dictionary that contains information about the league/tournament this match is being played under, Details for this are given in Table 6.2.</td>\n</tr>\n<tr>\n<td><code>stream_links</code></td>\n<td>A list of strings that represent links to streams for this match. This is provided as a list because many matches have multiple channels/websites broadcasting the match.</td>\n</tr>\n<tr>\n<td><code>metadata</code></td>\n<td>A dictionary that has the key <code>games</code> in it to key into a list with information about each game's metadata that identifies the side that each team played as (<code>radiant</code> or <code>dire</code>), along with game and pre-game duration (in seconds).</td>\n</tr>\n<tr>\n<td><code>teams</code></td>\n<td>A list of team objects, each of which is a dictionary that follows the format described in Table 6.3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 6.1: Match Format Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>A string that described the type of format this match will be played as. The two possible formats are <code>bestOf</code> and <code>numGames</code>. <code>bestOf</code> simply means this match will be played as a \"best of\" of <code>count</code> games. <code>numGames</code> means, no matter what happens in the first few games, <code>numGames</code> will be played and the wins for games will be added to the team's tally in the tournament/league table.</td>\n</tr>\n<tr>\n<td><code>count</code></td>\n<td>An integer that describes the number of games being referred to for the <code>type</code> format above.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 6.2: League Details Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the league that was created by Rimble. This is a string, and it uniquely identifies each league.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the league.</td>\n</tr>\n<tr>\n<td><code>tier</code></td>\n<td>An integer representing the tier of the league</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 6.3: Team Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the team that was created by Rimble. This is a string, and it uniquely identifies each team.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>designation</code></td>\n<td>An integer with value <code>1</code> or <code>2</code>, depending on if the team in this dictionary is team 1 or team 2 for this match. This can be thought of as the \"home team\" if it has a designation of <code>1</code>, and \"away team\" if it has a designation of <code>2</code>. <strong>Note:</strong> The team dictionaries are always ordered so that the dictionary for team 1 is element 0 in the list.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the team to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>win_result</code></td>\n<td>An integer value <code>1</code> if the team won the match and <code>0</code> if it lost the match.</td>\n</tr>\n<tr>\n<td><code>games_won</code></td>\n<td>An integer value representing the number of games this team won in the match.</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td>A list of dictionary objects that give data for the team's results, where each dictionary element represents a game. It follows the format described in Table 6.3.1</td>\n</tr>\n<tr>\n<td><code>players</code></td>\n<td>A list of player objects, each of which is a dictionary that follows the format described in Table 6.3.2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 6.3.1: Team Results Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>game_number</code></td>\n<td>An integer representing the game number this result is for. The game numbers are 1-indexed, i.e. the first game in the match will have game number 1</td>\n</tr>\n<tr>\n<td><code>score</code></td>\n<td>An integer representing the team's score for this game.</td>\n</tr>\n<tr>\n<td><code>ancient_kills</code></td>\n<td>An integer representing the number of ancient kills this team had in this game.</td>\n</tr>\n<tr>\n<td><code>roshan_kills</code></td>\n<td>An integer representing the number of roshan kills this team had during the game.</td>\n</tr>\n<tr>\n<td><code>result</code></td>\n<td>An integer of either 1 or 0 representing whether the team won or lost the game (1 for won, 0 for lost).</td>\n</tr>\n<tr>\n<td><code>towers</code></td>\n<td>An integer representing the number of towers this team killed during the game.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 6.3.2: Player Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the player that was created by Rimble. This is a string, and it uniquely identifies each player.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that represents the real name of the player.</td>\n</tr>\n<tr>\n<td><code>username</code></td>\n<td>A string that represents the username name the player uses for DOTA 2 (often also what people refer to them as, rather than their real names).</td>\n</tr>\n<tr>\n<td><code>DOB</code></td>\n<td>A string that represents the date of birth of this player. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"1998-06-04\" represents June 04, 1998. We provide this information in case you need to filter content such that only players of a certain minimum age are displayed. <strong>Note:</strong> Not all players have their DOB publicly available - in case it is not available this field will be a <code>null</code>.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to a profile image of the player to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td>A list of dictionary objects that give data for the player's results, where each dictionary element represents a game. It follows the format described in Table 6.3.2.1</td>\n</tr>\n<tr>\n<td><code>player_expected_participation</code></td>\n<td>A boolean value indicating whether this player is expected to play in this match. If set to true, this player is expected to participate.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 6.3.2.1: Player Results Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>game_number</code></td>\n<td>An integer representing the game number this result is for. The game numbers are 1-indexed, i.e. the first game in the match will have game number 1</td>\n</tr>\n<tr>\n<td><code>hero</code></td>\n<td>A string representing the name of the hero this player picked in this game.</td>\n</tr>\n<tr>\n<td><code>kills</code></td>\n<td>An integer representing the number of kills this player got in this game.</td>\n</tr>\n<tr>\n<td><code>deaths</code></td>\n<td>An integer representing the number of deaths this player got in this game.</td>\n</tr>\n<tr>\n<td><code>assists</code></td>\n<td>An integer representing the number of assists this player got in this game.</td>\n</tr>\n<tr>\n<td><code>level</code></td>\n<td>An integer representing the number of level this player got in this game.</td>\n</tr>\n<tr>\n<td><code>leaver_status</code></td>\n<td>An integer representing the status of the level this player got in this game.</td>\n</tr>\n<tr>\n<td><code>last_hits</code></td>\n<td>An integer representing the number of last hits this player got in this game.</td>\n</tr>\n<tr>\n<td><code>denies</code></td>\n<td>An integer representing the number of denies this player got in this game.</td>\n</tr>\n<tr>\n<td><code>gold_per_min</code></td>\n<td>An integer representing the gold per minute this player got in this game.</td>\n</tr>\n<tr>\n<td><code>xp_per_min</code></td>\n<td>An integer representing the experience points per minute this player got in this game.</td>\n</tr>\n<tr>\n<td><code>net_worth</code></td>\n<td>An integer representing the net worth this player reached in this game.</td>\n</tr>\n<tr>\n<td><code>aghanims_scepter</code></td>\n<td>An integer representing the number of aghanims scepters this player got in this game.</td>\n</tr>\n<tr>\n<td><code>aghanims_shard</code></td>\n<td>An integer representing the number of aghanims shards this player got in this game.</td>\n</tr>\n<tr>\n<td><code>moonshard</code></td>\n<td>An integer representing the number of moonshards this player got in this game.</td>\n</tr>\n<tr>\n<td><code>hero_damage</code></td>\n<td>An integer representing the damage this hero received in this game.</td>\n</tr>\n<tr>\n<td><code>tower_damage</code></td>\n<td>An integer representing the tower damage this player received in this game.</td>\n</tr>\n<tr>\n<td><code>hero_healing</code></td>\n<td>An integer representing the amount the hero healed in this game.</td>\n</tr>\n<tr>\n<td><code>gold</code></td>\n<td>An integer representing the amount of gold this player got in this game.</td>\n</tr>\n<tr>\n<td><code>gold_spent</code></td>\n<td>An integer representing the amount of gold this player spent in this game.</td>\n</tr>\n<tr>\n<td><code>ancient_kills</code></td>\n<td>An integer representing the ancient kills this player had in this game.</td>\n</tr>\n<tr>\n<td><code>creeps_stacked</code></td>\n<td>An integer representing the creeps that were stacked by this player in this game.</td>\n</tr>\n<tr>\n<td><code>firstblood_claimed</code></td>\n<td>An integer indicating whether the player claimed first blood. 1 if the player secured the first kill of the match, 0 otherwise.</td>\n</tr>\n<tr>\n<td><code>lane_role</code></td>\n<td>A string representing the lane role this player had during the game.</td>\n</tr>\n<tr>\n<td><code>neutral_kills</code></td>\n<td>An integer representing the number of neutral kills this player had during the game.</td>\n</tr>\n<tr>\n<td><code>observers_placed</code></td>\n<td>An integer representing the number of observers that were placed by this player during the game.</td>\n</tr>\n<tr>\n<td><code>roshan_kills</code></td>\n<td>An integer representing the number of roshan kills this player had during the game.</td>\n</tr>\n<tr>\n<td><code>runes</code></td>\n<td>A dictionary where each key represents a specific type of rune pickup (e.g., runes_1, runes_2, etc.) and the corresponding value is an integer indicating how many times the player picked up that rune type.</td>\n</tr>\n<tr>\n<td><code>sen_placed</code></td>\n<td>An integer representing the number of sentry wards placed by the player during the game. Sentry wards are used to detect invisible units and wards.</td>\n</tr>\n<tr>\n<td><code>towers_killed</code></td>\n<td>An integer representing the number of towers killed by the player during the game.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>NOTE:</strong> A player may be on the lineup, but not on the starting team for all the games of the match. For example, a player might have only started for 2 out of the 3 games in a match. In those cases, we still have a player game results dictionary as described in the above table, but the values for the attributes are <code>null</code>'s.</p>\n","urlObject":{"protocol":"https","path":["raw","dota2","completed-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"36336a00-c3b7-43b1-9983-042206d46b51","name":"dota2-completed-matches-raw","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/dota2/completed-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"73192"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 03 Mar 2022 23:28:22 GMT"},{"key":"x-amzn-RequestId","value":"35037f85-7651-4ea0-8724-75414c5f678e"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OblLDEP6oAMF5Zw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-62214f13-1d4a3ebf0694e7794b4b68c1;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 78ece21c53165b68619b053629326ac8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"VkH4AGsD2y5Nd7yOB1g16TXBA_WjVGkMXahHUS-jGXAcBIu0pCw1LA=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2022-03-15\",\n        \"time\": \"14:00:00\",\n        \"matchid\": \"497271\",\n        \"team_1_name\": \"Team Liquid\",\n        \"team_2_name\": \"Team Secret\",\n        \"league\": \"Dota Pro Circuit '21/22: Season 2 - Western Europe\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"id\": \"29103\",\n            \"name\": \"Dota Pro Circuit '21/22: Season 2 - Western Europe\",\n            \"image\": \"https://...png\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 3\n        },\n        \"stream_links\": [\n            \"https://...\",\n            ...\n        ],\n        \"metadata\": {\n            \"games\": [\n                {\n                    \"game_number\": 1,\n                    \"radiant_team\": \"Team Liquid\",\n                    \"dire_team\": \"Team Secret\",\n                    \"duration\": 2418,\n                    \"pre_game_duration\": 90\n                },\n                ...\n            ]\n        },\n        \"teams\": [\n            {\n                \"id\": \"52643214\",\n                \"name\": \"Team Liquid\",\n                \"designation\": 1,\n                \"image\": \"https://cdn0.gamesports.net/edb_team_sub_logos/0/13.png?1535557410\",\n                \"win_result\": 0,\n                \"games_won\": 1,\n                \"results\": [\n                    {\n                        \"game_number\": 1,\n                        \"score\": 24\n                    },\n                    ...\n                ],\n                \"players\": [\n                    {\n                        \"id\": \"41661\",\n                        \"username\": \"Boxi\",\n                        \"DOB\": \"1998-06-04\",\n                        \"image\": \"https://cdn0.gamesports.net/edb_player_images/41000/41661.png?1547859213\",\n                        \"results\": [\n                            {\n                                \"game_number\": 1,\n                                \"hero\": \"Abaddon\",\n                                \"kills\": 3,\n                                \"deaths\": 2,\n                                \"assists\": 5,\n                                \"leaver_status\": 0,\n                                \"last_hits\": 341,\n                                \"denies\": 21,\n                                \"gold_per_min\": 655,\n                                \"xp_per_min\": 723,\n                                \"level\": 25,\n                                \"net_worth\": 26200,\n                                \"aghanims_scepter\": 0,\n                                \"aghanims_shard\": 0,\n                                \"moonshard\": 0,\n                                \"hero_damage\": 23205,\n                                \"tower_damage\": 23986,\n                                \"hero_healing\": 0,\n                                \"gold\": 3175,\n                                \"gold_spent\": 24215,\n                                \"scaled_hero_damage\": 10142,\n                                \"scaled_tower_damage\": 11439,\n                                \"scaled_hero_healing\": 0\n                            },\n                            ...\n                        ]\n                    },\n                    ...\n                ]\n            },\n            ...\n        ]\n    },\n    ...\n]"}],"_postman_id":"71330d92-09a0-4ba1-90a6-a05aafb706f2"},{"name":"Match Status","id":"9bfff9ce-9fe9-4464-8cd7-4533da642a84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/dota2/match-status/?matchid={matchid}","description":"<p><strong>Query Parameters</strong>: <code>matchid</code> (required), <code>date</code> (required if match is older than 14 days).</p>\n<p>This endpoint is added to provide you with a persistent endpoint to access the match status for any match. The format of this endpoint is a list of a single dictionary that represents the match you are searching for. This dictionary always has a <code>match_status</code> key that can have values:</p>\n<ul>\n<li><code>upcoming</code> - the match is scheduled for the future</li>\n<li><code>live</code> - at least one game in the match is being played right now</li>\n<li><code>ended</code> - the match has ended but we haven't settled all the markets available yet</li>\n<li><code>completed</code> - the match has ended and all the data is now available to settle all markets we offer</li>\n<li><code>cancelled</code> - the match being searched for doesn't exist</li>\n</ul>\n<p>The rest of the dictionary format will follow the other endpoints we have described above (i.e. if the <code>match_status</code> is <code>completed</code> or <code>ended</code>, the match dictionary will have all the information described in \"Completed Matches\" endpoint).</p>\n","urlObject":{"protocol":"https","path":["raw","dota2","match-status",""],"host":["rimbleanalytics","com"],"query":[{"key":"matchid","value":"{matchid}"}],"variable":[]}},"response":[{"id":"468cf337-67b9-442f-b1cc-b43694670999","name":"dota2-match-status","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":{"raw":"https://rimbleanalytics.com/raw/dota2/match-status/?matchid=1535316861860007584152823011505100707&date=2022-10-28","protocol":"https","host":["rimbleanalytics","com"],"path":["raw","dota2","match-status",""],"query":[{"key":"matchid","value":"1535316861860007584152823011505100707"},{"key":"date","value":"2022-10-28"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"525327"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 15 Mar 2022 23:20:58 GMT"},{"key":"x-amzn-RequestId","value":"dfb77622-d8ec-4f6c-a3b5-2f1ed88bc1bc"},{"key":"x-amz-apigw-id","value":"PDHT4FntoAMFWgw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-62311f4b-4a0d7a04072599492d60edd4;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 e25fecbceb5ae1f8e9a1fbef5a6b3d7a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"2z70wkit52WeEhlSeH4Qkh-yOkbQhq20itPbKL0U6gN4kbpk1VHebA=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"metadata\": {\n            \"games\": [\n                {\n                    \"duration\": 2599,\n                    \"pre_game_duration\": 90,\n                    \"dire_team\": \"Ravens\",\n                    \"game_number\": 1,\n                    \"radiant_team\": \"TiltedBoys\"\n                },\n                ...\n            ]\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 1\n        },\n        \"stream_links\": [\n            \"https://...\",\n            ...\n        ],\n        \"source_url\": \"https://...\",\n        \"time\": \"01:00:00\",\n        \"team_1_name\": \"TiltedBoys\",\n        \"date\": \"2023-06-08\",\n        \"team_2_name\": \"Ravens\",\n        \"teams\": [\n            {\n                \"image\": \"https://...png\",\n                \"games_won\": 1,\n                \"win_result\": 0,\n                \"players\": [\n                    {\n                        \"name\": \"Justin McCarthy\",\n                        \"image\": \"https://...png\",\n                        \"id\": 35579769,\n                        \"results\": [\n                            {\n                                \"kills\": null,\n                                \"gold_per_min\": null,\n                                \"net_worth\": null,\n                                \"gold_spent\": null,\n                                \"level\": null,\n                                \"aghanims_scepter\": null,\n                                \"hero_damage\": null,\n                                \"scaled_hero_damage\": null,\n                                \"hero\": null,\n                                \"game_number\": 1,\n                                \"denies\": null,\n                                \"moonshard\": null,\n                                \"gold\": null,\n                                \"last_hits\": null,\n                                \"leaver_status\": null,\n                                \"scaled_tower_damage\": null,\n                                \"assists\": null,\n                                \"tower_damage\": null,\n                                \"hero_healing\": null,\n                                \"scaled_hero_healing\": null,\n                                \"xp_per_min\": null,\n                                \"aghanims_shard\": null,\n                                \"deaths\": null\n                            },\n                            ...\n                        ],\n                        \"DOB\": null,\n                        \"username\": \"Jmac\"\n                    },\n                    ...\n                ],\n                \"name\": \"TiltedBoys\",\n                \"id\": 7584152,\n                \"designation\": 1,\n                \"results\": [\n                    {\n                        \"game_number\": 1,\n                        \"score\": 39\n                    },\n                    ...\n                ]\n            },\n            ...\n        ],\n        \"league_details\": {\n            \"name\": \"DPC 2023 NA Summer Tour Division II – presented by PGL\",\n            \"tier\": 8,\n            \"id\": 15353\n        },\n        \"league\": \"DPC 2023 NA Summer Tour Division II – presented by PGL\",\n        \"matchid\": \"1535316861860007584152823011505100707\",\n        \"match_status\": \"completed\"\n    }\n]\n"}],"_postman_id":"9bfff9ce-9fe9-4464-8cd7-4533da642a84"},{"name":"League Mappings","id":"16aa3bd4-97b7-44d6-9560-0dd83bab05f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/dota2/league-mappings/","description":"<p><strong>Query Parameters</strong>: <code>league_id</code>, <code>name</code>, <code>min_prize_money</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>This endpoint gives you access to the most up to date mappings we have for leagues. We return a league/tournament dictionary that has the information described in Table 9.</p>\n<p><strong>Table 9: League Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>A string that represents the Rimble id we use for the league/tournament.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string representing the name of the league/tournament.</td>\n</tr>\n<tr>\n<td><code>dates</code></td>\n<td>A string representing the dates of the league/tournament.</td>\n</tr>\n<tr>\n<td><code>prize_money</code></td>\n<td>For most entries this is an integer representing the prize money in dollars. This is a good proxy indicator for the tier of the league/tournament. You can query for it using the <code>min_prize_money</code> parameter above to find leagues big enough for your platform.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","dota2","league-mappings",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"f6ff5ec0-f1eb-4943-80f6-30787210f401","name":"dota2-league-mappings","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/dota2/league-mappings/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"33590"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 15 Mar 2022 23:32:16 GMT"},{"key":"x-amzn-RequestId","value":"26ed34ba-62d1-46cd-bb4c-716523c41e23"},{"key":"x-amz-apigw-id","value":"PDI_RHDrIAMFY6Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-623121fb-630cd0a40e3b3419596924de;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 8ae4aa5623ecbc69a3f4af90ee8c3e74.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"qcVAhJ4wsrFaKx3TEnHPxMi8chklvshuBiM0cunQA5_4A_-miFyD1w=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 17,\n        \"name\": \"G-1 Champions League Season 5\",\n        \"prize_money\": 10000,\n        \"dates\": \"2013-03-19 - 2013-04-19\"\n    },\n    ...\n]"}],"_postman_id":"16aa3bd4-97b7-44d6-9560-0dd83bab05f2"},{"name":"Teams","id":"9f25c8d9-df6c-41b8-8b40-1c52483f2e9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/dota2/teams/","description":"<p><strong>Query Parameters</strong>: <code>id</code> (optional)</p>\n<p>This endpoint is added to provide you with the ability to bulk update your local tables with team information.</p>\n<p>Note this endpoint is not actively maintained but provides a starting point with relevant team information to make operations easier and player usernames might change for a given id over time.</p>\n","urlObject":{"protocol":"https","path":["raw","dota2","teams",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"a4eb1134-62ef-4d6d-aeaf-7758f5c32c7d","name":"Teams","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/dota2/teams/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"31949\",\n        \"name\": \"Refraction Gaming\",\n        \"image\": \"https://...png\"        \n    },\n    ...\n]"}],"_postman_id":"9f25c8d9-df6c-41b8-8b40-1c52483f2e9e"},{"name":"Players","id":"864d693c-761f-46ab-9f3f-68291278eeb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/dota2/players/","description":"<p><strong>Query Parameters</strong>: <code>id</code> (optional)</p>\n<p>This endpoint is added to provide you with the ability to bulk update your local tables with player information.</p>\n<p>Note this endpoint is not actively maintained but provides a starting point with relevant player information to make operations easier and player usernames might change for a given id over time.</p>\n","urlObject":{"protocol":"https","path":["raw","dota2","players",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"e8c663ee-1e36-4741-b558-f35c73560d95","name":"Players","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/dota2/players/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"86941\",\n        \"username\": \"Meow\",\n        \"name\": \"John Yu\",\n        \"DOB\": \"1998-06-04\",\n        \"image\": \"https://...png\"        \n\n    },\n    ...\n]"}],"_postman_id":"864d693c-761f-46ab-9f3f-68291278eeb5"}],"id":"4b4eee97-4e13-408e-b697-7fb13be598aa","description":"<p><strong>Tournaments Supported:</strong> <code>Spring Regional League</code>, <code>Spring Major</code>, <code>Spring Regional Finals</code>, <code>Winter Regional League</code>, <code>Winter Major</code>, <code>Winter Regional Finals</code>, <code>Regional Qualifiers</code>, <code>The International</code>, with 100+ more smaller tournaments. We can also provide access to other smaller tournaments based on your requests.</p>\n<p><strong>Player-Level Data</strong>: <code>hero</code>, <code>kills</code>, <code>deaths</code>, <code>assists</code>, <code>level</code>, <code>leaver_status</code>, <code>last_hits</code>, <code>denies</code> , <code>gold_per_min</code>, <code>xp_per_min</code>, <code>net_worth</code>, <code>aghanims_scepter</code>, <code>aghanims_shard</code>, <code>moonshard</code> , <code>hero_damage</code>, <code>tower_damage</code>, <code>hero_healing</code>, <code>gold</code>, <code>gold_spent</code>, <code>ancient_kills</code>, <code>creeps_stacked</code>, <code>firstblood_claimed</code>, <code>lane_role</code>, <code>neutral_kills</code>, <code>observers_placed</code>, <code>roshan_kills</code>, <code>runes</code>, <code>sen_placed</code>, <code>towers_killed</code></p>\n<p><strong>Team-Level Data</strong>: <code>score</code>, <code>ancient_kills</code>, <code>roshan_kills</code>, <code>result</code>, <code>towers</code></p>\n","_postman_id":"4b4eee97-4e13-408e-b697-7fb13be598aa"},{"name":"Valorant","item":[{"name":"Upcoming Matches","id":"9680566b-f140-4826-b614-de88852857b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/valorant/upcoming-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p><strong>Table 7: Match Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>A string that represents the date the match was played in UTC. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"2021-06-10\" represents June 10, 2021 UTC.</td>\n</tr>\n<tr>\n<td><code>time</code></td>\n<td>A string that represents the time the match was played in UTC. This format for the time is <code>{hour}:{minute}:{second}</code> using a 24-hour clock. For example, \"14:15:00\" represents 2:15pm UTC.</td>\n</tr>\n<tr>\n<td><code>matchid</code></td>\n<td>An id of the game that was created by Rimble. This is a string, and it uniquely identifies each match. <strong>Note:</strong> Each match can potentially have multiple games within it, but we give results on a per match basis.</td>\n</tr>\n<tr>\n<td><code>team_1_name</code></td>\n<td>A string that identifies the first team.</td>\n</tr>\n<tr>\n<td><code>team_2_name</code></td>\n<td>A string that identifies the second team.</td>\n</tr>\n<tr>\n<td><code>league</code></td>\n<td>A string that described the tournament/league this match is a part of.</td>\n</tr>\n<tr>\n<td><code>source_url</code></td>\n<td>A string that contains a URL for a third party source that describes this match. This is given in case you need to cross-reference something.</td>\n</tr>\n<tr>\n<td><code>match_format</code></td>\n<td>A dictionary describing the format in which this match will be played (also referred to as \"match style\"). Details for this are given in Table 7.1 below.</td>\n</tr>\n<tr>\n<td><code>league_details</code></td>\n<td>A dictionary that contains information about the league/tournament this match is being played under, Details for this are given in Table 7.2.</td>\n</tr>\n<tr>\n<td><code>stream_links</code></td>\n<td>A list of strings that represent links to streams for this match. This is provided as a list because many matches have multiple channels/websites broadcasting the match.</td>\n</tr>\n<tr>\n<td><code>teams</code></td>\n<td>A list of team objects, each of which is a dictionary that follows the format described in Table 7.3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 7.1: Match Format Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>A string that described the type of format this match will be played as. The two possible formats are <code>bestOf</code> and <code>numGames</code>. <code>bestOf</code> simply means this match will be played as a \"best of\" of <code>count</code> games. <code>numGames</code> means, no matter what happens in the first few games, <code>numGames</code> will be played and the wins for games will be added to the team's tally in the tournament/league table.</td>\n</tr>\n<tr>\n<td><code>count</code></td>\n<td>An integer that describes the number of games being referred to for the <code>type</code> format above.</td>\n</tr>\n<tr>\n<td><code>metadata</code></td>\n<td>A list of dictionaries that give the estimated start time and date for all the games in the match. The format is consistent with the date time fields in the above table. i.e. we given data in UTC as <code>{year}-{month}-{date}</code> and <code>{hour}:{minute}:{second}</code>. <strong>Note:</strong> estimating times can be tricky, but we predict such that it is much less likely that the match will start before the time specified rather than after.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 7.2: League Details Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the league that was created by Rimble. This is a string, and it uniquely identifies each league.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the league.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the league to use for embedding into any front end.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 7.3: Team Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the team that was created by Rimble. This is a string, and it uniquely identifies each team.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>slug</code></td>\n<td>A string that can be used as the alias for the team name.</td>\n</tr>\n<tr>\n<td><code>designation</code></td>\n<td>An integer with value <code>1</code> or <code>2</code>, depending on if the team in this dictionary is team 1 or team 2 for this match. This can be thought of as the \"home team\" if it has a designation of <code>1</code>, and \"away team\" if it has a designation of <code>2</code>. <strong>Note:</strong> The team dictionaries are always ordered so that the dictionary for team 1 is element 0 in the list.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the team to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>players</code></td>\n<td>A list of player objects, each of which is a dictionary that follows the format described in Table 7.3.1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 7.3.1: Player Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the player that was created by Rimble. This is a string, and it uniquely identifies each player.</td>\n</tr>\n<tr>\n<td><code>username</code></td>\n<td>A string that represents the username name the player uses for Valorant (often also what people refer to them as, rather than their real names).</td>\n</tr>\n<tr>\n<td><code>DOB</code></td>\n<td>A string that represents the date of birth of this player. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"1998-06-04\" represents June 04, 1998. We provide this information in case you need to filter content such that only players of a certain minimum age are displayed. <strong>Note:</strong> Not all players have their DOB publicly available - in case it is not available this field will be a <code>null</code>.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to a profile image of the player to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>player_expected_participation</code></td>\n<td>A boolean value indicating whether this player is expected to play in this match. If set to true, this player is expected to participate.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","valorant","upcoming-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"f199adb0-279b-4540-a12d-a9745f6f9a6d","name":"valorant-upcoming-matches","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/valorant/upcoming-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:10:40 GMT"},{"key":"x-amzn-RequestId","value":"e6f1e797-0337-47cf-b9e3-238ff1edcaa1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsBRcGx-IAMF1yg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e26f-32a189c2044c58a8059eb976;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 61b5d2bc1eed0f4589fa0899bfb07e78.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"ks6MbaHL1F9_RF-VMITv9v0glKtQgR5k-quM_the9J6c9uCbDCywmA=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2022-03-15\",\n        \"time\": \"14:00:00\",\n        \"matchid\": \"69837\",\n        \"team_1_name\": \"DSYRE\",\n        \"team_2_name\": \"Ovation eSports\",\n        \"league\": \"Valorant Regional League DACH: Evolution\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"id\": \"926\",\n            \"name\": \"Valorant Regional League DACH: Evolution\",\n            \"image\": \"https://...png\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 3,\n            \"metadata\": [\n                {\n                    \"game_number\": 1,\n                    \"est_date\": \"2022-03-15\",\n                    \"est_time\": \"14:00:00\"\n                },\n                ...\n            ]\n        },\n        \"stream_links\": [\n            \"https://...\",\n            ...\n        ],\n        \"teams\": [\n            {\n                \"id\": \"6538\",\n                \"name\": \"DSYRE\",\n                \"designation\": 1,\n                \"slug\": \"DSR\",\n                \"image\": \"https://...png\",\n                \"players\": [\n                    {\n                        \"id\": \"3353\",\n                        \"username\": \"Maru\",\n                        \"DOB\": \"1998-06-04\",\n                        \"image\": \"https://...png\",\n                    },\n                    ...\n                ]\n            },\n            ...\n        ]\n    },\n    ...\n]"}],"_postman_id":"9680566b-f140-4826-b614-de88852857b7"},{"name":"Live Matches","id":"80c43f73-cce8-4d8f-b9df-e8267cea07fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/valorant/live-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>The format for this endpoint is exactly the same as upcoming matches for Valorant. We provide this endpoint to help you distinguish between matches that have gone live (and have therefore been taken off of upcoming matches) and matches that have been cancelled.</p>\n<p><strong>IMPORTANT NOTE:</strong> This endpoint was created to allow you to track matches that are live rather than to give you access to live data about matches. As such, this endpoint is the same as the upcoming matches endpoint, but it returns matches that are live instead of upcoming. To get access to live data about matches (like the latest team scores and player statistics), reach out to us at <a href=\"mailto:support@rimble.io\">support@rimble.io</a> - we use websocket connections to provide this data.</p>\n","urlObject":{"protocol":"https","path":["raw","valorant","live-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"40d8a47c-b4c6-4a26-b174-face342fcec9","name":"valorant-live-matches","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/valorant/live-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:10:40 GMT"},{"key":"x-amzn-RequestId","value":"e6f1e797-0337-47cf-b9e3-238ff1edcaa1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsBRcGx-IAMF1yg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e26f-32a189c2044c58a8059eb976;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 61b5d2bc1eed0f4589fa0899bfb07e78.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"ks6MbaHL1F9_RF-VMITv9v0glKtQgR5k-quM_the9J6c9uCbDCywmA=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2022-03-15\",\n        \"time\": \"14:00:00\",\n        \"matchid\": \"69837\",\n        \"team_1_name\": \"DSYRE\",\n        \"team_2_name\": \"Ovation eSports\",\n        \"league\": \"Valorant Regional League DACH: Evolution\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"id\": \"926\",\n            \"name\": \"Valorant Regional League DACH: Evolution\",\n            \"image\": \"https://...png\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 3,\n            \"metadata\": [\n                {\n                    \"game_number\": 1,\n                    \"est_date\": \"2022-03-15\",\n                    \"est_time\": \"14:00:00\"\n                },\n                ...\n            ]\n        },\n        \"stream_links\": [\n            \"https://...\",\n            ...\n        ],\n        \"teams\": [\n            {\n                \"id\": \"6538\",\n                \"name\": \"DSYRE\",\n                \"designation\": 1,\n                \"slug\": \"DSR\",\n                \"image\": \"https://...png\",\n                \"players\": [\n                    {\n                        \"id\": \"3353\",\n                        \"username\": \"Maru\",\n                        \"DOB\": \"1998-06-04\",\n                        \"image\": \"https://...png\",\n                    },\n                    ...\n                ]\n            },\n            ...\n        ]\n    },\n    ...\n]"}],"_postman_id":"80c43f73-cce8-4d8f-b9df-e8267cea07fb"},{"name":"Completed Matches","id":"ea4c95a9-3c92-488f-9813-f33e6141f7ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/valorant/completed-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<p><strong>NOTE:</strong> We return completed matches for <code>5</code> days after their completion. If you require access to older matches, you may reach out to us directly.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p><strong>Table 8: Match Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>A string that represents the date the match was played in UTC. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"2021-06-10\" represents June 10, 2021 UTC.</td>\n</tr>\n<tr>\n<td><code>time</code></td>\n<td>A string that represents the time the match was played in UTC. This format for the time is <code>{hour}:{minute}:{second}</code> using a 24-hour clock. For example, \"14:15:00\" represents 2:15pm UTC.</td>\n</tr>\n<tr>\n<td><code>matchid</code></td>\n<td>An id of the game that was created by Rimble. This is a string, and it uniquely identifies each match. <strong>Note:</strong> Each match can potentially have multiple games within it, but we give results on a per match basis.</td>\n</tr>\n<tr>\n<td><code>team_1_name</code></td>\n<td>A string that identifies the first team.</td>\n</tr>\n<tr>\n<td><code>team_2_name</code></td>\n<td>A string that identifies the second team.</td>\n</tr>\n<tr>\n<td><code>league</code></td>\n<td>A string that described the tournament/league this match is a part of.</td>\n</tr>\n<tr>\n<td><code>source_url</code></td>\n<td>A string that contains a URL for a third party source that describes this match. This is given in case you need to cross-reference something.</td>\n</tr>\n<tr>\n<td><code>match_format</code></td>\n<td>A dictionary describing the format in which this match will be played (also referred to as \"match style\"). Details for this are given in Table 8.1 below.</td>\n</tr>\n<tr>\n<td><code>league_details</code></td>\n<td>A dictionary that contains information about the league/tournament this match is being played under, Details for this are given in Table 8.2.</td>\n</tr>\n<tr>\n<td><code>stream_links</code></td>\n<td>A list of strings that represent links to streams for this match. This is provided as a list because many matches have multiple channels/websites broadcasting the match.</td>\n</tr>\n<tr>\n<td><code>metadata</code></td>\n<td>A dictionary that has the key <code>games</code> in it to key into a list with information about each game's metadata that identifies the map name that was used for the game.</td>\n</tr>\n<tr>\n<td><code>teams</code></td>\n<td>A list of team objects, each of which is a dictionary that follows the format described in Table 8.3</td>\n</tr>\n<tr>\n<td><code>match_winner</code></td>\n<td>A string representing the team (\"1\" or \"2\") that won the match.</td>\n</tr>\n<tr>\n<td><code>team_1_score</code></td>\n<td>A string representing team 1's score.</td>\n</tr>\n<tr>\n<td><code>team_2_score</code></td>\n<td>A string representing team 2's score.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.1: Match Format Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>A string that described the type of format this match will be played as. The two possible formats are <code>bestOf</code> and <code>numGames</code>. <code>bestOf</code> simply means this match will be played as a \"best of\" of <code>count</code> games. <code>numGames</code> means, no matter what happens in the first few games, <code>numGames</code> will be played and the wins for games will be added to the team's tally in the tournament/league table.</td>\n</tr>\n<tr>\n<td><code>count</code></td>\n<td>An integer that describes the number of games being referred to for the <code>type</code> format above.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.2: League Details Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the league that was created by Rimble. This is a string, and it uniquely identifies each league.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the league.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the league to use for embedding into any front end.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.3: Team Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the team that was created by Rimble. This is a string, and it uniquely identifies each team.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>slug</code></td>\n<td>A string that can be used as the alias for the team name.</td>\n</tr>\n<tr>\n<td><code>designation</code></td>\n<td>An integer with value <code>1</code> or <code>2</code>, depending on if the team in this dictionary is team 1 or team 2 for this match. This can be thought of as the \"home team\" if it has a designation of <code>1</code>, and \"away team\" if it has a designation of <code>2</code>. <strong>Note:</strong> The team dictionaries are always ordered so that the dictionary for team 1 is element 0 in the list.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the team to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>win_result</code></td>\n<td>An integer value <code>1</code> if the team won the match and <code>0</code> if it lost the match.</td>\n</tr>\n<tr>\n<td><code>games_won</code></td>\n<td>An integer value representing the number of games this team won in the match.</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td>A list of dictionaries, where each dictionary represents the team's results for each of the games played in this match. The dictionaries follow the format in Table 8.3.1</td>\n</tr>\n<tr>\n<td><code>players</code></td>\n<td>A list of player objects, each of which is a dictionary that follows the format described in Table 8.3.2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.3.1: Team Results Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>game_number</code></td>\n<td>An integer representing the game number this result is for. The game numbers are 1-indexed, i.e. the first game in the match will have game number 1</td>\n</tr>\n<tr>\n<td><code>ct_score</code></td>\n<td>An integer representing the score for this team when they played as the \"counter terrorists\" in this game.</td>\n</tr>\n<tr>\n<td><code>t_score</code></td>\n<td>An integer representing the score for this team when they played as the \"terrorists\" in this game.</td>\n</tr>\n<tr>\n<td><code>ot_score</code></td>\n<td>An integer representing the score of the team if they played in overtime.</td>\n</tr>\n<tr>\n<td><code>rounds_won</code></td>\n<td>An integer representing the number of rounds won by the team.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.3.2: Player Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the player that was created by Rimble. This is a string, and it uniquely identifies each player.</td>\n</tr>\n<tr>\n<td><code>username</code></td>\n<td>A string that represents the username name the player uses for Valorant (often also what people refer to them as, rather than their real names).</td>\n</tr>\n<tr>\n<td><code>DOB</code></td>\n<td>A string that represents the date of birth of this player. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"1998-06-04\" represents June 04, 1998. We provide this information in case you need to filter content such that only players of a certain minimum age are displayed. <strong>Note:</strong> Not all players have their DOB publicly available - in case it is not available this field will be a <code>null</code>.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to a profile image of the player to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td>A list of dictionary objects that give data for the player's results, where each dictionary element represents a game. It follows the format described in Table 8.3.2.1</td>\n</tr>\n<tr>\n<td><code>player_expected_participation</code></td>\n<td>A boolean value indicating whether this player is expected to play in this match. If set to true, this player is expected to participate.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.3.2.1: Player Results Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>game_number</code></td>\n<td>An integer representing the game number this result is for. The game numbers are 1-indexed, i.e. the first game in the match will have game number 1</td>\n</tr>\n<tr>\n<td><code>agent</code></td>\n<td>A string representing the \"agent\" or character this player played with for this game.</td>\n</tr>\n<tr>\n<td><code>kills</code></td>\n<td>An integer representing the number of kills this player got in this game.</td>\n</tr>\n<tr>\n<td><code>deaths</code></td>\n<td>An integer representing the number of deaths this player got in this game.</td>\n</tr>\n<tr>\n<td><code>assists</code></td>\n<td>An integer representing the number of assists this player got in this game.</td>\n</tr>\n<tr>\n<td><code>adr</code></td>\n<td>An integer representing the ADR this player got in this game. ADR means \"Average Damage per Round\".</td>\n</tr>\n<tr>\n<td><code>first_kill</code></td>\n<td>An integer representing the number of times this player got the first kill in the rounds in this game.</td>\n</tr>\n<tr>\n<td><code>first_death</code></td>\n<td>An integer representing the number of times this player was the first death in the rounds in this game.</td>\n</tr>\n<tr>\n<td><code>economy</code></td>\n<td>An integer representing the economy this player had in this game.</td>\n</tr>\n<tr>\n<td><code>FD</code></td>\n<td>An integer representing the number of rounds in which the player was the first to die on their team.</td>\n</tr>\n<tr>\n<td><code>FK</code></td>\n<td>An integer representing the number of rounds in which the player secured the first kill.</td>\n</tr>\n<tr>\n<td><code>acs</code></td>\n<td>An integer representing the player's Average Combat Score for the match.</td>\n</tr>\n<tr>\n<td><code>headshots</code></td>\n<td>An integer representing the number of headshots the player had.</td>\n</tr>\n<tr>\n<td><code>kast</code></td>\n<td>A float or percentage representing the proportion of rounds in which the player either got a kill, assist, survived, or was traded.</td>\n</tr>\n<tr>\n<td><code>s_defused</code></td>\n<td>An integer representing the number of times the player successfully defused the spike.</td>\n</tr>\n<tr>\n<td><code>s_planted</code></td>\n<td>An integer representing the number of times the player successfully planted the spike.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>NOTE:</strong> A player may be on the lineup, but not on the starting team for all the games of the match. For example, a player might have only started for 2 out of the 3 games in a match. In those cases, we still have a player game results dictionary as described in the above table, but the values for the attributes are <code>null</code>'s.</p>\n","urlObject":{"protocol":"https","path":["raw","valorant","completed-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"dad851f0-2010-4796-971a-3cb4f8e57f0f","name":"valorant-completed-matches","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/valorant/completed-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"14138"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:04:40 GMT"},{"key":"x-amzn-RequestId","value":"f85de47b-960c-46dd-b9de-2fe939c067d4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsAY_FubIAMF2Ig="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e106-73116fc65b8d5a5b1f39fdbb;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 60977f24a6858f4bd1384356217daad0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"IMSM9ublM3VhqZEXxLzVJ-_4nNF4jhWYg_C47JFRXTM82qT67bisMQ=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2022-03-15\",\n        \"time\": \"14:00:00\",\n        \"matchid\": \"69837\",\n        \"team_1_name\": \"DSYRE\",\n        \"team_2_name\": \"Ovation eSports\",\n        \"league\": \"Valorant Regional League DACH: Evolution\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"id\": \"926\",\n            \"name\": \"Valorant Regional League DACH: Evolution\",\n            \"image\": \"https://...png\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 3\n        },\n        \"stream_links\": [\n            \"https://...\",\n            ...\n        ],\n        \"metadata\": {\n            \"games\": [\n                {\n                    \"game_number\": 1,\n                    \"map_name\": \"Split\"\n                },\n                ...\n            ]\n        },\n        \"teams\": [\n            {\n                \"id\": \"6538\",\n                \"name\": \"DSYRE\",\n                \"designation\": 1,\n                \"slug\": \"DSR\",\n                \"image\": \"https://...png\",\n                \"win_result\": 0,\n                \"games_won\": 1,\n                \"results\": [\n                    {\n                        \"game_number\": 1,\n                        \"ct_score\": 4,\n                        \"t_score\": 5\n                    },\n                    ...\n                ]\n                \"players\": [\n                    {\n                        \"id\": \"3353\",\n                        \"username\": \"Maru\",\n                        \"DOB\": \"1998-06-04\",\n                        \"image\": \"https://...png\",\n                        \"results\": [\n                            {\n                                \"game_number\": 1,\n                                \"agent\": \"breach\",\n                                \"kills\": 15,\n                                \"deaths\": 16,\n                                \"assists\": 13,\n                                \"adr\": 159,\n                                \"FK\": 1,\n                                \"FD\": 0,\n                                \"economy\": \"62\",\n                                \"s_planted\": \"2\",\n                                \"s_defused\": \"0\"\n                            },\n                            ...\n                        ]\n                    },\n                    ...\n                ]\n            },\n            ...\n        ]\n    },\n    ...\n]"}],"_postman_id":"ea4c95a9-3c92-488f-9813-f33e6141f7ca"},{"name":"Match Status","id":"e5eb7495-89d5-4891-ac18-4254b8209d3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/valorant/match-status/?matchid={matchid}","description":"<p><strong>Query Parameters</strong>: <code>matchid</code> (required), <code>date</code> (required if match is older than 14 days).</p>\n<p>This endpoint is added to provide you with a persistent endpoint to access the match status for any match. The format of this endpoint is a list of a single dictionary that represents the match you are searching for. This dictionary always has a <code>match_status</code> key that can have values:</p>\n<ul>\n<li><code>upcoming</code> - the match is scheduled for the future</li>\n<li><code>live</code> - at least one game in the match is being played right now</li>\n<li><code>ended</code> - the match has ended but we haven't settled all the markets available yet</li>\n<li><code>completed</code> - the match has ended and all the data is now available to settle all markets we offer</li>\n<li><code>cancelled</code> - the match being searched for doesn't exist</li>\n</ul>\n<p>The rest of the dictionary format will follow the other endpoints we have described above (i.e. if the <code>match_status</code> is <code>completed</code> or <code>ended</code>, the match dictionary will have all the information described in \"Completed Matches\" endpoint).</p>\n","urlObject":{"protocol":"https","path":["raw","valorant","match-status",""],"host":["rimbleanalytics","com"],"query":[{"key":"matchid","value":"{matchid}"}],"variable":[]}},"response":[{"id":"b40569fc-984c-4073-a72f-71807f6850a5","name":"valorant-match-status","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":{"raw":"https://rimbleanalytics.com/raw/valorant/match-status/?matchid=69837&date=2022-10-28","protocol":"https","host":["rimbleanalytics","com"],"path":["raw","valorant","match-status",""],"query":[{"key":"matchid","value":"69837"},{"key":"date","value":"2022-10-28"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"14138"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:04:40 GMT"},{"key":"x-amzn-RequestId","value":"f85de47b-960c-46dd-b9de-2fe939c067d4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsAY_FubIAMF2Ig="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e106-73116fc65b8d5a5b1f39fdbb;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 60977f24a6858f4bd1384356217daad0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"IMSM9ublM3VhqZEXxLzVJ-_4nNF4jhWYg_C47JFRXTM82qT67bisMQ=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"match_status\": \"completed\",\n        \"date\": \"2022-03-15\",\n        \"time\": \"14:00:00\",\n        \"matchid\": \"69837\",\n        \"team_1_name\": \"DSYRE\",\n        \"team_2_name\": \"Ovation eSports\",\n        \"league\": \"Valorant Regional League DACH: Evolution\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"id\": \"926\",\n            \"name\": \"Valorant Regional League DACH: Evolution\",\n            \"image\": \"https://...png\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 3\n        },\n        \"stream_links\": [\n            \"https://...\",\n            ...\n        ],\n        \"metadata\": {\n            \"games\": [\n                {\n                    \"game_number\": 1,\n                    \"map_name\": \"Split\"\n                },\n                ...\n            ]\n        },\n        \"teams\": [\n            {\n                \"id\": \"6538\",\n                \"name\": \"DSYRE\",\n                \"designation\": 1,\n                \"image\": \"https://...png\",\n                \"win_result\": 0,\n                \"results\": [\n                    {\n                        \"game_number\": 1,\n                        \"ct_score\": 4,\n                        \"t_score\": 5\n                    },\n                    ...\n                ]\n                \"players\": [\n                    {\n                        \"id\": \"3353\",\n                        \"username\": \"Maru\",\n                        \"DOB\": \"1998-06-04\",\n                        \"image\": \"https://...png\",\n                        \"results\": [\n                            {\n                                \"game_number\": 1,\n                                \"agent\": \"breach\",\n                                \"kills\": 15,\n                                \"deaths\": 16,\n                                \"assists\": 13,\n                                \"adr\": 159,\n                                \"FK\": 1,\n                                \"FD\": 0,\n                                \"economy\": \"62\",\n                                \"s_planted\": \"2\",\n                                \"s_defused\": \"0\"\n                            },\n                            ...\n                        ]\n                    },\n                    ...\n                ]\n            },\n            ...\n        ]\n    }\n]"}],"_postman_id":"e5eb7495-89d5-4891-ac18-4254b8209d3a"},{"name":"League Mappings","id":"79e228d3-dc3e-48bc-a46b-fac0ef6d0659","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/valorant/league-mappings/","description":"<p><strong>Query Parameters</strong>: <code>league_id</code>, <code>name</code>, <code>min_prize_money</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>This endpoint gives you access to the most up to date mappings we have for leagues in Valorant. We return a league/tournament dictionary that has the information described in Table 9.</p>\n<p><strong>Table 9: League Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>A string that represents the Rimble id we use for the league/tournament.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string representing the name of the league/tournament.</td>\n</tr>\n<tr>\n<td><code>dates</code></td>\n<td>A string representing the start and end date of the league/tournament - if we have only one date here, that means the tournament will be running only for one day.</td>\n</tr>\n<tr>\n<td><code>prize_money</code></td>\n<td>For most entries this is an integer representing the prize money in dollars. This is a good proxy indicator for the tier of the league/tournament. You can query for it using the <code>min_prize_money</code> parameter above to find leagues big enough for your platform.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","valorant","league-mappings",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"c92afe62-7934-4d0d-a319-916c0f9a82cd","name":"valorant-league-mappings-raw","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/valorant/league-mappings/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:10:40 GMT"},{"key":"x-amzn-RequestId","value":"e6f1e797-0337-47cf-b9e3-238ff1edcaa1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsBRcGx-IAMF1yg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e26f-32a189c2044c58a8059eb976;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 61b5d2bc1eed0f4589fa0899bfb07e78.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"ks6MbaHL1F9_RF-VMITv9v0glKtQgR5k-quM_the9J6c9uCbDCywmA=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1\",\n        \"name\": \"T1 x Nerd Street Gamers Invitational\",\n        \"dates\": \"May 3 - May 7, 2020\",\n        \"prize_money\": 25000\n    },\n    ...\n]"}],"_postman_id":"79e228d3-dc3e-48bc-a46b-fac0ef6d0659"},{"name":"Teams","id":"caa0b46a-48ab-4e5e-af72-101aee2a9c67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/valorant/teams/","description":"<p><strong>Query Parameters</strong>: <code>id</code> (optional)</p>\n<p>This endpoint is added to provide you with the ability to bulk update your local tables with team information.</p>\n<p>Note this endpoint is not actively maintained but provides a starting point with relevant team information to make operations easier and player usernames might change for a given id over time.</p>\n","urlObject":{"protocol":"https","path":["raw","valorant","teams",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"03362791-0d2b-4e1c-addd-c5f01f38ff32","name":"Teams","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/valorant/teams/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"2815\",\n        \"name\": \"Version1\"\n        \"image\": \"https://...png\"\n    },\n    ...\n]"}],"_postman_id":"caa0b46a-48ab-4e5e-af72-101aee2a9c67"},{"name":"Players","id":"57f4c52e-885c-42e5-8478-f1a58dcd8bc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/valorant/players/","description":"<p><strong>Query Parameters</strong>: <code>id</code> (optional)</p>\n<p>This endpoint is added to provide you with the ability to bulk update your local tables with player information.</p>\n<p>Note this endpoint is not actively maintained but provides a starting point with relevant player information to make operations easier and player usernames might change for a given id over time.</p>\n","urlObject":{"protocol":"https","path":["raw","valorant","players",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"f67d7111-cf78-4f48-9220-500221996538","name":"Players","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/valorant/players/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"729\",\n        \"username\": \"Zellsis\",\n        \"name\": \"Callum Lang\",\n        \"DOB\": \"1998-03-02\",\n        \"image\": \"https://...png\"\n    },\n    ...\n]"}],"_postman_id":"57f4c52e-885c-42e5-8478-f1a58dcd8bc1"}],"id":"6b502fce-0d8e-4ec1-94f7-b3c9a3539f33","description":"<p><strong>Tournaments Supported:</strong> <code>Challengers</code>, <code>Game Changers</code>, <code>Last Change Qualifiers</code>, <code>Masters</code>, <code>Champions</code>, with 50+ more smaller tournaments. We can also provide access to other smaller tournaments based on your requests.</p>\n<p><strong>Player-Level Data</strong>:<code>first_kill</code>, <code>first_death</code>, <code>economy</code>, <code>acs</code>, <code>headshots</code>, <code>kast</code>, <code>s_defused</code>, <code>s_planted</code></p>\n<p><strong>Team-Level Data</strong>: <code>t_score</code>, <code>ct_score</code>, <code>ot_score</code>, <code>rounds_won</code></p>\n","_postman_id":"6b502fce-0d8e-4ec1-94f7-b3c9a3539f33"},{"name":"Rocket League","item":[{"name":"Upcoming Matches","id":"e3d4411d-750e-4cf0-aec3-a13b412e7864","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/rocketleague/upcoming-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p><strong>Table 10: Match Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>A string that represents the date the match was played in UTC. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"2021-06-10\" represents June 10, 2021 UTC.</td>\n</tr>\n<tr>\n<td><code>time</code></td>\n<td>A string that represents the time the match was played in UTC. This format for the time is <code>{hour}:{minute}:{second}</code> using a 24-hour clock. For example, \"14:15:00\" represents 2:15pm UTC.</td>\n</tr>\n<tr>\n<td><code>matchid</code></td>\n<td>An id of the game that was created by Rimble. This is a string, and it uniquely identifies each match. <strong>Note:</strong> Each match can potentially have multiple games within it, but we give results on a per match basis.</td>\n</tr>\n<tr>\n<td><code>team_1_name</code></td>\n<td>A string that identifies the first team.</td>\n</tr>\n<tr>\n<td><code>team_2_name</code></td>\n<td>A string that identifies the second team.</td>\n</tr>\n<tr>\n<td><code>league</code></td>\n<td>A string that described the tournament/league this match is a part of.</td>\n</tr>\n<tr>\n<td><code>source_url</code></td>\n<td>A string that contains a URL for a third party source that describes this match. This is given in case you need to cross-reference something.</td>\n</tr>\n<tr>\n<td><code>match_format</code></td>\n<td>A dictionary describing the format in which this match will be played (also referred to as \"match style\"). Details for this are given in Table 7.1 below.</td>\n</tr>\n<tr>\n<td><code>league_details</code></td>\n<td>A dictionary that contains information about the league/tournament this match is being played under, Details for this are given in Table 7.2.</td>\n</tr>\n<tr>\n<td><code>stream_links</code></td>\n<td>A list of strings that represent links to streams for this match. This is provided as a list because many matches have multiple channels/websites broadcasting the match.</td>\n</tr>\n<tr>\n<td><code>teams</code></td>\n<td>A list of team objects, each of which is a dictionary that follows the format described in Table 7.3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 10.1: Match Format Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>A string that described the type of format this match will be played as. The two possible formats are <code>bestOf</code> and <code>numGames</code>. <code>bestOf</code> simply means this match will be played as a \"best of\" of <code>count</code> games. <code>numGames</code> means, no matter what happens in the first few games, <code>numGames</code> will be played and the wins for games will be added to the team's tally in the tournament/league table.</td>\n</tr>\n<tr>\n<td><code>count</code></td>\n<td>An integer that describes the number of games being referred to for the <code>type</code> format above.</td>\n</tr>\n<tr>\n<td><code>metadata</code></td>\n<td>A list of dictionaries that give the estimated start time and date for all the games in the match. The format is consistent with the date time fields in the above table. i.e. we given data in UTC as <code>{year}-{month}-{date}</code> and <code>{hour}:{minute}:{second}</code>. <strong>Note:</strong> estimating times can be tricky, but we predict such that it is much less likely that the match will start before the time specified rather than after.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 10.2: League Details Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the league that was created by Rimble. This is a string, and it uniquely identifies each league.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the league.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the league to use for embedding into any front end.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 10.3: Team Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the team that was created by Rimble. This is a string, and it uniquely identifies each team.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>designation</code></td>\n<td>An integer with value <code>1</code> or <code>2</code>, depending on if the team in this dictionary is team 1 or team 2 for this match. This can be thought of as the \"home team\" if it has a designation of <code>1</code>, and \"away team\" if it has a designation of <code>2</code>. <strong>Note:</strong> The team dictionaries are always ordered so that the dictionary for team 1 is element 0 in the list.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the team to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>players</code></td>\n<td>A list of player objects, each of which is a dictionary that follows the format described in Table 7.3.1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 10.3.1: Player Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the player that was created by Rimble. This is a string, and it uniquely identifies each player.</td>\n</tr>\n<tr>\n<td><code>username</code></td>\n<td>A string that represents the username name the player uses for Valorant (often also what people refer to them as, rather than their real names).</td>\n</tr>\n<tr>\n<td><code>DOB</code></td>\n<td>A string that represents the date of birth of this player. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"1998-06-04\" represents June 04, 1998. We provide this information in case you need to filter content such that only players of a certain minimum age are displayed. <strong>Note:</strong> Not all players have their DOB publicly available - in case it is not available this field will be a <code>null</code>.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to a profile image of the player to use for embedding into any front end.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","rocketleague","upcoming-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"c5ab0399-dd3d-4ce2-aafa-7f22a2d54845","name":"rocketleague-upcoming-matches","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/rocketleague/upcoming-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:10:40 GMT"},{"key":"x-amzn-RequestId","value":"e6f1e797-0337-47cf-b9e3-238ff1edcaa1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsBRcGx-IAMF1yg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e26f-32a189c2044c58a8059eb976;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 61b5d2bc1eed0f4589fa0899bfb07e78.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"ks6MbaHL1F9_RF-VMITv9v0glKtQgR5k-quM_the9J6c9uCbDCywmA=="}],"cookie":[],"responseTime":null,"body":"    {\n        \"date\": \"2022-11-13\",\n        \"time\": \"13:00:00\",\n        \"matchid\": \"63590778da9d7ca1c7bb9541\",\n        \"team_1_name\": \"Dunno Chief\",\n        \"team_2_name\": \"Playing Ducks\",\n        \"league\": \"EMEA Predator League 2022\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"name\": \"EMEA Predator League 2022\",\n            \"image\": \"https://...png\",\n            \"id\": \"634d6667da9d7ca1c7bb80f1\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 7,\n            \"metadata\": [\n                {\n                    \"game_number\": 1,\n                    \"est_date\": \"2022-11-13\",\n                    \"est_time\": \"13:00:00\"\n                },\n                ...\n            ]\n        },\n        \"stream_links\": [\n            \"https://...\",\n            ...\n        ],\n        \"teams\": [\n            {\n                \"id\": \"6020bc71f1e4807cc7002516\",\n                \"name\": \"Dunno Chief\",\n                \"designation\": 1,\n                \"image\": \"https://...png\",\n                \"players\": [\n                    {\n                        \"id\": \"5f3d8fdd95f40596eae23e11\",\n                        \"username\": \"Kephiii\",\n                        \"image\": \"https://...png\",\n                        \"DOB\": \"1998-06-04\"\n                    },\n                    ...\n                ]\n            },\n            ...\n        ],\n        \n    },\n    ...\n]"}],"_postman_id":"e3d4411d-750e-4cf0-aec3-a13b412e7864"},{"name":"Live Matches","id":"1823dd9d-fcd7-4350-8fc5-f78d198263ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/rocketleague/live-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>The format for this endpoint is exactly the same as upcoming matches for Valorant. We provide this endpoint to help you distinguish between matches that have gone live (and have therefore been taken off of upcoming matches) and matches that have been cancelled.</p>\n<p><strong>IMPORTANT NOTE:</strong> This endpoint was created to allow you to track matches that are live rather than to give you access to live data about matches. As such, this endpoint is the same as the upcoming matches endpoint, but it returns matches that are live instead of upcoming. To get access to live data about matches (like the latest team scores and player statistics), reach out to us at <a href=\"mailto:support@rimble.io\">support@rimble.io</a> - we use websocket connections to provide this data.</p>\n","urlObject":{"protocol":"https","path":["raw","rocketleague","live-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"a72728a3-135f-4e04-86ba-7ad80b33e881","name":"rocketleague-live-matches","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/rocketleague/live-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:10:40 GMT"},{"key":"x-amzn-RequestId","value":"e6f1e797-0337-47cf-b9e3-238ff1edcaa1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsBRcGx-IAMF1yg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e26f-32a189c2044c58a8059eb976;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 61b5d2bc1eed0f4589fa0899bfb07e78.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"ks6MbaHL1F9_RF-VMITv9v0glKtQgR5k-quM_the9J6c9uCbDCywmA=="}],"cookie":[],"responseTime":null,"body":"    {\n        \"date\": \"2022-11-13\",\n        \"time\": \"13:00:00\",\n        \"matchid\": \"63590778da9d7ca1c7bb9541\",\n        \"team_1_name\": \"Dunno Chief\",\n        \"team_2_name\": \"Playing Ducks\",\n        \"league\": \"EMEA Predator League 2022\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"name\": \"EMEA Predator League 2022\",\n            \"image\": \"https://...png\",\n            \"id\": \"634d6667da9d7ca1c7bb80f1\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 7,\n            \"metadata\": [\n                {\n                    \"game_number\": 1,\n                    \"est_date\": \"2022-11-13\",\n                    \"est_time\": \"13:00:00\"\n                },\n                ...\n            ]\n        },\n        \"stream_links\": [\n            \"https://...\",\n            ...\n        ],\n        \"teams\": [\n            {\n                \"id\": \"6020bc71f1e4807cc7002516\",\n                \"name\": \"Dunno Chief\",\n                \"designation\": 1,\n                \"image\": \"https://...png\",\n                \"players\": [\n                    {\n                        \"id\": \"5f3d8fdd95f40596eae23e11\",\n                        \"username\": \"Kephiii\",\n                        \"image\": \"https://...png\",\n                        \"DOB\": \"1998-06-04\"\n                    },\n                    ...\n                ]\n            },\n            ...\n        ],\n        \n    },\n    ...\n]"}],"_postman_id":"1823dd9d-fcd7-4350-8fc5-f78d198263ab"},{"name":"Completed Matches","id":"072588b0-92c2-48c2-9f1d-01c0b5729619","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/rocketleague/completed-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<p><strong>NOTE:</strong> We return completed matches for <code>5</code> days after their completion. If you require access to older matches, you may reach out to us directly.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p><strong>Table 11: Match Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>A string that represents the date the match was played in UTC. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"2021-06-10\" represents June 10, 2021 UTC.</td>\n</tr>\n<tr>\n<td><code>time</code></td>\n<td>A string that represents the time the match was played in UTC. This format for the time is <code>{hour}:{minute}:{second}</code> using a 24-hour clock. For example, \"14:15:00\" represents 2:15pm UTC.</td>\n</tr>\n<tr>\n<td><code>matchid</code></td>\n<td>An id of the game that was created by Rimble. This is a string, and it uniquely identifies each match. <strong>Note:</strong> Each match can potentially have multiple games within it, but we give results on a per match basis.</td>\n</tr>\n<tr>\n<td><code>team_1_name</code></td>\n<td>A string that identifies the first team.</td>\n</tr>\n<tr>\n<td><code>team_2_name</code></td>\n<td>A string that identifies the second team.</td>\n</tr>\n<tr>\n<td><code>league</code></td>\n<td>A string that described the tournament/league this match is a part of.</td>\n</tr>\n<tr>\n<td><code>source_url</code></td>\n<td>A string that contains a URL for a third party source that describes this match. This is given in case you need to cross-reference something.</td>\n</tr>\n<tr>\n<td><code>match_format</code></td>\n<td>A dictionary describing the format in which this match will be played (also referred to as \"match style\"). Details for this are given in Table 8.1 below.</td>\n</tr>\n<tr>\n<td><code>league_details</code></td>\n<td>A dictionary that contains information about the league/tournament this match is being played under, Details for this are given in Table 8.2.</td>\n</tr>\n<tr>\n<td><code>stream_links</code></td>\n<td>A list of strings that represent links to streams for this match. This is provided as a list because many matches have multiple channels/websites broadcasting the match.</td>\n</tr>\n<tr>\n<td><code>metadata</code></td>\n<td>A dictionary that has the key <code>games</code> in it to key into a list with information about each game's metadata that identifies the map name that was used for the game.</td>\n</tr>\n<tr>\n<td><code>teams</code></td>\n<td>A list of team objects, each of which is a dictionary that follows the format described in Table 8.3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 11.1: Match Format Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>A string that described the type of format this match will be played as. The two possible formats are <code>bestOf</code> and <code>numGames</code>. <code>bestOf</code> simply means this match will be played as a \"best of\" of <code>count</code> games. <code>numGames</code> means, no matter what happens in the first few games, <code>numGames</code> will be played and the wins for games will be added to the team's tally in the tournament/league table.</td>\n</tr>\n<tr>\n<td><code>count</code></td>\n<td>An integer that describes the number of games being referred to for the <code>type</code> format above.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 11.2: League Details Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the league that was created by Rimble. This is a string, and it uniquely identifies each league.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the league.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the league to use for embedding into any front end.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 11.3: Team Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the team that was created by Rimble. This is a string, and it uniquely identifies each team.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>designation</code></td>\n<td>An integer with value <code>1</code> or <code>2</code>, depending on if the team in this dictionary is team 1 or team 2 for this match. This can be thought of as the \"home team\" if it has a designation of <code>1</code>, and \"away team\" if it has a designation of <code>2</code>. <strong>Note:</strong> The team dictionaries are always ordered so that the dictionary for team 1 is element 0 in the list.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the team to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>win_result</code></td>\n<td>An integer value <code>1</code> if the team won the match and <code>0</code> if it lost the match.</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td>A list of dictionaries, where each dictionary represents the team's results for each of the games played in this match. The dictionaries follow the format in Table 8.3.1.</td>\n</tr>\n<tr>\n<td><code>players</code></td>\n<td>A list of player objects, each of which is a dictionary that follows the format described in Table 8.3.2.</td>\n</tr>\n<tr>\n<td><code>games_won</code></td>\n<td>An integer representing the amount of games won by this team</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 11.3.1: Team Results Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>game_number</code></td>\n<td>An integer representing the game number this result is for. The game numbers are 1-indexed, i.e. the first game in the match will have game number 1.</td>\n</tr>\n<tr>\n<td><code>result</code></td>\n<td>An integer value <code>1</code> if the team won the game and <code>0</code> if it lost the game.</td>\n</tr>\n<tr>\n<td><code>score</code></td>\n<td>An integer representing the total number of points earned by the team by the end of the game.</td>\n</tr>\n<tr>\n<td><code>saves</code></td>\n<td>An integer representing the total number of saves made by the team by the end of the game.</td>\n</tr>\n<tr>\n<td><code>assists</code></td>\n<td>An integer representing the total number of assists made by the team by the end of the game.</td>\n</tr>\n<tr>\n<td><code>shots</code></td>\n<td>An integer representing the total number of shots taken by the team by the end of the game.</td>\n</tr>\n<tr>\n<td><code>goals</code></td>\n<td>An integer representing the total number of goals made by the team by the end of the game.</td>\n</tr>\n<tr>\n<td><code>shootingPercentage</code></td>\n<td>A float representing the shooting percentage the team had by the end of the game.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 11.3.2: Player Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the player that was created by Rimble. This is a string, and it uniquely identifies each player.</td>\n</tr>\n<tr>\n<td><code>username</code></td>\n<td>A string that represents the username name the player uses for Valorant (often also what people refer to them as, rather than their real names).</td>\n</tr>\n<tr>\n<td><code>DOB</code></td>\n<td>A string that represents the date of birth of this player. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"1998-06-04\" represents June 04, 1998. We provide this information in case you need to filter content such that only players of a certain minimum age are displayed. <strong>Note:</strong> Not all players have their DOB publicly available - in case it is not available this field will be a <code>null</code>.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to a profile image of the player to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td>A list of dictionary objects that give data for the player's results, where each dictionary element represents a game. It follows the format described in Table 8.3.2.1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 11.3.2.1: Player Results Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>game_number</code></td>\n<td>An integer representing the game number this result is for. The game numbers are 1-indexed, i.e. the first game in the match will have game number 1</td>\n</tr>\n<tr>\n<td><code>assists</code></td>\n<td>An integer representing the number of assists this player got in this game.</td>\n</tr>\n<tr>\n<td><code>goalParticipation</code></td>\n<td>A float representing the goal participation percentage the player had by the end of the game.</td>\n</tr>\n<tr>\n<td><code>saves</code></td>\n<td>An integer representing the number of saves made by the player by the end of the game.</td>\n</tr>\n<tr>\n<td><code>total_distance</code></td>\n<td>An integer representing the total distance driven by the player by the end of the game.</td>\n</tr>\n<tr>\n<td><code>shots</code></td>\n<td>An integer representing the number of shots taken by the player by the end of the game.</td>\n</tr>\n<tr>\n<td><code>shooting_percentage</code></td>\n<td>A float representing the shooting percentage the player had by the end of the game.</td>\n</tr>\n<tr>\n<td><code>goals</code></td>\n<td>An integer representing the number of goals made by the player by the end of the game.</td>\n</tr>\n<tr>\n<td><code>score</code></td>\n<td>An integer representing the score of the player at the end of the game.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","rocketleague","completed-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"db7597f3-7dd0-4ba7-a4fc-55fe373c58d3","name":"rocketleague-completed-matches","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/rocketleague/completed-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"14138"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:04:40 GMT"},{"key":"x-amzn-RequestId","value":"f85de47b-960c-46dd-b9de-2fe939c067d4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsAY_FubIAMF2Ig="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e106-73116fc65b8d5a5b1f39fdbb;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 60977f24a6858f4bd1384356217daad0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"IMSM9ublM3VhqZEXxLzVJ-_4nNF4jhWYg_C47JFRXTM82qT67bisMQ=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2022-10-28\",\n        \"time\": \"15:00:00\",\n        \"matchid\": \"63402215c437fde7e02dd8ea\",\n        \"team_1_name\": \"Oxygen Esports\",\n        \"team_2_name\": \"Turboclappers\",\n        \"league\": \"RLCS 2022-23 Fall Europe Regional 2\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"name\": \"RLCS 2022-23 Fall Europe Regional 2\",\n            \"image\": \"https://...png\",\n            \"id\": \"632ef8cfc437fde7e02dc032\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 5\n        },\n        \"stream_links\": [\n            \"https://....\",\n            ....\n        ],\n        \"metadata\": {\n            \"games\": [\n                {\n                    \"game_number\": 1,\n                    \"duration\": 300,\n                    \"blue_team\": \"Oxygen Esports\",\n                    \"orange_team\": \"Turboclappers\",\n                    \"map_name\": \"Mannfield (Night)\"\n                }\n            ]\n        },\n        \"teams\": [\n            {\n                \"id\": \"6020bd98f1e4807cc700dc33\",\n                \"name\": \"Oxygen Esports\",\n                \"designation\": 1,\n                \"image\": \"https://...png\",\n                \"win_result\": 1,\n                \"results\": [\n                    {\n                        \"game_number\": 1,\n                        \"result\": 1,\n                        \"score\": 1151,\n                        \"saves\": 7,\n                        \"assists\": 1,\n                        \"shots\": 6,\n                        \"goals\": 1,\n                        \"shootingPercentage\": 16.666666666666664\n                    },\n                    ...\n                ]\n                \"players\": [\n                    {\n                        \"id\": \"5f3d8fdd95f40596eae2415f\",\n                        \"username\": \"Archie\"\n                        \"DOB\": \"1998-06-04\",\n                        \"image\": \"https://...png\",\n                        \"results\": [\n                            {\n                                \"game_number\": 1,\n                                \"score\": 450,\n                                \"goalParticipation\": 100,\n                                \"saves\": 3,\n                                \"assists\": 1,\n                                \"total_distance\": 464628,\n                                \"shots\": 5,\n                                \"shooting_percentage\": 0,\n                                \"goals\": 0\n                            },\n                            ...\n                        ]\n                    },\n                    ...\n                ],\n            },\n            ...\n        ],\n        \n    },\n    ...\n]"}],"_postman_id":"072588b0-92c2-48c2-9f1d-01c0b5729619"},{"name":"Match Status","id":"1cad962d-a289-46c6-b3d2-d96bd2cd0548","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/rocketleague/match-status/?matchid={matchid}","description":"<p><strong>Query Parameters</strong>: <code>matchid</code> (required), <code>date</code> (required if match is older than 14 days).</p>\n<p>This endpoint is added to provide you with a persistent endpoint to access the match status for any match. The format of this endpoint is a list of a single dictionary that represents the match you are searching for. This dictionary always has a <code>match_status</code> key that can have values:</p>\n<ul>\n<li><code>upcoming</code> - the match is scheduled for the future</li>\n<li><code>live</code> - at least one game in the match is being played right now</li>\n<li><code>ended</code> - the match has ended but we haven't settled all the markets available yet</li>\n<li><code>completed</code> - the match has ended and all the data is now available to settle all markets we offer</li>\n<li><code>cancelled</code> - the match being searched for doesn't exist</li>\n</ul>\n<p>The rest of the dictionary format will follow the other endpoints we have described above (i.e. if the <code>match_status</code> is <code>completed</code> or <code>ended</code>, the match dictionary will have all the information described in \"Completed Matches\" endpoint).</p>\n","urlObject":{"protocol":"https","path":["raw","rocketleague","match-status",""],"host":["rimbleanalytics","com"],"query":[{"key":"matchid","value":"{matchid}"}],"variable":[]}},"response":[{"id":"b005a6b6-544b-4ebb-be59-87e747055f7c","name":"rocketleague-match-status","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":{"raw":"https://rimbleanalytics.com/raw/rocketleague/match-status/?matchid=69837&date=2022-10-28","protocol":"https","host":["rimbleanalytics","com"],"path":["raw","rocketleague","match-status",""],"query":[{"key":"matchid","value":"69837"},{"key":"date","value":"2022-10-28"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"14138"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:04:40 GMT"},{"key":"x-amzn-RequestId","value":"f85de47b-960c-46dd-b9de-2fe939c067d4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsAY_FubIAMF2Ig="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e106-73116fc65b8d5a5b1f39fdbb;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 60977f24a6858f4bd1384356217daad0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"IMSM9ublM3VhqZEXxLzVJ-_4nNF4jhWYg_C47JFRXTM82qT67bisMQ=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"status\": \"completed\",\n        \"date\": \"2022-10-28\",\n        \"time\": \"15:00:00\",\n        \"matchid\": \"63402215c437fde7e02dd8ea\",\n        \"team_1_name\": \"Oxygen Esports\",\n        \"team_2_name\": \"Turboclappers\",\n        \"league\": \"RLCS 2022-23 Fall Europe Regional 2\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"name\": \"RLCS 2022-23 Fall Europe Regional 2\",\n            \"image\": \"https://...png\",\n            \"id\": \"632ef8cfc437fde7e02dc032\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 5\n        },\n        \"stream_links\": [\n            \"https://....\",\n            ....\n        ],\n        \"metadata\": {\n            \"games\": [\n                {\n                    \"game_number\": 1,\n                    \"duration\": 300,\n                    \"blue_team\": \"Oxygen Esports\",\n                    \"orange_team\": \"Turboclappers\",\n                    \"map_name\": \"Mannfield (Night)\"\n                }\n            ]\n        },\n        \"teams\": [\n            {\n                \"id\": \"6020bd98f1e4807cc700dc33\",\n                \"name\": \"Oxygen Esports\",\n                \"designation\": 1,\n                \"image\": \"https://...png\",\n                \"win_result\": 1,\n                \"results\": [\n                    {\n                        \"game_number\": 1,\n                        \"result\": 1,\n                        \"score\": 1151,\n                        \"saves\": 7,\n                        \"assists\": 1,\n                        \"shots\": 6,\n                        \"goals\": 1,\n                        \"shootingPercentage\": 16.666666666666664\n                    },\n                    ...\n                ]\n                \"players\": [\n                    {\n                        \"id\": \"5f3d8fdd95f40596eae2415f\",\n                        \"username\": \"Archie\"\n                        \"DOB\": \"1998-06-04\",\n                        \"image\": \"https://...png\",\n                        \"results\": [\n                            {\n                                \"game_number\": 1,\n                                \"score\": 450,\n                                \"goalParticipation\": 100,\n                                \"saves\": 3,\n                                \"assists\": 1,\n                                \"total_distance\": 464628,\n                                \"shots\": 5,\n                                \"shooting_percentage\": 0,\n                                \"goals\": 0\n                            },\n                            ...\n                        ]\n                    },\n                    ...\n                ],\n            },\n            ...\n        ],\n        \n    },\n    ...\n]"}],"_postman_id":"1cad962d-a289-46c6-b3d2-d96bd2cd0548"},{"name":"League Mappings","id":"9b8d6eb7-1494-4e71-a975-e12cb1f67c37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/rocketleague/league-mappings/","description":"<p><strong>Query Parameters</strong>: <code>league_id</code>, <code>name</code>, <code>min_prize_money</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>This endpoint gives you access to the most up to date mappings we have for leagues in Valorant. We return a league/tournament dictionary that has the information described in Table 9.</p>\n<p><strong>Table 9: League Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>A string that represents the Rimble id we use for the league/tournament.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string representing the name of the league/tournament.</td>\n</tr>\n<tr>\n<td><code>dates</code></td>\n<td>A string representing the start and end date of the league/tournament - if we have only one date here, that means the tournament will be running only for one day.</td>\n</tr>\n<tr>\n<td><code>prize_money</code></td>\n<td>For most entries this is an integer representing the prize money in dollars. This is a good proxy indicator for the tier of the league/tournament. You can query for it using the <code>min_prize_money</code> parameter above to find leagues big enough for your platform.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","rocketleague","league-mappings",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"885a8374-0ef2-40d1-b30a-b27c73878576","name":"rocketleague-league-mappings-raw","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/rocketleague/league-mappings/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:10:40 GMT"},{"key":"x-amzn-RequestId","value":"e6f1e797-0337-47cf-b9e3-238ff1edcaa1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsBRcGx-IAMF1yg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e26f-32a189c2044c58a8059eb976;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 61b5d2bc1eed0f4589fa0899bfb07e78.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"ks6MbaHL1F9_RF-VMITv9v0glKtQgR5k-quM_the9J6c9uCbDCywmA=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1\",\n        \"name\": \"T1 x Nerd Street Gamers Invitational\",\n        \"dates\": \"May 3 - May 7, 2020\",\n        \"prize_money\": 25000\n    },\n    ...\n]"}],"_postman_id":"9b8d6eb7-1494-4e71-a975-e12cb1f67c37"},{"name":"Teams","id":"ee54a236-0d0c-42b6-83de-6a32c6fe892e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/rocketleague/teams/","description":"<p><strong>Query Parameters</strong>: <code>id</code> (optional)</p>\n<p>This endpoint is added to provide you with the ability to bulk update your local tables with team information.</p>\n<p>Note this endpoint is not actively maintained but provides a starting point with relevant team information to make operations easier and player usernames might change for a given id over time.</p>\n","urlObject":{"protocol":"https","path":["raw","rocketleague","teams",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"1fdd0104-aa9f-49bb-9a24-c4a5681c732e","name":"Teams","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/rocketleague/teams/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"2815\",\n        \"name\": \"Version1\"\n        \"image\": \"https://...png\"\n    },\n    ...\n]"}],"_postman_id":"ee54a236-0d0c-42b6-83de-6a32c6fe892e"},{"name":"Players","id":"fdd59e7b-449b-451c-b3ce-2f607bd3e57a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/rocketleague/players/","description":"<p><strong>Query Parameters</strong>: <code>id</code> (optional)</p>\n<p>This endpoint is added to provide you with the ability to bulk update your local tables with player information.</p>\n<p>Note this endpoint is not actively maintained but provides a starting point with relevant player information to make operations easier and player usernames might change for a given id over time.</p>\n","urlObject":{"protocol":"https","path":["raw","rocketleague","players",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"7e5c32ca-11ad-451a-903f-87a7993eeaaf","name":"Players","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/rocketleague/players/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"729\",\n        \"username\": \"Zellsis\",\n        \"name\": \"Callum Lang\",\n        \"DOB\": \"1998-03-02\",\n        \"image\": \"https://...png\"\n    },\n    ...\n]"}],"_postman_id":"fdd59e7b-449b-451c-b3ce-2f607bd3e57a"}],"id":"b9430c77-6036-4504-a148-1ada2beeb4a6","description":"<p><strong>Tournaments Supported:</strong> <code>RSC</code>, <code>RLCS</code>, <code>WCB</code>, <code>Masters</code>, <code>Champions</code>, with 100+ more smaller tournaments. We can also provide access to other smaller tournaments based on your requests.</p>\n<p><strong>Player-Level Data</strong>: <code>assists</code>, <code>goalParticipation</code>, <code>saves</code>, <code>total_distance</code>, <code>shots</code>, <code>shooting_percentage</code>, <code>goals</code>, <code>score</code></p>\n<p><strong>Team-Level Data</strong>: <code>result</code>, <code>score</code>, <code>saves</code>, <code>assists</code>, <code>shots</code>, <code>goals</code>, <code>shootingPercentage</code></p>\n","_postman_id":"b9430c77-6036-4504-a148-1ada2beeb4a6"},{"name":"Call of Duty","item":[{"name":"Upcoming Matches","id":"e19a077a-c283-423f-bd74-ef5121b5909d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/cod/upcoming-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p><strong>Table 12: Match Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>A string that represents the date the match was played in UTC. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"2021-06-10\" represents June 10, 2021 UTC.</td>\n</tr>\n<tr>\n<td><code>time</code></td>\n<td>A string that represents the time the match was played in UTC. This format for the time is <code>{hour}:{minute}:{second}</code> using a 24-hour clock. For example, \"14:15:00\" represents 2:15pm UTC.</td>\n</tr>\n<tr>\n<td><code>matchid</code></td>\n<td>An id of the game that was created by Rimble. This is a string, and it uniquely identifies each match. <strong>Note:</strong> Each match can potentially have multiple games within it, but we give results on a per match basis.</td>\n</tr>\n<tr>\n<td><code>team_1_name</code></td>\n<td>A string that identifies the first team.</td>\n</tr>\n<tr>\n<td><code>team_2_name</code></td>\n<td>A string that identifies the second team.</td>\n</tr>\n<tr>\n<td><code>league</code></td>\n<td>A string that described the tournament/league this match is a part of.</td>\n</tr>\n<tr>\n<td><code>source_url</code></td>\n<td>A string that contains a URL for a third party source that describes this match. This is given in case you need to cross-reference something.</td>\n</tr>\n<tr>\n<td><code>match_format</code></td>\n<td>A dictionary describing the format in which this match will be played (also referred to as \"match style\"). Details for this are given in Table 10.1 below.</td>\n</tr>\n<tr>\n<td><code>league_details</code></td>\n<td>A dictionary that contains information about the league/tournament this match is being played under, Details for this are given in Table 10.2.</td>\n</tr>\n<tr>\n<td><code>stream_links</code></td>\n<td>A list of strings that represent links to streams for this match. This is provided as a list because many matches have multiple channels/websites broadcasting the match.</td>\n</tr>\n<tr>\n<td><code>teams</code></td>\n<td>A list of team objects, each of which is a dictionary that follows the format described in Table 10.3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 12.1: Match Format Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>A string that described the type of format this match will be played as. The two possible formats are <code>bestOf</code> and <code>numGames</code>. <code>bestOf</code> simply means this match will be played as a \"best of\" of <code>count</code> games. <code>numGames</code> means, no matter what happens in the first few games, <code>numGames</code> will be played and the wins for games will be added to the team's tally in the tournament/league table.</td>\n</tr>\n<tr>\n<td><code>count</code></td>\n<td>An integer that describes the number of games being referred to for the <code>type</code> format above.</td>\n</tr>\n<tr>\n<td><code>metadata</code></td>\n<td>A list of dictionaries that give the estimated start time and date for all the games in the match. The format is consistent with the date time fields in the above table. i.e. we given data in UTC as <code>{year}-{month}-{date}</code> and <code>{hour}:{minute}:{second}</code>. <strong>Note:</strong> estimating times can be tricky, but we predict such that it is much less likely that the match will start before the time specified rather than after.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 12.2: League Details Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the league that was created by Rimble. This is a string, and it uniquely identifies each league.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the league.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 12.3: Team Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the team that was created by Rimble. This is a string, and it uniquely identifies each team.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>slug</code></td>\n<td>A shorthand string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>designation</code></td>\n<td>An integer with value <code>1</code> or <code>2</code>, depending on if the team in this dictionary is team 1 or team 2 for this match. This can be thought of as the \"home team\" if it has a designation of <code>1</code>, and \"away team\" if it has a designation of <code>2</code>. <strong>Note:</strong> The team dictionaries are always ordered so that the dictionary for team 1 is element 0 in the list.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the team to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>players</code></td>\n<td>A list of player objects, each of which is a dictionary that follows the format described in Table 10.3.1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 12.3.1: Player Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the player that was created by Rimble. This is a string, and it uniquely identifies each player.</td>\n</tr>\n<tr>\n<td><code>username</code></td>\n<td>A string that represents the username name the player uses for COD (often also what people refer to them as, rather than their real names).</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that represents the real name the player uses.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to a profile image of the player to use for embedding into any front end.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","cod","upcoming-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"807260fd-e9ab-4c3e-995d-1573d9fda583","name":"cod-upcoming-matches","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/cod/upcoming-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:10:40 GMT"},{"key":"x-amzn-RequestId","value":"e6f1e797-0337-47cf-b9e3-238ff1edcaa1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsBRcGx-IAMF1yg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e26f-32a189c2044c58a8059eb976;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 61b5d2bc1eed0f4589fa0899bfb07e78.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"ks6MbaHL1F9_RF-VMITv9v0glKtQgR5k-quM_the9J6c9uCbDCywmA=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2023-06-15\",\n        \"team_2_name\": \"Seattle Surge\",\n        \"teams\": [\n            {\n                \"name\": \"Atlanta FaZe\",\n                \"image\": \"https://...png\",\n                \"id\": 7,\n                \"slug\": \"ATL\",\n                \"players\": [\n                    {\n                        \"name\": \"Tyler Pharris\",\n                        \"image\": \"https://...png\",\n                        \"id\": 94,\n                        \"username\": \"aBeZy\"\n                    },\n                    ...\n                ],\n            },\n            ...\n        ],\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 5,\n            \"metadata\": [\n                {\n                    \"game_number\": 1,\n                    \"est_date\": \"2023-06-15\",\n                    \"est_time\": \"20:30:00\"\n                },\n                ...\n            ]\n        },\n        \"stream_links\": [],\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"name\": \"Post Season\",\n            \"id\": \"20230615000000\"\n        },\n        \"time\": \"20:30:00\",\n        \"team_1_name\": \"Atlanta FaZe\",\n        \"league\": \"Post Season\",\n        \"matchid\": \"11471\"\n    },\n    ...\n]"}],"_postman_id":"e19a077a-c283-423f-bd74-ef5121b5909d"},{"name":"Live Matches","id":"aa98bc6d-566c-4094-9304-5e3b48178703","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/cod/live-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>The format for this endpoint is exactly the same as upcoming matches for Valorant. We provide this endpoint to help you distinguish between matches that have gone live (and have therefore been taken off of upcoming matches) and matches that have been cancelled.</p>\n<p><strong>IMPORTANT NOTE:</strong> This endpoint was created to allow you to track matches that are live rather than to give you access to live data about matches. As such, this endpoint is the same as the upcoming matches endpoint, but it returns matches that are live instead of upcoming. To get access to live data about matches (like the latest team scores and player statistics), reach out to us at <a href=\"mailto:support@rimble.io\">support@rimble.io</a> - we use websocket connections to provide this data.</p>\n","urlObject":{"protocol":"https","path":["raw","cod","live-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"a603d2ac-8109-4f19-875e-2fe7e6b4c815","name":"cod-live-matches","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/cod/live-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:10:40 GMT"},{"key":"x-amzn-RequestId","value":"e6f1e797-0337-47cf-b9e3-238ff1edcaa1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsBRcGx-IAMF1yg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e26f-32a189c2044c58a8059eb976;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 61b5d2bc1eed0f4589fa0899bfb07e78.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"ks6MbaHL1F9_RF-VMITv9v0glKtQgR5k-quM_the9J6c9uCbDCywmA=="}],"cookie":[],"responseTime":null,"body":"    {\n        \"date\": \"2022-11-13\",\n        \"time\": \"13:00:00\",\n        \"matchid\": \"63590778da9d7ca1c7bb9541\",\n        \"team_1_name\": \"Dunno Chief\",\n        \"team_2_name\": \"Playing Ducks\",\n        \"league\": \"EMEA Predator League 2022\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"name\": \"EMEA Predator League 2022\",\n            \"image\": \"https://...png\",\n            \"id\": \"634d6667da9d7ca1c7bb80f1\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 7,\n            \"metadata\": [\n                {\n                    \"game_number\": 1,\n                    \"est_date\": \"2022-11-13\",\n                    \"est_time\": \"13:00:00\"\n                },\n                ...\n            ]\n        },\n        \"stream_links\": [\n            \"https://...\",\n            ...\n        ],\n        \"teams\": [\n            {\n                \"id\": \"6020bc71f1e4807cc7002516\",\n                \"name\": \"Dunno Chief\",\n                \"designation\": 1,\n                \"image\": \"https://...png\",\n                \"players\": [\n                    {\n                        \"id\": \"5f3d8fdd95f40596eae23e11\",\n                        \"username\": \"Kephiii\",\n                        \"image\": \"https://...png\",\n                        \"DOB\": \"1998-06-04\"\n                    },\n                    ...\n                ]\n            },\n            ...\n        ],\n        \n    },\n    ...\n]"}],"_postman_id":"aa98bc6d-566c-4094-9304-5e3b48178703"},{"name":"Completed Matches","id":"1b3230b8-9c98-49e9-9c9d-335a028ff3f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/cod/completed-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<p><strong>NOTE:</strong> We return completed matches for <code>5</code> days after their completion. If you require access to older matches, you may reach out to us directly.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p><strong>Table 13: Match Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>A string that represents the date the match was played in UTC. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"2021-06-10\" represents June 10, 2021 UTC.</td>\n</tr>\n<tr>\n<td><code>time</code></td>\n<td>A string that represents the time the match was played in UTC. This format for the time is <code>{hour}:{minute}:{second}</code> using a 24-hour clock. For example, \"14:15:00\" represents 2:15pm UTC.</td>\n</tr>\n<tr>\n<td><code>matchid</code></td>\n<td>An id of the game that was created by Rimble. This is a string, and it uniquely identifies each match. <strong>Note:</strong> Each match can potentially have multiple games within it, but we give results on a per match basis.</td>\n</tr>\n<tr>\n<td><code>team_1_name</code></td>\n<td>A string that identifies the first team.</td>\n</tr>\n<tr>\n<td><code>team_2_name</code></td>\n<td>A string that identifies the second team.</td>\n</tr>\n<tr>\n<td><code>league</code></td>\n<td>A string that described the tournament/league this match is a part of.</td>\n</tr>\n<tr>\n<td><code>source_url</code></td>\n<td>A string that contains a URL for a third party source that describes this match. This is given in case you need to cross-reference something.</td>\n</tr>\n<tr>\n<td><code>match_format</code></td>\n<td>A dictionary describing the format in which this match will be played (also referred to as \"match style\"). Details for this are given in Table 11.1 below.</td>\n</tr>\n<tr>\n<td><code>league_details</code></td>\n<td>A dictionary that contains information about the league/tournament this match is being played under, Details for this are given in Table 11.2.</td>\n</tr>\n<tr>\n<td><code>stream_links</code></td>\n<td>A list of stream link objects of which is a dictionary that follows the format described in Table 11.4. This is provided as a list because many matches have multiple channels/websites broadcasting the match.</td>\n</tr>\n<tr>\n<td><code>metadata</code></td>\n<td>A dictionary that has the key <code>games</code> in it to key into a list with information about each game's metadata that identifies the map name that was used for the game.</td>\n</tr>\n<tr>\n<td><code>teams</code></td>\n<td>A list of team objects, each of which is a dictionary that follows the format described in Table 11.3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 13.1: Match Format Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>A string that described the type of format this match will be played as. The two possible formats are <code>bestOf</code> and <code>numGames</code>. <code>bestOf</code> simply means this match will be played as a \"best of\" of <code>count</code> games. <code>numGames</code> means, no matter what happens in the first few games, <code>numGames</code> will be played and the wins for games will be added to the team's tally in the tournament/league table.</td>\n</tr>\n<tr>\n<td><code>count</code></td>\n<td>An integer that describes the number of games being referred to for the <code>type</code> format above.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 13.2: League Details Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the league that was created by Rimble. This is a string, and it uniquely identifies each league.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the league.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 13.3: Team Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the team that was created by Rimble. This is a string, and it uniquely identifies each team.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the team to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>win_result</code></td>\n<td>An integer value <code>1</code> if the team won the match and <code>0</code> if it lost the match.</td>\n</tr>\n<tr>\n<td><code>games_won</code></td>\n<td>An integer value representing the number of games this team won in the match.</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td>A list of dictionaries, where each dictionary represents the team's results for each of the games played in this match. The dictionaries follow the format in Table 11.3.1.</td>\n</tr>\n<tr>\n<td><code>players</code></td>\n<td>A list of player objects, each of which is a dictionary that follows the format described in Table 11.3.2.</td>\n</tr>\n<tr>\n<td><code>slug</code></td>\n<td>A string representing the abbreviation of the city name.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 14.3.1: Team Results Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>score</code></td>\n<td>An integer representing the score for this team when this game.</td>\n</tr>\n<tr>\n<td><code>win_result</code></td>\n<td>An integer value <code>1</code> if the team won the match and <code>0</code> if it lost the match.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 13.3.2: Player Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the player that was created by Rimble. This is an integer, and it uniquely identifies each player.</td>\n</tr>\n<tr>\n<td><code>username</code></td>\n<td>A string that represents the username name the player uses for COD (often also what people refer to them as, rather than their real names).</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that represents the real name the player has.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to a profile image of the player to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td>A list of dictionary objects that give data for the player's results, where each dictionary element represents a game. It follows the format described in Table 11.3.2.1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 13.3.2.1: Player Results Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>game_number</code></td>\n<td>An integer representing the game number this result is for. The game numbers are 1-indexed, i.e. the first game in the match will have game number 1</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>An id of the player that was created by Rimble. This is an integer, and it uniquely identifies each player.</td>\n</tr>\n<tr>\n<td><code>kills</code></td>\n<td>An integer representing the number of kills this player got in this game.</td>\n</tr>\n<tr>\n<td><code>deaths</code></td>\n<td>An integer representing the number of deaths this player got in this game.</td>\n</tr>\n<tr>\n<td><code>assists</code></td>\n<td>An integer representing the number of assists this player got in this game.</td>\n</tr>\n<tr>\n<td><code>bombs_planted</code></td>\n<td>An integer representing the total bombs planted this player dealt in this game.</td>\n</tr>\n<tr>\n<td><code>ctl_attack_rounds</code></td>\n<td>An integer representing the number of control (CTL) rounds the player played on the attacking side.</td>\n</tr>\n<tr>\n<td><code>ctl_bp_rating</code></td>\n<td>A float representing the player’s bomb plant rating during control (CTL) rounds.</td>\n</tr>\n<tr>\n<td><code>ctl_defense_rounds</code></td>\n<td>An integer representing the number of control (CTL) rounds the player played on the defending side.</td>\n</tr>\n<tr>\n<td><code>damage</code></td>\n<td>An integer representing the total damage dealt by the player during the game.</td>\n</tr>\n<tr>\n<td><code>defuse_count</code></td>\n<td>An integer representing the number of times the player successfully defused the bomb.</td>\n</tr>\n<tr>\n<td><code>first_blood_count</code></td>\n<td>An integer representing the number of rounds where the player secured the first kill.</td>\n</tr>\n<tr>\n<td><code>first_death_count</code></td>\n<td>An integer representing the number of rounds where the player was the first to die.</td>\n</tr>\n<tr>\n<td><code>gametime_min</code></td>\n<td>An integer representing the total number of minutes the player spent in the game.</td>\n</tr>\n<tr>\n<td><code>gametime_sec</code></td>\n<td>An integer representing the remaining seconds after <code>gametime_min</code> for the player’s total game time.</td>\n</tr>\n<tr>\n<td><code>hp_bp_rating</code></td>\n<td>A float representing the player's bomb plant rating during hardpoint (HP) rounds.</td>\n</tr>\n<tr>\n<td><code>map_name</code></td>\n<td>A string representing the name of the map on which the game was played.</td>\n</tr>\n<tr>\n<td><code>non_traded_kills</code></td>\n<td>An integer representing the number of kills by the player that were not traded by the enemy within a short time.</td>\n</tr>\n<tr>\n<td><code>one_v_four_win_count</code></td>\n<td>An integer representing the number of 1v4 clutch rounds the player won.</td>\n</tr>\n<tr>\n<td><code>one_v_one_win_count</code></td>\n<td>An integer representing the number of 1v1 clutch rounds the player won.</td>\n</tr>\n<tr>\n<td><code>one_v_three_win_count</code></td>\n<td>An integer representing the number of 1v3 clutch rounds the player won.</td>\n</tr>\n<tr>\n<td><code>one_v_two_win_count</code></td>\n<td>An integer representing the number of 1v2 clutch rounds the player won.</td>\n</tr>\n<tr>\n<td><code>overall_bp_rating</code></td>\n<td>A float representing the player’s overall bomb plant rating across all modes.</td>\n</tr>\n<tr>\n<td><code>plant_count</code></td>\n<td>An integer representing the number of times the player planted the bomb.</td>\n</tr>\n<tr>\n<td><code>snd_bp_rating</code></td>\n<td>A float representing the player’s bomb plant rating during Search &amp; Destroy (SND) rounds.</td>\n</tr>\n<tr>\n<td><code>snd_rounds</code></td>\n<td>An integer representing the number of Search &amp; Destroy (SND) rounds the player participated in.</td>\n</tr>\n<tr>\n<td><code>snipe_count</code></td>\n<td>An integer representing the number of kills the player secured using sniper weapons.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>NOTE:</strong> A player may be on the lineup, but not on the starting team for all the games of the match. For example, a player might have only started for 2 out of the 3 games in a match. In those cases, we still have a player game results dictionary as described in the above table, but the values for the attributes are <code>null</code>'s.</p>\n<p><strong>Table 13.4: Stream Links Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>broadcastPartnerName</code></td>\n<td>A string representing the name of the barodcast partner.</td>\n</tr>\n<tr>\n<td><code>isDefault</code></td>\n<td>A boolean representing whether the stream link is the default link provided.</td>\n</tr>\n<tr>\n<td><code>broadcastPartnerLogo</code></td>\n<td>A string that is a link to a logo image of the broadcast partner to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>url</code></td>\n<td>A string that is a link to the stream.</td>\n</tr>\n<tr>\n<td><code>broadcastPartnerId</code></td>\n<td>An id of the broadcast partner that was created by Rimble. This is an integer, and it uniquely identifies each broadcast partner.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","cod","completed-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"bd54cca2-1940-43ae-bf5d-7e027c20f3f9","name":"cod-completed-matches","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/cod/completed-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"14138"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:04:40 GMT"},{"key":"x-amzn-RequestId","value":"f85de47b-960c-46dd-b9de-2fe939c067d4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsAY_FubIAMF2Ig="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e106-73116fc65b8d5a5b1f39fdbb;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 60977f24a6858f4bd1384356217daad0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"IMSM9ublM3VhqZEXxLzVJ-_4nNF4jhWYg_C47JFRXTM82qT67bisMQ=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"metadata\": {\n            \"games\": [\n                {\n                    \"game_number\": 0,\n                    \"game_mode\": \"CDL Hardpoint\",\n                    \"map_name\": \"Zarqwa Hydroelectric\"\n                },\n                ...\n            ]\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 5\n        },\n        \"stream_links\": [\n            {\n                \"broadcastPartnerName\": \"Twitch\",\n                \"isDefault\": false,\n                \"broadcastPartnerLogo\": \"https://...png\",\n                \"url\": \"https://...\",\n                \"broadcastPartnerId\": 6\n            },\n            ...\n        ],\n        \"source_url\": \"https://...\",\n        \"time\": \"17:30:00\",\n        \"team_1_name\": \"Minnesota Røkkr\",\n        \"date\": \"2023-05-28\",\n        \"team_2_name\": \"Atlanta FaZe\",\n        \"teams\": [\n            {\n                \"image\": \"https://...png\",\n                \"win_result\": 0,\n                \"games_won\": 0,\n                \"players\": [\n                    {\n                        \"name\": \"Marcus Reid\",\n                        \"image\": \"https://...png\",\n                        \"id\": 270,\n                        \"results\": [\n                            {\n                                \"kills\": null,\n                                \"bombs_defused\": null,\n                                \"total_objective_time\": null,\n                                \"total_kills\": null,\n                                \"kill_death_ratio\": null,\n                                \"highest_streak\": null,\n                                \"total_multikills\": null,\n                                \"objective_4_time\": null,\n                                \"objective_2_time\": null,\n                                \"highest_multikill\": null,\n                                \"hill_time\": null,\n                                \"time_spent_moving\": null,\n                                \"total_time_alive\": null,\n                                \"total_shots_hit\": null,\n                                \"total_shots_fired\": null,\n                                \"assists\": null,\n                                \"total_headshots\": null,\n                                \"bombs_planted\": null,\n                                \"total_shots_head\": null,\n                                \"total_score\": null,\n                                \"id\": null,\n                                \"objective_3_time\": null,\n                                \"average_speed\": null,\n                                \"deaths\": null,\n                                \"total_assists\": null,\n                                \"rounds_played\": null,\n                                \"total_suicides\": null,\n                                \"game_number\": 0,\n                                \"total_objectives_captured\": null,\n                                \"total_distance_traveled\": null,\n                                \"objective_5_time\": null,\n                                \"total_deaths\": null,\n                                \"objective_1_time\": null,\n                                \"total_damage_dealt\": null,\n                                \"objective_tiers_contributed\": null\n                            },\n                            ...\n                        ],\n                        \"username\": \"Afro\"\n                    },\n                ],\n                \"name\": \"Minnesota Røkkr\",\n                \"id\": 12,\n                \"results\": [\n                    {\n                        \"win_result\": 0,\n                        \"score\": 154\n                    },\n                    ...\n                ],\n                \"slug\": \"MIN\"\n            },\n            "}],"_postman_id":"1b3230b8-9c98-49e9-9c9d-335a028ff3f7"},{"name":"Match Status","id":"7fbbc176-22d6-45b6-b686-adff7bb18bd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/cod/match-status/?matchid={matchid}","description":"<p><strong>Query Parameters</strong>: <code>matchid</code> (required), <code>date</code> (required if match is older than 14 days).</p>\n<p>This endpoint is added to provide you with a persistent endpoint to access the match status for any match. The format of this endpoint is a list of a single dictionary that represents the match you are searching for. This dictionary always has a <code>match_status</code> key that can have values:</p>\n<ul>\n<li><code>upcoming</code> - the match is scheduled for the future</li>\n<li><code>live</code> - at least one game in the match is being played right now</li>\n<li><code>ended</code> - the match has ended but we haven't settled all the markets available yet</li>\n<li><code>completed</code> - the match has ended and all the data is now available to settle all markets we offer</li>\n<li><code>cancelled</code> - the match being searched for doesn't exist</li>\n</ul>\n<p>The rest of the dictionary format will follow the other endpoints we have described above (i.e. if the <code>match_status</code> is <code>completed</code> or <code>ended</code>, the match dictionary will have all the information described in \"Completed Matches\" endpoint).</p>\n","urlObject":{"protocol":"https","path":["raw","cod","match-status",""],"host":["rimbleanalytics","com"],"query":[{"key":"matchid","value":"{matchid}"}],"variable":[]}},"response":[{"id":"a5c3a394-cac0-441d-b349-d748be921bf4","name":"cod-match-status","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":{"raw":"https://rimbleanalytics.com/raw/cod/match-status/?matchid=69837&date=2022-10-28","protocol":"https","host":["rimbleanalytics","com"],"path":["raw","cod","match-status",""],"query":[{"key":"matchid","value":"69837"},{"key":"date","value":"2022-10-28"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"14138"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:04:40 GMT"},{"key":"x-amzn-RequestId","value":"f85de47b-960c-46dd-b9de-2fe939c067d4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsAY_FubIAMF2Ig="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e106-73116fc65b8d5a5b1f39fdbb;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 60977f24a6858f4bd1384356217daad0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"IMSM9ublM3VhqZEXxLzVJ-_4nNF4jhWYg_C47JFRXTM82qT67bisMQ=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"status\": \"completed\",\n        \"date\": \"2022-10-28\",\n        \"time\": \"15:00:00\",\n        \"matchid\": \"63402215c437fde7e02dd8ea\",\n        \"team_1_name\": \"Oxygen Esports\",\n        \"team_2_name\": \"Turboclappers\",\n        \"league\": \"RLCS 2022-23 Fall Europe Regional 2\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"name\": \"RLCS 2022-23 Fall Europe Regional 2\",\n            \"image\": \"https://...png\",\n            \"id\": \"632ef8cfc437fde7e02dc032\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 5\n        },\n        \"stream_links\": [\n            \"https://....\",\n            ....\n        ],\n        \"metadata\": {\n            \"games\": [\n                {\n                    \"game_number\": 1,\n                    \"duration\": 300,\n                    \"blue_team\": \"Oxygen Esports\",\n                    \"orange_team\": \"Turboclappers\",\n                    \"map_name\": \"Mannfield (Night)\"\n                }\n            ]\n        },\n        \"teams\": [\n            {\n                \"id\": \"6020bd98f1e4807cc700dc33\",\n                \"name\": \"Oxygen Esports\",\n                \"designation\": 1,\n                \"image\": \"https://...png\",\n                \"win_result\": 1,\n                \"results\": [\n                    {\n                        \"game_number\": 1,\n                        \"result\": 1,\n                        \"score\": 1151,\n                        \"saves\": 7,\n                        \"assists\": 1,\n                        \"shots\": 6,\n                        \"goals\": 1,\n                        \"shootingPercentage\": 16.666666666666664\n                    },\n                    ...\n                ]\n                \"players\": [\n                    {\n                        \"id\": \"5f3d8fdd95f40596eae2415f\",\n                        \"username\": \"Archie\"\n                        \"DOB\": \"1998-06-04\",\n                        \"image\": \"https://...png\",\n                        \"results\": [\n                            {\n                                \"game_number\": 1,\n                                \"score\": 450,\n                                \"goalParticipation\": 100,\n                                \"saves\": 3,\n                                \"assists\": 1,\n                                \"total_distance\": 464628,\n                                \"shots\": 5,\n                                \"shooting_percentage\": 0,\n                                \"goals\": 0\n                            },\n                            ...\n                        ]\n                    },\n                    ...\n                ],\n            },\n            ...\n        ],\n        \n    },\n    ...\n]"}],"_postman_id":"7fbbc176-22d6-45b6-b686-adff7bb18bd7"},{"name":"League Mappings","id":"4879f32e-374b-4329-9428-990ca997aa03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/cod/league-mappings/","description":"<p><strong>Query Parameters</strong>: <code>league_id</code>, <code>name</code>, <code>min_prize_money</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>This endpoint gives you access to the most up to date mappings we have for leagues in Valorant. We return a league/tournament dictionary that has the information described in Table 9.</p>\n<p><strong>Table 15: League Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>A string that represents the Rimble id we use for the league/tournament.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string representing the name of the league/tournament.</td>\n</tr>\n<tr>\n<td><code>dates</code></td>\n<td>A string representing the start and end date of the league/tournament - if we have only one date here, that means the tournament will be running only for one day.</td>\n</tr>\n<tr>\n<td><code>prize_money</code></td>\n<td>For most entries this is an integer representing the prize money in dollars. This is a good proxy indicator for the tier of the league/tournament. You can query for it using the <code>min_prize_money</code> parameter above to find leagues big enough for your platform.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","cod","league-mappings",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"249ee0e6-42e4-44d0-84c4-85af33285aea","name":"cod-mappings-raw","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/cod/league-mappings/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:10:40 GMT"},{"key":"x-amzn-RequestId","value":"e6f1e797-0337-47cf-b9e3-238ff1edcaa1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsBRcGx-IAMF1yg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e26f-32a189c2044c58a8059eb976;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 61b5d2bc1eed0f4589fa0899bfb07e78.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"ks6MbaHL1F9_RF-VMITv9v0glKtQgR5k-quM_the9J6c9uCbDCywmA=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1\",\n        \"name\": \"T1 x Nerd Street Gamers Invitational\",\n        \"dates\": \"May 3 - May 7, 2020\",\n        \"prize_money\": 25000\n    },\n    ...\n]"}],"_postman_id":"4879f32e-374b-4329-9428-990ca997aa03"},{"name":"Teams","id":"f50665f4-355e-4d0f-9466-0b1aa7740684","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/cod/teams/","description":"<p><strong>Query Parameters</strong>: <code>id</code> (optional)</p>\n<p>This endpoint is added to provide you with the ability to bulk update your local tables with team information.</p>\n<p>Note this endpoint is not actively maintained but provides a starting point with relevant team information to make operations easier and player usernames might change for a given id over time.</p>\n","urlObject":{"protocol":"https","path":["raw","cod","teams",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"29011fa0-2992-4c45-9cc5-0e7ea7bdb76a","name":"Teams","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/cod/teams/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"2815\",\n        \"name\": \"Version1\"\n        \"image\": \"https://...png\"\n    },\n    ...\n]"}],"_postman_id":"f50665f4-355e-4d0f-9466-0b1aa7740684"},{"name":"Players","id":"16e5ae29-f7db-40d6-a568-7f1e3f6bfdb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/cod/players/","description":"<p><strong>Query Parameters</strong>: <code>id</code> (optional)</p>\n<p>This endpoint is added to provide you with the ability to bulk update your local tables with player information.</p>\n<p>Note this endpoint is not actively maintained but provides a starting point with relevant player information to make operations easier and player usernames might change for a given id over time.</p>\n","urlObject":{"protocol":"https","path":["raw","cod","players",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"48de00c0-a73c-45da-86ca-de6a0dd8284d","name":"Players","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/cod/players/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"729\",\n        \"username\": \"Zellsis\",\n        \"name\": \"Callum Lang\",\n        \"DOB\": \"1998-03-02\",\n        \"image\": \"https://...png\"\n    },\n    ...\n]"}],"_postman_id":"16e5ae29-f7db-40d6-a568-7f1e3f6bfdb1"}],"id":"b27097bf-5b64-45eb-9098-9bcad4872065","description":"<p><strong>Tournaments Supported:</strong> <code>Challengers</code>, <code>Major</code>, <code>Ultra Major</code>, <code>Qualifiers</code>, <code>Masters</code>, <code>Champions</code>, with 50+ more smaller tournaments. We can also provide access to other smaller tournaments based on your requests.</p>\n<p><strong>Player-Level Data</strong>: <code>kills</code>, <code>deaths</code>, <code>assists</code>, <code>bombs_planted</code>, <code>ctl_attack_rounds</code>, <code>ctl_bp_rating</code>, <code>ctl_defense_rounds</code>, <code>damage</code>, <code>defuse_count</code>, <code>first_blood_count</code>, <code>first_death_count</code>, <code>gametime_min</code>, <code>gametime_sec</code>, <code>hp_bp_rating</code>, <code>map_name</code>, <code>non_traded_kills</code>, <code>one_v_four_win_count</code>, <code>one_v_one_win_count</code>, <code>one_v_three_win_count</code>, <code>one_v_two_win_count</code>, <code>overall_bp_rating</code>, <code>plant_count</code>, <code>snd_bp_rating</code>, <code>snd_rounds</code>,<br /><code>snipe_count</code></p>\n<p><strong>Team-Level Data</strong>: <code>score</code> , <code>win_result</code></p>\n","_postman_id":"b27097bf-5b64-45eb-9098-9bcad4872065"},{"name":"NBA2K","item":[{"name":"Upcoming Matches","id":"13f3d6ec-7a92-4432-b0ca-3b2a5679d376","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/nba2k/upcoming-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p><strong>Table 13: Match Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>A string that represents the date the match was played in UTC. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"2021-06-10\" represents June 10, 2021 UTC.</td>\n</tr>\n<tr>\n<td><code>time</code></td>\n<td>A string that represents the time the match was played in UTC. This format for the time is <code>{hour}:{minute}:{second}</code> using a 24-hour clock. For example, \"14:15:00\" represents 2:15pm UTC.</td>\n</tr>\n<tr>\n<td><code>matchid</code></td>\n<td>An id of the game that was created by Rimble. This is a string, and it uniquely identifies each match. <strong>Note:</strong> Each match can potentially have multiple games within it, but we give results on a per match basis.</td>\n</tr>\n<tr>\n<td><code>team_1_name</code></td>\n<td>A string that identifies the first team.</td>\n</tr>\n<tr>\n<td><code>team_2_name</code></td>\n<td>A string that identifies the second team.</td>\n</tr>\n<tr>\n<td><code>league</code></td>\n<td>A string that described the tournament/league this match is a part of.</td>\n</tr>\n<tr>\n<td><code>source_url</code></td>\n<td>A string that contains a URL for a third party source that describes this match. This is given in case you need to cross-reference something.</td>\n</tr>\n<tr>\n<td><code>match_format</code></td>\n<td>A dictionary describing the format in which this match will be played (also referred to as \"match style\"). Details for this are given in Table 7.1 below.</td>\n</tr>\n<tr>\n<td><code>league_details</code></td>\n<td>A dictionary that contains information about the league/tournament this match is being played under, Details for this are given in Table 13.2.</td>\n</tr>\n<tr>\n<td><code>stream_links</code></td>\n<td>A list of strings that represent links to streams for this match. This is provided as a list because many matches have multiple channels/websites broadcasting the match.</td>\n</tr>\n<tr>\n<td><code>teams</code></td>\n<td>A list of team objects, each of which is a dictionary that follows the format described in Table 13.3</td>\n</tr>\n<tr>\n<td><code>tournament_type</code></td>\n<td>A string that describes the type of tournament.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 13.1: Match Format Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>A string that described the type of format this match will be played as. The two possible formats are <code>bestOf</code> and <code>numGames</code>. <code>bestOf</code> simply means this match will be played as a \"best of\" of <code>count</code> games. <code>numGames</code> means, no matter what happens in the first few games, <code>numGames</code> will be played and the wins for games will be added to the team's tally in the tournament/league table.</td>\n</tr>\n<tr>\n<td><code>count</code></td>\n<td>An integer that describes the number of games being referred to for the <code>type</code> format above.</td>\n</tr>\n<tr>\n<td><code>metadata</code></td>\n<td>A list of dictionaries that give the estimated start time and date for all the games in the match. The format is consistent with the date time fields in the above table. i.e. we given data in UTC as <code>{year}-{month}-{date}</code> and <code>{hour}:{minute}:{second}</code>. <strong>Note:</strong> estimating times can be tricky, but we predict such that it is much less likely that the match will start before the time specified rather than after.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 13.2: League Details Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the league that was created by Rimble. This is a string, and it uniquely identifies each league.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the league.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the league to use for embedding into any front end.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 13.3: Team Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the team that was created by Rimble. This is a string, and it uniquely identifies each team.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>designation</code></td>\n<td>An integer with value <code>1</code> or <code>2</code>, depending on if the team in this dictionary is team 1 or team 2 for this match. This can be thought of as the \"home team\" if it has a designation of <code>1</code>, and \"away team\" if it has a designation of <code>2</code>. <strong>Note:</strong> The team dictionaries are always ordered so that the dictionary for team 1 is element 0 in the list.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the team to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>players</code></td>\n<td>A list of player objects, each of which is a dictionary that follows the format described in Table 13.3.1</td>\n</tr>\n<tr>\n<td><code>slug</code></td>\n<td>A shorthand string that identifies the team</td>\n</tr>\n<tr>\n<td>record</td>\n<td>A string that represents the record of the team</td>\n</tr>\n<tr>\n<td><code>score</code></td>\n<td>A string that represents the score of the team</td>\n</tr>\n<tr>\n<td><code>captain</code></td>\n<td>A string that represents the captain of the team</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 13.3.1: Player Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the player that was created by Rimble. This is a string, and it uniquely identifies each player.</td>\n</tr>\n<tr>\n<td><code>username</code></td>\n<td>A string that represents the username name the player uses for Valorant (often also what people refer to them as, rather than their real names).</td>\n</tr>\n<tr>\n<td><code>DOB</code></td>\n<td>A string that represents the date of birth of this player. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"1998-06-04\" represents June 04, 1998. We provide this information in case you need to filter content such that only players of a certain minimum age are displayed. <strong>Note:</strong> Not all players have their DOB publicly available - in case it is not available this field will be a <code>null</code>.</td>\n</tr>\n<tr>\n<td><code>role</code></td>\n<td>A string that represents the position of the player</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","nba2k","upcoming-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"e1b74c69-b729-443f-b199-8ce7f3467099","name":"nba2k-upcoming-matches","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/nba2k/upcoming-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:10:40 GMT"},{"key":"x-amzn-RequestId","value":"e6f1e797-0337-47cf-b9e3-238ff1edcaa1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsBRcGx-IAMF1yg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e26f-32a189c2044c58a8059eb976;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 61b5d2bc1eed0f4589fa0899bfb07e78.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"ks6MbaHL1F9_RF-VMITv9v0glKtQgR5k-quM_the9J6c9uCbDCywmA=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 1,\n            \"metadata\": [\n                {\n                    \"game_number\": 1,\n                    \"est_date\": \"2023-06-21\",\n                    \"est_time\": \"22:00:00\"\n                }\n            ]\n        },\n        \"stream_links\": [],\n        \"tournament_type\": \"5v5\",\n        \"source_url\": null,\n        \"time\": \"22:00:00\",\n        \"team_1_name\": \"Jazz Gaming\",\n        \"date\": \"2023-06-21\",\n        \"team_2_name\": \"T-Wolves Gaming\",\n        \"teams\": [\n            {\n                \"score\": \"\",\n                \"image\": null,\n                \"c\": null,\n                \"players\": [\n                    {\n                        \"name\": \"Kel Wilson\",\n                        \"id\": 1600251,\n                        \"role\": \"G\",\n                        \"DOB\": \"1998-10-24\"\n                    },\n                    ...\n                ],\n                \"record\": \"1-0\",\n                \"name\": \"Jazz Gaming\",\n                \"id\": 212,\n                \"designation\": 1,\n                \"slug\": \"JZG\"\n            },\n            ...       \n        ],\n        \"league_details\": null,\n        \"league\": null,\n        \"matchid\": \"1252300010\"\n    },\n    ...\n]"}],"_postman_id":"13f3d6ec-7a92-4432-b0ca-3b2a5679d376"},{"name":"Live Matches","id":"f15dcb81-459a-4a83-a633-c3fb78bf3079","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/nba2k/live-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>The format for this endpoint is exactly the same as upcoming matches for Valorant. We provide this endpoint to help you distinguish between matches that have gone live (and have therefore been taken off of upcoming matches) and matches that have been cancelled.</p>\n<p><strong>IMPORTANT NOTE:</strong> This endpoint was created to allow you to track matches that are live rather than to give you access to live data about matches. As such, this endpoint is the same as the upcoming matches endpoint, but it returns matches that are live instead of upcoming. To get access to live data about matches (like the latest team scores and player statistics), reach out to us at <a href=\"mailto:support@rimble.io\">support@rimble.io</a> - we use websocket connections to provide this data.</p>\n","urlObject":{"protocol":"https","path":["raw","nba2k","live-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"43a567b8-43c0-4afb-a8fd-a9bffd8a81fe","name":"nba2k-live-matches","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/nba2k/live-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:10:40 GMT"},{"key":"x-amzn-RequestId","value":"e6f1e797-0337-47cf-b9e3-238ff1edcaa1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsBRcGx-IAMF1yg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e26f-32a189c2044c58a8059eb976;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 61b5d2bc1eed0f4589fa0899bfb07e78.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"ks6MbaHL1F9_RF-VMITv9v0glKtQgR5k-quM_the9J6c9uCbDCywmA=="}],"cookie":[],"responseTime":null,"body":"    {\n        \"date\": \"2022-11-13\",\n        \"time\": \"13:00:00\",\n        \"matchid\": \"63590778da9d7ca1c7bb9541\",\n        \"team_1_name\": \"Dunno Chief\",\n        \"team_2_name\": \"Playing Ducks\",\n        \"league\": \"EMEA Predator League 2022\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"name\": \"EMEA Predator League 2022\",\n            \"image\": \"https://...png\",\n            \"id\": \"634d6667da9d7ca1c7bb80f1\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 7,\n            \"metadata\": [\n                {\n                    \"game_number\": 1,\n                    \"est_date\": \"2022-11-13\",\n                    \"est_time\": \"13:00:00\"\n                },\n                ...\n            ]\n        },\n        \"stream_links\": [\n            \"https://...\",\n            ...\n        ],\n        \"teams\": [\n            {\n                \"id\": \"6020bc71f1e4807cc7002516\",\n                \"name\": \"Dunno Chief\",\n                \"designation\": 1,\n                \"image\": \"https://...png\",\n                \"players\": [\n                    {\n                        \"id\": \"5f3d8fdd95f40596eae23e11\",\n                        \"username\": \"Kephiii\",\n                        \"image\": \"https://...png\",\n                        \"DOB\": \"1998-06-04\"\n                    },\n                    ...\n                ]\n            },\n            ...\n        ],\n        \n    },\n    ...\n]"}],"_postman_id":"f15dcb81-459a-4a83-a633-c3fb78bf3079"},{"name":"Completed Matches","id":"43dbeb62-b549-4f4f-a3c0-46fbeec37e45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/nba2k/completed-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<p><strong>NOTE:</strong> We return completed matches for <code>5</code> days after their completion. If you require access to older matches, you may reach out to us directly.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p><strong>Table 14: Match Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>A string that represents the date the match was played in UTC. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"2021-06-10\" represents June 10, 2021 UTC.</td>\n</tr>\n<tr>\n<td><code>time</code></td>\n<td>A string that represents the time the match was played in UTC. This format for the time is <code>{hour}:{minute}:{second}</code> using a 24-hour clock. For example, \"14:15:00\" represents 2:15pm UTC.</td>\n</tr>\n<tr>\n<td><code>matchid</code></td>\n<td>An id of the game that was created by Rimble. This is a string, and it uniquely identifies each match. <strong>Note:</strong> Each match can potentially have multiple games within it, but we give results on a per match basis.</td>\n</tr>\n<tr>\n<td><code>team_1_name</code></td>\n<td>A string that identifies the first team.</td>\n</tr>\n<tr>\n<td><code>team_2_name</code></td>\n<td>A string that identifies the second team.</td>\n</tr>\n<tr>\n<td><code>league</code></td>\n<td>A string that described the tournament/league this match is a part of.</td>\n</tr>\n<tr>\n<td><code>source_url</code></td>\n<td>A string that contains a URL for a third party source that describes this match. This is given in case you need to cross-reference something.</td>\n</tr>\n<tr>\n<td><code>match_format</code></td>\n<td>A dictionary describing the format in which this match will be played (also referred to as \"match style\"). Details for this are given in Table 14.1 below.</td>\n</tr>\n<tr>\n<td><code>league_details</code></td>\n<td>A dictionary that contains information about the league/tournament this match is being played under, Details for this are given in Table 14.2.</td>\n</tr>\n<tr>\n<td><code>stream_links</code></td>\n<td>A list of strings that represent links to streams for this match. This is provided as a list because many matches have multiple channels/websites broadcasting the match.</td>\n</tr>\n<tr>\n<td><code>metadata</code></td>\n<td>A dictionary that has the key <code>games</code> in it to key into a list with information about each game's metadata that identifies the map name that was used for the game.</td>\n</tr>\n<tr>\n<td><code>teams</code></td>\n<td>A list of team objects, each of which is a dictionary that follows the format described in Table 14.3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 14.1: Match Format Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>A string that described the type of format this match will be played as. The two possible formats are <code>bestOf</code> and <code>numGames</code>. <code>bestOf</code> simply means this match will be played as a \"best of\" of <code>count</code> games. <code>numGames</code> means, no matter what happens in the first few games, <code>numGames</code> will be played and the wins for games will be added to the team's tally in the tournament/league table.</td>\n</tr>\n<tr>\n<td><code>count</code></td>\n<td>An integer that describes the number of games being referred to for the <code>type</code> format above.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 14.2: League Details Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the league that was created by Rimble. This is a string, and it uniquely identifies each league.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the league.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the league to use for embedding into any front end.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 14.3: Team Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the team that was created by Rimble. This is a string, and it uniquely identifies each team.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>designation</code></td>\n<td>An integer with value <code>1</code> or <code>2</code>, depending on if the team in this dictionary is team 1 or team 2 for this match. This can be thought of as the \"home team\" if it has a designation of <code>1</code>, and \"away team\" if it has a designation of <code>2</code>. <strong>Note:</strong> The team dictionaries are always ordered so that the dictionary for team 1 is element 0 in the list.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the team to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>win_result</code></td>\n<td>An integer value <code>1</code> if the team won the match and <code>0</code> if it lost the match.</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td>A list of dictionaries, where each dictionary represents the team's results for each of the games played in this match. The dictionaries follow the format in Table 8.3.1</td>\n</tr>\n<tr>\n<td><code>players</code></td>\n<td>A list of player objects, each of which is a dictionary that follows the format described in Table 8.3.2</td>\n</tr>\n<tr>\n<td><code>record</code></td>\n<td>A string the represents the recrod of the team.</td>\n</tr>\n<tr>\n<td><code>score</code></td>\n<td>A string that represents the score made by the team.</td>\n</tr>\n<tr>\n<td><code>slug</code></td>\n<td>A shorthand string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>captain</code></td>\n<td>A string that represents the captain of the team.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 14.3.1: Team Results Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>aopp</code></td>\n<td>An integer representing the aopp.</td>\n</tr>\n<tr>\n<td><code>secondary_assists</code></td>\n<td>An integer representing the number of secondary assists made by the team.</td>\n</tr>\n<tr>\n<td><code>mopp</code></td>\n<td>An integer representing the mopp.</td>\n</tr>\n<tr>\n<td><code>late</code></td>\n<td>An integer representing the number of late made by the team.</td>\n</tr>\n<tr>\n<td><code>mopr</code></td>\n<td>An integer representing the mopr.</td>\n</tr>\n<tr>\n<td><code>3_point_field_goals_attempted</code></td>\n<td>An integer representing the number of 3 point field goals attempted by the team.</td>\n</tr>\n<tr>\n<td><code>aopr</code></td>\n<td>An integer representing the aopr.</td>\n</tr>\n<tr>\n<td><code>slate</code></td>\n<td>An integer representing the slate.</td>\n</tr>\n<tr>\n<td><code>scp</code></td>\n<td>An integer representing the spc.</td>\n</tr>\n<tr>\n<td><code>front_court_touches</code></td>\n<td>An integer representing the number of front court touches made by the team.</td>\n</tr>\n<tr>\n<td><code>pass_m</code></td>\n<td>An integer representing the number of passes made by the team.</td>\n</tr>\n<tr>\n<td><code>free_throws_attempted</code></td>\n<td>An integer representing the number of free throws attempted by the team.</td>\n</tr>\n<tr>\n<td><code>personal_fouls</code></td>\n<td>An integer representing the number of personal fouls made by the team.</td>\n</tr>\n<tr>\n<td><code>searly</code></td>\n<td>An integer representing the searly.</td>\n</tr>\n<tr>\n<td><code>contested_2pt_shots</code></td>\n<td>An integer representing the number of contested 2 point shots made by the team.</td>\n</tr>\n<tr>\n<td><code>vlate</code></td>\n<td>An integer representing the vlate.</td>\n</tr>\n<tr>\n<td><code>3_point_field_goals_made</code></td>\n<td>An integer representing the number of 3 point field goals made by the team.</td>\n</tr>\n<tr>\n<td><code>passes_attempted</code></td>\n<td>An integer representing the number of passes attempted by the team.</td>\n</tr>\n<tr>\n<td><code>contested_defensive_rebounds</code></td>\n<td>An integer representing the number of contested defensive rebounds made by the team.</td>\n</tr>\n<tr>\n<td><code>vearly</code></td>\n<td>An integer representing the vearly.</td>\n</tr>\n<tr>\n<td><code>catch_shoot_points_made</code></td>\n<td>An integer representing the number of catch and shoot points made by the team.</td>\n</tr>\n<tr>\n<td><code>turnovers</code></td>\n<td>An integer representing the number of turnovers made by the team.</td>\n</tr>\n<tr>\n<td><code>points_per_elbow_touch</code></td>\n<td>An integer representing the number of points per elbow touch made by the team.</td>\n</tr>\n<tr>\n<td><code>passes_received</code></td>\n<td>An integer representing the number of passes received by the team.</td>\n</tr>\n<tr>\n<td><code>free_throws_made</code></td>\n<td>An integer representing the number of free throws made by the team.</td>\n</tr>\n<tr>\n<td><code>total_rebounds</code></td>\n<td>An integer representing the number of total rebounds of the team.</td>\n</tr>\n<tr>\n<td><code>screen_assists</code></td>\n<td>An integer representing the number of screen assists made by the team.</td>\n</tr>\n<tr>\n<td><code>catch_shoot_points_attempted</code></td>\n<td>An integer representing the number of catch and shoot points attempted by the team.</td>\n</tr>\n<tr>\n<td><code>loose_balls_recovered</code></td>\n<td>An integer representing the number of loose balls recovered by the team.</td>\n</tr>\n<tr>\n<td><code>steals</code></td>\n<td>An integer representing the number of steals made by the team.</td>\n</tr>\n<tr>\n<td><code>fast_break_points_made</code></td>\n<td>An integer representing the number of fast break points made by the team.</td>\n</tr>\n<tr>\n<td><code>contested_rebounds</code></td>\n<td>An integer representing the number of contested rebounds made by the team.</td>\n</tr>\n<tr>\n<td><code>bdef</code></td>\n<td>An integer representing the bdef.</td>\n</tr>\n<tr>\n<td><code>assists</code></td>\n<td>An integer representing the number of assists made by the team.</td>\n</tr>\n<tr>\n<td><code>field_goals_attempted</code></td>\n<td>An integer representing the number of field goals attempted by the team.</td>\n</tr>\n<tr>\n<td><code>takeo</code></td>\n<td>An integer representing the takeo.</td>\n</tr>\n<tr>\n<td><code>ble</code></td>\n<td>An integer representing the ble.</td>\n</tr>\n<tr>\n<td><code>offensive_rebounds</code></td>\n<td>An integer representing the number of offensive rebounds made by the team.</td>\n</tr>\n<tr>\n<td><code>defensive_rebounds</code></td>\n<td>An integer representing the number of defensive rebounds made by the team.</td>\n</tr>\n<tr>\n<td><code>points_in_paint</code></td>\n<td>An integer representing the number of points in paint made by the team.</td>\n</tr>\n<tr>\n<td><code>early</code></td>\n<td>An integer representing the early.</td>\n</tr>\n<tr>\n<td><code>field_goals_made</code></td>\n<td>An integer representing the number of field goals made by the team.</td>\n</tr>\n<tr>\n<td><code>rebound_chances</code></td>\n<td>An integer representing the number of rebound chances gotten by the team.</td>\n</tr>\n<tr>\n<td><code>blocks</code></td>\n<td>An integer representing the number of blocks made by the team.</td>\n</tr>\n<tr>\n<td><code>fast_break_points_attempted</code></td>\n<td>An integer representing the number of fast break points attempted by the team.</td>\n</tr>\n<tr>\n<td><code>boxouts</code></td>\n<td>An integer representing the number of boxouts made by the team.</td>\n</tr>\n<tr>\n<td><code>points_in_paint_attempted</code></td>\n<td>An integer representing the number of points in paint attempted by the team.</td>\n</tr>\n<tr>\n<td><code>time_played</code></td>\n<td>An integer representing the amount of time played by the team.</td>\n</tr>\n<tr>\n<td><code>excel</code></td>\n<td>An integer representing the number of excel made by the team.</td>\n</tr>\n<tr>\n<td><code>tf</code></td>\n<td>An integer representing the number of team fouls made by the team.</td>\n</tr>\n<tr>\n<td><code>points_in_paint_made</code></td>\n<td>An integer representing the number of points in paint made by the team.</td>\n</tr>\n<tr>\n<td><code>contested_3pt_shots</code></td>\n<td>An integer representing the number of contested 3 point shots made by the team.</td>\n</tr>\n<tr>\n<td><code>contested_offensive_rebounds</code></td>\n<td>An integer representing the number of contested offensive rebounds made by the team.</td>\n</tr>\n<tr>\n<td><code>fast_break_points</code></td>\n<td>An integer representing the number of fast break points made by the team.</td>\n</tr>\n<tr>\n<td><code>charges_drawn</code></td>\n<td>An integer representing the number of charges drawn by the team.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.3.2: Player Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the player that was created by Rimble. This is an integer, and it uniquely identifies each player.</td>\n</tr>\n<tr>\n<td><code>username</code></td>\n<td>A string that represents the username the player</td>\n</tr>\n<tr>\n<td><code>DOB</code></td>\n<td>A string that represents the date of birth of this player. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"1998-06-04\" represents June 04, 1998. We provide this information in case you need to filter content such that only players of a certain minimum age are displayed. <strong>Note:</strong> Not all players have their DOB publicly available - in case it is not available this field will be a <code>null</code>.</td>\n</tr>\n<tr>\n<td><code>role</code></td>\n<td>A string that represents the position of the player.</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td>A list of dictionary objects that give data for the player's results, where each dictionary element represents a game. It follows the format described in Table 14.3.2.1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 14.3.2.1: Player Results Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>player_id</code></td>\n<td>An id of the player that was created by Rimble. This is an integer, and it uniquely identifies each player.</td>\n</tr>\n<tr>\n<td><code>position</code></td>\n<td>A string representing the position of the player.</td>\n</tr>\n<tr>\n<td><code>rebounds</code></td>\n<td>An integer representing the number of rebounds this player got in this game.</td>\n</tr>\n<tr>\n<td><code>aopp</code></td>\n<td>An integer representing the aopp.</td>\n</tr>\n<tr>\n<td><code>secondary_assists</code></td>\n<td>An integer representing the number of secondary assists this player made in this game.</td>\n</tr>\n<tr>\n<td><code>points</code></td>\n<td>An integer representing the number of points this player made in this game.</td>\n</tr>\n<tr>\n<td><code>number</code></td>\n<td>An integer representing the number of this player in this game.</td>\n</tr>\n<tr>\n<td><code>mopp</code></td>\n<td>An integer representing the mopp.</td>\n</tr>\n<tr>\n<td><code>passes_made</code></td>\n<td>An integer representing the number of passes this player made in this game.</td>\n</tr>\n<tr>\n<td><code>late</code></td>\n<td>An integer representing thel ate.</td>\n</tr>\n<tr>\n<td><code>mopr</code></td>\n<td>An integer representing the mopr.</td>\n</tr>\n<tr>\n<td><code>3_point_field_goals_attempted</code></td>\n<td>An integer representing the number of 3 point field goals this player attempted in this game.</td>\n</tr>\n<tr>\n<td><code>aopr</code></td>\n<td>An integer representing the aopr.</td>\n</tr>\n<tr>\n<td><code>slate</code></td>\n<td>An integer representing the slate.</td>\n</tr>\n<tr>\n<td><code>front_court_touches</code></td>\n<td>An integer representing the number of front court touches this player made in this game.</td>\n</tr>\n<tr>\n<td><code>drblm</code></td>\n<td>An integer representing the adrblm.</td>\n</tr>\n<tr>\n<td><code>paint_touch</code></td>\n<td>An integer representing the number of paint touches this player made in this game.</td>\n</tr>\n<tr>\n<td><code>personal_fouls</code></td>\n<td>An integer representing the number of personal fouls this player made in this game.</td>\n</tr>\n<tr>\n<td><code>free_throws_attempted</code></td>\n<td>An integer representing the number of free throws this player attempted in this game.</td>\n</tr>\n<tr>\n<td><code>searly</code></td>\n<td>An integer representing the searly.</td>\n</tr>\n<tr>\n<td><code>contested_2pt_shots</code></td>\n<td>An integer representing the number of contested 2 point shots this player made in this game.</td>\n</tr>\n<tr>\n<td><code>game_number</code></td>\n<td>An integer representing the game number this result is for. The game numbers are 1-indexed, i.e. the first game in the match will have game number 1</td>\n</tr>\n<tr>\n<td><code>vlate</code></td>\n<td>An integer representing the vlate.</td>\n</tr>\n<tr>\n<td><code>3_point_field_goals_made</code></td>\n<td>An integer representing the number of 3 point field goals this player made in this game.</td>\n</tr>\n<tr>\n<td><code>passes_attempted</code></td>\n<td>An integer representing the number of passes this player attempted in this game.</td>\n</tr>\n<tr>\n<td><code>contested_defensive_rebounds</code></td>\n<td>An integer representing the number of contested defensive rebounds this player got in this game.</td>\n</tr>\n<tr>\n<td><code>vearly</code></td>\n<td>An integer representing the vearly.</td>\n</tr>\n<tr>\n<td><code>catch_shoot_points_made</code></td>\n<td>An integer representing the number of catch and shoot points this player made in this game.</td>\n</tr>\n<tr>\n<td><code>turnovers</code></td>\n<td>An integer representing the number of turnovers this player made in this game.</td>\n</tr>\n<tr>\n<td><code>points_per_elbow_touch</code></td>\n<td>An integer representing the number of points per elbow touch this player made in this game.</td>\n</tr>\n<tr>\n<td><code>passes_received</code></td>\n<td>An integer representing the number of passes this player received in this game.</td>\n</tr>\n<tr>\n<td><code>free_throws_made</code></td>\n<td>An integer representing the number of free throws this player made in this game.</td>\n</tr>\n<tr>\n<td><code>total_rebounds</code></td>\n<td>An integer representing the number of total rebounds this player got in this game.</td>\n</tr>\n<tr>\n<td><code>screen_assists</code></td>\n<td>An integer representing the number of screen assists this player made in this game.</td>\n</tr>\n<tr>\n<td><code>catch_shoots_points_attempted</code></td>\n<td>An integer representing the number of catch and shoot points this player attempted in this game.</td>\n</tr>\n<tr>\n<td><code>loose_balls_recovered</code></td>\n<td>An integer representing the number of loose balls this player recovered in this game.</td>\n</tr>\n<tr>\n<td><code>steals</code></td>\n<td>An integer representing the number of steals this player made in this game.</td>\n</tr>\n<tr>\n<td><code>fast_break_points_made</code></td>\n<td>An integer representing the number of fast break points this player made in this game.</td>\n</tr>\n<tr>\n<td><code>contested_rebounds</code></td>\n<td>An integer representing the number of contested_rebounds this player made in this game.</td>\n</tr>\n<tr>\n<td><code>bdef</code></td>\n<td>An integer representing the bdef.</td>\n</tr>\n<tr>\n<td><code>assists</code></td>\n<td>An integer representing the number of assists this player made in this game.</td>\n</tr>\n<tr>\n<td><code>field_goals_attempted</code></td>\n<td>An integer representing the number of field goals this player attempted in this game.</td>\n</tr>\n<tr>\n<td><code>takeo</code></td>\n<td>An integer representing the takeo.</td>\n</tr>\n<tr>\n<td><code>offensive_rebounds</code></td>\n<td>An integer representing the number of offensive rebounds this player made in this game.</td>\n</tr>\n<tr>\n<td><code>defensive_rebounds</code></td>\n<td>An integer representing the number of defensive rebounds this player made in this game.</td>\n</tr>\n<tr>\n<td><code>points_in_paint</code></td>\n<td>An integer representing the number of points in paint this player made in this game.</td>\n</tr>\n<tr>\n<td><code>dbmpt</code></td>\n<td>An integer representing the dbmpt.</td>\n</tr>\n<tr>\n<td><code>early</code></td>\n<td>An integer representing the early.</td>\n</tr>\n<tr>\n<td><code>field_goals_made</code></td>\n<td>An integer representing the number of field goals this player made in this game.</td>\n</tr>\n<tr>\n<td><code>rebound_chances</code></td>\n<td>An integer representing the number of rebound chances this player had in this game.</td>\n</tr>\n<tr>\n<td><code>blocks</code></td>\n<td>An integer representing the number of blocks this player made in this game.</td>\n</tr>\n<tr>\n<td><code>fast_break_points_attempted</code></td>\n<td>An integer representing the number of fast break points this player made in this game.</td>\n</tr>\n<tr>\n<td><code>boxouts</code></td>\n<td>An integer representing the number of boxouts this player made in this game.</td>\n</tr>\n<tr>\n<td><code>points_in_paint_attempted</code></td>\n<td>An integer representing the number of points in paint this player attempted in this game.</td>\n</tr>\n<tr>\n<td><code>time_played</code></td>\n<td>An integer representing the amount of time this player played in this game.</td>\n</tr>\n<tr>\n<td><code>excel</code></td>\n<td>An integer representing the number of excels this player made in this game.</td>\n</tr>\n<tr>\n<td><code>vcp_id</code></td>\n<td>An integer representing the vcp_id of the player</td>\n</tr>\n<tr>\n<td><code>points_in_paint_made</code></td>\n<td>An integer representing the number of points in paint this player made in this game.</td>\n</tr>\n<tr>\n<td><code>contested_3pt_shots</code></td>\n<td>An integer representing the number of contested 3 point shots this player made in this game.</td>\n</tr>\n<tr>\n<td><code>contested_offensive_rebounds</code></td>\n<td>An integer representing the number of contested offensive rebounds this player made in this game.</td>\n</tr>\n<tr>\n<td><code>fast_break_points</code></td>\n<td>An integer representing the number of fast break points this player made in this game.</td>\n</tr>\n<tr>\n<td><code>charges_drawn</code></td>\n<td>An integer representing the number of charges drawn by this player in this game.</td>\n</tr>\n<tr>\n<td><code>catch_shoot_points_attempted</code></td>\n<td>An integer representing the number of catch and shoot points that were attempted in the game.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>NOTE:</strong> A player may be on the lineup, but not on the starting team for all the games of the match. For example, a player might have only started for 2 out of the 3 games in a match. In those cases, we still have a player game results dictionary as described in the above table, but the values for the attributes are <code>null</code>'s.</p>\n","urlObject":{"protocol":"https","path":["raw","nba2k","completed-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"3719cf57-f077-4159-9fbf-6bc4945893cb","name":"nba2k-completed-matches","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>","type":"text"}],"url":"https://rimbleanalytics.com/raw/nba2k/completed-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"14138"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:04:40 GMT"},{"key":"x-amzn-RequestId","value":"f85de47b-960c-46dd-b9de-2fe939c067d4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsAY_FubIAMF2Ig="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e106-73116fc65b8d5a5b1f39fdbb;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 60977f24a6858f4bd1384356217daad0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"IMSM9ublM3VhqZEXxLzVJ-_4nNF4jhWYg_C47JFRXTM82qT67bisMQ=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"metadata\": {\n            \"games\": [\n                {\n                    \"visiting_score\": 51,\n                    \"event_no\": 169,\n                    \"home_score\": 64,\n                    \"game_code\": \"20230620/BCGKGG\",\n                    \"tournament_type\": \"3v3\",\n                    \"play_time\": \"2023-06-20 23:03:32\"\n                }\n            ]\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 1\n        },\n        \"stream_links\": [],\n        \"tournament_type\": \"5v5\",\n        \"source_url\": null,\n        \"time\": \"00:00:00\",\n        \"team_1_name\": \"Bucks Gaming\",\n        \"date\": \"2023-06-21\",\n        \"team_2_name\": \"Kings Guard Gaming\",\n        \"teams\": [\n            {\n                \"score\": \"\",\n                \"image\": null,\n                \"c\": null,\n                \"win_result\": 1,\n                \"players\": [\n                    {\n                        \"name\": \"OneWildWalnut Downey\",\n                        \"id\": 1600011,\n                        \"role\": \"C\",\n                        \"results\": [\n                            {\n                                \"rebounds\": 9,\n                                \"aopp\": 0,\n                                \"secondary_assists\": 0,\n                                \"points\": 4,\n                                \"number\": 24,\n                                \"mopp\": 0,\n                                \"passes_made\": null,\n                                \"late\": 0,\n                                \"mopr\": 1,\n                                \"3_point_field_goals_attempted\": 1,\n                                \"aopr\": 1,\n                                \"slate\": 0,\n                                \"front_court_touches\": 0,\n                                \"drblm\": 1,\n                                \"paint_touch\": 5,\n                                \"personal_fouls\": 0,\n                                \"free_throws_attempted\": 0,\n                                \"searly\": 0,\n                                \"contested_2pt_shots\": 2,\n                                \"game_number\": 1,\n                                \"vlate\": 0,\n                                \"3_point_field_goals_made\": 0,\n                                \"passes_attempted\": 2,\n                                \"contested_defensive_rebounds\": 7,\n                                \"vearly\": 0,\n                                \"catch_shoot_points_made\": 2,\n                                \"turnovers\": 1,\n                                \"points_per_elbow_touch\": 18,\n                                \"position\": \"C\",\n                                \"passes_received\": 9,\n                                \"free_throws_made\": 0,\n                                \"total_rebounds\": 9,\n                                \"screen_assists\": 0,\n                                \"catch_shoot_points_attempted\": 3,\n                                \"loose_balls_recovered\": 0,\n                                \"steals\": 0,\n                                \"fast_break_points_made\": 0,\n                                \"contested_rebounds\": 8,\n                                \"bdef\": 9,\n                                \"player_id\": 1600011,\n                                \"assists\": 5,\n                                \"field_goals_attempted\": 3,\n                                \"takeo\": 0,\n                                \"offensive_rebounds\": 1,\n                                \"defensive_rebounds\": 8,\n                                \"points_in_paint\": 4,\n                                \"dbmpt\": 0,\n                                \"early\": 0,\n                                \"field_goals_made\": 2,\n                                \"rebound_chances\": 37,\n                                \"blocks\": 1,\n                                \"fast_break_points_attempted\": 0,\n                                \"boxouts\": 2,\n                                \"points_in_paint_attempted\": 2,\n                                \"time_played\": 0,\n                                \"excel\": 1,\n                                \"vcp_id\": null,\n                                \"points_in_paint_made\": 2,\n                                \"contested_3pt_shots\": 0,\n                                \"contested_offensive_rebounds\": 1,\n                                \"fast_break_points\": 0,\n                                \"charges_drawn\": 0\n                            }\n                        ],\n                        \"DOB\": \"1999-05-03\"\n                    },\n                    ...\n                ],\n                \"slug\": \"BCG\"\n            },\n            ...\n        ],\n        \"league_details\": null,\n        \"league\": null,\n        \"matchid\": \"1252300005\"\n    },\n    ...\n]"}],"_postman_id":"43dbeb62-b549-4f4f-a3c0-46fbeec37e45"},{"name":"Match Status","id":"c44f1086-863c-442a-98be-387d8a31204a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/nba2k/match-status/?matchid={matchid}","description":"<p><strong>Query Parameters</strong>: <code>matchid</code> (required), <code>date</code> (required if match is older than 14 days).</p>\n<p>This endpoint is added to provide you with a persistent endpoint to access the match status for any match. The format of this endpoint is a list of a single dictionary that represents the match you are searching for. This dictionary always has a <code>match_status</code> key that can have values:</p>\n<ul>\n<li><code>upcoming</code> - the match is scheduled for the future</li>\n<li><code>live</code> - at least one game in the match is being played right now</li>\n<li><code>ended</code> - the match has ended but we haven't settled all the markets available yet</li>\n<li><code>completed</code> - the match has ended and all the data is now available to settle all markets we offer</li>\n<li><code>cancelled</code> - the match being searched for doesn't exist</li>\n</ul>\n<p>The rest of the dictionary format will follow the other endpoints we have described above (i.e. if the <code>match_status</code> is <code>completed</code> or <code>ended</code>, the match dictionary will have all the information described in \"Completed Matches\" endpoint).</p>\n","urlObject":{"protocol":"https","path":["raw","nba2k","match-status",""],"host":["rimbleanalytics","com"],"query":[{"key":"matchid","value":"{matchid}"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"e0060ba5-c042-48ab-b426-5688e7d9544b","name":"nba2k-match-status","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":{"raw":"https://rimbleanalytics.com/raw/nba2k/match-status/?matchid=69837&date=2022-10-28","protocol":"https","host":["rimbleanalytics","com"],"path":["raw","nba2k","match-status",""],"query":[{"key":"matchid","value":"69837"},{"key":"date","value":"2022-10-28"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"14138"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:04:40 GMT"},{"key":"x-amzn-RequestId","value":"f85de47b-960c-46dd-b9de-2fe939c067d4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsAY_FubIAMF2Ig="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e106-73116fc65b8d5a5b1f39fdbb;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 60977f24a6858f4bd1384356217daad0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"IMSM9ublM3VhqZEXxLzVJ-_4nNF4jhWYg_C47JFRXTM82qT67bisMQ=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"status\": \"completed\",\n        \"date\": \"2022-10-28\",\n        \"time\": \"15:00:00\",\n        \"matchid\": \"63402215c437fde7e02dd8ea\",\n        \"team_1_name\": \"Oxygen Esports\",\n        \"team_2_name\": \"Turboclappers\",\n        \"league\": \"RLCS 2022-23 Fall Europe Regional 2\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"name\": \"RLCS 2022-23 Fall Europe Regional 2\",\n            \"image\": \"https://...png\",\n            \"id\": \"632ef8cfc437fde7e02dc032\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 5\n        },\n        \"stream_links\": [\n            \"https://....\",\n            ....\n        ],\n        \"metadata\": {\n            \"games\": [\n                {\n                    \"game_number\": 1,\n                    \"duration\": 300,\n                    \"blue_team\": \"Oxygen Esports\",\n                    \"orange_team\": \"Turboclappers\",\n                    \"map_name\": \"Mannfield (Night)\"\n                }\n            ]\n        },\n        \"teams\": [\n            {\n                \"id\": \"6020bd98f1e4807cc700dc33\",\n                \"name\": \"Oxygen Esports\",\n                \"designation\": 1,\n                \"image\": \"https://...png\",\n                \"win_result\": 1,\n                \"results\": [\n                    {\n                        \"game_number\": 1,\n                        \"result\": 1,\n                        \"score\": 1151,\n                        \"saves\": 7,\n                        \"assists\": 1,\n                        \"shots\": 6,\n                        \"goals\": 1,\n                        \"shootingPercentage\": 16.666666666666664\n                    },\n                    ...\n                ]\n                \"players\": [\n                    {\n                        \"id\": \"5f3d8fdd95f40596eae2415f\",\n                        \"username\": \"Archie\"\n                        \"DOB\": \"1998-06-04\",\n                        \"image\": \"https://...png\",\n                        \"results\": [\n                            {\n                                \"game_number\": 1,\n                                \"score\": 450,\n                                \"goalParticipation\": 100,\n                                \"saves\": 3,\n                                \"assists\": 1,\n                                \"total_distance\": 464628,\n                                \"shots\": 5,\n                                \"shooting_percentage\": 0,\n                                \"goals\": 0\n                            },\n                            ...\n                        ]\n                    },\n                    ...\n                ],\n            },\n            ...\n        ],\n        \n    },\n    ...\n]"}],"_postman_id":"c44f1086-863c-442a-98be-387d8a31204a"},{"name":"League Mappings","id":"5d8e7e7c-e991-4b8a-aa5e-0645491c5b74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/nba2k/league-mappings/","description":"<p><strong>Query Parameters</strong>: <code>league_id</code>, <code>name</code>, <code>min_prize_money</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>This endpoint gives you access to the most up to date mappings we have for leagues in Valorant. We return a league/tournament dictionary that has the information described in Table 9.</p>\n<p><strong>Table 9: League Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>A string that represents the Rimble id we use for the league/tournament.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string representing the name of the league/tournament.</td>\n</tr>\n<tr>\n<td><code>dates</code></td>\n<td>A string representing the start and end date of the league/tournament - if we have only one date here, that means the tournament will be running only for one day.</td>\n</tr>\n<tr>\n<td><code>prize_money</code></td>\n<td>For most entries this is an integer representing the prize money in dollars. This is a good proxy indicator for the tier of the league/tournament. You can query for it using the <code>min_prize_money</code> parameter above to find leagues big enough for your platform.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","nba2k","league-mappings",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"2cff2400-e579-4020-a9eb-348f0d8303f5","name":"nba2k-mappings-raw","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/nba2k/league-mappings/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:10:40 GMT"},{"key":"x-amzn-RequestId","value":"e6f1e797-0337-47cf-b9e3-238ff1edcaa1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsBRcGx-IAMF1yg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e26f-32a189c2044c58a8059eb976;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 61b5d2bc1eed0f4589fa0899bfb07e78.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"ks6MbaHL1F9_RF-VMITv9v0glKtQgR5k-quM_the9J6c9uCbDCywmA=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1\",\n        \"name\": \"T1 x Nerd Street Gamers Invitational\",\n        \"dates\": \"May 3 - May 7, 2020\",\n        \"prize_money\": 25000\n    },\n    ...\n]"}],"_postman_id":"5d8e7e7c-e991-4b8a-aa5e-0645491c5b74"},{"name":"Teams","id":"b37c17be-35b6-4565-8ebf-2fd28f96cb88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/nba2k/teams/","description":"<p><strong>Query Parameters</strong>: <code>id</code> (optional)</p>\n<p>This endpoint is added to provide you with the ability to bulk update your local tables with team information.</p>\n<p>Note this endpoint is not actively maintained but provides a starting point with relevant team information to make operations easier and player usernames might change for a given id over time.</p>\n","urlObject":{"protocol":"https","path":["raw","nba2k","teams",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"dd7c895e-ce75-4217-aabb-33fcc79adf93","name":"Teams","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/nba2k/teams/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"2815\",\n        \"name\": \"Version1\"\n        \"image\": \"https://...png\"\n    },\n    ...\n]"}],"_postman_id":"b37c17be-35b6-4565-8ebf-2fd28f96cb88"},{"name":"Players","id":"a2926c52-fa55-4de9-97b3-e88b3fe9af1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/nba2k/players/","description":"<p><strong>Query Parameters</strong>: <code>id</code> (optional)</p>\n<p>This endpoint is added to provide you with the ability to bulk update your local tables with player information.</p>\n<p>Note this endpoint is not actively maintained but provides a starting point with relevant player information to make operations easier and player usernames might change for a given id over time.</p>\n","urlObject":{"protocol":"https","path":["raw","nba2k","players",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"dbd5d3c9-3513-44a4-be9a-e01da6249bea","name":"Players","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/nba2k/players/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"729\",\n        \"username\": \"Zellsis\",\n        \"name\": \"Callum Lang\",\n        \"DOB\": \"1998-03-02\",\n        \"image\": \"https://...png\"\n    },\n    ...\n]"}],"_postman_id":"a2926c52-fa55-4de9-97b3-e88b3fe9af1a"}],"id":"89170218-a1c0-4df6-b98c-485e78298d19","description":"<p><strong>Tournaments Supported:</strong> <code>Challengers</code>, <code>Qualifiers</code>, <code>Masters</code>, <code>Champions</code>, with 50+ more smaller tournaments. We can also provide access to other smaller tournaments based on your requests.</p>\n<p><strong>Player-Level Data</strong>: <code>position</code>,<code>player_id</code>,<code>vcp_id</code>,<code>number</code>,<code>offensive_rebounds</code>,<code>defensive_rebounds</code>,<br /><code>total_rebounds</code>,<code>personal_fouls</code>,<code>fast_break_points</code>,<code>fast_break_points_made</code>,<code>fast_break_points_attempted</code>,<code>points_in_paint</code>,<code>points_in_paint_made</code>,<code>points_in_paint_attempted</code>,<code>points_per_elbow_touch</code>,<code>catch_shoot_points_made</code>,<code>catch_shoot_points_attempted</code>,<code>time_played</code>,<code>aopp</code>,<code>mopp</code>,<code>aopr</code>,<code>mopr</code>,<code>takeo</code>,<code>charges_drawn</code>,<code>boxouts</code>,<code>loose_balls_recovered</code>,<code>bdef</code>,<code>contested_2pt_shots</code>,<code>contested_3pt_shots</code>,<code>screen_assists</code>,<code>secondary_assists</code>,<code>passes_made</code>,<code>passes_received</code>,<code>passes_attempted</code>,<code>contested_offensive_rebounds</code>,<code>contested_defensive_rebounds</code>,<code>contested_rebounds</code>,<code>rebound_chances</code>,<code>vearly</code>,<code>early</code>,<code>searly</code>, <code>excel</code>,<code>vlate</code>,<code>late</code>,<code>slate</code>,<code>drblm</code>,<code>dbmpt</code>,<code>paint_touch</code>,<code>front_court_touches.</code></p>\n<p><strong>Team-Level Data</strong>: <code>rebounds</code>, <code>assists</code>, <code>steals</code>, <code>blocks</code>, <code>personal_fouls</code>, <code>turnovers</code>, <code>field_goals_made</code>, <code>field_goals_attempted</code>, <code>3_point_field_goals_made</code>, <code>3_point_field_goals_attempted</code>, <code>free_throws_made</code>, <code>free_throws_attempted</code>, <code>offensive_rebounds</code>, <code>defensive_rebounds</code>, <code>total_rebounds</code>, <code>fast_break_points</code>, <code>fast_break_points_made</code>,<code>fast_break_points_attempted</code>,<code>points_in_paint</code>,<code>points_in_paint_made</code>,<code>points_in_paint_attempted</code>,<code>points_per_elbow_touch</code>,<code>catch_shoot_points_made</code>,<code>catch_shoot_points_attempted</code>,<code>time_played</code>,<code>charges_drawn</code>,<code>boxouts</code>,<code>loose_balls_recovered</code>,<code>bdef</code>,<code>contested_2pt_shots</code>,<code>contested_3pt_shots</code>,<code>screen_assists</code>,<code>secondary_assists</code>,<code>passes_made</code>,<code>passes_received</code>,<code>passes_attempted</code>,<code>contested_offensive_rebounds</code>,<code>contested_defensive_rebounds</code>,<code>contested_rebounds</code>,<code>rebound_chances</code>, <code>paint_touch</code>,<code>front_court_touches</code></p>\n","_postman_id":"89170218-a1c0-4df6-b98c-485e78298d19"},{"name":"FIFA","item":[{"name":"Upcoming Matches","id":"149efcca-97fe-40fc-8ec6-80db88647a10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/fifa/upcoming-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p><strong>Table 7: Match Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>A string that represents the date the match was played in UTC. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"2021-06-10\" represents June 10, 2021 UTC.</td>\n</tr>\n<tr>\n<td><code>time</code></td>\n<td>A string that represents the time the match was played in UTC. This format for the time is <code>{hour}:{minute}:{second}</code> using a 24-hour clock. For example, \"14:15:00\" represents 2:15pm UTC.</td>\n</tr>\n<tr>\n<td><code>matchid</code></td>\n<td>An id of the game that was created by Rimble. This is a string, and it uniquely identifies each match. <strong>Note:</strong> Each match can potentially have multiple games within it, but we give results on a per match basis.</td>\n</tr>\n<tr>\n<td><code>team_1_name</code></td>\n<td>A string that identifies the first team.</td>\n</tr>\n<tr>\n<td><code>team_2_name</code></td>\n<td>A string that identifies the second team.</td>\n</tr>\n<tr>\n<td><code>league</code></td>\n<td>A string that described the tournament/league this match is a part of.</td>\n</tr>\n<tr>\n<td><code>source_url</code></td>\n<td>A string that contains a URL for a third party source that describes this match. This is given in case you need to cross-reference something.</td>\n</tr>\n<tr>\n<td><code>match_format</code></td>\n<td>A dictionary describing the format in which this match will be played (also referred to as \"match style\"). Details for this are given in Table 7.1 below.</td>\n</tr>\n<tr>\n<td><code>league_details</code></td>\n<td>A dictionary that contains information about the league/tournament this match is being played under, Details for this are given in Table 7.2.</td>\n</tr>\n<tr>\n<td><code>stream_links</code></td>\n<td>A list of strings that represent links to streams for this match. This is provided as a list because many matches have multiple channels/websites broadcasting the match.</td>\n</tr>\n<tr>\n<td><code>teams</code></td>\n<td>A list of team objects, each of which is a dictionary that follows the format described in Table 7.3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 7.1: Match Format Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>A string that described the type of format this match will be played as. The two possible formats are <code>bestOf</code> and <code>numGames</code>. <code>bestOf</code> simply means this match will be played as a \"best of\" of <code>count</code> games. <code>numGames</code> means, no matter what happens in the first few games, <code>numGames</code> will be played and the wins for games will be added to the team's tally in the tournament/league table.</td>\n</tr>\n<tr>\n<td><code>count</code></td>\n<td>An integer that describes the number of games being referred to for the <code>type</code> format above.</td>\n</tr>\n<tr>\n<td><code>metadata</code></td>\n<td>A list of dictionaries that give the estimated start time and date for all the games in the match. The format is consistent with the date time fields in the above table. i.e. we given data in UTC as <code>{year}-{month}-{date}</code> and <code>{hour}:{minute}:{second}</code>. <strong>Note:</strong> estimating times can be tricky, but we predict such that it is much less likely that the match will start before the time specified rather than after.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 7.2: League Details Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the league that was created by Rimble. This is a string, and it uniquely identifies each league.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the league.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the league to use for embedding into any front end.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 7.3: Team Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the team that was created by Rimble. This is a string, and it uniquely identifies each team.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>designation</code></td>\n<td>An integer with value <code>1</code> or <code>2</code>, depending on if the team in this dictionary is team 1 or team 2 for this match. This can be thought of as the \"home team\" if it has a designation of <code>1</code>, and \"away team\" if it has a designation of <code>2</code>. <strong>Note:</strong> The team dictionaries are always ordered so that the dictionary for team 1 is element 0 in the list.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the team to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>players</code></td>\n<td>A list of player objects, each of which is a dictionary that follows the format described in Table 7.3.1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 7.3.1: Player Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the player that was created by Rimble. This is a string, and it uniquely identifies each player.</td>\n</tr>\n<tr>\n<td><code>username</code></td>\n<td>A string that represents the username name the player uses for Valorant (often also what people refer to them as, rather than their real names).</td>\n</tr>\n<tr>\n<td><code>DOB</code></td>\n<td>A string that represents the date of birth of this player. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"1998-06-04\" represents June 04, 1998. We provide this information in case you need to filter content such that only players of a certain minimum age are displayed. <strong>Note:</strong> Not all players have their DOB publicly available - in case it is not available this field will be a <code>null</code>.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to a profile image of the player to use for embedding into any front end.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","fifa","upcoming-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"15a218c3-1e39-4d57-a918-63eb94164fba","name":"fifa-upcoming-matches","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/fifa/upcoming-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:10:40 GMT"},{"key":"x-amzn-RequestId","value":"e6f1e797-0337-47cf-b9e3-238ff1edcaa1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsBRcGx-IAMF1yg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e26f-32a189c2044c58a8059eb976;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 61b5d2bc1eed0f4589fa0899bfb07e78.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"ks6MbaHL1F9_RF-VMITv9v0glKtQgR5k-quM_the9J6c9uCbDCywmA=="}],"cookie":[],"responseTime":null,"body":"    {\n        \"date\": \"2022-11-13\",\n        \"time\": \"13:00:00\",\n        \"matchid\": \"63590778da9d7ca1c7bb9541\",\n        \"team_1_name\": \"Dunno Chief\",\n        \"team_2_name\": \"Playing Ducks\",\n        \"league\": \"EMEA Predator League 2022\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"name\": \"EMEA Predator League 2022\",\n            \"image\": \"https://...png\",\n            \"id\": \"634d6667da9d7ca1c7bb80f1\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 7,\n            \"metadata\": [\n                {\n                    \"game_number\": 1,\n                    \"est_date\": \"2022-11-13\",\n                    \"est_time\": \"13:00:00\"\n                },\n                ...\n            ]\n        },\n        \"stream_links\": [\n            \"https://...\",\n            ...\n        ],\n        \"teams\": [\n            {\n                \"id\": \"6020bc71f1e4807cc7002516\",\n                \"name\": \"Dunno Chief\",\n                \"designation\": 1,\n                \"image\": \"https://...png\",\n                \"players\": [\n                    {\n                        \"id\": \"5f3d8fdd95f40596eae23e11\",\n                        \"username\": \"Kephiii\",\n                        \"image\": \"https://...png\",\n                        \"DOB\": \"1998-06-04\"\n                    },\n                    ...\n                ]\n            },\n            ...\n        ],\n        \n    },\n    ...\n]"}],"_postman_id":"149efcca-97fe-40fc-8ec6-80db88647a10"},{"name":"Live Matches","id":"29a0225b-4943-48e5-a04d-454ebb296453","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/fifa/live-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>The format for this endpoint is exactly the same as upcoming matches for Valorant. We provide this endpoint to help you distinguish between matches that have gone live (and have therefore been taken off of upcoming matches) and matches that have been cancelled.</p>\n<p><strong>IMPORTANT NOTE:</strong> This endpoint was created to allow you to track matches that are live rather than to give you access to live data about matches. As such, this endpoint is the same as the upcoming matches endpoint, but it returns matches that are live instead of upcoming. To get access to live data about matches (like the latest team scores and player statistics), reach out to us at <a href=\"mailto:support@rimble.io\">support@rimble.io</a> - we use websocket connections to provide this data.</p>\n","urlObject":{"protocol":"https","path":["raw","fifa","live-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"d5c572ce-c28a-4fa7-8360-89155511a9c6","name":"fifa-live-matches","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/fifa/live-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:10:40 GMT"},{"key":"x-amzn-RequestId","value":"e6f1e797-0337-47cf-b9e3-238ff1edcaa1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsBRcGx-IAMF1yg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e26f-32a189c2044c58a8059eb976;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 61b5d2bc1eed0f4589fa0899bfb07e78.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"ks6MbaHL1F9_RF-VMITv9v0glKtQgR5k-quM_the9J6c9uCbDCywmA=="}],"cookie":[],"responseTime":null,"body":"    {\n        \"date\": \"2022-11-13\",\n        \"time\": \"13:00:00\",\n        \"matchid\": \"63590778da9d7ca1c7bb9541\",\n        \"team_1_name\": \"Dunno Chief\",\n        \"team_2_name\": \"Playing Ducks\",\n        \"league\": \"EMEA Predator League 2022\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"name\": \"EMEA Predator League 2022\",\n            \"image\": \"https://...png\",\n            \"id\": \"634d6667da9d7ca1c7bb80f1\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 7,\n            \"metadata\": [\n                {\n                    \"game_number\": 1,\n                    \"est_date\": \"2022-11-13\",\n                    \"est_time\": \"13:00:00\"\n                },\n                ...\n            ]\n        },\n        \"stream_links\": [\n            \"https://...\",\n            ...\n        ],\n        \"teams\": [\n            {\n                \"id\": \"6020bc71f1e4807cc7002516\",\n                \"name\": \"Dunno Chief\",\n                \"designation\": 1,\n                \"image\": \"https://...png\",\n                \"players\": [\n                    {\n                        \"id\": \"5f3d8fdd95f40596eae23e11\",\n                        \"username\": \"Kephiii\",\n                        \"image\": \"https://...png\",\n                        \"DOB\": \"1998-06-04\"\n                    },\n                    ...\n                ]\n            },\n            ...\n        ],\n        \n    },\n    ...\n]"}],"_postman_id":"29a0225b-4943-48e5-a04d-454ebb296453"},{"name":"Completed Matches","id":"8f1c9963-d483-4680-9502-69d1699f9062","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/fifa/completed-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<p><strong>NOTE:</strong> We return completed matches for <code>5</code> days after their completion. If you require access to older matches, you may reach out to us directly.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p><strong>Table 8: Match Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>A string that represents the date the match was played in UTC. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"2021-06-10\" represents June 10, 2021 UTC.</td>\n</tr>\n<tr>\n<td><code>time</code></td>\n<td>A string that represents the time the match was played in UTC. This format for the time is <code>{hour}:{minute}:{second}</code> using a 24-hour clock. For example, \"14:15:00\" represents 2:15pm UTC.</td>\n</tr>\n<tr>\n<td><code>matchid</code></td>\n<td>An id of the game that was created by Rimble. This is a string, and it uniquely identifies each match. <strong>Note:</strong> Each match can potentially have multiple games within it, but we give results on a per match basis.</td>\n</tr>\n<tr>\n<td><code>team_1_name</code></td>\n<td>A string that identifies the first team.</td>\n</tr>\n<tr>\n<td><code>team_2_name</code></td>\n<td>A string that identifies the second team.</td>\n</tr>\n<tr>\n<td><code>league</code></td>\n<td>A string that described the tournament/league this match is a part of.</td>\n</tr>\n<tr>\n<td><code>source_url</code></td>\n<td>A string that contains a URL for a third party source that describes this match. This is given in case you need to cross-reference something.</td>\n</tr>\n<tr>\n<td><code>match_format</code></td>\n<td>A dictionary describing the format in which this match will be played (also referred to as \"match style\"). Details for this are given in Table 8.1 below.</td>\n</tr>\n<tr>\n<td><code>league_details</code></td>\n<td>A dictionary that contains information about the league/tournament this match is being played under, Details for this are given in Table 8.2.</td>\n</tr>\n<tr>\n<td><code>stream_links</code></td>\n<td>A list of strings that represent links to streams for this match. This is provided as a list because many matches have multiple channels/websites broadcasting the match.</td>\n</tr>\n<tr>\n<td><code>metadata</code></td>\n<td>A dictionary that has the key <code>games</code> in it to key into a list with information about each game's metadata that identifies the map name that was used for the game.</td>\n</tr>\n<tr>\n<td><code>teams</code></td>\n<td>A list of team objects, each of which is a dictionary that follows the format described in Table 8.3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.1: Match Format Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>A string that described the type of format this match will be played as. The two possible formats are <code>bestOf</code> and <code>numGames</code>. <code>bestOf</code> simply means this match will be played as a \"best of\" of <code>count</code> games. <code>numGames</code> means, no matter what happens in the first few games, <code>numGames</code> will be played and the wins for games will be added to the team's tally in the tournament/league table.</td>\n</tr>\n<tr>\n<td><code>count</code></td>\n<td>An integer that describes the number of games being referred to for the <code>type</code> format above.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.2: League Details Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the league that was created by Rimble. This is a string, and it uniquely identifies each league.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the league.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the league to use for embedding into any front end.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.3: Team Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the team that was created by Rimble. This is a string, and it uniquely identifies each team.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>designation</code></td>\n<td>An integer with value <code>1</code> or <code>2</code>, depending on if the team in this dictionary is team 1 or team 2 for this match. This can be thought of as the \"home team\" if it has a designation of <code>1</code>, and \"away team\" if it has a designation of <code>2</code>. <strong>Note:</strong> The team dictionaries are always ordered so that the dictionary for team 1 is element 0 in the list.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the team to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>win_result</code></td>\n<td>An integer value <code>1</code> if the team won the match and <code>0</code> if it lost the match.</td>\n</tr>\n<tr>\n<td><code>games_won</code></td>\n<td>An integer value representing the number of games this team won in the match.</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td>A list of dictionaries, where each dictionary represents the team's results for each of the games played in this match. The dictionaries follow the format in Table 8.3.1</td>\n</tr>\n<tr>\n<td><code>players</code></td>\n<td>A list of player objects, each of which is a dictionary that follows the format described in Table 8.3.2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.3.1: Team Results Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>game_number</code></td>\n<td>An integer representing the game number this result is for. The game numbers are 1-indexed, i.e. the first game in the match will have game number 1</td>\n</tr>\n<tr>\n<td><code>ct_score</code></td>\n<td>An integer representing the score for this team when they played as the \"counter terrorists\" in this game.</td>\n</tr>\n<tr>\n<td><code>t_score</code></td>\n<td>An integer representing the score for this team when they played as the \"terrorists\" in this game.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.3.2: Player Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the player that was created by Rimble. This is a string, and it uniquely identifies each player.</td>\n</tr>\n<tr>\n<td><code>username</code></td>\n<td>A string that represents the username name the player uses for Valorant (often also what people refer to them as, rather than their real names).</td>\n</tr>\n<tr>\n<td><code>DOB</code></td>\n<td>A string that represents the date of birth of this player. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"1998-06-04\" represents June 04, 1998. We provide this information in case you need to filter content such that only players of a certain minimum age are displayed. <strong>Note:</strong> Not all players have their DOB publicly available - in case it is not available this field will be a <code>null</code>.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to a profile image of the player to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td>A list of dictionary objects that give data for the player's results, where each dictionary element represents a game. It follows the format described in Table 8.3.2.1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.3.2.1: Player Results Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>game_number</code></td>\n<td>An integer representing the game number this result is for. The game numbers are 1-indexed, i.e. the first game in the match will have game number 1</td>\n</tr>\n<tr>\n<td><code>agent</code></td>\n<td>A string representing the \"agent\" or character this player played with for this game.</td>\n</tr>\n<tr>\n<td><code>kills</code></td>\n<td>An integer representing the number of kills this player got in this game.</td>\n</tr>\n<tr>\n<td><code>deaths</code></td>\n<td>An integer representing the number of deaths this player got in this game.</td>\n</tr>\n<tr>\n<td><code>assists</code></td>\n<td>An integer representing the number of assists this player got in this game.</td>\n</tr>\n<tr>\n<td><code>adr</code></td>\n<td>An float representing the ADR this player got in this game. ADR means \"Average Damage per Round\".</td>\n</tr>\n<tr>\n<td><code>FK</code></td>\n<td>An integer representing the number of times this player got the first kill in the rounds in this game.</td>\n</tr>\n<tr>\n<td><code>FD</code></td>\n<td>An integer representing the number of times this player was the first death in the rounds in this game.</td>\n</tr>\n<tr>\n<td><code>economy</code></td>\n<td>An integer representing the economy this player had in this game.</td>\n</tr>\n<tr>\n<td><code>s_planted</code></td>\n<td>An integer representing the number of spikes that this player planted in this game.</td>\n</tr>\n<tr>\n<td><code>s_defused</code></td>\n<td>An integer representing the number of spikes that this player defused in this game.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>NOTE:</strong> A player may be on the lineup, but not on the starting team for all the games of the match. For example, a player might have only started for 2 out of the 3 games in a match. In those cases, we still have a player game results dictionary as described in the above table, but the values for the attributes are <code>null</code>'s.</p>\n","urlObject":{"protocol":"https","path":["raw","fifa","completed-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"da970ec5-b9ab-448a-9916-f86fa9423a8c","name":"rocketleague-completed-matches","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/fifa/completed-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"14138"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:04:40 GMT"},{"key":"x-amzn-RequestId","value":"f85de47b-960c-46dd-b9de-2fe939c067d4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsAY_FubIAMF2Ig="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e106-73116fc65b8d5a5b1f39fdbb;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 60977f24a6858f4bd1384356217daad0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"IMSM9ublM3VhqZEXxLzVJ-_4nNF4jhWYg_C47JFRXTM82qT67bisMQ=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2022-10-28\",\n        \"time\": \"15:00:00\",\n        \"matchid\": \"63402215c437fde7e02dd8ea\",\n        \"team_1_name\": \"Oxygen Esports\",\n        \"team_2_name\": \"Turboclappers\",\n        \"league\": \"RLCS 2022-23 Fall Europe Regional 2\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"name\": \"RLCS 2022-23 Fall Europe Regional 2\",\n            \"image\": \"https://...png\",\n            \"id\": \"632ef8cfc437fde7e02dc032\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 5\n        },\n        \"stream_links\": [\n            \"https://....\",\n            ....\n        ],\n        \"metadata\": {\n            \"games\": [\n                {\n                    \"game_number\": 1,\n                    \"duration\": 300,\n                    \"blue_team\": \"Oxygen Esports\",\n                    \"orange_team\": \"Turboclappers\",\n                    \"map_name\": \"Mannfield (Night)\"\n                }\n            ]\n        },\n        \"teams\": [\n            {\n                \"id\": \"6020bd98f1e4807cc700dc33\",\n                \"name\": \"Oxygen Esports\",\n                \"designation\": 1,\n                \"image\": \"https://...png\",\n                \"win_result\": 1,\n                \"results\": [\n                    {\n                        \"game_number\": 1,\n                        \"result\": 1,\n                        \"score\": 1151,\n                        \"saves\": 7,\n                        \"assists\": 1,\n                        \"shots\": 6,\n                        \"goals\": 1,\n                        \"shootingPercentage\": 16.666666666666664\n                    },\n                    ...\n                ]\n                \"players\": [\n                    {\n                        \"id\": \"5f3d8fdd95f40596eae2415f\",\n                        \"username\": \"Archie\"\n                        \"DOB\": \"1998-06-04\",\n                        \"image\": \"https://...png\",\n                        \"results\": [\n                            {\n                                \"game_number\": 1,\n                                \"score\": 450,\n                                \"goalParticipation\": 100,\n                                \"saves\": 3,\n                                \"assists\": 1,\n                                \"total_distance\": 464628,\n                                \"shots\": 5,\n                                \"shooting_percentage\": 0,\n                                \"goals\": 0\n                            },\n                            ...\n                        ]\n                    },\n                    ...\n                ],\n            },\n            ...\n        ],\n        \n    },\n    ...\n]"}],"_postman_id":"8f1c9963-d483-4680-9502-69d1699f9062"},{"name":"Match Status","id":"55b1140d-9dee-4b44-8f32-707741fa774c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/fifa/match-status/?matchid={matchid}","description":"<p><strong>Query Parameters</strong>: <code>matchid</code> (required), <code>date</code> (required if match is older than 14 days).</p>\n<p>This endpoint is added to provide you with a persistent endpoint to access the match status for any match. The format of this endpoint is a list of a single dictionary that represents the match you are searching for. This dictionary always has a <code>match_status</code> key that can have values:</p>\n<ul>\n<li><code>upcoming</code> - the match is scheduled for the future</li>\n<li><code>live</code> - at least one game in the match is being played right now</li>\n<li><code>ended</code> - the match has ended but we haven't settled all the markets available yet</li>\n<li><code>completed</code> - the match has ended and all the data is now available to settle all markets we offer</li>\n<li><code>cancelled</code> - the match being searched for doesn't exist</li>\n</ul>\n<p>The rest of the dictionary format will follow the other endpoints we have described above (i.e. if the <code>match_status</code> is <code>completed</code> or <code>ended</code>, the match dictionary will have all the information described in \"Completed Matches\" endpoint).</p>\n","urlObject":{"protocol":"https","path":["raw","fifa","match-status",""],"host":["rimbleanalytics","com"],"query":[{"key":"matchid","value":"{matchid}"}],"variable":[]}},"response":[{"id":"0cc9993b-9390-4b57-9dc9-2dd8ae6d5621","name":"fifa-match-status","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":{"raw":"https://rimbleanalytics.com/raw/fifa/match-status/?matchid=69837&date=2022-10-28","protocol":"https","host":["rimbleanalytics","com"],"path":["raw","fifa","match-status",""],"query":[{"key":"matchid","value":"69837"},{"key":"date","value":"2022-10-28"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"14138"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:04:40 GMT"},{"key":"x-amzn-RequestId","value":"f85de47b-960c-46dd-b9de-2fe939c067d4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsAY_FubIAMF2Ig="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e106-73116fc65b8d5a5b1f39fdbb;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 60977f24a6858f4bd1384356217daad0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"IMSM9ublM3VhqZEXxLzVJ-_4nNF4jhWYg_C47JFRXTM82qT67bisMQ=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"status\": \"completed\",\n        \"date\": \"2022-10-28\",\n        \"time\": \"15:00:00\",\n        \"matchid\": \"63402215c437fde7e02dd8ea\",\n        \"team_1_name\": \"Oxygen Esports\",\n        \"team_2_name\": \"Turboclappers\",\n        \"league\": \"RLCS 2022-23 Fall Europe Regional 2\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"name\": \"RLCS 2022-23 Fall Europe Regional 2\",\n            \"image\": \"https://...png\",\n            \"id\": \"632ef8cfc437fde7e02dc032\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 5\n        },\n        \"stream_links\": [\n            \"https://....\",\n            ....\n        ],\n        \"metadata\": {\n            \"games\": [\n                {\n                    \"game_number\": 1,\n                    \"duration\": 300,\n                    \"blue_team\": \"Oxygen Esports\",\n                    \"orange_team\": \"Turboclappers\",\n                    \"map_name\": \"Mannfield (Night)\"\n                }\n            ]\n        },\n        \"teams\": [\n            {\n                \"id\": \"6020bd98f1e4807cc700dc33\",\n                \"name\": \"Oxygen Esports\",\n                \"designation\": 1,\n                \"image\": \"https://...png\",\n                \"win_result\": 1,\n                \"results\": [\n                    {\n                        \"game_number\": 1,\n                        \"result\": 1,\n                        \"score\": 1151,\n                        \"saves\": 7,\n                        \"assists\": 1,\n                        \"shots\": 6,\n                        \"goals\": 1,\n                        \"shootingPercentage\": 16.666666666666664\n                    },\n                    ...\n                ]\n                \"players\": [\n                    {\n                        \"id\": \"5f3d8fdd95f40596eae2415f\",\n                        \"username\": \"Archie\"\n                        \"DOB\": \"1998-06-04\",\n                        \"image\": \"https://...png\",\n                        \"results\": [\n                            {\n                                \"game_number\": 1,\n                                \"score\": 450,\n                                \"goalParticipation\": 100,\n                                \"saves\": 3,\n                                \"assists\": 1,\n                                \"total_distance\": 464628,\n                                \"shots\": 5,\n                                \"shooting_percentage\": 0,\n                                \"goals\": 0\n                            },\n                            ...\n                        ]\n                    },\n                    ...\n                ],\n            },\n            ...\n        ],\n        \n    },\n    ...\n]"}],"_postman_id":"55b1140d-9dee-4b44-8f32-707741fa774c"},{"name":"League Mappings","id":"1e8f1d64-4b0d-4ee0-acb0-2a17d8277036","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/fifa/league-mappings/","description":"<p><strong>Query Parameters</strong>: <code>league_id</code>, <code>name</code>, <code>min_prize_money</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>This endpoint gives you access to the most up to date mappings we have for leagues in Valorant. We return a league/tournament dictionary that has the information described in Table 9.</p>\n<p><strong>Table 9: League Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>A string that represents the Rimble id we use for the league/tournament.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string representing the name of the league/tournament.</td>\n</tr>\n<tr>\n<td><code>dates</code></td>\n<td>A string representing the start and end date of the league/tournament - if we have only one date here, that means the tournament will be running only for one day.</td>\n</tr>\n<tr>\n<td><code>prize_money</code></td>\n<td>For most entries this is an integer representing the prize money in dollars. This is a good proxy indicator for the tier of the league/tournament. You can query for it using the <code>min_prize_money</code> parameter above to find leagues big enough for your platform.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","fifa","league-mappings",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"4f7a419a-8160-4612-946f-386fbb861bb6","name":"fifa-mappings-raw","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/fifa/league-mappings/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:10:40 GMT"},{"key":"x-amzn-RequestId","value":"e6f1e797-0337-47cf-b9e3-238ff1edcaa1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsBRcGx-IAMF1yg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e26f-32a189c2044c58a8059eb976;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 61b5d2bc1eed0f4589fa0899bfb07e78.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"ks6MbaHL1F9_RF-VMITv9v0glKtQgR5k-quM_the9J6c9uCbDCywmA=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1\",\n        \"name\": \"T1 x Nerd Street Gamers Invitational\",\n        \"dates\": \"May 3 - May 7, 2020\",\n        \"prize_money\": 25000\n    },\n    ...\n]"}],"_postman_id":"1e8f1d64-4b0d-4ee0-acb0-2a17d8277036"},{"name":"Teams","id":"5525c20f-f4e9-4016-9d02-12d84f407b13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/fifa/teams/","description":"<p><strong>Query Parameters</strong>: <code>id</code> (optional)</p>\n<p>This endpoint is added to provide you with the ability to bulk update your local tables with team information.</p>\n<p>Note this endpoint is not actively maintained but provides a starting point with relevant team information to make operations easier and player usernames might change for a given id over time.</p>\n","urlObject":{"protocol":"https","path":["raw","fifa","teams",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"a01bdd8d-ad36-4ae5-914c-0e156ec4b1bc","name":"Teams","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/fifa/teams/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"2815\",\n        \"name\": \"Version1\"\n        \"image\": \"https://...png\"\n    },\n    ...\n]"}],"_postman_id":"5525c20f-f4e9-4016-9d02-12d84f407b13"},{"name":"Players","id":"419053d8-3e1d-4a35-a38b-4c4de98cdfa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/fifa/players/","description":"<p><strong>Query Parameters</strong>: <code>id</code> (optional)</p>\n<p>This endpoint is added to provide you with the ability to bulk update your local tables with player information.</p>\n<p>Note this endpoint is not actively maintained but provides a starting point with relevant player information to make operations easier and player usernames might change for a given id over time.</p>\n","urlObject":{"protocol":"https","path":["raw","fifa","players",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"f7435cee-1e60-418e-b83b-cfd30b2a8a56","name":"Players","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/fifa/players/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"729\",\n        \"username\": \"Zellsis\",\n        \"name\": \"Callum Lang\",\n        \"DOB\": \"1998-03-02\",\n        \"image\": \"https://...png\"\n    },\n    ...\n]"}],"_postman_id":"419053d8-3e1d-4a35-a38b-4c4de98cdfa1"}],"id":"40364e7d-a959-4df9-80e9-97279575adbb","description":"<p><strong>Tournaments Supported:</strong> <code>Club</code>, <code>Nations</code>, <code>World Cup</code>, <code>Continental</code>, with 50+ more smaller tournaments. We can also provide access to other smaller tournaments based on your requests.</p>\n<p><strong>Player-Level Data</strong>: <code>shootsOnTarget</code>,<code>shoots</code>,<code>possession</code>,<code>passingAccuracy</code>,<code>shootingAccuracy</code>,<code>duels</code>,<code>fouls</code>,<code>corners</code>,<code>yellowCards</code>,<code>redCards</code>,<code>injuries</code>,<code>offsides</code>,<code>goals</code>,<code>expectedGoals</code>,<code>interceptedBalls</code></p>\n<p><strong>Team-Level Data</strong>: N/A (team is same as player for FIFA).</p>\n","_postman_id":"40364e7d-a959-4df9-80e9-97279575adbb"},{"name":"Siege","item":[{"name":"Upcoming Matches","id":"759a4a65-4248-4bf1-81d0-f38a7c72e2cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/siege/upcoming-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p><strong>Table 7: Match Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>A string that represents the date the match was played in UTC. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"2021-06-10\" represents June 10, 2021 UTC.</td>\n</tr>\n<tr>\n<td><code>time</code></td>\n<td>A string that represents the time the match was played in UTC. This format for the time is <code>{hour}:{minute}:{second}</code> using a 24-hour clock. For example, \"14:15:00\" represents 2:15pm UTC.</td>\n</tr>\n<tr>\n<td><code>matchid</code></td>\n<td>An id of the game that was created by Rimble. This is a string, and it uniquely identifies each match. <strong>Note:</strong> Each match can potentially have multiple games within it, but we give results on a per match basis.</td>\n</tr>\n<tr>\n<td><code>team_1_name</code></td>\n<td>A string that identifies the first team.</td>\n</tr>\n<tr>\n<td><code>team_2_name</code></td>\n<td>A string that identifies the second team.</td>\n</tr>\n<tr>\n<td><code>league</code></td>\n<td>A string that described the tournament/league this match is a part of.</td>\n</tr>\n<tr>\n<td><code>source_url</code></td>\n<td>A string that contains a URL for a third party source that describes this match. This is given in case you need to cross-reference something.</td>\n</tr>\n<tr>\n<td><code>match_format</code></td>\n<td>A dictionary describing the format in which this match will be played (also referred to as \"match style\"). Details for this are given in Table 7.1 below.</td>\n</tr>\n<tr>\n<td><code>league_details</code></td>\n<td>A dictionary that contains information about the league/tournament this match is being played under, Details for this are given in Table 7.2.</td>\n</tr>\n<tr>\n<td><code>stream_links</code></td>\n<td>A list of strings that represent links to streams for this match. This is provided as a list because many matches have multiple channels/websites broadcasting the match.</td>\n</tr>\n<tr>\n<td><code>teams</code></td>\n<td>A list of team objects, each of which is a dictionary that follows the format described in Table 7.3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 7.1: Match Format Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>A string that described the type of format this match will be played as. The two possible formats are <code>bestOf</code> and <code>numGames</code>. <code>bestOf</code> simply means this match will be played as a \"best of\" of <code>count</code> games. <code>numGames</code> means, no matter what happens in the first few games, <code>numGames</code> will be played and the wins for games will be added to the team's tally in the tournament/league table.</td>\n</tr>\n<tr>\n<td><code>count</code></td>\n<td>An integer that describes the number of games being referred to for the <code>type</code> format above.</td>\n</tr>\n<tr>\n<td><code>metadata</code></td>\n<td>A list of dictionaries that give the estimated start time and date for all the games in the match. The format is consistent with the date time fields in the above table. i.e. we given data in UTC as <code>{year}-{month}-{date}</code> and <code>{hour}:{minute}:{second}</code>. <strong>Note:</strong> estimating times can be tricky, but we predict such that it is much less likely that the match will start before the time specified rather than after.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 7.2: League Details Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the league that was created by Rimble. This is a string, and it uniquely identifies each league.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the league.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the league to use for embedding into any front end.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 7.3: Team Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the team that was created by Rimble. This is a string, and it uniquely identifies each team.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>designation</code></td>\n<td>An integer with value <code>1</code> or <code>2</code>, depending on if the team in this dictionary is team 1 or team 2 for this match. This can be thought of as the \"home team\" if it has a designation of <code>1</code>, and \"away team\" if it has a designation of <code>2</code>. <strong>Note:</strong> The team dictionaries are always ordered so that the dictionary for team 1 is element 0 in the list.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the team to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>players</code></td>\n<td>A list of player objects, each of which is a dictionary that follows the format described in Table 7.3.1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 7.3.1: Player Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the player that was created by Rimble. This is a string, and it uniquely identifies each player.</td>\n</tr>\n<tr>\n<td><code>username</code></td>\n<td>A string that represents the username name the player uses for Valorant (often also what people refer to them as, rather than their real names).</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that represents the real name of the player.</td>\n</tr>\n<tr>\n<td><code>DOB</code></td>\n<td>A string that represents the date of birth of this player. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"1998-06-04\" represents June 04, 1998. We provide this information in case you need to filter content such that only players of a certain minimum age are displayed. <strong>Note:</strong> Not all players have their DOB publicly available - in case it is not available this field will be a <code>null</code>.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to a profile image of the player to use for embedding into any front end.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","siege","upcoming-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"94b6368c-fd66-415c-a8e7-5d8f9cdb8438","name":"siege-upcoming-matches","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/siege/upcoming-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:10:40 GMT"},{"key":"x-amzn-RequestId","value":"e6f1e797-0337-47cf-b9e3-238ff1edcaa1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsBRcGx-IAMF1yg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e26f-32a189c2044c58a8059eb976;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 61b5d2bc1eed0f4589fa0899bfb07e78.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"ks6MbaHL1F9_RF-VMITv9v0glKtQgR5k-quM_the9J6c9uCbDCywmA=="}],"cookie":[],"responseTime":null,"body":"    {\n        \"date\": \"2022-11-13\",\n        \"time\": \"13:00:00\",\n        \"matchid\": \"63590778da9d7ca1c7bb9541\",\n        \"team_1_name\": \"Dunno Chief\",\n        \"team_2_name\": \"Playing Ducks\",\n        \"league\": \"EMEA Predator League 2022\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"name\": \"EMEA Predator League 2022\",\n            \"image\": \"https://...png\",\n            \"id\": \"634d6667da9d7ca1c7bb80f1\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 7,\n            \"metadata\": [\n                {\n                    \"game_number\": 1,\n                    \"est_date\": \"2022-11-13\",\n                    \"est_time\": \"13:00:00\"\n                },\n                ...\n            ]\n        },\n        \"stream_links\": [\n            \"https://...\",\n            ...\n        ],\n        \"teams\": [\n            {\n                \"id\": \"6020bc71f1e4807cc7002516\",\n                \"name\": \"Dunno Chief\",\n                \"designation\": 1,\n                \"image\": \"https://...png\",\n                \"players\": [\n                    {\n                        \"id\": \"5f3d8fdd95f40596eae23e11\",\n                        \"username\": \"Kephiii\",\n                        \"image\": \"https://...png\",\n                        \"DOB\": \"1998-06-04\"\n                    },\n                    ...\n                ]\n            },\n            ...\n        ],\n        \n    },\n    ...\n]"}],"_postman_id":"759a4a65-4248-4bf1-81d0-f38a7c72e2cd"},{"name":"Live Matches","id":"9ea0694a-d054-417e-adad-1565300b2927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/siege/live-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>The format for this endpoint is exactly the same as upcoming matches for Valorant. We provide this endpoint to help you distinguish between matches that have gone live (and have therefore been taken off of upcoming matches) and matches that have been cancelled.</p>\n<p><strong>IMPORTANT NOTE:</strong> This endpoint was created to allow you to track matches that are live rather than to give you access to live data about matches. As such, this endpoint is the same as the upcoming matches endpoint, but it returns matches that are live instead of upcoming. To get access to live data about matches (like the latest team scores and player statistics), reach out to us at <a href=\"mailto:support@rimble.io\">support@rimble.io</a> - we use websocket connections to provide this data.</p>\n","urlObject":{"protocol":"https","path":["raw","siege","live-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"a996560f-bbc1-46d7-b8a0-abd0aea4f79b","name":"siege-live-matches","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/siege/live-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:10:40 GMT"},{"key":"x-amzn-RequestId","value":"e6f1e797-0337-47cf-b9e3-238ff1edcaa1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsBRcGx-IAMF1yg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e26f-32a189c2044c58a8059eb976;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 61b5d2bc1eed0f4589fa0899bfb07e78.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"ks6MbaHL1F9_RF-VMITv9v0glKtQgR5k-quM_the9J6c9uCbDCywmA=="}],"cookie":[],"responseTime":null,"body":"    {\n        \"date\": \"2022-11-13\",\n        \"time\": \"13:00:00\",\n        \"matchid\": \"63590778da9d7ca1c7bb9541\",\n        \"team_1_name\": \"Dunno Chief\",\n        \"team_2_name\": \"Playing Ducks\",\n        \"league\": \"EMEA Predator League 2022\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"name\": \"EMEA Predator League 2022\",\n            \"image\": \"https://...png\",\n            \"id\": \"634d6667da9d7ca1c7bb80f1\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 7,\n            \"metadata\": [\n                {\n                    \"game_number\": 1,\n                    \"est_date\": \"2022-11-13\",\n                    \"est_time\": \"13:00:00\"\n                },\n                ...\n            ]\n        },\n        \"stream_links\": [\n            \"https://...\",\n            ...\n        ],\n        \"teams\": [\n            {\n                \"id\": \"6020bc71f1e4807cc7002516\",\n                \"name\": \"Dunno Chief\",\n                \"designation\": 1,\n                \"image\": \"https://...png\",\n                \"players\": [\n                    {\n                        \"id\": \"5f3d8fdd95f40596eae23e11\",\n                        \"username\": \"Kephiii\",\n                        \"image\": \"https://...png\",\n                        \"DOB\": \"1998-06-04\"\n                    },\n                    ...\n                ]\n            },\n            ...\n        ],\n        \n    },\n    ...\n]"}],"_postman_id":"9ea0694a-d054-417e-adad-1565300b2927"},{"name":"Completed Matches","id":"3d1b4c51-036c-4f28-912b-f6948bc0eb01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/siege/completed-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<p><strong>NOTE:</strong> We return completed matches for <code>5</code> days after their completion. If you require access to older matches, you may reach out to us directly.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p><strong>Table 8: Match Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>A string that represents the date the match was played in UTC. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"2021-06-10\" represents June 10, 2021 UTC.</td>\n</tr>\n<tr>\n<td><code>time</code></td>\n<td>A string that represents the time the match was played in UTC. This format for the time is <code>{hour}:{minute}:{second}</code> using a 24-hour clock. For example, \"14:15:00\" represents 2:15pm UTC.</td>\n</tr>\n<tr>\n<td><code>matchid</code></td>\n<td>An id of the game that was created by Rimble. This is a string, and it uniquely identifies each match. <strong>Note:</strong> Each match can potentially have multiple games within it, but we give results on a per match basis.</td>\n</tr>\n<tr>\n<td><code>team_1_name</code></td>\n<td>A string that identifies the first team.</td>\n</tr>\n<tr>\n<td><code>team_2_name</code></td>\n<td>A string that identifies the second team.</td>\n</tr>\n<tr>\n<td><code>league</code></td>\n<td>A string that described the tournament/league this match is a part of.</td>\n</tr>\n<tr>\n<td><code>source_url</code></td>\n<td>A string that contains a URL for a third party source that describes this match. This is given in case you need to cross-reference something.</td>\n</tr>\n<tr>\n<td><code>match_format</code></td>\n<td>A dictionary describing the format in which this match will be played (also referred to as \"match style\"). Details for this are given in Table 8.1 below.</td>\n</tr>\n<tr>\n<td><code>league_details</code></td>\n<td>A dictionary that contains information about the league/tournament this match is being played under, Details for this are given in Table 8.2.</td>\n</tr>\n<tr>\n<td><code>stream_links</code></td>\n<td>A list of strings that represent links to streams for this match. This is provided as a list because many matches have multiple channels/websites broadcasting the match.</td>\n</tr>\n<tr>\n<td><code>metadata</code></td>\n<td>A dictionary that has the key <code>games</code> in it to key into a list with information about each game's metadata that identifies the map name that was used for the game.</td>\n</tr>\n<tr>\n<td><code>teams</code></td>\n<td>A list of team objects, each of which is a dictionary that follows the format described in Table 8.3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.1: Match Format Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>A string that described the type of format this match will be played as. The two possible formats are <code>bestOf</code> and <code>numGames</code>. <code>bestOf</code> simply means this match will be played as a \"best of\" of <code>count</code> games. <code>numGames</code> means, no matter what happens in the first few games, <code>numGames</code> will be played and the wins for games will be added to the team's tally in the tournament/league table.</td>\n</tr>\n<tr>\n<td><code>count</code></td>\n<td>An integer that describes the number of games being referred to for the <code>type</code> format above.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.2: League Details Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the league that was created by Rimble. This is a string, and it uniquely identifies each league.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the league.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the league to use for embedding into any front end.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.3: Team Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the team that was created by Rimble. This is a string, and it uniquely identifies each team.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>designation</code></td>\n<td>An integer with value <code>1</code> or <code>2</code>, depending on if the team in this dictionary is team 1 or team 2 for this match. This can be thought of as the \"home team\" if it has a designation of <code>1</code>, and \"away team\" if it has a designation of <code>2</code>. <strong>Note:</strong> The team dictionaries are always ordered so that the dictionary for team 1 is element 0 in the list.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the team to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>win_result</code></td>\n<td>An integer value <code>1</code> if the team won the match and <code>0</code> if it lost the match.</td>\n</tr>\n<tr>\n<td><code>games_won</code></td>\n<td>An integer value representing the number of games this team won in the match.</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td>A list of dictionaries, where each dictionary represents the team's results for each of the games played in this match. The dictionaries follow the format in Table 8.3.1</td>\n</tr>\n<tr>\n<td><code>players</code></td>\n<td>A list of player objects, each of which is a dictionary that follows the format described in Table 8.3.2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.3.1: Team Results Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>game_number</code></td>\n<td>An integer representing the game number this result is for. The game numbers are 1-indexed, i.e. the first game in the match will have game number 1.</td>\n</tr>\n<tr>\n<td><code>map_name</code></td>\n<td>An string representing the map name played.</td>\n</tr>\n<tr>\n<td><code>score</code></td>\n<td>An integer representing the score of the team.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.3.2: Player Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the player that was created by Rimble. This is a string, and it uniquely identifies each player.</td>\n</tr>\n<tr>\n<td><code>username</code></td>\n<td>A string that represents the username name the player uses for Valorant (often also what people refer to them as, rather than their real names).</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that represents the real name of the player.</td>\n</tr>\n<tr>\n<td><code>DOB</code></td>\n<td>A string that represents the date of birth of this player. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"1998-06-04\" represents June 04, 1998. We provide this information in case you need to filter content such that only players of a certain minimum age are displayed. <strong>Note:</strong> Not all players have their DOB publicly available - in case it is not available this field will be a <code>null</code>.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to a profile image of the player to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td>A list of dictionary objects that give data for the player's results, where each dictionary element represents a game. It follows the format described in Table 8.3.2.1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.3.2.1: Player Results Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>game_number</code></td>\n<td>An integer representing the game number this result is for. The game numbers are 1-indexed, i.e. the first game in the match will have game number 1</td>\n</tr>\n<tr>\n<td><code>kills</code></td>\n<td>An integer representing the number of kills this player got in this game.</td>\n</tr>\n<tr>\n<td><code>deaths</code></td>\n<td>An integer representing the number of deaths this player got in this game.</td>\n</tr>\n<tr>\n<td><code>clutches</code></td>\n<td>An integer representing the number of clutch rounds the player won (e.g., 1vX scenarios).</td>\n</tr>\n<tr>\n<td><code>disables</code></td>\n<td>An integer representing the number of successful bomb disables (defuses) performed by the player.</td>\n</tr>\n<tr>\n<td><code>explosive_kills</code></td>\n<td>An integer representing the number of kills the player achieved using explosives (e.g., grenades, claymores).</td>\n</tr>\n<tr>\n<td><code>headshots</code></td>\n<td>An integer representing the number of kills that were headshots.</td>\n</tr>\n<tr>\n<td><code>kost</code></td>\n<td>A float or percentage representing the proportion of rounds where the player got a kill, was traded, survived, or got an assist.</td>\n</tr>\n<tr>\n<td><code>opening_kills</code></td>\n<td>An integer representing the number of rounds where the player got the first kill.</td>\n</tr>\n<tr>\n<td><code>plants</code></td>\n<td>An integer representing the number of times the player planted the defuser.</td>\n</tr>\n<tr>\n<td><code>attacking_operator</code></td>\n<td>A string representing the name of the operator used by the player on attack rounds.</td>\n</tr>\n<tr>\n<td><code>defending_operator</code></td>\n<td>A string representing the name of the operator used by the player on defense rounds.</td>\n</tr>\n<tr>\n<td><code>service_requests</code></td>\n<td>An integer representing the number of support actions performed (e.g., drone spotting, breach charges, utility denial).</td>\n</tr>\n<tr>\n<td><code>rating</code></td>\n<td>A float representing the player's performance rating for the match.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>NOTE:</strong> A player may be on the lineup, but not on the starting team for all the games of the match. For example, a player might have only started for 2 out of the 3 games in a match. In those cases, we still have a player game results dictionary as described in the above table, but the values for the attributes are <code>null</code>'s.</p>\n","urlObject":{"protocol":"https","path":["raw","siege","completed-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"5284bfeb-ec0f-4dbb-88ad-b2c60411769f","name":"siege-completed-matches","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/siege/completed-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"14138"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:04:40 GMT"},{"key":"x-amzn-RequestId","value":"f85de47b-960c-46dd-b9de-2fe939c067d4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsAY_FubIAMF2Ig="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e106-73116fc65b8d5a5b1f39fdbb;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 60977f24a6858f4bd1384356217daad0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"IMSM9ublM3VhqZEXxLzVJ-_4nNF4jhWYg_C47JFRXTM82qT67bisMQ=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2022-10-28\",\n        \"time\": \"15:00:00\",\n        \"matchid\": \"63402215c437fde7e02dd8ea\",\n        \"team_1_name\": \"Oxygen Esports\",\n        \"team_2_name\": \"Turboclappers\",\n        \"league\": \"RLCS 2022-23 Fall Europe Regional 2\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"name\": \"RLCS 2022-23 Fall Europe Regional 2\",\n            \"image\": \"https://...png\",\n            \"id\": \"632ef8cfc437fde7e02dc032\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 5\n        },\n        \"stream_links\": [\n            \"https://....\",\n            ....\n        ],\n        \"metadata\": {\n            \"games\": [\n                {\n                    \"game_number\": 1,\n                    \"duration\": 300,\n                    \"blue_team\": \"Oxygen Esports\",\n                    \"orange_team\": \"Turboclappers\",\n                    \"map_name\": \"Mannfield (Night)\"\n                }\n            ]\n        },\n        \"teams\": [\n            {\n                \"id\": \"6020bd98f1e4807cc700dc33\",\n                \"name\": \"Oxygen Esports\",\n                \"designation\": 1,\n                \"image\": \"https://...png\",\n                \"win_result\": 1,\n                \"results\": [\n                    {\n                        \"game_number\": 1,\n                        \"result\": 1,\n                        \"score\": 1151,\n                        \"saves\": 7,\n                        \"assists\": 1,\n                        \"shots\": 6,\n                        \"goals\": 1,\n                        \"shootingPercentage\": 16.666666666666664\n                    },\n                    ...\n                ]\n                \"players\": [\n                    {\n                        \"id\": \"5f3d8fdd95f40596eae2415f\",\n                        \"username\": \"Archie\"\n                        \"DOB\": \"1998-06-04\",\n                        \"image\": \"https://...png\",\n                        \"results\": [\n                            {\n                                \"game_number\": 1,\n                                \"score\": 450,\n                                \"goalParticipation\": 100,\n                                \"saves\": 3,\n                                \"assists\": 1,\n                                \"total_distance\": 464628,\n                                \"shots\": 5,\n                                \"shooting_percentage\": 0,\n                                \"goals\": 0\n                            },\n                            ...\n                        ]\n                    },\n                    ...\n                ],\n            },\n            ...\n        ],\n        \n    },\n    ...\n]"}],"_postman_id":"3d1b4c51-036c-4f28-912b-f6948bc0eb01"},{"name":"Match Status","id":"efe5920b-0cfd-481b-a631-1d4c4c0cd520","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/siege/match-status/?matchid={matchid}","description":"<p><strong>Query Parameters</strong>: <code>matchid</code> (required), <code>date</code> (required if match is older than 14 days).</p>\n<p>This endpoint is added to provide you with a persistent endpoint to access the match status for any match. The format of this endpoint is a list of a single dictionary that represents the match you are searching for. This dictionary always has a <code>match_status</code> key that can have values:</p>\n<ul>\n<li><code>upcoming</code> - the match is scheduled for the future</li>\n<li><code>live</code> - at least one game in the match is being played right now</li>\n<li><code>ended</code> - the match has ended but we haven't settled all the markets available yet</li>\n<li><code>completed</code> - the match has ended and all the data is now available to settle all markets we offer</li>\n<li><code>cancelled</code> - the match being searched for doesn't exist</li>\n</ul>\n<p>The rest of the dictionary format will follow the other endpoints we have described above (i.e. if the <code>match_status</code> is <code>completed</code> or <code>ended</code>, the match dictionary will have all the information described in \"Completed Matches\" endpoint).</p>\n","urlObject":{"protocol":"https","path":["raw","siege","match-status",""],"host":["rimbleanalytics","com"],"query":[{"key":"matchid","value":"{matchid}"}],"variable":[]}},"response":[{"id":"34298c5e-147c-4f92-8c9c-341f2e30eda2","name":"siege-match-status","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":{"raw":"https://rimbleanalytics.com/raw/siege/match-status/?matchid=69837&date=2022-10-28","protocol":"https","host":["rimbleanalytics","com"],"path":["raw","siege","match-status",""],"query":[{"key":"matchid","value":"69837"},{"key":"date","value":"2022-10-28"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"14138"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:04:40 GMT"},{"key":"x-amzn-RequestId","value":"f85de47b-960c-46dd-b9de-2fe939c067d4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsAY_FubIAMF2Ig="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e106-73116fc65b8d5a5b1f39fdbb;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 60977f24a6858f4bd1384356217daad0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"IMSM9ublM3VhqZEXxLzVJ-_4nNF4jhWYg_C47JFRXTM82qT67bisMQ=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"status\": \"completed\",\n        \"date\": \"2022-10-28\",\n        \"time\": \"15:00:00\",\n        \"matchid\": \"63402215c437fde7e02dd8ea\",\n        \"team_1_name\": \"Oxygen Esports\",\n        \"team_2_name\": \"Turboclappers\",\n        \"league\": \"RLCS 2022-23 Fall Europe Regional 2\",\n        \"source_url\": \"https://...\",\n        \"league_details\": {\n            \"name\": \"RLCS 2022-23 Fall Europe Regional 2\",\n            \"image\": \"https://...png\",\n            \"id\": \"632ef8cfc437fde7e02dc032\"\n        },\n        \"match_format\": {\n            \"type\": \"bestOf\",\n            \"count\": 5\n        },\n        \"stream_links\": [\n            \"https://....\",\n            ....\n        ],\n        \"metadata\": {\n            \"games\": [\n                {\n                    \"game_number\": 1,\n                    \"duration\": 300,\n                    \"blue_team\": \"Oxygen Esports\",\n                    \"orange_team\": \"Turboclappers\",\n                    \"map_name\": \"Mannfield (Night)\"\n                }\n            ]\n        },\n        \"teams\": [\n            {\n                \"id\": \"6020bd98f1e4807cc700dc33\",\n                \"name\": \"Oxygen Esports\",\n                \"designation\": 1,\n                \"image\": \"https://...png\",\n                \"win_result\": 1,\n                \"results\": [\n                    {\n                        \"game_number\": 1,\n                        \"result\": 1,\n                        \"score\": 1151,\n                        \"saves\": 7,\n                        \"assists\": 1,\n                        \"shots\": 6,\n                        \"goals\": 1,\n                        \"shootingPercentage\": 16.666666666666664\n                    },\n                    ...\n                ]\n                \"players\": [\n                    {\n                        \"id\": \"5f3d8fdd95f40596eae2415f\",\n                        \"username\": \"Archie\"\n                        \"DOB\": \"1998-06-04\",\n                        \"image\": \"https://...png\",\n                        \"results\": [\n                            {\n                                \"game_number\": 1,\n                                \"score\": 450,\n                                \"goalParticipation\": 100,\n                                \"saves\": 3,\n                                \"assists\": 1,\n                                \"total_distance\": 464628,\n                                \"shots\": 5,\n                                \"shooting_percentage\": 0,\n                                \"goals\": 0\n                            },\n                            ...\n                        ]\n                    },\n                    ...\n                ],\n            },\n            ...\n        ],\n        \n    },\n    ...\n]"}],"_postman_id":"efe5920b-0cfd-481b-a631-1d4c4c0cd520"},{"name":"League Mappings","id":"a5dee1f2-47c9-4567-93de-211b6ea5d1c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/siege/league-mappings/","description":"<p><strong>Query Parameters</strong>: <code>league_id</code>, <code>name</code>, <code>min_prize_money</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>This endpoint gives you access to the most up to date mappings we have for leagues in Valorant. We return a league/tournament dictionary that has the information described in Table 9.</p>\n<p><strong>Table 9: League Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>A string that represents the Rimble id we use for the league/tournament.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string representing the name of the league/tournament.</td>\n</tr>\n<tr>\n<td><code>dates</code></td>\n<td>A string representing the start and end date of the league/tournament - if we have only one date here, that means the tournament will be running only for one day.</td>\n</tr>\n<tr>\n<td><code>prize_money</code></td>\n<td>For most entries this is an integer representing the prize money in dollars. This is a good proxy indicator for the tier of the league/tournament. You can query for it using the <code>min_prize_money</code> parameter above to find leagues big enough for your platform.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","siege","league-mappings",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"1eea8c54-cd04-40f4-a2a6-09fceb0c1691","name":"siege-mappings-raw","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/siege/league-mappings/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:10:40 GMT"},{"key":"x-amzn-RequestId","value":"e6f1e797-0337-47cf-b9e3-238ff1edcaa1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsBRcGx-IAMF1yg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e26f-32a189c2044c58a8059eb976;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 61b5d2bc1eed0f4589fa0899bfb07e78.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"ks6MbaHL1F9_RF-VMITv9v0glKtQgR5k-quM_the9J6c9uCbDCywmA=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1\",\n        \"name\": \"T1 x Nerd Street Gamers Invitational\",\n        \"dates\": \"May 3 - May 7, 2020\",\n        \"prize_money\": 25000\n    },\n    ...\n]"}],"_postman_id":"a5dee1f2-47c9-4567-93de-211b6ea5d1c8"},{"name":"Teams","id":"bcf5dbd1-98ca-47d0-89ca-78a62d109c7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/siege/teams/","description":"<p><strong>Query Parameters</strong>: <code>id</code> (optional)</p>\n<p>This endpoint is added to provide you with the ability to bulk update your local tables with team information.</p>\n<p>Note this endpoint is not actively maintained but provides a starting point with relevant team information to make operations easier and player usernames might change for a given id over time.</p>\n","urlObject":{"protocol":"https","path":["raw","siege","teams",""],"host":["rimbleanalytics","com"],"query":[{"disabled":true,"key":null,"value":""}],"variable":[]}},"response":[{"id":"b6a67cb7-e590-40e1-85f3-d10cf88d4908","name":"Teams","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/siege/teams/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"2815\",\n        \"name\": \"Version1\"\n        \"image\": \"https://...png\"\n    },\n    ...\n]"}],"_postman_id":"bcf5dbd1-98ca-47d0-89ca-78a62d109c7e"},{"name":"Players","id":"17923522-72a3-4c2e-8299-55cca1967782","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/siege/players/","description":"<p><strong>Query Parameters</strong>: <code>id</code> (optional)</p>\n<p>This endpoint is added to provide you with the ability to bulk update your local tables with player information.</p>\n<p>Note this endpoint is not actively maintained but provides a starting point with relevant player information to make operations easier and player usernames might change for a given id over time.</p>\n","urlObject":{"protocol":"https","path":["raw","siege","players",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"18e5a7a9-4cdf-4136-b6d0-451f19a9f62d","name":"Players","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/siege/players/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"729\",\n        \"username\": \"Zellsis\",\n        \"name\": \"Callum Lang\",\n        \"DOB\": \"1998-03-02\",\n        \"image\": \"https://...png\"\n    },\n    ...\n]"}],"_postman_id":"17923522-72a3-4c2e-8299-55cca1967782"}],"id":"2bf00eec-79b5-4394-915d-c6e8ceb92987","description":"<p><strong>Tournaments Supported:</strong> <code>Challengers</code>, <code>Game Changers</code>, <code>Last Change Qualifiers</code>, <code>Masters</code>, <code>Champions</code>, with 50+ more smaller tournaments. We can also provide access to other smaller tournaments based on your requests.</p>\n<p><strong>Player-Level Data</strong>: <code>kills</code>, <code>deaths</code>, <code>clutches</code>, <code>disables</code>, <code>explosive_kills</code>, <code>headshots</code>, <code>kost</code>, <code>opening_kills</code>, <code>plants</code>, <code>attacking_operator</code>, <code>defending_operator</code>, <code>service_requests</code>, <code>rating</code></p>\n<p><strong>Team-Level Data</strong>: <code>map_name</code>, <code>score</code>, <code>win_result</code></p>\n","_postman_id":"2bf00eec-79b5-4394-915d-c6e8ceb92987"},{"name":"Cricket","item":[{"name":"Upcoming Matches","id":"89c3993c-edec-48f6-8b41-4e0863cd2c5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/cricket/upcoming-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p><strong>Table 7: Match Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>A string that represents the date the match was played in UTC. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"2021-06-10\" represents June 10, 2021 UTC.</td>\n</tr>\n<tr>\n<td><code>time</code></td>\n<td>A string that represents the time the match was played in UTC. This format for the time is <code>{hour}:{minute}:{second}</code> using a 24-hour clock. For example, \"14:15:00\" represents 2:15pm UTC.</td>\n</tr>\n<tr>\n<td><code>matchid</code></td>\n<td>An id of the game that was created by Rimble. This is a string, and it uniquely identifies each match. <strong>Note:</strong> Each match can potentially have multiple games within it, but we give results on a per match basis.</td>\n</tr>\n<tr>\n<td><code>team_1_name</code></td>\n<td>A string that identifies the first team.</td>\n</tr>\n<tr>\n<td><code>team_2_name</code></td>\n<td>A string that identifies the second team.</td>\n</tr>\n<tr>\n<td><code>league</code></td>\n<td>A string that described the tournament/league this match is a part of.</td>\n</tr>\n<tr>\n<td><code>source_url</code></td>\n<td>A string that contains a URL for a third party source that describes this match. This is given in case you need to cross-reference something.</td>\n</tr>\n<tr>\n<td><code>match_format</code></td>\n<td>A dictionary describing the format in which this match will be played (also referred to as \"match style\"). Details for this are given in Table 7.1 below.</td>\n</tr>\n<tr>\n<td><code>league_details</code></td>\n<td>A dictionary that contains information about the league/tournament this match is being played under, Details for this are given in Table 7.2.</td>\n</tr>\n<tr>\n<td><code>stream_links</code></td>\n<td>A list of strings that represent links to streams for this match. This is provided as a list because many matches have multiple channels/websites broadcasting the match.</td>\n</tr>\n<tr>\n<td><code>teams</code></td>\n<td>A list of team objects, each of which is a dictionary that follows the format described in Table 7.3</td>\n</tr>\n<tr>\n<td><code>confirmed_rosters</code></td>\n<td>A boolean value indicating whether or not the roster has been confirmed for this game.</td>\n</tr>\n<tr>\n<td><code>ground_details</code></td>\n<td>A dictionary that contains details about the ground (like id and name).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 7.1: Match Format Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>A string that described the type of format this match will be played as. The two possible formats are <code>bestOf</code> and <code>numGames</code>. <code>bestOf</code> simply means this match will be played as a \"best of\" of <code>count</code> games. <code>numGames</code> means, no matter what happens in the first few games, <code>numGames</code> will be played and the wins for games will be added to the team's tally in the tournament/league table.</td>\n</tr>\n<tr>\n<td><code>metadata</code></td>\n<td>A list of dictionaries that give the estimated start time and date for all the games in the match. The format is consistent with the date time fields in the above table. i.e. we given data in UTC as <code>{year}-{month}-{date}</code> and <code>{hour}:{minute}:{second}</code>. <strong>Note:</strong> estimating times can be tricky, but we predict such that it is much less likely that the match will start before the time specified rather than after.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 7.2: League Details Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the league that was created by Rimble. This is a string, and it uniquely identifies each league.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the league.</td>\n</tr>\n<tr>\n<td><code>game_number</code></td>\n<td>A string that identifies the game number of this game in the league.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 7.3: Team Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the team that was created by Rimble. This is a string, and it uniquely identifies each team.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>designation</code></td>\n<td>An integer with value <code>1</code> or <code>2</code>, depending on if the team in this dictionary is team 1 or team 2 for this match. This can be thought of as the \"home team\" if it has a designation of <code>1</code>, and \"away team\" if it has a designation of <code>2</code>. <strong>Note:</strong> The team dictionaries are always ordered so that the dictionary for team 1 is element 0 in the list.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the team to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>players</code></td>\n<td>A list of player objects, each of which is a dictionary that follows the format described in Table 7.3.1</td>\n</tr>\n<tr>\n<td><code>slug</code></td>\n<td>A string that represents a short form name/identifier for the team.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 7.3.1: Player Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the player that was created by Rimble. This is a string, and it uniquely identifies each player.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that represents the username name the player uses for Valorant (often also what people refer to them as, rather than their real names).</td>\n</tr>\n<tr>\n<td><code>DOB</code></td>\n<td>A string that represents the date of birth of this player. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"1998-06-04\" represents June 04, 1998. We provide this information in case you need to filter content such that only players of a certain minimum age are displayed. <strong>Note:</strong> Not all players have their DOB publicly available - in case it is not available this field will be a <code>null</code>.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to a profile image of the player to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>batting_style</code></td>\n<td>A string that identifies the batting style of the player.</td>\n</tr>\n<tr>\n<td><code>bowling_style</code></td>\n<td>A string that identifies the bowling style of the player.</td>\n</tr>\n<tr>\n<td><code>slug</code></td>\n<td>A string that represents a short form name/identifier for the player.</td>\n</tr>\n<tr>\n<td><code>role</code></td>\n<td>A string that identifies the role of the player.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","cricket","upcoming-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"4c80e4b9-1e41-489a-936e-128907beeac9","name":"siege-upcoming-matches","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/cricket/upcoming-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:10:40 GMT"},{"key":"x-amzn-RequestId","value":"e6f1e797-0337-47cf-b9e3-238ff1edcaa1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsBRcGx-IAMF1yg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e26f-32a189c2044c58a8059eb976;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 61b5d2bc1eed0f4589fa0899bfb07e78.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"ks6MbaHL1F9_RF-VMITv9v0glKtQgR5k-quM_the9J6c9uCbDCywmA=="}],"cookie":[],"responseTime":null,"body":"[\n   {\n      \"match_format\":{\n         \"type\":\"TEST\"\n      },\n      \"ground_details\":{\n         \"name\":\"FTZ Sports Complex (Board of Investment), Katunayake\",\n         \"id\":59337\n      },\n      \"stream_links\":null,\n      \"confirmed_rosters\":true,\n      \"source_url\":\"https://www.espncricinfo.com/series/major-league-tournament-2024-25-1465791/ace-capital-cricket-club-vs-panadura-sports-club-group-a-1465857/live-cricket-score\",\n      \"time\":\"04:30:00\",\n      \"team_1_name\":\"Ace Capital Cricket Club\",\n      \"date\":\"2025-02-21\",\n      \"team_2_name\":\"Panadura Sports Club\",\n      \"teams\":[\n         {\n            \"image\":\"https://img1.hscicdn.com/image/upload/lsci/db/PICTURES/CMS/318200/318245.png\",\n            \"players\":[\n               {\n                  \"image\":\"https://img1.hscicdn.com/image/upload/lsci/db/PICTURES/CMS/209400/209463.gif\",\n                  \"role\":[\n                     \"allrounder\"\n                  ],\n                  \"bowling_style\":\"right-arm offbreak\",\n                  \"DOB\":\"1983-11-23\",\n                  \"name\":\"Harsha Cooray\",\n                  \"batting_style\":\"right-hand bat\",\n                  \"id\":48421,\n                  \"slug\":\"NHG Cooray\"\n               },\n               ...\n            ],\n            \"name\":\"Ace Capital Cricket Club\",\n            \"id\":3629,\n            \"designation\":1,\n            \"slug\":\"ACCC\"\n         },\n         ...\n      ],\n      \"league_details\":{\n         \"name\":\"MLT (3-day)\",\n         \"game_number\":\"Group A\",\n         \"id\":1465791\n      },\n      \"league\":\"MLT (3-day)\",\n      \"matchid\":\"1465857\"\n   }\n]"}],"_postman_id":"89c3993c-edec-48f6-8b41-4e0863cd2c5a"},{"name":"Live Matches","id":"ca4feb62-5d08-4c22-9f24-2883f4d2a43c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/cricket/live-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>The format for this endpoint is exactly the same as upcoming matches for Valorant. We provide this endpoint to help you distinguish between matches that have gone live (and have therefore been taken off of upcoming matches) and matches that have been cancelled.</p>\n<p><strong>IMPORTANT NOTE:</strong> This endpoint was created to allow you to track matches that are live rather than to give you access to live data about matches. As such, this endpoint is the same as the upcoming matches endpoint, but it returns matches that are live instead of upcoming. To get access to live data about matches (like the latest team scores and player statistics), reach out to us at <a href=\"https://mailto:support@rimble.io\">support@rimble.io</a> - we use websocket connections to provide this data.</p>\n","urlObject":{"protocol":"https","path":["raw","cricket","live-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"d2606efc-152e-44f6-b2d9-b4b18e83c498","name":"cricket-live-matches","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/cricket/live-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:10:40 GMT"},{"key":"x-amzn-RequestId","value":"e6f1e797-0337-47cf-b9e3-238ff1edcaa1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsBRcGx-IAMF1yg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e26f-32a189c2044c58a8059eb976;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 61b5d2bc1eed0f4589fa0899bfb07e78.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"ks6MbaHL1F9_RF-VMITv9v0glKtQgR5k-quM_the9J6c9uCbDCywmA=="}],"cookie":[],"responseTime":null,"body":"[\n   {\n      \"match_format\":{\n         \"type\":\"TEST\"\n      },\n      \"ground_details\":{\n         \"name\":\"FTZ Sports Complex (Board of Investment), Katunayake\",\n         \"id\":59337\n      },\n      \"stream_links\":null,\n      \"confirmed_rosters\":true,\n      \"source_url\":\"https://www.espncricinfo.com/series/major-league-tournament-2024-25-1465791/ace-capital-cricket-club-vs-panadura-sports-club-group-a-1465857/live-cricket-score\",\n      \"time\":\"04:30:00\",\n      \"team_1_name\":\"Ace Capital Cricket Club\",\n      \"date\":\"2025-02-21\",\n      \"team_2_name\":\"Panadura Sports Club\",\n      \"teams\":[\n         {\n            \"image\":\"https://img1.hscicdn.com/image/upload/lsci/db/PICTURES/CMS/318200/318245.png\",\n            \"players\":[\n               {\n                  \"image\":\"https://img1.hscicdn.com/image/upload/lsci/db/PICTURES/CMS/209400/209463.gif\",\n                  \"role\":[\n                     \"allrounder\"\n                  ],\n                  \"bowling_style\":\"right-arm offbreak\",\n                  \"DOB\":\"1983-11-23\",\n                  \"name\":\"Harsha Cooray\",\n                  \"batting_style\":\"right-hand bat\",\n                  \"id\":48421,\n                  \"slug\":\"NHG Cooray\"\n               },\n               ...\n            ],\n            \"name\":\"Ace Capital Cricket Club\",\n            \"id\":3629,\n            \"designation\":1,\n            \"slug\":\"ACCC\"\n         },\n         ...\n      ],\n      \"league_details\":{\n         \"name\":\"MLT (3-day)\",\n         \"game_number\":\"Group A\",\n         \"id\":1465791\n      },\n      \"league\":\"MLT (3-day)\",\n      \"matchid\":\"1465857\"\n   }\n]"}],"_postman_id":"ca4feb62-5d08-4c22-9f24-2883f4d2a43c"},{"name":"Completed Matches","id":"5bd28249-18d5-4733-8348-77d3c51ac1ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/cricket/completed-matches/","description":"<p><strong>Query Parameters</strong>: <code>date</code>, <code>matchid</code>, <code>time</code>, <code>team</code>, <code>league</code>.</p>\n<p><strong>NOTE:</strong> We return completed matches for <code>5</code> days after their completion. If you require access to older matches, you may reach out to us directly.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p><strong>Table 8: Match Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>A string that represents the date the match was played in UTC. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"2021-06-10\" represents June 10, 2021 UTC.</td>\n</tr>\n<tr>\n<td><code>time</code></td>\n<td>A string that represents the time the match was played in UTC. This format for the time is <code>{hour}:{minute}:{second}</code> using a 24-hour clock. For example, \"14:15:00\" represents 2:15pm UTC.</td>\n</tr>\n<tr>\n<td><code>matchid</code></td>\n<td>An id of the game that was created by Rimble. This is a string, and it uniquely identifies each match. <strong>Note:</strong> Each match can potentially have multiple games within it, but we give results on a per match basis.</td>\n</tr>\n<tr>\n<td><code>team_1_name</code></td>\n<td>A string that identifies the first team.</td>\n</tr>\n<tr>\n<td><code>team_2_name</code></td>\n<td>A string that identifies the second team.</td>\n</tr>\n<tr>\n<td><code>league</code></td>\n<td>A string that described the tournament/league this match is a part of.</td>\n</tr>\n<tr>\n<td><code>source_url</code></td>\n<td>A string that contains a URL for a third party source that describes this match. This is given in case you need to cross-reference something.</td>\n</tr>\n<tr>\n<td><code>match_format</code></td>\n<td>A dictionary describing the format in which this match will be played (also referred to as \"match style\"). Details for this are given in Table 8.1 below.</td>\n</tr>\n<tr>\n<td><code>league_details</code></td>\n<td>A dictionary that contains information about the league/tournament this match is being played under, Details for this are given in Table 8.2.</td>\n</tr>\n<tr>\n<td><code>stream_links</code></td>\n<td>A list of strings that represent links to streams for this match. This is provided as a list because many matches have multiple channels/websites broadcasting the match.</td>\n</tr>\n<tr>\n<td><code>metadata</code></td>\n<td>A dictionary that has the key <code>games</code> in it to key into a list with information about each game's metadata that identifies the map name that was used for the game.</td>\n</tr>\n<tr>\n<td><code>teams</code></td>\n<td>A list of team objects, each of which is a dictionary that follows the format described in Table 8.3</td>\n</tr>\n<tr>\n<td><code>ground_details</code></td>\n<td>A dictionary that contains details about the ground (like id and name).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.1: Match Format Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>A string that described the type of format this match will be played as. The two possible formats are <code>bestOf</code> and <code>numGames</code>. <code>bestOf</code> simply means this match will be played as a \"best of\" of <code>count</code> games. <code>numGames</code> means, no matter what happens in the first few games, <code>numGames</code> will be played and the wins for games will be added to the team's tally in the tournament/league table.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.2: League Details Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the league that was created by Rimble. This is a string, and it uniquely identifies each league.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the league.</td>\n</tr>\n<tr>\n<td><code>game_number</code></td>\n<td>A string that identifies the game number of this game in the league.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.3: Team Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the team that was created by Rimble. This is a string, and it uniquely identifies each team.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that identifies the team.</td>\n</tr>\n<tr>\n<td><code>designation</code></td>\n<td>An integer with value <code>1</code> or <code>2</code>, depending on if the team in this dictionary is team 1 or team 2 for this match. This can be thought of as the \"home team\" if it has a designation of <code>1</code>, and \"away team\" if it has a designation of <code>2</code>. <strong>Note:</strong> The team dictionaries are always ordered so that the dictionary for team 1 is element 0 in the list.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to the logo image of the team to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>win_result</code></td>\n<td>An integer value <code>1</code> if the team won the match and <code>0</code> if it lost the match.</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td>A list of dictionaries, where each dictionary represents the team's results for each of the games played in this match. The dictionaries follow the format in Table 8.3.1</td>\n</tr>\n<tr>\n<td><code>players</code></td>\n<td>A list of player objects, each of which is a dictionary that follows the format described in Table 8.3.2</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.3.1: Team Results Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>game_number</code></td>\n<td>An integer representing the game number this result is for. The game numbers are 1-indexed, i.e. the first game in the match will have game number 1</td>\n</tr>\n<tr>\n<td><code>runs</code></td>\n<td>An integer representing the score for this team when they played as the \"batsmen\" in this game.</td>\n</tr>\n<tr>\n<td><code>slug</code></td>\n<td>A string representing a short form name/identifier for the team.</td>\n</tr>\n<tr>\n<td><code>balls</code></td>\n<td>An integer representing the number of balls faced by the team.</td>\n</tr>\n<tr>\n<td><code>balls_per_over</code></td>\n<td>An integer representing the number of balls per over in the format used.</td>\n</tr>\n<tr>\n<td><code>byes</code></td>\n<td>An integer representing the number of byes conceded or earned by the team.</td>\n</tr>\n<tr>\n<td><code>catches</code></td>\n<td>An integer representing the number of catches taken by the team.</td>\n</tr>\n<tr>\n<td><code>catches_dropped</code></td>\n<td>An integer representing the number of catches dropped by the team.</td>\n</tr>\n<tr>\n<td><code>extras</code></td>\n<td>An integer representing the number of extra runs scored by the team.</td>\n</tr>\n<tr>\n<td><code>game_number</code></td>\n<td>An integer representing the game number this result is for. The game numbers are 1-indexed.</td>\n</tr>\n<tr>\n<td><code>innings</code></td>\n<td>An integer representing the innings number.</td>\n</tr>\n<tr>\n<td><code>lead</code></td>\n<td>An integer representing the lead this team held after the innings (if any).</td>\n</tr>\n<tr>\n<td><code>legbyes</code></td>\n<td>An integer representing the number of leg byes earned or conceded.</td>\n</tr>\n<tr>\n<td><code>noballs</code></td>\n<td>An integer representing the number of no-balls bowled.</td>\n</tr>\n<tr>\n<td><code>overs</code></td>\n<td>An integer representing the total overs bowled or faced.</td>\n</tr>\n<tr>\n<td><code>penalties</code></td>\n<td>An integer representing the number of penalty runs awarded or conceded.</td>\n</tr>\n<tr>\n<td><code>runs</code></td>\n<td>An integer representing the total runs scored by the team.</td>\n</tr>\n<tr>\n<td><code>runs_saved</code></td>\n<td>An integer representing the number of runs saved in the field.</td>\n</tr>\n<tr>\n<td><code>sixes</code></td>\n<td>An integer representing the number of sixes hit.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>A string representing the innings status (e.g., “All Out”, “Declared”).</td>\n</tr>\n<tr>\n<td><code>total_balls</code></td>\n<td>An integer representing the total number of balls bowled or faced.</td>\n</tr>\n<tr>\n<td><code>total_overs</code></td>\n<td>An integer representing the total overs computed (including partials like 48.3 = 291 balls).</td>\n</tr>\n<tr>\n<td><code>wickets</code></td>\n<td>An integer representing the number of wickets lost.</td>\n</tr>\n<tr>\n<td><code>wides</code></td>\n<td>An integer representing the number of wides bowled.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.3.2: Player Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An id of the player that was created by Rimble. This is a string, and it uniquely identifies each player.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string that represents the name of the player.</td>\n</tr>\n<tr>\n<td><code>DOB</code></td>\n<td>A string that represents the date of birth of this player. The format for the date is <code>{year}-{month}-{date}</code>. For example, \"1998-06-04\" represents June 04, 1998. We provide this information in case you need to filter content such that only players of a certain minimum age are displayed. <strong>Note:</strong> Not all players have their DOB publicly available - in case it is not available this field will be a <code>null</code>.</td>\n</tr>\n<tr>\n<td><code>image</code></td>\n<td>A string that is a link to a profile image of the player to use for embedding into any front end.</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td>A list of dictionary objects that give data for the player's results, where each dictionary element represents a game. It follows the format described in Table 8.3.2.1</td>\n</tr>\n<tr>\n<td><code>batting_style</code></td>\n<td>A string that identifies the batting style of the player.</td>\n</tr>\n<tr>\n<td><code>bowling_style</code></td>\n<td>A string that identifies the bowling style of the player.</td>\n</tr>\n<tr>\n<td><code>slug</code></td>\n<td>A string representing a short form name/identifier for the player.</td>\n</tr>\n<tr>\n<td><code>played_match</code></td>\n<td>A boolean that identifies whether the player played the match.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Table 8.3.2.1: Player Results Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>runs</code></td>\n<td>An integer representing the number of runs this player got in this game.</td>\n</tr>\n<tr>\n<td><code>wickets</code></td>\n<td>An integer representing the number of wicket this player got in this game.</td>\n</tr>\n<tr>\n<td><code>strikerate</code></td>\n<td>A float representing the number of strikerate this player got in this game.</td>\n</tr>\n<tr>\n<td><code>fours</code></td>\n<td>An integer representing the fours this player got in this game.</td>\n</tr>\n<tr>\n<td><code>sixes</code></td>\n<td>An integer representing the sixes this player got in this game.</td>\n</tr>\n<tr>\n<td><code>economy</code></td>\n<td>A float representing the economy this player had in this game.</td>\n</tr>\n<tr>\n<td><code>runs</code></td>\n<td>An integer representing the number of runs this player got in this game.</td>\n</tr>\n<tr>\n<td><code>wickets</code></td>\n<td>An integer representing the number of wickets this player took in this game.</td>\n</tr>\n<tr>\n<td><code>strikerate</code></td>\n<td>A float representing the player's batting strike rate in this game.</td>\n</tr>\n<tr>\n<td><code>fours</code></td>\n<td>An integer representing the number of fours hit.</td>\n</tr>\n<tr>\n<td><code>sixes</code></td>\n<td>An integer representing the number of sixes hit.</td>\n</tr>\n<tr>\n<td><code>economy</code></td>\n<td>A float representing the player's economy rate (runs conceded per over).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>NOTE:</strong> A player may be on the lineup, but not on the starting team for all the games of the match. For example, a player might have only started for 2 out of the 3 games in a match. In those cases, we still have a player game results dictionary as described in the above table, but the values for the attributes are <code>null</code>'s.</p>\n","urlObject":{"protocol":"https","path":["raw","cricket","completed-matches",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"77489692-a4f3-4cd1-a9b7-8f88d8814db4","name":"cricket-completed-matches","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/cricket/completed-matches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"14138"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:04:40 GMT"},{"key":"x-amzn-RequestId","value":"f85de47b-960c-46dd-b9de-2fe939c067d4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsAY_FubIAMF2Ig="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e106-73116fc65b8d5a5b1f39fdbb;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 60977f24a6858f4bd1384356217daad0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"IMSM9ublM3VhqZEXxLzVJ-_4nNF4jhWYg_C47JFRXTM82qT67bisMQ=="}],"cookie":[],"responseTime":null,"body":"[\n   {\n      \"date\":\"2025-02-01\",\n      \"team_2_name\":\"Paarl Royals\",\n      \"teams\":[\n         {\n            \"image\":\"https://img1.hscicdn.com/image/upload/lsci/db/PICTURES/CMS/348900/348952.png\",\n            \"win_result\":1,\n            \"players\":[\n               {\n                  \"image\":\"https://img1.hscicdn.com/image/upload/lsci/db/PICTURES/CMS/388400/388419.5.png\",\n                  \"role\":[\n                     \"batter\"\n                  ],\n                  \"bowling_style\":\"right-arm offbreak\",\n                  \"DOB\":\"1997-8-28\",\n                  \"name\":\"Tony de Zorzi\",\n                  \"batting_style\":\"left-hand bat\",\n                  \"played_match\":true,\n                  \"id\":697183,\n                  \"results\":[\n                     {\n                        \"balls\":8,\n                        \"runs_conceded\":null,\n                        \"wides_conceded\":null,\n                        \"fours_conceded\":null,\n                        \"economy\":null,\n                        \"overs\":null,\n                        \"sixes\":0,\n                        \"is_out\":true,\n                        \"maidens\":null,\n                        \"batting_position\":0,\n                        \"fours\":1,\n                        \"runs\":8,\n                        \"strikerate\":100,\n                        \"wickets\":null\n                     }\n                  ],\n                  \"slug\":\"T de Zorzi\"\n               },\n               ...\n            ],\n            \"name\":\"Sunrisers Eastern Cape\",\n            \"id\":1335273,\n            \"designation\":1,\n            \"results\":[\n               {\n                  \"extras\":9,\n                  \"noballs\":0,\n                  \"runs\":148,\n                  \"wickets\":8,\n                  \"balls\":120,\n                  \"wides\":8\n               }\n            ],\n            \"slug\":\"SEC\"\n         },\n         ...\n      ],\n      \"match_format\":{\n         \"type\":\"T20\"\n      },\n      \"ground_details\":{\n         \"name\":\"St George's Park, Gqeberha\",\n         \"id\":59159\n      },\n      \"stream_links\":null,\n      \"source_url\":\"https://www.espncricinfo.com/series/sa20-2024-25-1437327/sunrisers-eastern-cape-vs-paarl-royals-28th-match-1449661/full-scorecard\",\n      \"league_details\":{\n         \"name\":\"SA20\",\n         \"game_number\":28,\n         \"id\":1437327\n      },\n      \"time\":\"11:00:00\",\n      \"team_1_name\":\"Sunrisers Eastern Cape\",\n      \"league\":\"SA20\",\n      \"matchid\":\"1449661\"\n   }\n]"}],"_postman_id":"5bd28249-18d5-4733-8348-77d3c51ac1ec"},{"name":"Match Status","id":"377b72b9-10db-4108-bf9c-b057adced200","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/cricket/match-status/?matchid={matchid}","description":"<p><strong>Query Parameters</strong>: <code>matchid</code> (required), <code>date</code> (required if match is older than 14 days).</p>\n<p>This endpoint is added to provide you with a persistent endpoint to access the match status for any match. The format of this endpoint is a list of a single dictionary that represents the match you are searching for. This dictionary always has a <code>match_status</code> key that can have values:</p>\n<ul>\n<li><code>upcoming</code> - the match is scheduled for the future</li>\n<li><code>live</code> - at least one game in the match is being played right now</li>\n<li><code>ended</code> - the match has ended but we haven't settled all the markets available yet</li>\n<li><code>completed</code> - the match has ended and all the data is now available to settle all markets we offer</li>\n<li><code>cancelled</code> - the match being searched for doesn't exist</li>\n</ul>\n<p>The rest of the dictionary format will follow the other endpoints we have described above (i.e. if the <code>match_status</code> is <code>completed</code> or <code>ended</code>, the match dictionary will have all the information described in \"Completed Matches\" endpoint).</p>\n","urlObject":{"protocol":"https","path":["raw","cricket","match-status",""],"host":["rimbleanalytics","com"],"query":[{"key":"matchid","value":"{matchid}"}],"variable":[]}},"response":[{"id":"8c6885c8-0fba-4f32-a36d-ed7dadbf276a","name":"cricket-match-status","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":{"raw":"https://rimbleanalytics.com/raw/cricket/match-status/?matchid=69837&date=2022-10-28","protocol":"https","host":["rimbleanalytics","com"],"path":["raw","cricket","match-status",""],"query":[{"key":"matchid","value":"69837"},{"key":"date","value":"2022-10-28"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"14138"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:04:40 GMT"},{"key":"x-amzn-RequestId","value":"f85de47b-960c-46dd-b9de-2fe939c067d4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsAY_FubIAMF2Ig="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e106-73116fc65b8d5a5b1f39fdbb;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 60977f24a6858f4bd1384356217daad0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"IMSM9ublM3VhqZEXxLzVJ-_4nNF4jhWYg_C47JFRXTM82qT67bisMQ=="}],"cookie":[],"responseTime":null,"body":"[\n   {  \"status\": \"completed\",\n      \"date\":\"2025-02-01\",\n      \"team_2_name\":\"Paarl Royals\",\n      \"teams\":[\n         {\n            \"image\":\"https://img1.hscicdn.com/image/upload/lsci/db/PICTURES/CMS/348900/348952.png\",\n            \"win_result\":1,\n            \"players\":[\n               {\n                  \"image\":\"https://img1.hscicdn.com/image/upload/lsci/db/PICTURES/CMS/388400/388419.5.png\",\n                  \"role\":[\n                     \"batter\"\n                  ],\n                  \"bowling_style\":\"right-arm offbreak\",\n                  \"DOB\":\"1997-8-28\",\n                  \"name\":\"Tony de Zorzi\",\n                  \"batting_style\":\"left-hand bat\",\n                  \"played_match\":true,\n                  \"id\":697183,\n                  \"results\":[\n                     {\n                        \"balls\":8,\n                        \"runs_conceded\":null,\n                        \"wides_conceded\":null,\n                        \"fours_conceded\":null,\n                        \"economy\":null,\n                        \"overs\":null,\n                        \"sixes\":0,\n                        \"is_out\":true,\n                        \"maidens\":null,\n                        \"batting_position\":0,\n                        \"fours\":1,\n                        \"runs\":8,\n                        \"strikerate\":100,\n                        \"wickets\":null\n                     }\n                  ],\n                  \"slug\":\"T de Zorzi\"\n               },\n               ...\n            ],\n            \"name\":\"Sunrisers Eastern Cape\",\n            \"id\":1335273,\n            \"designation\":1,\n            \"results\":[\n               {\n                  \"extras\":9,\n                  \"noballs\":0,\n                  \"runs\":148,\n                  \"wickets\":8,\n                  \"balls\":120,\n                  \"wides\":8\n               }\n            ],\n            \"slug\":\"SEC\"\n         },\n         ...\n      ],\n      \"match_format\":{\n         \"type\":\"T20\"\n      },\n      \"ground_details\":{\n         \"name\":\"St George's Park, Gqeberha\",\n         \"id\":59159\n      },\n      \"stream_links\":null,\n      \"source_url\":\"https://www.espncricinfo.com/series/sa20-2024-25-1437327/sunrisers-eastern-cape-vs-paarl-royals-28th-match-1449661/full-scorecard\",\n      \"league_details\":{\n         \"name\":\"SA20\",\n         \"game_number\":28,\n         \"id\":1437327\n      },\n      \"time\":\"11:00:00\",\n      \"team_1_name\":\"Sunrisers Eastern Cape\",\n      \"league\":\"SA20\",\n      \"matchid\":\"1449661\"\n   }\n]"}],"_postman_id":"377b72b9-10db-4108-bf9c-b057adced200"},{"name":"League Mappings","id":"d07c0887-c3f9-46a6-9790-d5bea5e5e530","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://rimbleanalytics.com/raw/cricket/league-mappings/","description":"<p><strong>Query Parameters</strong>: <code>league_id</code>, <code>name</code>, <code>min_prize_money</code>.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>This endpoint gives you access to the most up to date mappings we have for leagues in Valorant. We return a league/tournament dictionary that has the information described in Table 9.</p>\n<p><strong>Table 9: League Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>A string that represents the Rimble id we use for the league/tournament.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>A string representing the name of the league/tournament.</td>\n</tr>\n<tr>\n<td><code>dates</code></td>\n<td>A string representing the start and end date of the league/tournament - if we have only one date here, that means the tournament will be running only for one day.</td>\n</tr>\n<tr>\n<td><code>prize_money</code></td>\n<td>For most entries this is an integer representing the prize money in dollars. This is a good proxy indicator for the tier of the league/tournament. You can query for it using the <code>min_prize_money</code> parameter above to find leagues big enough for your platform.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["raw","cricket","league-mappings",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"bad33ded-1409-45ce-865a-8aab978f68c5","name":"cricket-mappings-raw","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/cricket/league-mappings/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 08 Mar 2022 23:10:40 GMT"},{"key":"x-amzn-RequestId","value":"e6f1e797-0337-47cf-b9e3-238ff1edcaa1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OsBRcGx-IAMF1yg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6227e26f-32a189c2044c58a8059eb976;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 61b5d2bc1eed0f4589fa0899bfb07e78.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOS50-C2"},{"key":"X-Amz-Cf-Id","value":"ks6MbaHL1F9_RF-VMITv9v0glKtQgR5k-quM_the9J6c9uCbDCywmA=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n         \"name\":\"MLT (3-day)\",\n         \"id\":1465791\n    },\n    ...\n]"}],"_postman_id":"d07c0887-c3f9-46a6-9790-d5bea5e5e530"},{"name":"Teams","id":"ca85df6a-c9d3-46b3-8a30-12bd1fe15a81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/cricket/teams/","description":"<p><strong>Query Parameters</strong>: <code>id</code> (optional)</p>\n<p>This endpoint is added to provide you with the ability to bulk update your local tables with team information.</p>\n<p>Note this endpoint is not actively maintained but provides a starting point with relevant team information to make operations easier and player usernames might change for a given id over time.</p>\n","urlObject":{"protocol":"https","path":["raw","cricket","teams",""],"host":["rimbleanalytics","com"],"query":[{"disabled":true,"key":null,"value":""}],"variable":[]}},"response":[{"id":"b157b223-e0fc-47f7-b7e0-c98c2eb8f1f2","name":"Teams","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/cricket/teams/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"2815\",\n        \"name\": \"Version1\"\n        \"image\": \"https://...png\"\n    },\n    ...\n]"}],"_postman_id":"ca85df6a-c9d3-46b3-8a30-12bd1fe15a81"},{"name":"Players","id":"424de7ba-99b9-46db-8f94-05bf05490680","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/cricket/players/","description":"<p><strong>Query Parameters</strong>: <code>id</code> (optional)</p>\n<p>This endpoint is added to provide you with the ability to bulk update your local tables with player information.</p>\n<p>Note this endpoint is not actively maintained but provides a starting point with relevant player information to make operations easier and player usernames might change for a given id over time.</p>\n","urlObject":{"protocol":"https","path":["raw","cricket","players",""],"host":["rimbleanalytics","com"],"query":[],"variable":[]}},"response":[{"id":"833f6ed5-7109-4f3d-be17-8ceb0c04a238","name":"Players","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<provided key>"}],"url":"https://rimbleanalytics.com/raw/cricket/players/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"image\":\"https://img1.hscicdn.com/image/upload/lsci/db/PICTURES/CMS/388400/388419.5.png\",\n        \"role\":[\n            \"batter\"\n        ],\n        \"bowling_style\":\"right-arm offbreak\",\n        \"DOB\":\"1997-8-28\",\n        \"name\":\"Tony de Zorzi\",\n        \"batting_style\":\"left-hand bat\",\n        \"id\":697183\n    },\n    ...\n]"}],"_postman_id":"424de7ba-99b9-46db-8f94-05bf05490680"}],"id":"545a86d4-da6d-47d4-8dbc-a520492f1c53","description":"<p><strong>Tournaments Supported:</strong> <code>Ford Trophy</code>, <code>Champions Trophy</code>, <code>CSA Division Two</code>, <code>Logan Cup</code>, <code>WPL</code>, etc. We can also provide access to other tournaments based on your requests. We cover all Men's T20, ODI, and Test as well as Women's T20.</p>\n<p><strong>Player Projections Supported</strong>: <code>runs</code>, <code>wickets</code>, <code>strikerate</code>, <code>fours</code>, <code>sixes</code>, <code>economy</code>, <code>runs</code>, <code>wickets</code>, <code>strikerate</code>, <code>fours</code>, <code>sixes</code>, <code>economy</code></p>\n<p><strong>Team Projections Supported</strong>: <code>runs</code>, <code>slug</code>, <code>balls</code>, <code>balls_per_over</code>, <code>byes</code>, <code>catches</code>, <code>catches_dropped</code>, <code>extras</code>, <code>game_number</code>, <code>innings</code>, <code>lead</code>, <code>legbyes</code>, <code>noballs</code>, <code>overs</code>, <code>penalties</code>, <code>runs</code>, <code>runs_saved</code>, <code>sixes</code>, <code>status</code>, <code>total_balls</code>, <code>total_overs</code>, <code>wickets</code>, <code>wides</code></p>\n","_postman_id":"545a86d4-da6d-47d4-8dbc-a520492f1c53"}]}