Last active
August 31, 2022 09:58
-
-
Save Ciberusps/4d60233f75f19810a824cbd1874bb20d to your computer and use it in GitHub Desktop.
New IDOTA2DPC endpoints(examples)
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) | |
https://www.dota2.com/applications/dpc_get?requesting_account_id=157909803&requesting_session_id=eb7b62f8125d812512272cc5&requesting_method=GetDPCFeedData // Feed data(only during session) | |
https://www.dota2.com/applications/dpc_get?requesting_account_id=157909803&requesting_session_id=eb7b62f8125d812512272cc5&requesting_method=GetDPCFavorites | |
https://www.dota2.com/applications/dpc_get?requesting_account_id=157909803&requesting_session_id=eb7b62f8125d812512272cc5&requesting_method=GetSteamPlayerInfo | |
https://www.dota2.com/applications/dpc_get?event_id=19&requesting_account_id=157909803&requesting_session_id=eb7b62f8125d812512272cc5&requesting_method=GetPredictionStatus | |
https://www.dota2.com/applications/dpc_get?requesting_account_id=157909803&requesting_session_id=eb7b62f8125d812512272cc5&requesting_method=GetFantasyDPCLeagueStatus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment