---
title: "Fetch Hypixel Player Data"
method: GET
path: "/player/{player}"
tags: ["Player", "Hypixel"]
---

# Fetch Hypixel Player Data

`GET /player/{player}`

Retrieves Hypixel player data, caches it, and updates relevant database entries.

## Path parameters

- `player` string, required

## Request body

- object

## Response `200`

Successfully retrieved player data

- RoutesHypixelPlayer
  - `cause` string
  - `player` unknown
  - `success` boolean
  - `throttle` boolean

## Other responses

- `400` — Bad Request: Invalid UUID or Invalid Service Name
- `429` — Too Many Requests: Rate limit exceeded or upstream throttle

---

[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)
