Cloudflare Workers Edge Network
Free, Serverless Roblox API Reverse Proxy
High-speed, zero-latency proxy for Roblox developers. Bypass Roblox HttpService domain restrictions seamlessly.
Try URL Converter
Host: roproxy.johnmarctumulak.com
https://roproxy.johnmarctumulak.com/games/v1/games/130582315
Global Edge Speed
Powered by Cloudflare Workers isolates running in 300+ edge locations worldwide for minimal latency.
Unrestricted Subdomains
Access any valid Roblox subdomain (games, users, economy, presence, inventory, catalog, groups).
Secure & Clean
Built-in SSRF protection, optional PROXYKEY auth header support, and strict header sanitization.
How to Use
Replace roblox.com with your proxy host roproxy.johnmarctumulak.com
local HttpService = game:GetService("HttpService")
local url = "https://roproxy.johnmarctumulak.com/games/v1/games?universeIds=130582315"
local response = HttpService:GetAsync(url)
local data = HttpService:JSONDecode(response)
print(data)