A real-time Minecraft network analytics API providing live server status, player statistics, leaderboards, and historical tracking.
https://api.cencraft.net/api
Returns live server status (players, TPS, memory).
/api/status
Get stats for a player on a specific server.
/api/stats/Trumoo15/survival
Aggregated stats across all servers.
/api/stats-total/Trumoo15
Total playtime across servers.
/api/playtime/Trumoo15
Top players by hours, money, or kills.
/api/leaderboard?server=survival&sort=hours
Historical stats over time.
/api/history/Trumoo15/survival
Autocomplete usernames.
/api/search/Tru
Returns server and badge configuration.
/api/config
API health check.
/api/health
Real-time updates:
wss://api.cencraft.net/ws
Messages:
{ "type": "status", "data": {...} }