Minecraft Server Status

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

🎮 GamesDYINGchecked 6h 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.

18HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 18 · dying
Uptime history
17.6%90 days
20.0%30 days
1128P50 · ms
4851P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 391 ms, slowest 4851 ms, most recent 3372 ms.
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 · 6DyingFULL DOCS ↗
Dying — error rate climbing on GET /3/hypixel.net1128 mschecked 6h ago
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 dying with 17.6% uptime over 90 days and a 1128 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.