Hello!
Guys while trying to display API data on webpage it wont let me do that (image attached). I am using Ajax and Angular for this. Kindly help me out. Thanks
Error (2).jpg
Hello!
Guys while trying to display API data on webpage it wont let me do that (image attached). I am using Ajax and Angular for this. Kindly help me out. Thanks
Error (2).jpg
When I use this API 'GetMatchHistory',I found that 'result_nums' is always 100.
How could I get more data?
Last edited by 775154773; 02-16-2017 at 12:16 AM.
https://lab.xpaw.me/steam_api_documentation.html
GetMatchHistory has besides account_id an additional query parameter called start_at_match_id. You can request last 500 matches of the players this way. (Though if you request last 500 matches of player with hero meepo and put all the matches together you end up with more than 500.)
You need to call getmatchhistory 5 times to get 500 matches. One call can return 100 matches maximum.
James "2GD" Harding's career as a Dota 2 host on Valve events
* 25.02.16 - † 26.02.16
Spoiler:
Can I get information about the match I'm playing at the moment?
I found a way to periodically query https://localhost:4000, but there is no information about other players.
is there any way to get patch version (like 7.00, 7.01.... etc) for selected match?