Minecraft Server Status

Ping any Minecraft server for its MOTD, players, and version

🎮 GamesUNMONITOREDchecked 26 min ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Point it at a server host and it pings live for online status, player counts, MOTD, version, and icon. Supports both Java and Bedrock servers, with per-host caching so repeat lookups stay quick. No key, JSON out, and CORS wide open.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://api.mcsrvstat.us/3/hypixel.net

{
  "online": true,
  "hostname": "mc.hypixel.net",
  "port": 25565,
  "version": "Requires MC 1.8 / 1.21",
  "players": {
    "online": 31517,
    "max": 200000
  },
  "protocol": null
}
Call itcurl · fetch · python
curl "https://api.mcsrvstat.us/3/hypixel.net"
const res = await fetch("https://api.mcsrvstat.us/3/hypixel.net");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.mcsrvstat.us/3/hypixel.net")
print(res.json())
Endpoints · 6On scheduleFULL DOCS ↗
First rollup pending — GET /3/hypixel.net has been probed
GET/3/hypixel.netPROBED

Ping any Minecraft server for its MOTD, players, and version

GET/3

Resource details by ID (example: 3).

GET/3/1

3 details by ID (example: 1).

GET/3?limit=10

Resource details by ID (example: 3).

GET/3/search?q=test

Search by query parameters.

GET/bedrock/

Bedrock — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Minecraft Server Status: common questions

Is Minecraft Server Status free to use?

Yes — Minecraft Server Status is a free games API. Free tier: Free, no API key. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Minecraft Server Status need an API key?

No — Minecraft Server Status needs no API key or signup. You can call it straight away; rate limits still apply (Responses cached per host (~1 min); no published request cap).

Can I call Minecraft Server Status from the browser?

Yes — Minecraft Server Status returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Minecraft Server Status up right now?

As of our last scheduled check, Minecraft Server Status is unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.