Games & Comics — entry 021 of 75
Eve Online
CCP Games' EVE Swagger Interface (ESI) moved its developer portal from the old esi.evetech.net/ui Swagger explorer to developers.eveonline.com, and covers characters, corporations/alliances, killmails, markets, industry, fleets, and universe data. Many read-only endpoints (like server status) are fully public and keyless, while character- and corporation-scoped data requires EVE SSO (OAuth2).
GreatAPIs Score
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
600 requests per 15 minutes on the ESI "status" endpoint group (other endpoint groups carry separate limits), confirmed live via x-ratelimit-limit / x-ratelimit-remaining / x-ratelimit-group headers on esi.evetech.net/latest/status/