# Eve Online API **Provider:** Eve Online **Category:** entertainment **Base URL:** `https://esi.evetech.net` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** ~150 req/s across all endpoints **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://esi.evetech.net/ui ## Description Third-Party Developer Documentation ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://esi.evetech.net/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://esi.evetech.net' ``` ## Sample Response ```json {} ``` ## Pricing Details Free ESI API. No paid tiers; maintained by CCP Games for EVE Online data. --- *Source: [API Map](https://apimap.dev/apis/eve-online/) — CC BY 4.0*