Roblox
/roblox/id
Get the Roblox ID of a player by its name
Query Parameters
name*string
The player name
Length
1 <= length <= 100Response 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"
}