---
title: "Update Hypixel Player Data"
method: GET
path: "/hypixel/skywars/{player}"
tags: ["Player"]
---

# Update Hypixel Player Data

`GET /hypixel/skywars/{player}`

Fetches and updates Hypixel player data for the updater service, with caching and database updates.

## Path parameters

- `player` string, required

## Headers

- `type` string

## Request body

- object

## Response `200`

Successfully updated player data

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

## Other responses

- `400` — Bad Request: Invalid UUID or upstream API call failed

---

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