Dota api (Rank)

Asked Jan 19, 2018·1 reply·Last activity 8 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

Hello, today i'm want to provide mine little api.
Here is Dota Rank and leaderboard position
You can use it just with $(eval) filter.

$(eval const api = $(urlfetch json http://api.satont.ru/dota?id=dotaid); if (api.error) {api.error} else { 'Rank: ' + api['rank'] + ' Leaderboard: ' + api['position']})

Change dota id to your and you are ready!
Tell me if you will got some bugs or something

1 reply

Update 24.01

Changed: now response of api it's json
Added: leaderboard rank