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