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 46 APIs on the APIs.io network, including agent API, Alliance API, Assets API, and 43 more. Tagged areas include Authentication, Authorization, Gaming, Images, 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 42 more developer resources.
50 APIs
12 Features
Authentication Authorization Gaming Images MMO OAuth2 REST SSO Static Data
On this page
Kin Score
APIs 50
Open Collections 1
Features 12
Vocabularies 1
Spectral Rules 2
JSON Schema 20
JSON Structure 20
Security Posture 3
Scopes 1
Agentic Access 1
Resources 49
apis.yml
37 Operational Transparency
Composite quality — 48.8/100 · developing
Contract Quality
14.7 / 25
Developer Ergonomics
12.2 / 20
Commercial Clarity
4.2 / 20
Operational Transparency
4.8 / 13
Agent readiness — 44/100 · agent ready
Machine-Readable Contract
18 / 18
Agentic Access Contract
10 / 10
MCP Server
0 / 12
Machine-Readable Auth
10 / 10
Idempotency
0 / 9
Stable Error Semantics
8 / 8
Request/Response Examples
7 / 7
Rate-Limit Signaling
7 / 7
Typed Event Surface
0 / 6
Agent Skills
0 / 5
Well-Known Catalog
0 / 4
Consent & Bot Identity
0 / 3
A2A Agent Card
0 / 8
Dry-Run / Simulate Mode
0 / 4
Individual APIs this provider publishes, each with its own machine-readable definition.
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 f...
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 f...
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, blue...
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 c...
The Alliance API from EVE Online — 8 operation(s) for alliance.
The Assets API from EVE Online — 12 operation(s) for assets.
The Calendar API from EVE Online — 6 operation(s) for calendar.
The Character API from EVE Online — 28 operation(s) for character.
The Clones API from EVE Online — 4 operation(s) for clones.
The Contacts API from EVE Online — 13 operation(s) for contacts.
The Contracts API from EVE Online — 18 operation(s) for contracts.
The Corporation API from EVE Online — 44 operation(s) for corporation.
The Dogma API from EVE Online — 10 operation(s) for dogma.
The EmptyValueParams API from EVE Online — 1 operation(s) for emptyvalueparams.
The Faction Warfare API from EVE Online — 16 operation(s) for faction warfare.
The Fittings API from EVE Online — 5 operation(s) for fittings.
The Fleets API from EVE Online — 16 operation(s) for fleets.
The Incursions API from EVE Online — 2 operation(s) for incursions.
The Industry API from EVE Online — 16 operation(s) for industry.
The Insurance API from EVE Online — 2 operation(s) for insurance.
The Killmails API from EVE Online — 6 operation(s) for killmails.
The Location API from EVE Online — 6 operation(s) for location.
The Loyalty API from EVE Online — 4 operation(s) for loyalty.
The Mail API from EVE Online — 13 operation(s) for mail.
The Market API from EVE Online — 22 operation(s) for market.
The One API from EVE Online — 1 operation(s) for one.
Everything about your Pets
The Planetary Interaction API from EVE Online — 8 operation(s) for planetary interaction.
The RegularParams API from EVE Online — 1 operation(s) for regularparams.
The Report API from EVE Online — 1 operation(s) for report.
The Routes API from EVE Online — 2 operation(s) for routes.
The Search API from EVE Online — 2 operation(s) for search.
The session API from EVE Online — 1 operation(s) for session.
The Skills API from EVE Online — 6 operation(s) for skills.
The Sovereignty API from EVE Online — 6 operation(s) for sovereignty.
The sql API from EVE Online — 1 operation(s) for sql.
The Status API from EVE Online — 2 operation(s) for status.
Access to Petstore orders
The Streams API from EVE Online — 1 operation(s) for streams.
The Test Api 1 API from EVE Online — 1 operation(s) for test api 1.
The Test Api 2 API from EVE Online — 1 operation(s) for test api 2.
The Test API from EVE Online — 1 operation(s) for test.
The Universe API from EVE Online — 79 operation(s) for universe.
The User Interface API from EVE Online — 10 operation(s) for user interface.
The Wallet API from EVE Online — 12 operation(s) for wallet.
The Wars API from EVE Online — 6 operation(s) for wars.
The Zero API from EVE Online — 1 operation(s) for zero.
Scroll for all 50
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
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 9
Status, limits, changes, and where to get help
Scroll for all 9
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
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: Consumer
access: 3rd-Party
image: https://web.ccpgamescdn.com/eveonlineassets/developers/eve-sso-login-black-large.png
tags:
- Authentication
- Authorization
- Gaming
- Images
- MMO
- OAuth2
- REST
- SSO
- Static Data
created: '2026-05-28'
modified: '2026-05-30'
specificationVersion: '0.20'
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
- 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
- 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-agent-api
name: EVE Online agent API
description: Access to example
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- agent
properties:
- type: OpenAPI
url: openapi/eve-online-agent-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-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-emptyvalueparams-api
name: EVE Online EmptyValueParams API
description: The EmptyValueParams API from EVE Online — 1 operation(s) for emptyvalueparams.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- EmptyValueParams
properties:
- type: OpenAPI
url: openapi/eve-online-emptyvalueparams-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-one-api
name: EVE Online One API
description: The One API from EVE Online — 1 operation(s) for one.
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- One
properties:
- type: OpenAPI
url: openapi/eve-online-one-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-pet-api
name: EVE Online pet API
description: Everything about your Pets
humanURL: https://developers.eveonline.com/docs/services/esi/
baseURL: https://esi.evetech.net/latest
tags:
- pet
properties:
- type: OpenAPI
url: openapi/eve-online-pet-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:
# --- truncated at 32 KB (60 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/eve-online/refs/heads/main/apis.yml