Skip to main content
GET
/
cubelify
/
{player}
/
client
Get Cubelify Client Information
curl --request GET \
  --url https://api.example.com/cubelify/{player}/client
{
  "clients": [
    {
      "client": "<string>",
      "clientId": "<string>",
      "data": {
        "online": true,
        "status": "<string>"
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.seraph.si/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

player
string
required

The UUID of the player to retrieve client information for

Response

Successfully retrieved client information

clients
object[]