Skip to main content
GET
/
cubelify
/
blacklist
/
{uuid}
Error
A valid request URL is required to generate request examples
{
  "error": "<string>",
  "score": {
    "mode": "<string>",
    "value": 123
  },
  "tags": [
    {
      "alert": true,
      "color": 123,
      "icon": "<string>",
      "tag_name": "<string>",
      "text": "<string>",
      "textColor": 123,
      "tooltip": "<string>"
    }
  ],
  "timestamp": "<string>"
}

Path Parameters

uuid
string
required

Player UUID to fetch from path

Query Parameters

id
string

Player UUID to fetch from query (alternative to path)

score
string

Comma-separated list of sniper score factors to include

Body

application/json

The body is of type object.

Response

Successfully retrieved Cubelify blacklist information

error
string
score
object
tags
object[]
timestamp
string