Icon

https://catpalm.net/api/icon/

The icon displayed on the comet map.

Icon Type List

white orange magenta light_blue yellow lime pink gray light_gray cyan purple blue brown green red black

Get list of icons

GET https://catpalm.net/api/icon/

Requires icon_get permission

Headers

Name
Type
Description

Authorization*

str

{
    "icons": [
        {
            "world": 1,
            "x": 0,
            "z": -1,
            "type": "black",
            "name": "TEST!!!!",
            "visible": true,
            "time": 1673849800000
        }
    ]
}

Add icons

PUT https://catpalm.net/api/icon/

Speed limit 0.5 sec/time Requires icon_put permission

Headers

Name
Type
Description

Content-Type*

str

application/json

Authorization*

str

Request Body

Name
Type
Description

world*

int

x*

int

Between +-30050

z*

int

Between +-30050

type*

enum

name*

str

Within 32 words

visible*

bool

最后更新于