Dota api (Rank)

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 Like

Update 24.01


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

1 Like