Real-time + cache-warmed game server data for developers

Query any game server in milliseconds

One simple REST API to query 200+ game servers in real-time. Submit servers for continuous monitoring so API responses stay cached and fast.

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

Cache Warmers

Everything you need to query and cache-serve 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. Submitted servers are served from continuously refreshed cache.

Server Monitoring

Submit servers for 24/7 automated checks as frequent as every 30 seconds. Use monitoring for cache warming with optional alerts.

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

Cache responses are continuously refreshed from monitor checks, keeping latency low without waiting on upstream server response times.

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, submit servers for continuous cache warming, and query game servers in under a minute. No credit card required.