How do I get my API key EVE Online?

How do I get my API key EVE Online?

Click on the ‘CREATE NEW API KEY’ button. You will then need to select which sections you wish the API to be able to pull information from. Once you have selected a section give your key a name and then click the ‘Submit’ button. If your key shows an ‘Access Mask’ of 0 then it means you have not selected any sections.

What do you need to know about the Eve API?

Introduction to the EVE API. The EVE API is basically a set of calls to web pages on a CCP server that allow you to retrieve information from the EVE game servers, most often something related to a character, corporation, the game map, or the game server status. Using the API, you can query the server from your own program code.

What kind of API does Eve Swagger use?

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. There are also options for running ESI locally with either Docker or directly with local Python. What is ESI to us?

How many character authentication endpoints are there in Eve?

See Eve SSO for information regarding the character authentication (and management thereof) aspect. ESI provides 206 endpoints, 81 of which related to public data and need no character or client authentication, and 135 of which are authenticated as they relate to privileged information about specific characters or corporations.

What should I know about Esi for Eve?

A lot of important information about ESI is strewn about in various blogs and may be overwhelming to newcomers. This blog will act as a quick reference for the most important things every new ESI developer should know listed all in one document. What is ESI? A RESTful API for EVE built using the OpenAPI 2.0 specification.

Posted In Q&A