H
HytaleAdminAPI v1.0.0
Zurück

API Playground

Teste die API-Endpunkte direkt im Browser.

Base URL

Status /api/status

GET /api/status

Statistiken /api/stats

GET /api/stats

Version /api/version

GET /api/version

Spieler /api/players

GET /api/players
GET /api/players/{name}
POST /api/players/{name}/kick
POST /api/players/{name}/teleport
POST /api/players/{name}/gamemode

Chat /api/chat

POST /api/chat/send
POST /api/chat/send/{player}

Bans /api/bans

GET /api/bans
POST /api/bans/add
DELETE /api/bans/{player}

Mutes /api/mutes

GET /api/mutes
POST /api/mutes/add
DELETE /api/mutes/{player}

Welt /api/world

GET /api/world
POST /api/world/time
POST /api/world/weather
POST /api/world/save

Warps /api/warps

GET /api/warps
POST /api/warps/create
DELETE /api/warps/{name}
POST /api/warps/{name}/teleport/{player}

Items /api/items

GET /api/items/{player}
POST /api/items/{player}/give
POST /api/items/{player}/clear

Icons /api/icons

GET /api/icons/motd
POST /api/icons/motd

Permissions /api/permissions

GET /api/permissions/{player}
POST /api/permissions/{player}/add
DELETE /api/permissions/{player}/{permission}

Whitelist /api/whitelist

GET /api/whitelist
POST /api/whitelist/add
DELETE /api/whitelist/{player}
POST /api/whitelist/toggle

Server Config /api/config

GET /api/config
POST /api/config/set

Backup /api/backup

GET /api/backup/list
POST /api/backup/create
GET /api/backup/status
DELETE /api/backup/{name}

Tode /api/deaths

GET /api/deaths
GET /api/deaths/{player}
GET /api/deaths/stats

Erinnerungen /api/memories

GET /api/memories
POST /api/memories/create
DELETE /api/memories/{id}