DutaStats v2 — API Welcome

Free-to-use Minecraft Status API — fast, minimal, and built for public usage. Author: Tronsar

Status: ● Checking...
Uptime: 24/7

🚀 Quickstart

Drop a GET request to any endpoint below. For bulk queries, use POST /dutastats/v2/api/multi_status with JSON.

Endpoints
GET /dutastats/v2/api/status?host=<server>&type=java|bedrock
GET /dutastats/v2/api/ping?host=<server>&type=java|bedrock
POST /dutastats/v2/api/multi_status {"servers":[{host,type,port}]}
GET /dutastats/v2/api/hypixel?host=mc.hypixel.net

Examples

cURL
curl "GET /dutastats/v2/api/status?host=play.example.com&type=java"

📘 Notes

  • SRV records auto-resolved for Java servers.
  • Responses cached briefly to reduce load.
  • Use type=bedrock for Bedrock edition.
  • Rate-limit responsibly — public API, not unlimited.