Hello. Recently I became interested in using dota2api. As I understand it, it works through the same stamApi, just another set of functions. Dota2api is implemented on python .

Among the functions provided by Api, there is a function:

api.get_match_details(match_id=<*match_ID*>) 

so this function returns a fairly large amount of data, among which is the "account_id": 21265941 is the in-game user ID.

Question: How can I get stam_id by "account_id"?

    0