CPCrewPlay MC API
Read-only API Dashboard

Status, Member, Events und Ops-Daten.

Token-geschuetzte JSON API fuer externe Tools, Webseiten und Admin-Dashboards. Ruhige Cache-Klassen, klare Rate-Limits und direkt testbare Endpunkte.

Demo 20 req/minFull 600 req/minRead-onlyCORS + OpenAPI
Realtime60sServer, Spieler, Ping
Events5 minBosses & Airdrops
Members12 hProfile & Server
OpsFullPerformance & Health
Live Status
Server & Spieler

Minecraft-Ping, Spielerlisten, Containerstatus, Netzwerk und Memory mit kurzem Cache.

Events
Bosses & Airdrops

MythicMobs-Spawner, Cooldowns, naechste Schaetzung und AxEnvoy-Zeitplan.

Admin/Ops
Full-Token

Overview, Performance, Activity, Capacity und Health fuer interne Dashboards.

Live Test Console

Token rein, Button klicken
API Token

Die Testkonsole speichert den Token nur lokal im Browser. Public-Calls funktionieren mit Demo-Token, Ops-Calls brauchen Full-Read.

bereitLimit: -Rest: -
Response JSONkein Request
Token eintragen und Testping auswaehlen.

Endpoint Menu

GET only
RealtimeServermanagerBackupsPluginsLoidsBingoOps
GET/v1/dynamic1 min
GET/v1/servers1 min
GET/v1/servermanager5 min
GET/v1/backups60 min
GET/v1/plugins30 min
GET/v1/plugins/summary30 min
GET/v1/plugins/mythicmobs30 min
GET/v1/loids/block-of-the-day5 min
GET/v1/loids/blessings5 min
GET/v1/bosses?server=skyblock&world=world_limbo_dim5 min
GET/v1/airdrops5 min
GET/v1/members?status=online&server=survival&q=name&limit=5012 h + live
GET/v1/members/profile?q=WatcherLoid12 h + live
GET/v1/worlds12 h
GET/v1/storage12 h
GET/v1/leaderboards/bingo/summary?limit=510 min
GET/v1/leaderboards/bingo/points?limit=1010 min
GET/v1/leaderboards/bingo/xp?limit=1010 min
GET/v1/leaderboards/bingo/achievements?limit=1010 min
GET/v1/ops/overview1 min / full
GET/v1/ops/performance1 min / full
GET/v1/ops/activity1 min / full
GET/v1/ops/capacity1 min / full
GET/v1/ops/health1 min / full

Examples

curl ready
curl -H "X-API-Token: <token>" https://pack.crewplay.de/api/v1/servers
curl -H "X-API-Token: <token>" https://pack.crewplay.de/api/v1/servermanager
curl -H "X-API-Token: <token>" https://pack.crewplay.de/api/v1/backups
curl -H "X-API-Token: <token>" https://pack.crewplay.de/api/v1/plugins/mythicmobs
curl -H "X-API-Token: <token>" https://pack.crewplay.de/api/v1/loids/block-of-the-day
curl -H "Authorization: Bearer <token>" https://pack.crewplay.de/api/v1/worlds
curl "https://pack.crewplay.de/api/v1/leaderboards/bingo/summary?limit=5&token=<token>"

Datenmodell

read only

Welten enthalten dimension, is_underworld, disk_bytes, region_files und datapacks. Server enthalten network.rx_bytes und network.tx_bytes, wenn Docker Stats verfuegbar sind.