Plume API
Roblox

/roblox/id

Get the Roblox ID of a player by its name

GET
/roblox/id

Query Parameters

name*string

The player name

Length1 <= length <= 100

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://plume.sodiumlabs.xyz/api/roblox/id?name=string"
{
  "id": 0,
  "name": "string"
}
{
  "message": "string"
}
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}