hi, i am trying to get a place data when putting the id or name
how could i get the data?,
(visits, player count in that moment, created, last updated , etc)
is there any api or request to do so?
hi, i am trying to get a place data when putting the id or name
how could i get the data?,
(visits, player count in that moment, created, last updated , etc)
is there any api or request to do so?
Yes there is! You can use games.roproxy.com/v1/games?universeIds=id
, assuming you know how to use requests.
Keep in mind this won’t work with the placeId but instead with a universeid.
Hi, thank you!, would you mind explaining the difference of placeId and universeId?, also how to correctly use the request?
I don’t know much about the specific differences, but to use the API correctly, first go to a game page, right click and click ‘View Source Page’. Then, find ‘universeId’ and copy the ID. For example, here’s the ID for BSS (Bee Swarm Simulator).
It’s basically a json string, you can just decode it and return the visit count.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.