The base for all APIs is /proxy/api.
Name | Description | Usage | Example |
---|---|---|---|
General Search | Searches the Roblox Catalog API for various asset types. You will need to use Roblox's parameters in order to search effectively. | GET /search/(Keyword) | https://hubnet.work/proxy/api/search/roblox |
Search Audio | Search the Roblox Audio Library for keyword, can include Roblox's search parameters. | GET /audio/(Keyword) | https://hubnet.work/proxy/api/audio/dummiez |
New Server | Creates a new server for place placeid | GET /newserver/(PlaceId) | https://hubnet.work/proxy/api/newserver/1818 |
Usernames From Identity | Gets all usernames that a certain player has had before in order of newest to oldest | GET /usernames/?userId=(userId) | https://hubnet.work/proxy/api/usernames/?userId=2182958 |
Discord Webhooks | Enable access to Discord webhooks from Roblox servers. | GET /webhooks/(Id) | https://hubnet.work/proxy/api/webhooks/ |