You may or may not need an API key depending on how you intend on operating, head to the Developer Dashboard to get one.
We offer two API endpoints to retrieve information, as listed below:
GET GET /api/discord/:discord_id
This endpoint supports the server_id
query parameter to retrieve the user's verification information for the specified server (pass the 17-19 server id)
Returns a User object
GET /api/roblox/:roblox_id
Returns a Snowflake List, or an empty array if the Roblox account is not connected.
Property | Type | Description |
---|---|---|
id | integer | Roblox ID of verified account |
username | string | Roblox Username of verified account |
A list of Discord IDs; example:
[ "123456789123456789", "987654321987654321" ]
The list of possible status codes is as follows:
To send authenticated requests, you must pass the API key in the authorization
header with the Bearer
token type.
There is no hard rate limiting as it would be more expensive in terms of performance and cost than not given our infrastructure. However, we expect you to send a reasonable number of requests. Do not spam requests for the fun of it. Abuse may get you blocked or permanently banned from the API.