---
title: "Cubelify Blacklist Information"
method: GET
path: "/{uuid}/cubelify/blacklist"
tags: ["API", "Blacklist", "Cubelify"]
---

# Cubelify Blacklist Information

`GET /{uuid}/cubelify/blacklist`

Fetches player blacklist information formatted for Cubelify integration. This endpoint supports both authenticated and public access.

## Path parameters

- `uuid` string, required

## Query parameters

- `id` string
- `score` string

## Request body

- object

## Response `200`

Successfully retrieved Cubelify blacklist information

- CubelifyCubelifyResponse
  - `error` string
  - `score` CubelifyCubelifyScore
    - `mode` string
    - `value` number
  - `tags` CubelifyCubelifyResponseTag[]
    - `alert` boolean — Seraph specific type for mod integration
    - `color` integer
    - `icon` string
    - `tag_name` string
    - `text` string
    - `textColor` integer
    - `tooltip` string
  - `timestamp` string

## Other responses

- `400` — Invalid UUID provided
- `403` — Forbidden - Invalid or unauthorised API key
- `500` — Internal server error

---

[API](https://skmtc.net/seraph/apis/seraph-api.md) · [All operations](https://skmtc.net/seraph/apis/seraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seraph/seraph-api/revisions/82a1ec01c64d/schema)
