Skip to content

Instantly share code, notes, and snippets.

View hpstuff's full-sized avatar
🏠
Working from home

Rumen Rusanov hpstuff

🏠
Working from home
View GitHub Profile
@Ciberusps
Ciberusps / gist:4d60233f75f19810a824cbd1874bb20d
Last active August 31, 2022 09:58
New IDOTA2DPC endpoints(examples)
// 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)