Helpful tips

How do I find my EVE API key?

How do I find my EVE API key?

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.

What is API in EVE?

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.

Does Eve have an API?

There’s a new API coming to EVE, called the ESI. It’s based on the OpenAPI Specification, is fully documented and will make your life easier if you choose to develop an application for EVE Online.

How do I get a public API key?

Generating a General Access REST API Key

  1. Go to Integrations API Access Keys and click Create New API Key.
  2. Enter a Description that will help you identify the key later on. If you would like it to be read-only, check the Read-only option.
  3. Click Create Key.
  4. A unique API key will be generated.

How do you use gesi?

GESI

  1. Install the add-on.
  2. Give the script access to what it needs.
  3. There will now be a GESI option under the Add-Ons option in the menu bar.
  4. Click the EVE SSO button in the modal.
  5. (Optional) Repeat step 4 to authorize other characters.
  6. Done.

What is Python Eve?

Eve is an open source Python REST API framework designed for human beings. It allows to effortlessly build and deploy highly customizable, fully featured RESTful Web Services. Eve is powered by Flask and Cerberus and it offers native support for MongoDB data stores.

What is ESI in EVE?

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.

Is Google API key free?

Obtaining a Google Maps API key Google lets you make 1000 API requests per key for free. Click “Select or create project” and create a project if you don’t have one already and only want to look up the key.

How can I get a free API key?

Get the API key

  1. Go to the Google Cloud Console.
  2. Click the project drop-down and select or create the project for which you want to add an API key.
  3. Click the menu button and select Google Maps Platform > Credentials.
  4. On the Credentials page, click + Create Credentials > API key.
  5. Click Close.

What do you need to know about the Eve API?

You will need to make sure you understand these before reading this guide. 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.

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?

Where can I get SSO key for Eve?

The client ID and secret key can be found on the eve developers website, in the browser tab that we suggested to keep open at the end of the SSO Registration process above. Finally, the response given back to the server will contain an access token that can be used to make an authenticated call to ESI.

How to authenticate a call on EVE Online?

Log in to EVE Online’s SSO using a URL with specific GET parameters. After Logging in, be redirected to a running server at the callback URL that was defined in your SSO application (in this case http://localhost/oauth-callback).