Plume API
Minecraft

/minecraft/name

Get the player name by its ID

GET
/minecraft/name

Query Parameters

id*string

The player ID

Length1 <= length <= 100

Response 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"
}