Skip to main content
GET
/
skyblock
/
profiles
/
{player}
Get player's Skyblock Profiles
curl --request GET \
  --url https://api.example.com/skyblock/profiles/{player} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "cause": "<string>",
  "profiles": "<unknown>",
  "success": true
}

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

Player's UUID

Body

application/json

The body is of type object.

Response

Successfully retrieved player's Skyblock profiles

cause
string
profiles
any
success
boolean