Minecraft
/minecraft/name
Get the player name by its ID
Query Parameters
id*string
The player ID
Length
1 <= length <= 100Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://plume.sodiumlabs.xyz/api/minecraft/name?id=string"{
"id": "string",
"name": "string"
}{
"message": "string"
}{
"message": "string",
"errors": [
{
"message": "string"
}
]
}{
"message": "string"
}