Skip to main content
GET
/
mojang
/
{player}
Fetch Minecraft Player Data
curl --request GET \
  --url https://api.example.com/mojang/{player}
{
  "errorMessage": "<string>",
  "id": "<string>",
  "name": "<string>",
  "path": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.seraph.si/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

player
string
required

Minecraft player username or UUID

Response

Successfully retrieved player data

errorMessage
string
id
string
name
string
path
string