Game likes api forbidden

local universeId = gameDataTable.data[1].id
local likesURL = "https://games.roproxy.com/v1/games/votes?universeIds="..id

local likesData = HttpService:GetAsync(likesURL)
local likesDataTable = HttpService:JSONDecode(likesData)

Basically this returns forbidden (error code 403) and I am unsure why. when I print likesURL and copy paste it into the google URL search it returns the right data I am looking for so why doesn’t it work in studio?

image


(after printing the likesURL and pasting it in google)

1 Like

likesURl is misspelled the second time
123123

They are both the same now and it is still erroring

I mean I am trying to access the roproxy domain but get this message:


So there’s probably no problem with your code.

so what do I do? Just wait till we can access roproxy?

I mean, not really sure. I guess.

Why are you showing a different website for the code than the image?
Have you tried changing the code to the website shown in the image local likesURL = "https://games.roblox.com/v1/games/votes?universeIds="..id

Roblox doesn’t let you access its API from itself.

Oh damn, thanks for telling. Well it’s nice to learn something new.

I believe the creator of RoProxy specifically stated that the /games endpoint was closed because server search plugins were using it.

If you want to you can host your own RoProxy using RoProxy Lite.

Edit: Here is the post of the creator stating this:

3 Likes

Ill have a look thanks, is it free?

Yes, it is an open-source GitHub repo.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.