Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

ROBLOX JSON through HttpService?

Asked by 8 years ago

Is it possible to use HttpService to get a JSON table of items in the ROBLOX catalog? I can't seem to find a site similar to rproxy because rproxy was shut down.

1 answer

Log in to vote
0
Answered by 8 years ago

This site has some useful apis as well as a proxy. http://roblox.plus:2052/api

For example, this would make a list of the first page of gears:

local proxy = 'http://robloxplus.com:2052/proxy/catalog/json?CatalogContext=1&Subcategory=5&SortType=0&SortAggregation=3&SortCurrency=0&LegendExpanded=true&Category=0&PageNumber='

If you wanted just limiteds you can use this. http://roblox.plus:2052/limiteds

Ad

Answer this question