Real-time game server data for developers

Query any game server in milliseconds

One simple REST API to query 200+ game servers in real-time. Get player counts, server status, and metadata with a single HTTP request.

live query
Connecting...

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

Everything you need to query game servers

Built for developers who need reliable, real-time game server data without the complexity.

Real-time Queries

Get live player counts, server status, map info, and ping in milliseconds. Data is always fresh with smart 30-second caching.

Server Monitoring

Track your game servers 24/7 with automated checks as frequent as every 30 seconds. View uptime history, player trends, and performance over time.

Alerts & Webhooks

Get notified instantly when servers go down, player counts spike, or ping degrades. Supports Discord and generic HTTP webhooks.

Batch Queries

Query up to 50 servers in a single request. Perfect for dashboards and monitoring tools that track multiple servers.

200+ Games

Minecraft, CS2, Rust, ARK, Valheim, and hundreds more. Powered by the gamedig library with constant updates.

Simple REST API

No SDKs needed. A single GET request returns structured JSON. Works with any language or framework.

Enterprise Security

API key authentication, HTTPS everywhere, Helmet security headers, and tier-based rate limiting built in.

Redis-Powered Caching

Intelligent caching reduces latency and protects upstream game servers. Automatic invalidation keeps data fresh.

Start with three lines of code

No SDKs. No configuration. Just a simple HTTP request.

server-query.js
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);           // 12

Simple, transparent pricing

Start free. Scale when you're ready.

Free

For hobby projects

$0
  • 15 requests/min
  • 100 requests/hour
  • 5 batch servers
  • 3 monitors (5 min interval)
  • 2 alerts (Discord)
Most Popular

Pro

For growing products

$29/mo
  • 300 requests/min
  • 20,000 requests/hour
  • 50 batch servers
  • 50 monitors (1 min interval)
  • 50 alerts + webhooks
  • 30 day history

Enterprise

For high-volume apps

$99/mo
  • 1,000 requests/min
  • Unlimited requests/hour
  • 50 batch servers
  • Unlimited monitors (30s)
  • Unlimited alerts + webhooks
  • 1 year history

Start building today

Get your free API key and start querying game servers in under a minute. No credit card required.