This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IDOTA2DPC (without any token needed) | |
https://www.dota2.com/webapi/IDOTA2DPC/GetRealtimeMatchStats/v001?server_steam_id=90124322071664650 // calls in realtime match every 15 seconds | |
https://www.dota2.com/webapi/IDOTA2DPC/GetPlayerInfo/v001?account_id=234699894 | |
https://www.dota2.com/webapi/IDOTA2DPC/GetLeagueMatchMinimal/v001?league_id=10681&match_id=4535629696 | |
https://www.dota2.com/webapi/IDOTA2DPC/GetSingleTeamInfo/v001?team_id=36&get_dpc_info=1 | |
https://www.dota2.com/webapi/IDOTA2DPC/GetLeagueNodeData/v001?league_id=10681&node_id=186 | |
https://www.dota2.com/webapi/IDOTA2DPC/GetLeagueInfoList/v001?start_timestamp=1535760000&min_tier=3 | |
https://www.dota2.com/webapi/IDOTA2DPC/GetRecentAndUpcomingMatches/v001 | |
// User specific feed, favourites (methods names at the end) |