EVE Online User Interface API

The User Interface API from EVE Online — 10 operation(s) for user interface.

Operations 10

POST /ui/autopilot/waypoint/ EVE Online Set Autopilot Waypoint #
POST /ui/openwindow/contract/ EVE Online Open Contract Window #
POST /ui/openwindow/information/ EVE Online Open Information Window #
POST /ui/openwindow/marketdetails/ EVE Online Open Market Details #
POST /ui/openwindow/newmail/ EVE Online Open New Mail Window #
POST /v1/ui/openwindow/contract/ Open Contract Window #
POST /v1/ui/openwindow/information/ Open Information Window #
POST /v1/ui/openwindow/marketdetails/ Open Market Details #
POST /v1/ui/openwindow/newmail/ Open New Mail Window #
POST /v2/ui/autopilot/waypoint/ Set Autopilot Waypoint #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/eve-online-user-interface-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

eve-online-user-interface-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Eve Online User Interface API
  version: '1.36'
  description: 'Operations tagged User Interface across 7 of this provider''s published API definitions: eve-online-openapi.yml, swagger.json, swagger_2.json, swagger_3.json, swagger_4.json, swagger_5.json, swagger_6.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://esi.evetech.net/latest
- url: https://esi.evetech.net
- url: https://esi.evetech.net/legacy
- url: https://esi.evetech.net/dev
tags:
- name: User Interface
paths:
  /ui/autopilot/waypoint/:
    post:
      description: 'Set a solar system as autopilot waypoint


        ---

        Alternate route: `/dev/ui/autopilot/waypoint/`


        Alternate route: `/legacy/ui/autopilot/waypoint/`


        Alternate route: `/v2/ui/autopilot/waypoint/`

        '
      operationId: post_ui_autopilot_waypoint
      parameters:
      - description: Whether this solar system should be added to the beginning of all waypoints
        in: query
        name: add_to_beginning
        required: true
        schema:
          type: boolean
          default: false
        example: false
      - description: Whether clean other waypoints beforing adding this one
        in: query
        name: clear_other_waypoints
        required: true
        schema:
          type: boolean
          default: false
        example: false
      - $ref: '#/components/parameters/datasource'
      - description: The destination to travel to, can be solar system, station or structure's id
        in: query
        name: destination_id
        required: true
        schema:
          type: integer
          format: int64
        example: 1001
      - $ref: '#/components/parameters/token'
      responses:
        '204':
          description: Open window request received
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/bad_request'
              examples:
                response:
                  value:
                    error: Bad request message
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/unauthorized'
              examples:
                response:
                  value:
                    error: Unauthorized message
        '403':
          description: Forbidden
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/forbidden'
              examples:
                response:
                  value:
                    error: Forbidden message
        '420':
          description: Error limited
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/error_limited'
              examples:
                response:
                  value:
                    error: Error limited message
        '500':
          description: Internal server error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/internal_server_error'
              examples:
                response:
                  value:
                    error: Internal server error message
        '503':
          description: Service unavailable
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/service_unavailable'
              examples:
                response:
                  value:
                    error: Service unavailable message
        '504':
          description: Gateway timeout
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/gateway_timeout'
              examples:
                response:
                  value:
                    error: Gateway timeout message
      security:
      - evesso:
        - esi-ui.write_waypoint.v1
      summary: EVE Online Set Autopilot Waypoint
      tags:
      - User Interface
      x-alternate-versions:
      - dev
      - legacy
      - v2
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
    servers:
    - url: https://esi.evetech.net/latest
  /ui/openwindow/contract/:
    post:
      description: 'Open the contract window inside the client


        ---

        Alternate route: `/dev/ui/openwindow/contract/`


        Alternate route: `/legacy/ui/openwindow/contract/`


        Alternate route: `/v1/ui/openwindow/contract/`

        '
      operationId: post_ui_openwindow_contract
      parameters:
      - description: The contract to open
        in: query
        name: contract_id
        required: true
        schema:
          type: integer
          format: int32
        example: 1001
      - $ref: '#/components/parameters/datasource'
      - $ref: '#/components/parameters/token'
      responses:
        '204':
          description: Open window request received
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/bad_request'
              examples:
                response:
                  value:
                    error: Bad request message
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/unauthorized'
              examples:
                response:
                  value:
                    error: Unauthorized message
        '403':
          description: Forbidden
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/forbidden'
              examples:
                response:
                  value:
                    error: Forbidden message
        '420':
          description: Error limited
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/error_limited'
              examples:
                response:
                  value:
                    error: Error limited message
        '500':
          description: Internal server error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/internal_server_error'
              examples:
                response:
                  value:
                    error: Internal server error message
        '503':
          description: Service unavailable
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/service_unavailable'
              examples:
                response:
                  value:
                    error: Service unavailable message
        '504':
          description: Gateway timeout
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/gateway_timeout'
              examples:
                response:
                  value:
                    error: Gateway timeout message
      security:
      - evesso:
        - esi-ui.open_window.v1
      summary: EVE Online Open Contract Window
      tags:
      - User Interface
      x-alternate-versions:
      - dev
      - legacy
      - v1
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
    servers:
    - url: https://esi.evetech.net/latest
  /ui/openwindow/information/:
    post:
      description: 'Open the information window for a character, corporation or alliance inside the client


        ---

        Alternate route: `/dev/ui/openwindow/information/`


        Alternate route: `/legacy/ui/openwindow/information/`


        Alternate route: `/v1/ui/openwindow/information/`

        '
      operationId: post_ui_openwindow_information
      parameters:
      - $ref: '#/components/parameters/datasource'
      - description: The target to open
        in: query
        name: target_id
        required: true
        schema:
          type: integer
          format: int32
        example: 1001
      - $ref: '#/components/parameters/token'
      responses:
        '204':
          description: Open window request received
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/bad_request'
              examples:
                response:
                  value:
                    error: Bad request message
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/unauthorized'
              examples:
                response:
                  value:
                    error: Unauthorized message
        '403':
          description: Forbidden
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/forbidden'
              examples:
                response:
                  value:
                    error: Forbidden message
        '420':
          description: Error limited
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/error_limited'
              examples:
                response:
                  value:
                    error: Error limited message
        '500':
          description: Internal server error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/internal_server_error'
              examples:
                response:
                  value:
                    error: Internal server error message
        '503':
          description: Service unavailable
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/service_unavailable'
              examples:
                response:
                  value:
                    error: Service unavailable message
        '504':
          description: Gateway timeout
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/gateway_timeout'
              examples:
                response:
                  value:
                    error: Gateway timeout message
      security:
      - evesso:
        - esi-ui.open_window.v1
      summary: EVE Online Open Information Window
      tags:
      - User Interface
      x-alternate-versions:
      - dev
      - legacy
      - v1
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
    servers:
    - url: https://esi.evetech.net/latest
  /ui/openwindow/marketdetails/:
    post:
      description: 'Open the market details window for a specific typeID inside the client


        ---

        Alternate route: `/dev/ui/openwindow/marketdetails/`


        Alternate route: `/legacy/ui/openwindow/marketdetails/`


        Alternate route: `/v1/ui/openwindow/marketdetails/`

        '
      operationId: post_ui_openwindow_marketdetails
      parameters:
      - $ref: '#/components/parameters/datasource'
      - $ref: '#/components/parameters/token'
      - description: The item type to open in market window
        in: query
        name: type_id
        required: true
        schema:
          type: integer
          format: int32
        example: 587
      responses:
        '204':
          description: Open window request received
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/bad_request'
              examples:
                response:
                  value:
                    error: Bad request message
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/unauthorized'
              examples:
                response:
                  value:
                    error: Unauthorized message
        '403':
          description: Forbidden
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/forbidden'
              examples:
                response:
                  value:
                    error: Forbidden message
        '420':
          description: Error limited
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/error_limited'
              examples:
                response:
                  value:
                    error: Error limited message
        '500':
          description: Internal server error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/internal_server_error'
              examples:
                response:
                  value:
                    error: Internal server error message
        '503':
          description: Service unavailable
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/service_unavailable'
              examples:
                response:
                  value:
                    error: Service unavailable message
        '504':
          description: Gateway timeout
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/gateway_timeout'
              examples:
                response:
                  value:
                    error: Gateway timeout message
      security:
      - evesso:
        - esi-ui.open_window.v1
      summary: EVE Online Open Market Details
      tags:
      - User Interface
      x-alternate-versions:
      - dev
      - legacy
      - v1
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
    servers:
    - url: https://esi.evetech.net/latest
  /ui/openwindow/newmail/:
    post:
      description: 'Open the New Mail window, according to settings from the request if applicable


        ---

        Alternate route: `/dev/ui/openwindow/newmail/`


        Alternate route: `/legacy/ui/openwindow/newmail/`


        Alternate route: `/v1/ui/openwindow/newmail/`

        '
      operationId: post_ui_openwindow_newmail
      parameters:
      - $ref: '#/components/parameters/datasource'
      - $ref: '#/components/parameters/token'
      requestBody:
        content:
          application/json:
            schema:
              description: new_mail object
              properties:
                body:
                  description: body string
                  maxLength: 10000
                  title: post_ui_openwindow_newmail_body
                  type: string
                recipients:
                  description: recipients array
                  items:
                    description: recipient integer
                    format: int32
                    title: post_ui_openwindow_newmail_recipient
                    type: integer
                  maxItems: 50
                  minItems: 1
                  title: post_ui_openwindow_newmail_recipients
                  type: array
                subject:
                  description: subject string
                  maxLength: 1000
                  title: post_ui_openwindow_newmail_subject
                  type: string
                to_corp_or_alliance_id:
                  description: to_corp_or_alliance_id integer
                  format: int32
                  title: post_ui_openwindow_newmail_to_corp_or_alliance_id
                  type: integer
                to_mailing_list_id:
                  description: Corporations, alliances and mailing lists are all types of mailing groups. You may only send to one mailing group, at a time, so you may fill out either this field or the to_corp_or_alliance_ids field
                  format: int32
                  title: post_ui_openwindow_newmail_to_mailing_list_id
                  type: integer
              required:
              - subject
              - body
              - recipients
              title: post_ui_openwindow_newmail_new_mail
              type: object
            examples:
              PostUiOpenwindowNewmailRequestExample:
                summary: Default post_ui_openwindow_newmail request
                x-microcks-default: true
                value:
                  body: example
                  recipients:
                  - 1
                  subject: example
                  to_corp_or_alliance_id: 99005338
                  to_mailing_list_id: 1001
        description: The details of mail to create
        required: true
      responses:
        '204':
          description: Open window request received
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/bad_request'
              examples:
                response:
                  value:
                    error: Bad request message
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/unauthorized'
              examples:
                response:
                  value:
                    error: Unauthorized message
        '403':
          description: Forbidden
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/forbidden'
              examples:
                response:
                  value:
                    error: Forbidden message
        '420':
          description: Error limited
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/error_limited'
              examples:
                response:
                  value:
                    error: Error limited message
        '422':
          description: Invalid request
          content:
            application/json:
              schema:
                description: Unprocessable entity
                properties:
                  error:
                    description: Unprocessable entity message
                    title: post_ui_openwindow_newmail_422_unprocessable_entity
                    type: string
                title: post_ui_openwindow_newmail_unprocessable_entity
                type: object
              examples:
                response:
                  value:
                    error: Unprocessable entity message
        '500':
          description: Internal server error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/internal_server_error'
              examples:
                response:
                  value:
                    error: Internal server error message
        '503':
          description: Service unavailable
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/service_unavailable'
              examples:
                response:
                  value:
                    error: Service unavailable message
        '504':
          description: Gateway timeout
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/gateway_timeout'
              examples:
                response:
                  value:
                    error: Gateway timeout message
      security:
      - evesso:
        - esi-ui.open_window.v1
      summary: EVE Online Open New Mail Window
      tags:
      - User Interface
      x-alternate-versions:
      - dev
      - legacy
      - v1
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
    servers:
    - url: https://esi.evetech.net/latest
  /v1/ui/openwindow/contract/:
    post:
      description: 'Open the contract window inside the client


        ---

        '
      operationId: post_ui_openwindow_contract
      parameters:
      - description: The contract to open
        in: query
        name: contract_id
        required: true
        schema:
          type: integer
          format: int32
      - $ref: '#/components/parameters/datasource'
      - $ref: '#/components/parameters/token'
      responses:
        '204':
          description: Open window request received
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/bad_request_2'
              example:
                error: Bad request message
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/unauthorized_2'
              example:
                error: Unauthorized message
        '403':
          description: Forbidden
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/forbidden_2'
              example:
                error: Forbidden message
        '420':
          description: Error limited
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/error_limited_2'
              example:
                error: Error limited message
        '500':
          description: Internal server error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/internal_server_error_2'
              example:
                error: Internal server error message
        '503':
          description: Service unavailable
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/service_unavailable_2'
              example:
                error: Service unavailable message
        '504':
          description: Gateway timeout
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/gateway_timeout_2'
              example:
                error: Gateway timeout message
      security:
      - evesso:
        - esi-ui.open_window.v1
      summary: Open Contract Window
      tags:
      - User Interface
      x-alternate-versions:
      - latest
      - legacy
      - v1
    servers:
    - url: https://esi.evetech.net
  /v1/ui/openwindow/information/:
    post:
      description: 'Open the information window for a character, corporation or alliance inside the client


        ---

        '
      operationId: post_ui_openwindow_information
      parameters:
      - $ref: '#/components/parameters/datasource'
      - description: The target to open
        in: query
        name: target_id
        required: true
        schema:
          type: integer
          format: int32
      - $ref: '#/components/parameters/token'
      responses:
        '204':
          description: Open window request received
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/bad_request_2'
              example:
                error: Bad request message
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/unauthorized_2'
              example:
                error: Unauthorized message
        '403':
          description: Forbidden
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/forbidden_2'
              example:
                error: Forbidden message
        '420':
          description: Error limited
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/error_limited_2'
              example:
                error: Error limited message
        '500':
          description: Internal server error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/internal_server_error_2'
              example:
                error: Internal server error message
        '503':
          description: Service unavailable
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/service_unavailable_2'
              example:
                error: Service unavailable message
        '504':
          description: Gateway timeout
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/gateway_timeout_2'
              example:
                error: Gateway timeout message
      security:
      - evesso:
        - esi-ui.open_window.v1
      summary: Open Information Window
      tags:
      - User Interface
      x-alternate-versions:
      - latest
      - legacy
      - v1
    servers:
    - url: https://esi.evetech.net
  /v1/ui/openwindow/marketdetails/:
    post:
      description: 'Open the market details window for a specific typeID inside the client


        ---

        '
      operationId: post_ui_openwindow_marketdetails
      parameters:
      - $ref: '#/components/parameters/datasource'
      - $ref: '#/components/parameters/token'
      - description: The item type to open in market window
        in: query
        name: type_id
        required: true
        schema:
          type: integer
          format: int32
      responses:
        '204':
          description: Open window request received
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/bad_request_2'
              example:
                error: Bad request message
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/unauthorized_2'
              example:
                error: Unauthorized message
        '403':
          description: Forbidden
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/forbidden_2'
              example:
                error: Forbidden message
        '420':
          description: Error limited
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/error_limited_2'
              example:
                error: Error limited message
        '500':
          description: Internal server error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/internal_server_error_2'
              example:
                error: Internal server error message
        '503':
          description: Service unavailable
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/service_unavailable_2'
              example:
                error: Service unavailable message
        '504':
          description: Gateway timeout
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/gateway_timeout_2'
              example:
                error: Gateway timeout message
      security:
      - evesso:
        - esi-ui.open_window.v1
      summary: Open Market Details
      tags:
      - User Interface
      x-alternate-versions:
      - latest
      - legacy
      - v1
    servers:
    - url: https://esi.evetech.net
  /v1/ui/openwindow/newmail/:
    post:
      description: 'Open the New Mail window, according to settings from the request if applicable


        ---

        '
      operationId: post_ui_openwindow_newmail
      parameters:
      - $ref: '#/components/parameters/datasource'
      - $ref: '#/components/parameters/token'
      responses:
        '204':
          description: Open window request received
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/bad_request_2'
              example:
                error: Bad request message
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/unauthorized_2'
              example:
                error: Unauthorized message
        '403':
          description: Forbidden
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/forbidden_2'
              example:
                error: Forbidden message
        '420':
          description: Error limited
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/error_limited_2'
              example:
                error: Error limited message
        '422':
          description: Invalid request
          content:
            application/json:
              schema:
                description: Unprocessable entity
                properties:
                  error:
                    description: Unprocessable entity message
                    title: post_ui_openwindow_newmail_422_unprocessable_entity
                    type: string
                title: post_ui_openwindow_newmail_unprocessable_entity
                type: object
              example:
                error: Unprocessable entity message
        '500':
          description: Internal server error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/internal_server_error_2'
              example:
                error: Internal server error message
        '503':
          description: Service unavailable
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/service_unavailable_2'
              example:
                error: Service unavailable message
        '504':
          description: Gateway timeout
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/gateway_timeout_2'
              example:
                error: Gateway timeout message
      security:
      - evesso:
        - esi-ui.open_window.v1
      summary: Open New Mail Window
      tags:
      - User Interface
      x-alternate-versions:
      - latest
      - legacy
      - v1
      requestBody:
        content:
          application/json:
            schema:
              description: new_mail object
              properties:
                body:
                  description: body string
                  maxLength: 10000
                  title: post_ui_openwindow_newmail_body
                  type: string
                recipients:
                  description: recipients array
                  items:
                    description: recipient integer
                    format: int32
                    title: post_ui_openwindow_newmail_recipient
                    type: integer
                  maxItems: 50
                  minItems: 1
                  title: post_ui_openwindow_newmail_recipients
                  type: array
                subject:
                  description: subject string
                  maxLength: 1000
                  title: post_ui_openwindow_newmail_subject
                  type: string
                to_corp_or_alliance_id:
                  description: to_corp_or_alliance_id integer
                  format: int32
                  title: post_ui_openwindow_newmail_to_corp_or_alliance_id
                  type: integer
                to_mailing_list_id:
                  description: Corporations, alliances and mailing lists are all types of mailing groups. You may only send to one mailing group, at a time, so you may fill out either this field or the to_corp_or_alliance_ids field
                  format: int32
                  title: post_ui_openwindow_newmail_to_mailing_list_id
                  type: integer
              required:
             

# --- truncated at 32 KB (54 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/eve-online/refs/heads/main/openapi/eve-online-user-interface-api-openapi.yml