Home
Providers
EVE Online
EVE Online
EVE Online is a massively multiplayer online (MMO) space game published by CCP Games. The EVE Online third-party developer ecosystem is built around the EVE Swagger Interface (ESI), a RESTful HTTP API hosted at esi.evetech.net that exposes the game state for capsuleers to read and write programmatically, the EVE Single Sign-On (SSO) OAuth 2.0 service hosted at login.eveonline.com for delegated authorization with per-scope consent, the Image Server hosted at images.evetech.net for character portraits, corporation logos and item renders, and the Static Data Export (SDE) for the bulk universe, type, and dogma data that does not change between server downtimes.
EVE Online publishes 30 APIs on the APIs.io network, including Alliance API, Assets API, Calendar API, and 27 more. Tagged areas include Authentication, Authorization, Gaming, Image, and MMO.
The EVE Online catalog on APIs.io includes 1 JSON-LD context and 2 Spectral governance rulesets.
EVE Online’s developer surface includes authentication, documentation, getting-started guide, engineering blog, changelog, support, tooling, and 43 more developer resources.
7 APIs
12 Features
On this page
Kin Score
APIs 34
Open Collections 48
Features 12
Vocabularies 1
Spectral Rules 2
JSON Schema 20
JSON Structure 20
Security Posture 3
Scopes 1
Agentic Access 1
Resources 50
apis.yml
37 Operational Transparency
0 Create-or-Update Ergonomics
Composite quality — 41.2/100 · developing
Agent readiness — 31/100 · agent ready
Individual APIs this provider publishes, each with its own machine-readable definition.
Scroll for all 34
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Scroll for all 48
Notable capabilities this provider offers.
EVE Online is free-to-play under the Alpha account model with paid Omega subscriptions starting at roughly $19.99/month for full ship and skill access
The ESI third-party API is completely free to use; CCP does not charge for API calls
ESI rate limit (sliding window, per route + per applicationID:characterID bucket): around 100 requests/second sustained for most public routes, with route-specific token budgets advertised in X-Ratelimit-Limit headers
Token cost per response: 2xx = 2 tokens, 3xx = 1 token, 4xx = 5 tokens, 5xx = 0 tokens
Error rate limit on legacy routes: 100 non-2xx/3xx responses per minute, after which 420 is returned across all ESI routes
Roughly 180 ESI endpoints across 30 resource tags (Universe, Corporation, Character, Fleets, Market, Industry, Contracts, Mail, Assets, Wallet, Killmails, Sovereignty, Wars, and more)
OAuth 2.0 (Authorization Code + PKCE) via EVE SSO with around 60 fine-grained scopes
JWT (RS256) access tokens validated against the SSO JWKS, with sub = CHARACTER:EVE:
X-Compatibility-Date header for pinning API behavior to a known date
ETag, Last-Modified, Expires, and X-Pages caching/pagination headers on every cached route
Anonymous Image Server (images.evetech.net) for portraits, corp/alliance logos and item renders
Static Data Export (SDE) for bulk universe/type/dogma data, refreshed roughly twice a year
Scroll for all 12
JSON-LD contexts and semantic vocabularies used across these APIs.
Spectral governance rulesets for linting and validating these APIs.
Standalone JSON Schema definitions for this provider's data models.
Scroll for all 20
JSON Structure definitions describing this provider's data shapes.
Scroll for all 20
Authentication, domain security, vulnerability disclosure, and trust-center signals.
OAuth scopes governing access to this provider's APIs.
Recommended x-agentic-access execution contracts for AI agents.
Get Started 2
Portal, sign-up, and the first successful call
Documentation 3
Reference material describing how the API behaves
Agent Surfaces 1
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 1
Pagination, idempotency, versioning, errors, and events
Build 18
SDKs, sample code, and the tooling you integrate with
Scroll for all 18
Access & Security 6
Authentication, authorization, and security posture
Operate 10
Status, limits, changes, and where to get help
Scroll for all 10
Commercial 3
Pricing, plans, and the legal terms of use
Company 2
The organization behind the API
Other 4
Properties that don't map to a standard resource type
Source (apis.yml)
aid: eve-online
name: EVE Online
description: EVE Online is a massively multiplayer online (MMO) space game published by CCP Games. The EVE Online third-party
developer ecosystem is built around the EVE Swagger Interface (ESI), a RESTful HTTP API hosted at esi.evetech.net that exposes
the game state for capsuleers to read and write programmatically, the EVE Single Sign-On (SSO) OAuth 2.0 service hosted
at login.eveonline.com for delegated authorization with per-scope consent, the Image Server hosted at images.evetech.net
for character portraits, corporation logos and item renders, and the Static Data Export (SDE) for the bulk universe, type,
and dogma data that does not change between server downtimes.
url: https://raw.githubusercontent.com/api-evangelist/eve-online/refs/heads/main/apis.yml
type: Index
deliveryModel:
model: unknown
open_source: unknown
commercial: true
callable_host: true
label: Delivery model not determined — needs a product licence on record
confidence: low
source:
- openapi
- pricing
- repository-unlicensed
generated: '2026-08-28'
method: derived
accessModel:
pricing: unknown
onboarding: self-serve
trial: false
try_now: false
public: false
label: Self-serve signup
confidence: medium
source:
- authentication
generated: '2026-07-22'
method: derived
position: Consuming
access: 3rd-Party
image: https://web.ccpgamescdn.com/eveonlineassets/developers/eve-sso-login-black-large.png
tags:
- Authentication
- Authorization
- Gaming
- Image
- MMO
- REST
- SSO
- Static Data
tags_raw:
- Authentication
- Authorization
- Gaming
- Images
- MMO
- OAuth2
- REST
- SSO
- Static Data
created: '2026-05-28'
modified: '2026-05-30'
specificationVersion: '0.23'
x-type: company
x-tier: 1
x-tier-reason: official-developer-program-public-openapi
x-source: public-apis/public-apis
x-category: Games & Comics
apis:
- aid: eve-online:eve-sso
name: EVE Single Sign-On (SSO)
description: EVE Single Sign-On (SSO) is the OAuth 2.0 authorization service for EVE Online third-party applications, hosted
at login.eveonline.com. It supports the Authorization Code flow for confidential (server-side) applications and Authorization
Code with PKCE for native and single-page apps that cannot keep a client secret. Access tokens are issued as RS256-signed
JWTs whose sub claim is CHARACTER:EVE:<character-id>, whose aud must contain both the application client_id and the literal
"EVE Online", and whose scp claim lists the granted ESI scopes. The service publishes RFC 8414 metadata at /.well-known/oauth-authorization-server,
including authorization, token, revocation, and JWKS endpoints.
humanURL: https://developers.eveonline.com/docs/services/sso/
baseURL: https://login.eveonline.com
tags:
- Authentication
- Authorization
- JWT
- OpenID
- PKCE
- SSO
tags_raw:
- Authentication
- Authorization
- JWT
- OAuth2
- OpenID
- PKCE
- SSO
properties:
- type: Documentation
url: https://developers.eveonline.com/docs/services/sso/
- type: OAuth2Metadata
url: https://login.eveonline.com/.well-known/oauth-authorization-server
title: OAuth 2.0 Authorization Server Metadata
- type: AuthorizationEndpoint
url: https://login.eveonline.com/v2/oauth/authorize
- type: TokenEndpoint
url: https://login.eveonline.com/v2/oauth/token
- type: JWKS
url: https://login.eveonline.com/oauth/jwks
- type: Branding
url: https://web.ccpgamescdn.com/eveonlineassets/developers/eve-sso-login-black-large.png
contact:
- FN: ESI Developers
url: https://developers.eveonline.com/
- aid: eve-online:image-server
name: EVE Image Server (IEC)
description: The EVE Image Server (also referred to as IEC, the Image Export Collection) is a public, anonymous HTTP service
hosted at images.evetech.net that returns portraits and renders for in-game entities. Supported resources include character
portraits, corporation and alliance logos, type icons and renders, and faction logos. Image size variants are requested
via the size query parameter (32, 64, 128, 256, 512, 1024) and the service is backed by a CDN with strong cache headers.
humanURL: https://developers.eveonline.com/docs/services/image-server/
baseURL: https://images.evetech.net
tags:
- CDN
- Image
- Portraits
- Renders
tags_raw:
- CDN
- Images
- Portraits
- Renders
properties:
- type: Documentation
url: https://developers.eveonline.com/docs/services/image-server/
contact:
- FN: ESI Developers
url: https://developers.eveonline.com/
- aid: eve-online:static-data-export
name: EVE Static Data Export (SDE)
description: The EVE Static Data Export (SDE) is the bulk download of all the static reference data behind the EVE universe
— types, groups, categories, market groups, dogma attributes, blueprints, regions, constellations, solar systems, stations,
certificates, and translations. It is the dataset most third-party developers cache locally rather than calling ESI for
every universe lookup. CCP publishes the SDE as YAML, with community projects converting it to SQLite, MySQL, PostgreSQL,
MS SQL, JSON, and Parquet for different workloads.
humanURL: https://developers.eveonline.com/docs/services/sde/
baseURL: https://developers.eveonline.com/static-data
tags:
- Bulk Data
- Reference Data
- SDE
- Static Data
properties:
- type: Documentation
url: https://developers.eveonline.com/docs/services/sde/
- type: Download
url: https://developers.eveonline.com/static-data
- type: CommunityConversions
url: https://developers.eveonline.com/docs/community/sde-conversion/
contact:
- FN: ESI Developers
url: https://developers.eveonline.com/
- aid: eve-online:eve-online-game
name: EVE Online Game Client
description: EVE Online is the underlying massively multiplayer online (MMO) space game from CCP Games. The game client
is the consumer of the third-party developer ecosystem — it is where capsuleers actually fly ships, run corporations,
and trade on the market that ESI surfaces. The official launcher, client downloads, account management, and game patch
notes live on eveonline.com.
humanURL: https://www.eveonline.com
tags:
- Game
- MMO
- Space
properties:
- type: Website
url: https://www.eveonline.com
- type: Download
url: https://www.eveonline.com/download
- type: AccountManagement
url: https://secure.eveonline.com/account
contact:
- FN: CCP Games
url: https://www.ccpgames.com/
- aid: eve-online:eve-online-alliance-api
name: EVE Online Alliance API
description: The Alliance API from EVE Online — 8 operation(s) for alliance.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Alliance
properties:
- type: OpenAPI
url: openapi/eve-online-alliance-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-assets-api
name: EVE Online Assets API
description: The Assets API from EVE Online — 12 operation(s) for assets.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Assets
properties:
- type: OpenAPI
url: openapi/eve-online-assets-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-calendar-api
name: EVE Online Calendar API
description: The Calendar API from EVE Online — 6 operation(s) for calendar.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Calendar
properties:
- type: OpenAPI
url: openapi/eve-online-calendar-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-character-api
name: EVE Online Character API
description: The Character API from EVE Online — 28 operation(s) for character.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Character
properties:
- type: OpenAPI
url: openapi/eve-online-character-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-clones-api
name: EVE Online Clones API
description: The Clones API from EVE Online — 4 operation(s) for clones.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Clones
properties:
- type: OpenAPI
url: openapi/eve-online-clones-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-contacts-api
name: EVE Online Contacts API
description: The Contacts API from EVE Online — 13 operation(s) for contacts.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Contacts
properties:
- type: OpenAPI
url: openapi/eve-online-contacts-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-contracts-api
name: EVE Online Contracts API
description: The Contracts API from EVE Online — 18 operation(s) for contracts.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Contracts
properties:
- type: OpenAPI
url: openapi/eve-online-contracts-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-corporation-api
name: EVE Online Corporation API
description: The Corporation API from EVE Online — 44 operation(s) for corporation.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Corporation
properties:
- type: OpenAPI
url: openapi/eve-online-corporation-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-dogma-api
name: EVE Online Dogma API
description: The Dogma API from EVE Online — 10 operation(s) for dogma.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Dogma
properties:
- type: OpenAPI
url: openapi/eve-online-dogma-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-faction-warfare-api
name: EVE Online Faction Warfare API
description: The Faction Warfare API from EVE Online — 16 operation(s) for faction warfare.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Faction Warfare
properties:
- type: OpenAPI
url: openapi/eve-online-faction-warfare-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-fittings-api
name: EVE Online Fittings API
description: The Fittings API from EVE Online — 5 operation(s) for fittings.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Fittings
properties:
- type: OpenAPI
url: openapi/eve-online-fittings-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-fleets-api
name: EVE Online Fleets API
description: The Fleets API from EVE Online — 16 operation(s) for fleets.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Fleets
properties:
- type: OpenAPI
url: openapi/eve-online-fleets-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-incursions-api
name: EVE Online Incursions API
description: The Incursions API from EVE Online — 2 operation(s) for incursions.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Incursions
properties:
- type: OpenAPI
url: openapi/eve-online-incursions-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-industry-api
name: EVE Online Industry API
description: The Industry API from EVE Online — 16 operation(s) for industry.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Industry
properties:
- type: OpenAPI
url: openapi/eve-online-industry-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-insurance-api
name: EVE Online Insurance API
description: The Insurance API from EVE Online — 2 operation(s) for insurance.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Insurance
properties:
- type: OpenAPI
url: openapi/eve-online-insurance-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-killmails-api
name: EVE Online Killmails API
description: The Killmails API from EVE Online — 6 operation(s) for killmails.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Killmails
properties:
- type: OpenAPI
url: openapi/eve-online-killmails-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-location-api
name: EVE Online Location API
description: The Location API from EVE Online — 6 operation(s) for location.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Location
properties:
- type: OpenAPI
url: openapi/eve-online-location-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-loyalty-api
name: EVE Online Loyalty API
description: The Loyalty API from EVE Online — 4 operation(s) for loyalty.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Loyalty
properties:
- type: OpenAPI
url: openapi/eve-online-loyalty-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-mail-api
name: EVE Online Mail API
description: The Mail API from EVE Online — 13 operation(s) for mail.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Mail
properties:
- type: OpenAPI
url: openapi/eve-online-mail-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-market-api
name: EVE Online Market API
description: The Market API from EVE Online — 22 operation(s) for market.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Market
properties:
- type: OpenAPI
url: openapi/eve-online-market-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-planetary-interaction-api
name: EVE Online Planetary Interaction API
description: The Planetary Interaction API from EVE Online — 8 operation(s) for planetary interaction.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Planetary Interaction
properties:
- type: OpenAPI
url: openapi/eve-online-planetary-interaction-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-routes-api
name: EVE Online Routes API
description: The Routes API from EVE Online — 2 operation(s) for routes.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Routes
properties:
- type: OpenAPI
url: openapi/eve-online-routes-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-search-api
name: EVE Online Search API
description: The Search API from EVE Online — 2 operation(s) for search.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Search
properties:
- type: OpenAPI
url: openapi/eve-online-search-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://github.com/esi/esi-issues
- type: GitHubRepo
url: https://github.com/esi/esi-routes
- type: GitHubRepo
url: https://github.com/esi/eve-glue
- type: SupportIssues
url: https://github.com/esi/esi-issues
- aid: eve-online:eve-online-skills-api
name: EVE Online Skills API
description: The Skills API from EVE Online — 6 operation(s) for skills.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- Skills
properties:
- type: OpenAPI
url: openapi/eve-online-skills-api-openapi.yml
- type: Documentation
url: https://developers.eveonline.com/docs/services/esi/
- type: APIExplorer
url: https://developers.eveonline.com/api-explorer
- type: Swagger
url: https://esi.evetech.net/ui
- type: BestPractices
url: https://developers.eveonline.com/docs/services/esi/best-practices/
- type: RateLimits
url: https://developers.eveonline.com/docs/services/esi/rate-limiting/
- type: GitHubRepo
url: https://github.com/esi/esi-docs
- type: GitHubRepo
url: https://g
# --- truncated at 32 KB (44 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/eve-online/refs/heads/main/apis.yml
Every provider here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for providers
9 MCP tools reach this
find_providersBrowse and filter every provider in the catalog.
get_provider_artifactsEvery artifact this provider publishes, grouped by type.
get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
get_provider_ratingPRO — composite, band, trend and facet scores.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This provider
curl "https://apis.io/api/v1/providers/eve-online"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/eve-online/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/eve-online/evidence"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.