Hello there,
I am trying to acquire visits that a game has and display that value on a website. The best way to do this would be to use the Roblox API, however I am not sure if Roblox currently supports this. Any ideas or 3rd party APIs would be really helpful to point me in the right direction.
Thank you
Here is a reference link and a screenshot of the data that I would like to acquire:
Thanks. That unauth endpoint definitely works better. Where did you find the full apis documentation? All I have ever been able to find is the deprecated api.roblox.com and occasionally a few endpoints for apis.roblox.com. https://apis.roblox.com/docs seems to be a dead link for me.
I have created the code and I have no issues accessing the API URL in-browser. https://games.roblox.com/v1/games?universeIds=2440500124
However, when I make a request on the website, it works fine to acquire the universe, but it seems to fail to access the actual game data. It throws an HTTP Internal Server Error.
Any idea why the Roblox API might be behaving this way?