One simple REST API to query 200+ game servers in real-time. Get player counts, server status, and metadata with a single HTTP request.
No account required. Try querying mc.hypixel.net, 2b2t.org, or any game server.
200+
Games Supported
<50ms
Avg Response Time
99.9%
API Uptime
24/7
Real-time Data
Built for developers who need reliable, real-time game server data without the complexity.
Get live player counts, server status, map info, and ping in milliseconds. Data is always fresh with smart 30-second caching.
Track your game servers 24/7 with automated checks as frequent as every 30 seconds. View uptime history, player trends, and performance over time.
Get notified instantly when servers go down, player counts spike, or ping degrades. Supports Discord and generic HTTP webhooks.
Query up to 50 servers in a single request. Perfect for dashboards and monitoring tools that track multiple servers.
Minecraft, CS2, Rust, ARK, Valheim, and hundreds more. Powered by the gamedig library with constant updates.
No SDKs needed. A single GET request returns structured JSON. Works with any language or framework.
API key authentication, HTTPS everywhere, Helmet security headers, and tier-based rate limiting built in.
Intelligent caching reduces latency and protects upstream game servers. Automatic invalidation keeps data fresh.
No SDKs. No configuration. Just a simple HTTP request.
const response = await fetch(
'https://api.gamequery.net/api/query/minecraft/mc.hypixel.net/25565'
);
const server = await response.json();
console.log(server.name); // "Hypixel Network"
console.log(server.players.online); // 42831
console.log(server.ping); // 12Start free. Scale when you're ready.