Search results
The ESI API is the official RESTful API for EVE third party development. It leverages Swagger so that documentation about the API is always up to date and not dependent on documentation websites like this one.
- ESI Documentation
ESI is the name of EVE Online’s publicly available API,...
- ESI Documentation
29 lis 2023 · EVE Swagger Interface (ESI) is an API that can be used by third party applications to interact with data from the EVE game servers. It replaces CREST and the XML API which were shut down on May 8th, 2018.
8 lis 2016 · The EVE Swagger Interface (ESI for short and pronounced "easy") uses Flask and Python 3.4+ internally, and should be generic enough to power any oauth-backed (or unauthed), multi-tenant API running in a Kubernetes cluster.
ESI is the name of EVE Online’s publicly available API, allowing you to query the game itself to get info about your character, corporation and more. This documentation can be used as a jumping off point to learn how to begin developing against ESI or as a place to learn some of the ESI concepts that are harder to grasp.
ESI is the name of EVE Online's publicly available API, allowing you to query the game itself to get info about your character, corporation and more. This documentation can be used as a jumping off point to learn how to begin developing against ESI or as a place to learn some of the ESI concepts that are harder to grasp.
The EVE Swagger Interface is a new framework developed by Team Tech Co to underpin the new ESI API. If you don't know what this is, you should go here to read the blog Introducing ESI - A new API for EVE Online.
Swagger supplies an api that allows the programmatic generation of client libraries. The spec for the generator API itself (generated using Swagger of course) can be found at http://generator.swagger.io.