{"info":{"_postman_id":"1d51ba45-b1b1-4b05-9458-86be48ffb583","name":"Dota2 Opendota APIs","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"7330855","collectionId":"1d51ba45-b1b1-4b05-9458-86be48ffb583","publishedId":"SzfCSQSu","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-04-26T14:20:57.000Z"},"item":[{"name":"Player","id":"e3301383-4588-4181-ac80-ac5467f55090","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.opendota.com/api/players/{{account_id}}","urlObject":{"protocol":"https","path":["api","players","{{account_id}}"],"host":["api","opendota","com"],"query":[],"variable":[]}},"response":[{"id":"4bde0bfe-3e5d-4522-900e-1fb66193334c","name":"Player","originalRequest":{"method":"GET","header":[],"url":"https://api.opendota.com/api/players/{{account_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 26 Apr 2020 13:19:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Rate-Limit-Remaining-Minute","value":"58"},{"key":"X-IP-Address","value":"103.116.12.218"},{"key":"X-Rate-Limit-Remaining-Month","value":"49984"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"33c-H7Yj4T6P89wLZHgxnEkTMp9BTqU\""},{"key":"Via","value":"1.1 google"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"58a09822faf2ed93-SJC"},{"key":"Content-Encoding","value":"br"},{"key":"cf-request-id","value":"02583d69da0000ed933598b200000001"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"tracked_until\": \"string\",\r\n  \"solo_competitive_rank\": \"string\",\r\n  \"competitive_rank\": \"string\",\r\n  \"rank_tier\": 0,\r\n  \"leaderboard_rank\": 0,\r\n  \"mmr_estimate\": {\r\n    \"estimate\": 0,\r\n    \"stdDev\": 0,\r\n    \"n\": 0\r\n  },\r\n  \"profile\": {\r\n    \"account_id\": 0,\r\n    \"personaname\": \"string\",\r\n    \"name\": \"string\",\r\n    \"plus\": true,\r\n    \"cheese\": 0,\r\n    \"steamid\": \"string\",\r\n    \"avatar\": \"string\",\r\n    \"avatarmedium\": \"string\",\r\n    \"avatarfull\": \"string\",\r\n    \"profileurl\": \"string\",\r\n    \"last_login\": \"string\",\r\n    \"loccountrycode\": \"string\",\r\n    \"is_contributor\": false\r\n  }\r\n}"}],"_postman_id":"e3301383-4588-4181-ac80-ac5467f55090"},{"name":"Player::RecentMatches","id":"edbcd13b-6531-4c1b-8718-98d0a715fd25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.opendota.com/api/players/{{account_id}}/recentMatches","urlObject":{"protocol":"https","path":["api","players","{{account_id}}","recentMatches"],"host":["api","opendota","com"],"query":[],"variable":[]}},"response":[{"id":"497c6a37-7068-4835-a710-e5508d35b4ae","name":"Player::RecentMatches","originalRequest":{"method":"GET","header":[],"url":"https://api.opendota.com/api/players/{{account_id}}/recentMatches"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"match_id\": 0,\n        \"player_slot\": 0,\n        \"radiant_win\": true,\n        \"duration\": 0,\n        \"game_mode\": 0,\n        \"lobby_type\": 0,\n        \"hero_id\": 0,\n        \"start_time\": 0,\n        \"version\": 0,\n        \"kills\": 0,\n        \"deaths\": 0,\n        \"assists\": 0,\n        \"skill\": 0,\n        \"lane\": 0,\n        \"lane_role\": 0,\n        \"is_roaming\": true,\n        \"cluster\": 0,\n        \"leaver_status\": 0,\n        \"party_size\": 0\n    }\n]"}],"_postman_id":"edbcd13b-6531-4c1b-8718-98d0a715fd25"},{"name":"Player::Matches","id":"fe03dc30-fea7-4113-a110-d6442ee704d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.opendota.com/api/players/{{account_id}}/matches?limit=0&offset=0&win=0&patch=0&game_mdoe=0&lobby_type=0&region=0&date=0&hero_id=0&duration=0&start_time=0&version=0&kills=0&deaths=0&assists=0&skill=0&party_size=0","urlObject":{"protocol":"https","path":["api","players","{{account_id}}","matches"],"host":["api","opendota","com"],"query":[{"key":"limit","value":"0"},{"key":"offset","value":"0"},{"key":"win","value":"0"},{"key":"patch","value":"0"},{"key":"game_mdoe","value":"0"},{"key":"lobby_type","value":"0"},{"key":"region","value":"0"},{"key":"date","value":"0"},{"key":"hero_id","value":"0"},{"key":"duration","value":"0"},{"key":"start_time","value":"0"},{"key":"version","value":"0"},{"key":"kills","value":"0"},{"key":"deaths","value":"0"},{"key":"assists","value":"0"},{"key":"skill","value":"0"},{"key":"party_size","value":"0"}],"variable":[]}},"response":[{"id":"c5ca0266-1400-4d48-a21a-9f25f6f582eb","name":"Player::Matches","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.opendota.com/api/players/{{account_id}}/matches?limit=0&offset=0&win=0&patch=0&game_mdoe=0&lobby_type=0&region=0&date=0&hero_id=0&duration=0&start_time=0&version=0&kills=0&deaths=0&assists=0&skill=0&party_size=0","protocol":"https","host":["api","opendota","com"],"path":["api","players","{{account_id}}","matches"],"query":[{"key":"limit","value":"0","description":"Number of matches to limit"},{"key":"offset","value":"0","description":"Number of matches to offset start"},{"key":"win","value":"0","description":"Player won"},{"key":"patch","value":"0","description":"Patch ID"},{"key":"game_mdoe","value":"0","description":"Game Mode ID"},{"key":"lobby_type","value":"0","description":"Lobby Type ID"},{"key":"region","value":"0","description":"Region ID"},{"key":"date","value":"0","description":"Days Previous"},{"key":"hero_id","value":"0","description":"Hero ID"},{"key":"duration","value":"0","description":"Duration of the game in seconds"},{"key":"start_time","value":"0","description":"Timestamp of the game started"},{"key":"version","value":"0","description":"Version"},{"key":"kills","value":"0","description":"Total kills of the player had at the end of the game"},{"key":"deaths","value":"0","description":"Total deaths of the player had at the end of the game"},{"key":"assists","value":"0","description":"Total assists of the player had at the end of the game"},{"key":"skill","value":"0","description":"Skill bracket (Normal, High, Very High)"},{"key":"party_size","value":"0","description":"Size of the players' party"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"match_id\": 0,\n        \"player_slot\": 0,\n        \"radiant_win\": true,\n        \"duration\": 0,\n        \"game_mode\": 0,\n        \"lobby_type\": 0,\n        \"hero_id\": 0,\n        \"start_time\": 0,\n        \"version\": 0,\n        \"kills\": 0,\n        \"deaths\": 0,\n        \"assists\": 0,\n        \"skill\": 0,\n        \"party_size\": 0,\n        \"heroes\": {\n            \"player_slot\": {\n                \"account_id\": 0,\n                \"hero_id\": 0,\n                \"player_slot\": 0\n            }\n        }\n    }\n]"}],"_postman_id":"fe03dc30-fea7-4113-a110-d6442ee704d1"},{"name":"Player::Peers","id":"68298160-56b5-4111-be1c-254a913ee01b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.opendota.com/api/players/{{account_id}}/peers?limit=0&offset=0&win=0&patch=0&game_mdoe=0&lobby_type=0&hero_id=0&is_radiant=0&included_account_id=0&excluded_account_id=0&with_hero_id=0&against_hero_id=0&significant=0&having=0&sort=string","urlObject":{"protocol":"https","path":["api","players","{{account_id}}","peers"],"host":["api","opendota","com"],"query":[{"key":"limit","value":"0"},{"key":"offset","value":"0"},{"key":"win","value":"0"},{"key":"patch","value":"0"},{"key":"game_mdoe","value":"0"},{"key":"lobby_type","value":"0"},{"key":"hero_id","value":"0"},{"key":"is_radiant","value":"0"},{"key":"included_account_id","value":"0"},{"key":"excluded_account_id","value":"0"},{"key":"with_hero_id","value":"0"},{"key":"against_hero_id","value":"0"},{"key":"significant","value":"0"},{"key":"having","value":"0"},{"key":"sort","value":"string"}],"variable":[]}},"response":[],"_postman_id":"68298160-56b5-4111-be1c-254a913ee01b"},{"name":"Player::Heroes","id":"33dd3189-c853-4333-823c-650f870728e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.opendota.com/api/players/{{account_id}}/heroes?limit=0&offset=0&win=0&patch=0&game_mdoe=0&lobby_type=0&hero_id=0&is_radiant=0&included_account_id=0&excluded_account_id=0&with_hero_id=0&against_hero_id=0&significant=0&having=0&sort=string","urlObject":{"protocol":"https","path":["api","players","{{account_id}}","heroes"],"host":["api","opendota","com"],"query":[{"key":"limit","value":"0"},{"key":"offset","value":"0"},{"key":"win","value":"0"},{"key":"patch","value":"0"},{"key":"game_mdoe","value":"0"},{"key":"lobby_type","value":"0"},{"key":"hero_id","value":"0"},{"key":"is_radiant","value":"0"},{"key":"included_account_id","value":"0"},{"key":"excluded_account_id","value":"0"},{"key":"with_hero_id","value":"0"},{"key":"against_hero_id","value":"0"},{"key":"significant","value":"0"},{"key":"having","value":"0"},{"key":"sort","value":"string"}],"variable":[]}},"response":[{"id":"3db5564f-caa8-42a0-9ba9-9806623ae8f5","name":"Player::Heroes","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.opendota.com/api/players/{{account_id}}/heroes?limit=0&offset=0&win=0&patch=0&game_mdoe=0&lobby_type=0&hero_id=0&is_radiant=0&included_account_id=0&excluded_account_id=0&with_hero_id=0&against_hero_id=0&significant=0&having=0&sort=string","protocol":"https","host":["api","opendota","com"],"path":["api","players","{{account_id}}","heroes"],"query":[{"key":"limit","value":"0"},{"key":"offset","value":"0"},{"key":"win","value":"0"},{"key":"patch","value":"0"},{"key":"game_mdoe","value":"0"},{"key":"lobby_type","value":"0"},{"key":"hero_id","value":"0"},{"key":"is_radiant","value":"0"},{"key":"included_account_id","value":"0"},{"key":"excluded_account_id","value":"0"},{"key":"with_hero_id","value":"0"},{"key":"against_hero_id","value":"0"},{"key":"significant","value":"0"},{"key":"having","value":"0"},{"key":"sort","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"hero_id\": \"string\",\n        \"last_played\": 0,\n        \"games\": 0,\n        \"win\": 0,\n        \"with_games\": 0,\n        \"with_win\": 0,\n        \"against_games\": 0,\n        \"against_win\": 0\n    }\n]"}],"_postman_id":"33dd3189-c853-4333-823c-650f870728e8"},{"name":"Player::Counts","id":"2c57cc2c-f69a-48c9-b577-959d7d05e6df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.opendota.com/api/players/{{account_id}}/counts?limit=0&offset=0&win=0&patch=0&game_mdoe=0&lobby_type=0&hero_id=0&is_radiant=0&included_account_id=0&excluded_account_id=0&with_hero_id=0&against_hero_id=0&significant=0&having=0&sort=string","urlObject":{"protocol":"https","path":["api","players","{{account_id}}","counts"],"host":["api","opendota","com"],"query":[{"key":"limit","value":"0"},{"key":"offset","value":"0"},{"key":"win","value":"0"},{"key":"patch","value":"0"},{"key":"game_mdoe","value":"0"},{"key":"lobby_type","value":"0"},{"key":"hero_id","value":"0"},{"key":"is_radiant","value":"0"},{"key":"included_account_id","value":"0"},{"key":"excluded_account_id","value":"0"},{"key":"with_hero_id","value":"0"},{"key":"against_hero_id","value":"0"},{"key":"significant","value":"0"},{"key":"having","value":"0"},{"key":"sort","value":"string"}],"variable":[]}},"response":[],"_postman_id":"2c57cc2c-f69a-48c9-b577-959d7d05e6df"},{"name":"Player::Rankings(Heroes)","id":"f6ae02e6-66f3-4960-b8dd-3566e701e366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.opendota.com/api/players/{{account_id}}/rankings","urlObject":{"protocol":"https","path":["api","players","{{account_id}}","rankings"],"host":["api","opendota","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6ae02e6-66f3-4960-b8dd-3566e701e366"},{"name":"Refresh","id":"532e8ac9-83de-4d15-8b2d-8c96e6c85984","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.opendota.com/api/players/{{account_id}}/refresh","urlObject":{"protocol":"https","path":["api","players","{{account_id}}","refresh"],"host":["api","opendota","com"],"query":[],"variable":[]}},"response":[{"id":"907e751e-6584-4824-a8f0-efdfbe883227","name":"Refresh","originalRequest":{"method":"POST","header":[],"url":"https://api.opendota.com/api/players/{{account_id}}/refresh"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"length\": 1\n}"}],"_postman_id":"532e8ac9-83de-4d15-8b2d-8c96e6c85984"}]}