EVE Online Clones API

The Clones API from EVE Online — 4 operation(s) for clones.

Operations 4

GET /characters/{character_id}/clones/ EVE Online Get Clones #
GET /characters/{character_id}/implants/ EVE Online Get Active Implants #
GET /v1/characters/{character_id}/implants/ Get active implants #
GET /v2/characters/{character_id}/clones/ Get clones #

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-clones-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-clones-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Eve Online Clones API
  version: '1.36'
  description: 'Operations tagged Clones 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: Clones
paths:
  /characters/{character_id}/clones/:
    get:
      description: 'A list of the character''s clones


        ---

        Alternate route: `/dev/characters/{character_id}/clones/`


        Alternate route: `/legacy/characters/{character_id}/clones/`


        Alternate route: `/v2/characters/{character_id}/clones/`


        Alternate route: `/v3/characters/{character_id}/clones/`


        Alternate route: `/v4/characters/{character_id}/clones/`


        ---

        This route is cached for up to 120 seconds'
      operationId: get_characters_character_id_clones
      parameters:
      - $ref: '#/components/parameters/character_id'
      - $ref: '#/components/parameters/datasource'
      - $ref: '#/components/parameters/If-None-Match'
      - $ref: '#/components/parameters/token'
      responses:
        '200':
          description: Clone information for the given character
          headers:
            Cache-Control:
              description: The caching mechanism used
              schema:
                type: string
            ETag:
              description: RFC7232 compliant entity tag
              schema:
                type: string
            Expires:
              description: RFC7231 formatted datetime string
              schema:
                type: string
            Last-Modified:
              description: RFC7231 formatted datetime string
              schema:
                type: string
          content:
            application/json:
              schema:
                description: 200 ok object
                properties:
                  home_location:
                    description: home_location object
                    properties:
                      location_id:
                        description: location_id integer
                        format: int64
                        title: get_characters_character_id_clones_location_id
                        type: integer
                      location_type:
                        description: location_type string
                        enum:
                        - station
                        - structure
                        title: get_characters_character_id_clones_location_type
                        type: string
                    title: get_characters_character_id_clones_home_location
                    type: object
                  jump_clones:
                    description: jump_clones array
                    items:
                      description: jump_clone object
                      properties:
                        implants:
                          description: implants array
                          items:
                            description: implant integer
                            format: int32
                            title: get_characters_character_id_clones_implant
                            type: integer
                          maxItems: 64
                          title: get_characters_character_id_clones_implants
                          type: array
                        jump_clone_id:
                          description: jump_clone_id integer
                          format: int32
                          title: get_characters_character_id_clones_jump_clone_id
                          type: integer
                        location_id:
                          description: location_id integer
                          format: int64
                          title: get_characters_character_id_clones_jump_clone_location_id
                          type: integer
                        location_type:
                          description: location_type string
                          enum:
                          - station
                          - structure
                          title: get_characters_character_id_clones_jump_clone_location_type
                          type: string
                        name:
                          description: name string
                          title: get_characters_character_id_clones_name
                          type: string
                      required:
                      - jump_clone_id
                      - location_id
                      - location_type
                      - implants
                      title: get_characters_character_id_clones_jump_clone
                      type: object
                    maxItems: 64
                    title: get_characters_character_id_clones_jump_clones
                    type: array
                  last_clone_jump_date:
                    description: last_clone_jump_date string
                    format: date-time
                    title: get_characters_character_id_clones_last_clone_jump_date
                    type: string
                  last_station_change_date:
                    description: last_station_change_date string
                    format: date-time
                    title: get_characters_character_id_clones_last_station_change_date
                    type: string
                required:
                - jump_clones
                title: get_characters_character_id_clones_ok
                type: object
              examples:
                response:
                  value:
                    home_location:
                      location_id: 1021348135816
                      location_type: structure
                    jump_clones:
                    - implants:
                      - 22118
                      jump_clone_id: 12345
                      location_id: 60003463
                      location_type: station
        '304':
          description: Not modified
          headers:
            Cache-Control:
              description: The caching mechanism used
              schema:
                type: string
            ETag:
              description: RFC7232 compliant entity tag
              schema:
                type: string
            Expires:
              description: RFC7231 formatted datetime string
              schema:
                type: string
            Last-Modified:
              description: RFC7231 formatted datetime string
              schema:
                type: string
        '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-clones.read_clones.v1
      summary: EVE Online Get Clones
      tags:
      - Clones
      x-alternate-versions:
      - dev
      - legacy
      - v2
      - v3
      - v4
      x-cached-seconds: 120
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
    servers:
    - url: https://esi.evetech.net/latest
  /characters/{character_id}/implants/:
    get:
      description: 'Return implants on the active clone of a character


        ---

        Alternate route: `/dev/characters/{character_id}/implants/`


        Alternate route: `/legacy/characters/{character_id}/implants/`


        Alternate route: `/v1/characters/{character_id}/implants/`


        Alternate route: `/v2/characters/{character_id}/implants/`


        ---

        This route is cached for up to 120 seconds'
      operationId: get_characters_character_id_implants
      parameters:
      - $ref: '#/components/parameters/character_id'
      - $ref: '#/components/parameters/datasource'
      - $ref: '#/components/parameters/If-None-Match'
      - $ref: '#/components/parameters/token'
      responses:
        '200':
          description: A list of implant type ids
          headers:
            Cache-Control:
              description: The caching mechanism used
              schema:
                type: string
            ETag:
              description: RFC7232 compliant entity tag
              schema:
                type: string
            Expires:
              description: RFC7231 formatted datetime string
              schema:
                type: string
            Last-Modified:
              description: RFC7231 formatted datetime string
              schema:
                type: string
          content:
            application/json:
              schema:
                description: 200 ok array
                items:
                  description: 200 ok integer
                  format: int32
                  title: get_characters_character_id_implants_200_ok
                  type: integer
                maxItems: 64
                title: get_characters_character_id_implants_ok
                type: array
              examples:
                response:
                  value:
                  - 1
                  - 2
                  - 3
        '304':
          description: Not modified
          headers:
            Cache-Control:
              description: The caching mechanism used
              schema:
                type: string
            ETag:
              description: RFC7232 compliant entity tag
              schema:
                type: string
            Expires:
              description: RFC7231 formatted datetime string
              schema:
                type: string
            Last-Modified:
              description: RFC7231 formatted datetime string
              schema:
                type: string
        '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-clones.read_implants.v1
      summary: EVE Online Get Active Implants
      tags:
      - Clones
      x-alternate-versions:
      - dev
      - legacy
      - v1
      - v2
      x-cached-seconds: 120
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
    servers:
    - url: https://esi.evetech.net/latest
  /v1/characters/{character_id}/implants/:
    get:
      description: 'Return implants on the active clone of a character


        ---


        This route is cached for up to 120 seconds'
      operationId: get_characters_character_id_implants
      parameters:
      - $ref: '#/components/parameters/character_id'
      - $ref: '#/components/parameters/datasource'
      - $ref: '#/components/parameters/If-None-Match'
      - $ref: '#/components/parameters/token'
      responses:
        '200':
          description: A list of implant type ids
          headers:
            Cache-Control:
              description: The caching mechanism used
              schema:
                type: string
            ETag:
              description: RFC7232 compliant entity tag
              schema:
                type: string
            Expires:
              description: RFC7231 formatted datetime string
              schema:
                type: string
            Last-Modified:
              description: RFC7231 formatted datetime string
              schema:
                type: string
          content:
            application/json:
              schema:
                description: 200 ok array
                items:
                  description: 200 ok integer
                  format: int32
                  title: get_characters_character_id_implants_200_ok
                  type: integer
                maxItems: 64
                title: get_characters_character_id_implants_ok
                type: array
              example:
              - 1
              - 2
              - 3
        '304':
          description: Not modified
          headers:
            Cache-Control:
              description: The caching mechanism used
              schema:
                type: string
            ETag:
              description: RFC7232 compliant entity tag
              schema:
                type: string
            Expires:
              description: RFC7231 formatted datetime string
              schema:
                type: string
            Last-Modified:
              description: RFC7231 formatted datetime string
              schema:
                type: string
        '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-clones.read_implants.v1
      summary: Get active implants
      tags:
      - Clones
      x-alternate-versions:
      - latest
      - legacy
      - v1
      - v2
      x-cached-seconds: 120
    servers:
    - url: https://esi.evetech.net
  /v2/characters/{character_id}/clones/:
    get:
      description: 'A list of the character''s clones


        ---


        This route is cached for up to 120 seconds'
      operationId: get_characters_character_id_clones
      parameters:
      - $ref: '#/components/parameters/character_id'
      - $ref: '#/components/parameters/datasource'
      - $ref: '#/components/parameters/If-None-Match'
      - $ref: '#/components/parameters/token'
      responses:
        '200':
          description: Clone information for the given character
          headers:
            Cache-Control:
              description: The caching mechanism used
              schema:
                type: string
            ETag:
              description: RFC7232 compliant entity tag
              schema:
                type: string
            Expires:
              description: RFC7231 formatted datetime string
              schema:
                type: string
            Last-Modified:
              description: RFC7231 formatted datetime string
              schema:
                type: string
          content:
            application/json:
              schema:
                description: 200 ok object
                properties:
                  home_location:
                    description: home_location object
                    properties:
                      location_id:
                        description: location_id integer
                        format: int64
                        title: get_characters_character_id_clones_location_id
                        type: integer
                      location_type:
                        description: location_type string
                        enum:
                        - station
                        - structure
                        title: get_characters_character_id_clones_location_type
                        type: string
                    title: get_characters_character_id_clones_home_location
                    type: object
                  jump_clones:
                    description: jump_clones array
                    items:
                      description: jump_clone object
                      properties:
                        implants:
                          description: implants array
                          items:
                            description: implant integer
                            format: int32
                            title: get_characters_character_id_clones_implant
                            type: integer
                          maxItems: 64
                          title: get_characters_character_id_clones_implants
                          type: array
                        jump_clone_id:
                          description: jump_clone_id integer
                          format: int32
                          title: get_characters_character_id_clones_jump_clone_id
                          type: integer
                        location_id:
                          description: location_id integer
                          format: int64
                          title: get_characters_character_id_clones_jump_clone_location_id
                          type: integer
                        location_type:
                          description: location_type string
                          enum:
                          - station
                          - structure
                          title: get_characters_character_id_clones_jump_clone_location_type
                          type: string
                        name:
                          description: name string
                          title: get_characters_character_id_clones_name
                          type: string
                      required:
                      - jump_clone_id
                      - location_id
                      - location_type
                      - implants
                      title: get_characters_character_id_clones_jump_clone
                      type: object
                    maxItems: 64
                    title: get_characters_character_id_clones_jump_clones
                    type: array
                  last_clone_jump_date:
                    description: last_clone_jump_date string
                    format: date-time
                    title: get_characters_character_id_clones_last_clone_jump_date
                    type: string
                  last_station_change_date:
                    description: last_station_change_date string
                    format: date-time
                    title: get_characters_character_id_clones_last_station_change_date
                    type: string
                required:
                - jump_clones
                title: get_characters_character_id_clones_ok
                type: object
              example:
                home_location:
                  location_id: 1021348135816
                  location_type: structure
                jump_clones:
                - implants:
                  - 22118
                  jump_clone_id: 12345
                  location_id: 60003463
                  location_type: station
        '304':
          description: Not modified
          headers:
            Cache-Control:
              description: The caching mechanism used
              schema:
                type: string
            ETag:
              description: RFC7232 compliant entity tag
              schema:
                type: string
            Expires:
              description: RFC7231 formatted datetime string
              schema:
                type: string
            Last-Modified:
              description: RFC7231 formatted datetime string
              schema:
                type: string
        '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-clones.read_clones.v1
      summary: Get clones
      tags:
      - Clones
      x-alternate-versions:
      - latest
      - legacy
      - v2
      - v3
      - v4
      x-cached-seconds: 120
    servers:
    - url: https://esi.evetech.net
components:
  schemas:
    unauthorized:
      description: Unauthorized model
      properties:
        error:
          description: Unauthorized message
          type: string
          example: example
      required:
      - error
      title: Unauthorized
      type: object
    service_unavailable:
      description: Service unavailable model
      properties:
        error:
          description: Service unavailable message
          type: string
          example: example
      required:
      - error
      title: Service unavailable
      type: object
    error_limited:
      description: Error limited model
      properties:
        error:
          description: Error limited message
          type: string
          example: example
      required:
      - error
      title: Error limited
      type: object
    bad_request:
      description: Bad request model
      properties:
        error:
          description: Bad request message
          type: string
          example: example
      required:
      - error
      title: Bad request
      type: object
    internal_server_error:
      description: Internal server error model
      properties:
        error:
          description: Internal server error message
          type: string
          example: example
      required:
      - error
      title: Internal server error
      type: object
    gateway_timeout:
      description: Gateway timeout model
      properties:
        error:
          description: Gateway timeout message
          type: string
          example: example
        timeout:
          description: number of seconds the request was given
          type: integer
          example: 1
      required:
      - error
      title: Gateway timeout
      type: object
    forbidden:
      description: Forbidden model
      properties:
        error:
          description: Forbidden message
          type: string
          example: example
        sso_status:
          description: status code received from SSO
          type: integer
          example: 1
      required:
      - error
      title: Forbidden
      type: object
    unauthorized_2:
      description: Unauthorized model
      properties:
        error:
          description: Unauthorized message
          type: string
      required:
      - error
      title: Unauthorized
      type: object
    service_unavailable_2:
      description: Service unavailable model
      properties:
        error:
          description: Service unavailable message
          type: string
      required:
      - error
      title: Service unavailable
      type: object
    error_limited_2:
      description: Error limited model
      properties:
        error:
          description: Error limited message
          type: string
      required:
      - error
      title: Error limited
      type: object
    bad_request_2:
      description: Bad request model
      properties:
        error:
          description: Bad request message
          type: string
      required:
      - error
      title: Bad request
      type: object
    internal_server_error_2:
      description: Internal server error model
      properties:
        error:
          description: Internal server error message
          type: string
      required:
      - error
      title: Internal server error
      type: object
    gateway_timeout_2:
      description: Gateway timeout model
      properties:
        error:
          description: Gateway timeout message
          type: string
        timeout:
          description: number of seconds the request was given
          type: integer
      required:
      - error
      title: Gateway timeout
      type: object
    forbidden_2:
      description: Forbidden model
      properties:
        error:
          description: Forbidden message
          type: string
        sso_status:
          description: status code received from SSO
          type: integer
      required:
      - error
      title: Forbidden
      type: object
    unauthorized_3:
      description: Unauthorized model
      properties:
        error:
          description: Unauthorized message
          type: string
      required:
      - error
      title: Unauthorized
      type: object
    service_unavailable_3:
      description: Service unavailable model
      properties:
        error:
          description: Service unavailable message
          type: string
      required:
      - error
      title: Service unavailable
      type: object
    error_limited_3:
      description: Error limited model
      properties:
        error:
          description: Error limited message
          type: string
      required:
      - error
      title: Error limited
      type: object
    bad_request_3:
      description: Bad request model
      properties:
        error:
          description: Bad request message
          type: string
      required:
      - error
      title: Bad request
      type: object
    internal_server_error_3:
      description: Internal server error model
      properties:
        error:
          description: Internal server error message
          type: string
      required:
      - error
      title: Internal server error
      type: object
    gateway_timeout_3:
      description: Gateway timeout model
      properties:
        error:
          description: Gateway timeout message
          type: string
        timeout:
          description: number of seconds the request was given
          type: integer
      required:
      - error
      title: Gateway timeout
      type: object
    forbidden_3:
      description: Forbidden model
      properties:
        error:
          description: Forbidden message
          type: string
        sso_status:
          description: status code received from SSO
          type: integer
      required:
      - error
      title: Forbidden
      type: object
    unauthorized_4:
      description: Unauthorized model
      properties:
        error:
          description: Unauthorized message
          type: string
      required:
      - error
      title: Unauthorized
      type: obj

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