Roblox Server / Place Joining API
Use the information below <3
Please contact us if you have any questions, issues, or bug reports.
Please report vulnerabilities via the security file.
URLs:
[1] - /join
Parameters:
placeId: place id
jobId: job id (optional)
privateServerLinkCode: private server id (from the parameter privateServerLinkCode in the 'roblox.com/games/ID/' URL)
Example:
[1] - /join?placeId=ID
[2] - /join?placeId=ID&jobId=JOBID
[3] - /join?placeId=ID&privateServerLinkCode=CODE
Ratelimit:
Per minute, per IP: 5
API:
[1] - /api/getProtocolUrl
Method: POST
Body:
placeId: place id
jobId: job id (optional)
privateServerLinkCode: private server id (from the parameter privateServerLinkCode in the 'roblox.com/games/ID/' URL)
Return data:
success: true/false
url: string
Ratelimit:
Per minute, per IP: 50