---
title: "Map Roblox ID to Discord IDs"
method: GET
path: "/api/v1/public/roblox-to-discord"
---

# Map Roblox ID to Discord IDs

`GET /api/v1/public/roblox-to-discord`

Retrieves Discord IDs associated with a given Roblox ID in a specific guild.

## Query parameters

- `robloxId` string, required
- `guildId` string, required

## Response `200`

Successful response with linked Discord IDs.

- RobloxToDiscordResponse
  - `status` 200 — The HTTP status code of the response.
  - `data` object
    - `robloxId` string — The Roblox user ID.
    - `discordIds` string[] — Array of Discord user IDs linked to the Roblox ID.
  - `timestamp` string, date-time — The timestamp of the response in ISO 8601 format.
  - `version` string — The API version.
  - `requestsRemaining` integer, nullable — Number of requests remaining in the daily quota.
  - `ipRequestsRemaining` integer, nullable — Remaining IP-linked quota shared across API keys detected on the same IP.

## Other responses

- `400` — Missing required parameters.
- `401` — Unauthorized: Missing or invalid Bearer token or API key.
- `403` — Bot is not in the specified guild.
- `429` — Too Many Requests: Rate limit exceeded or requests too frequent.
- `500` — Internal server error.

---

[API](https://skmtc.dev/docksys/apis/dock-api.md) · [All operations](https://skmtc.dev/docksys/apis/dock-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/docksys/dock-api/revisions/e6943210dda3/schema)
