Skip to main content
GET
https://api.docksys.xyz
/
v2
/
roblox
Look up Discord IDs by Roblox ID
curl --request GET \
  --url https://api.docksys.xyz/v2/roblox \
  --header 'Authorization: Bearer <token>'
{
  "status": 200,
  "data": {
    "robloxId": "156319135",
    "discordIds": [
      "123456789012345678"
    ],
    "count": 1,
    "resolved": {
      "roblox": null,
      "discord": null
    }
  },
  "meta": {
    "requestId": "req_0e8a12f4d711",
    "version": "2.0.0",
    "rateLimit": {
      "limit": 1,
      "remaining": 0,
      "resetAt": "2026-05-07T16:30:01.000Z",
      "retryAfter": null,
      "scope": "api_key"
    },
    "tier": "free"
  },
  "timestamp": "2026-05-07T16:30:00.000Z"
}

Authorizations

Authorization
string
header
required

Dock API key. Send Authorization: Bearer <api key>.

Query Parameters

robloxId
string
required

Roblox user ID.

Pattern: ^\d{1,32}$
Example:

"156319135"

guildId
string

Discord guild ID. Required for guild-scoped API keys.

Pattern: ^\d{5,32}$
Example:

"987654321098765432"

resolved
boolean
default:false

Return expanded Discord or Roblox profile data. Requires Premium when true.

Response

Linked Discord accounts found.

status
integer
required
Example:

200

data
object
required

Endpoint-specific response payload.

meta
object
required
timestamp
string<date-time>
required