ValveSoftware / Dota2-Gameplay

Public Bug Tracker for Dota2
1.48k stars 80 forks source link

Some question about Steam API #6758

Open amandladev opened 1 year ago

amandladev commented 1 year ago

Description

Hi, I want to know if there is some endpoint of the SteamApi to get info from an specific match about if a player played it in party or not, i found something in opendota to get the partysize of a match, but didn't found something similiar in steam.

Example Match ID (and possibly Timestamp)

No response

Screenshots

No response

shaileshgarg commented 1 year ago

https://github.com/ValvePython/dota2, https://dota2.readthedocs.io/en/stable/dota2.features.match.html, dota APIs from Valve. Try checking match history and match APIs.