Eve Online

Eve Online — free tier with API key

🎮 GamesHEALTHYchecked 7h ago
AUTH APIKEYCORS AGENT HTTPS COMMERCIAL ?

Eve Online exposes a free-tier JSON API. Register for an API key if required; we verified a public or demo endpoint.

92HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 92 · healthy
Uptime history
99.02%90 days
98.3%30 days
420P50 · ms
1340P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 95 ms, slowest 897 ms, most recent 95 ms.
Live response samplecaptured by our last successful check
GET https://esi.evetech.net/status

{
  "players": 31910,
  "server_version": "3421648",
  "start_time": "2026-07-05T11:01:57Z"
}
Call itcurl · fetch · python
curl "https://esi.evetech.net/status"
const res = await fetch("https://esi.evetech.net/status");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://esi.evetech.net/status")
print(res.json())
Endpoints · 3HealthyFULL DOCS ↗
Monitored path responding — GET /status420 mschecked 7h ago
GET/statusPROBED

Eve Online — free tier with API key

GET/health

Health check — confirms the service is up.

GET/ping

Lightweight ping endpoint.

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.

Eve Online: common questions

Is Eve Online free to use?

Yes — Eve Online is a free games API. Free tier: Free tier — API key required. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Eve Online need an API key?

Yes — Eve Online needs a free API key, which you pass on each request. Rate limits: 600/15m req/window · 598 remaining.

Can I call Eve Online from the browser?

Yes — Eve Online 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 Eve Online up right now?

As of our last scheduled check, Eve Online is healthy with 99.02% uptime over 90 days and a 420 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.