---
title: "Fetch Hypixel Player Data for Bot Backend"
method: GET
path: "/hypixel/player/{player}/bot"
tags: ["Player", "Hypixel"]
---

# Fetch Hypixel Player Data for Bot Backend

`GET /hypixel/player/{player}/bot`

Retrieves Hypixel player data specifically for the Bot backend, with caching and database updates. Requires specific permissions.

## Path parameters

- `player` string, required

## Headers

- `Authorization` string, required
- `type` string

## 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
- `401` — Unauthorized: Not enough permission
- `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)
