ValveSoftware / Dota2-Gameplay

Public Bug Tracker for Dota2
1.45k stars 77 forks source link

A few questions about Dota 2 API #9749

Open anonspb opened 1 year ago

anonspb commented 1 year ago

Description

Hello. We have already pretty much suffered with the Dota API, solved many things, but still there are a few questions left. Help, please, knowledgeable people (just knowing the documentation is not enough)

  1. https://api.steampowered.com/IDOTA2Match_570/GetTopLiveGame/v1/ does not return all matches. Moreover, partner= is used differently (from 0 to 10). In addition, games do not appear here immediately. How to get matches here, which for some reason it does not show? https://api.steampowered.com/IDOTA2Match_570/GetLiveLeagueGames/v1/ cannot be used because it doesn't return the server_steam_id for GetRealtimeStats, and GetLiveLeagueGames, like GetRealtimeStats, has a lot of latency. Only GetTopLiveGame works without delay, but as I said, it does not return all matches

  2. There are requests in the API for GetLiveGames, GetLeagueData, GetLeaguesData and so on, but not a single request from the IDOTA2League_570 section works for me - it says that there is no access. I believe that you can receive live tournament games through GetLiveGames, but I don't have access. How to access these requests?

Example Match ID (and possibly Timestamp)

No response

Screenshots

No response

awsmith121 commented 1 month ago

I am having the same issues as above - no access to the League API and cannot effectively use GetRealtimeStats - would love any updates on this