[ad_1]
I’ve got an assignment from my teacher, I need to somehow export the leaderboard from [dota2.com/leaderboards](https://www.dota2.com/leaderboards/?l=english#europe) and update it in real time on my site on WordPress. Do you guys have any ideas on how to implement this?
[ad_2]
View Source.
Bluesix has good idea, go to page, right click, go to view-source and read JS on top of the page to figure out from where they are pulling their data. From what I see, they are sending a request to [https://www.dota2.com/webapi/ILeaderboard/GetDivisionLeaderboard/v0001](https://www.dota2.com/webapi/ILeaderboard/GetDivisionLeaderboard/v0001) with additional parameter division which probably takes data from html element from top menu (Americas Europe SE Asia China)