---
title: "Get Cubelify Client Information"
method: GET
path: "/cubelify/{player}/client"
tags: ["Client"]
---

# Get Cubelify Client Information

`GET /cubelify/{player}/client`

Retrieves Cubelify client information for a given player UUID. This includes details like client ID, name, online status, and status message.

## Path parameters

- `player` string, required

## Response `200`

Successfully retrieved client information

- RoutesClientResponse
  - `clients` RoutesClientInfo[]
    - `client` string
    - `clientId` string
    - `data` RoutesClientData
      - `online` boolean
      - `status` string

## Other responses

- `400` — Bad request, e.g., invalid player UUID
- `500` — Internal server error, e.g., issues fetching data from external client API

---

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