---
title: "Get player's Skyblock Profiles"
method: GET
path: "/skyblock/profiles/{player}"
tags: ["Skyblock", "Hypixel"]
---

# Get player's Skyblock Profiles

`GET /skyblock/profiles/{player}`

Retrieves Hypixel Skyblock profiles for a given player UUID. Data is cached for improved performance.

## Path parameters

- `player` string, required

## Request body

- object

## Response `200`

Successfully retrieved player's Skyblock profiles

- RoutesHypixelProfiles
  - `cause` string
  - `profiles` unknown
  - `success` boolean

## Other responses

- `400` — Bad Request: Invalid UUID format
- `404` — Not Found: Player profiles could not be retrieved or do not exist
- `429` — Too Many Requests: Rate limit exceeded by the external API
- `500` — Internal Server Error: External API returned an unexpected error

---

[API](https://skmtc.dev/seraph/apis/seraph-api.md) · [All operations](https://skmtc.dev/seraph/apis/seraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seraph/seraph-api/revisions/82a1ec01c64d/schema)
