openapi: 3.0.0 info: description: An OpenAPI for EVE Online title: EVE Swagger Interface Alliance Assets API version: '1.36' servers: - url: https://esi.evetech.net/latest tags: - name: Assets paths: /characters/{character_id}/assets/: get: description: 'Return a list of the characters assets --- Alternate route: `/dev/characters/{character_id}/assets/` Alternate route: `/legacy/characters/{character_id}/assets/` Alternate route: `/v4/characters/{character_id}/assets/` Alternate route: `/v5/characters/{character_id}/assets/` --- This route is cached for up to 3600 seconds' operationId: get_characters_character_id_assets parameters: - $ref: '#/components/parameters/character_id' - $ref: '#/components/parameters/datasource' - $ref: '#/components/parameters/If-None-Match' - $ref: '#/components/parameters/page' - $ref: '#/components/parameters/token' responses: '200': description: A flat list of the users assets 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 X-Pages: description: Maximum page number schema: type: integer format: int32 default: 1 content: application/json: schema: description: 200 ok array items: description: 200 ok object properties: is_blueprint_copy: description: is_blueprint_copy boolean title: get_characters_character_id_assets_is_blueprint_copy type: boolean is_singleton: description: is_singleton boolean title: get_characters_character_id_assets_is_singleton type: boolean item_id: description: item_id integer format: int64 title: get_characters_character_id_assets_item_id type: integer location_flag: description: location_flag string enum: - AssetSafety - AutoFit - BoosterBay - CapsuleerDeliveries - Cargo - CorporationGoalDeliveries - CorpseBay - Deliveries - DroneBay - FighterBay - FighterTube0 - FighterTube1 - FighterTube2 - FighterTube3 - FighterTube4 - FleetHangar - FrigateEscapeBay - Hangar - HangarAll - HiSlot0 - HiSlot1 - HiSlot2 - HiSlot3 - HiSlot4 - HiSlot5 - HiSlot6 - HiSlot7 - HiddenModifiers - Implant - InfrastructureHangar - LoSlot0 - LoSlot1 - LoSlot2 - LoSlot3 - LoSlot4 - LoSlot5 - LoSlot6 - LoSlot7 - Locked - MedSlot0 - MedSlot1 - MedSlot2 - MedSlot3 - MedSlot4 - MedSlot5 - MedSlot6 - MedSlot7 - MobileDepotHold - MoonMaterialBay - QuafeBay - RigSlot0 - RigSlot1 - RigSlot2 - RigSlot3 - RigSlot4 - RigSlot5 - RigSlot6 - RigSlot7 - ShipHangar - Skill - SpecializedAmmoHold - SpecializedAsteroidHold - SpecializedCommandCenterHold - SpecializedFuelBay - SpecializedGasHold - SpecializedIceHold - SpecializedIndustrialShipHold - SpecializedLargeShipHold - SpecializedMaterialBay - SpecializedMediumShipHold - SpecializedMineralHold - SpecializedOreHold - SpecializedPlanetaryCommoditiesHold - SpecializedSalvageHold - SpecializedShipHold - SpecializedSmallShipHold - StructureDeedBay - SubSystemBay - SubSystemSlot0 - SubSystemSlot1 - SubSystemSlot2 - SubSystemSlot3 - SubSystemSlot4 - SubSystemSlot5 - SubSystemSlot6 - SubSystemSlot7 - Unlocked - Wardrobe title: get_characters_character_id_assets_location_flag type: string location_id: description: location_id integer format: int64 title: get_characters_character_id_assets_location_id type: integer location_type: description: location_type string enum: - station - solar_system - item - other title: get_characters_character_id_assets_location_type type: string quantity: description: quantity integer format: int32 title: get_characters_character_id_assets_quantity type: integer type_id: description: type_id integer format: int32 title: get_characters_character_id_assets_type_id type: integer required: - type_id - quantity - location_id - location_type - item_id - location_flag - is_singleton title: get_characters_character_id_assets_200_ok type: object maxItems: 1000 title: get_characters_character_id_assets_ok type: array examples: response: value: - is_blueprint_copy: true is_singleton: true item_id: 1000000016835 location_flag: Hangar location_id: 60002959 location_type: station quantity: 1 type_id: 3516 '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 '404': description: Requested page does not exist content: application/json: schema: description: Requested page does not exist properties: error: description: error message title: get_characters_character_id_assets_error type: string title: get_characters_character_id_assets_not_found type: object examples: response: value: error: Requested page does not exist '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-assets.read_assets.v1 summary: EVE Online Get Character Assets tags: - Assets x-alternate-versions: - dev - legacy - v4 - v5 x-cached-seconds: 3600 x-microcks-operation: delay: 0 dispatcher: FALLBACK /characters/{character_id}/assets/locations/: post: description: 'Return locations for a set of item ids, which you can get from character assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0) --- Alternate route: `/dev/characters/{character_id}/assets/locations/` Alternate route: `/v2/characters/{character_id}/assets/locations/` ' operationId: post_characters_character_id_assets_locations parameters: - $ref: '#/components/parameters/character_id' - $ref: '#/components/parameters/datasource' - $ref: '#/components/parameters/token' requestBody: content: application/json: schema: description: item_ids array items: description: item_id integer format: int64 title: post_characters_character_id_assets_locations_item_id type: integer maxItems: 1000 minItems: 1 title: post_characters_character_id_assets_locations_item_ids type: array uniqueItems: true examples: PostCharactersCharacterIdAssetsLocationsRequestExample: summary: Default post_characters_character_id_assets_locations request x-microcks-default: true value: {} description: A list of item ids required: true responses: '200': description: List of asset locations content: application/json: schema: description: 200 ok array items: description: 200 ok object properties: item_id: description: item_id integer format: int64 title: post_characters_character_id_assets_locations_item_id type: integer position: description: position object properties: x: description: x number format: double title: post_characters_character_id_assets_locations_x type: number y: description: y number format: double title: post_characters_character_id_assets_locations_y type: number z: description: z number format: double title: post_characters_character_id_assets_locations_z type: number required: - x - y - z title: post_characters_character_id_assets_locations_position type: object required: - item_id - position title: post_characters_character_id_assets_locations_200_ok type: object maxItems: 1000 title: post_characters_character_id_assets_locations_ok type: array examples: response: value: - item_id: 12345 position: x: 1.2 y: 2.3 z: -3.4 '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-assets.read_assets.v1 summary: EVE Online Get Character Asset Locations tags: - Assets x-alternate-versions: - dev - v2 x-microcks-operation: delay: 0 dispatcher: FALLBACK /characters/{character_id}/assets/names/: post: description: 'Return names for a set of item ids, which you can get from character assets endpoint. Typically used for items that can customize names, like containers or ships. --- Alternate route: `/dev/characters/{character_id}/assets/names/` Alternate route: `/legacy/characters/{character_id}/assets/names/` Alternate route: `/v1/characters/{character_id}/assets/names/` ' operationId: post_characters_character_id_assets_names parameters: - $ref: '#/components/parameters/character_id' - $ref: '#/components/parameters/datasource' - $ref: '#/components/parameters/token' requestBody: content: application/json: schema: description: item_ids array items: description: item_id integer format: int64 title: post_characters_character_id_assets_names_item_id type: integer maxItems: 1000 minItems: 1 title: post_characters_character_id_assets_names_item_ids type: array uniqueItems: true examples: PostCharactersCharacterIdAssetsNamesRequestExample: summary: Default post_characters_character_id_assets_names request x-microcks-default: true value: {} description: A list of item ids required: true responses: '200': description: List of asset names content: application/json: schema: description: 200 ok array items: description: 200 ok object properties: item_id: description: item_id integer format: int64 title: post_characters_character_id_assets_names_item_id type: integer name: description: name string title: post_characters_character_id_assets_names_name type: string required: - item_id - name title: post_characters_character_id_assets_names_200_ok type: object maxItems: 1000 title: post_characters_character_id_assets_names_ok type: array examples: response: value: - item_id: 12345 name: Awesome Name '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-assets.read_assets.v1 summary: EVE Online Get Character Asset Names tags: - Assets x-alternate-versions: - dev - legacy - v1 x-microcks-operation: delay: 0 dispatcher: FALLBACK /corporations/{corporation_id}/assets/: get: description: 'Return a list of the corporation assets --- Alternate route: `/dev/corporations/{corporation_id}/assets/` Alternate route: `/legacy/corporations/{corporation_id}/assets/` Alternate route: `/v4/corporations/{corporation_id}/assets/` Alternate route: `/v5/corporations/{corporation_id}/assets/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director ' operationId: get_corporations_corporation_id_assets parameters: - $ref: '#/components/parameters/corporation_id' - $ref: '#/components/parameters/datasource' - $ref: '#/components/parameters/If-None-Match' - $ref: '#/components/parameters/page' - $ref: '#/components/parameters/token' responses: '200': description: A list of assets 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 X-Pages: description: Maximum page number schema: type: integer format: int32 default: 1 content: application/json: schema: description: 200 ok array items: description: 200 ok object properties: is_blueprint_copy: description: is_blueprint_copy boolean title: get_corporations_corporation_id_assets_is_blueprint_copy type: boolean is_singleton: description: is_singleton boolean title: get_corporations_corporation_id_assets_is_singleton type: boolean item_id: description: item_id integer format: int64 title: get_corporations_corporation_id_assets_item_id type: integer location_flag: description: location_flag string enum: - AssetSafety - AutoFit - Bonus - Booster - BoosterBay - Capsule - CapsuleerDeliveries - Cargo - CorpDeliveries - CorpSAG1 - CorpSAG2 - CorpSAG3 - CorpSAG4 - CorpSAG5 - CorpSAG6 - CorpSAG7 - CorporationGoalDeliveries - CrateLoot - Deliveries - DroneBay - DustBattle - DustDatabank - FighterBay - FighterTube0 - FighterTube1 - FighterTube2 - FighterTube3 - FighterTube4 - FleetHangar - FrigateEscapeBay - Hangar - HangarAll - HiSlot0 - HiSlot1 - HiSlot2 - HiSlot3 - HiSlot4 - HiSlot5 - HiSlot6 - HiSlot7 - HiddenModifiers - Implant - Impounded - InfrastructureHangar - JunkyardReprocessed - JunkyardTrashed - LoSlot0 - LoSlot1 - LoSlot2 - LoSlot3 - LoSlot4 - LoSlot5 - LoSlot6 - LoSlot7 - Locked - MedSlot0 - MedSlot1 - MedSlot2 - MedSlot3 - MedSlot4 - MedSlot5 - MedSlot6 - MedSlot7 - MobileDepotHold - MoonMaterialBay - OfficeFolder - Pilot - PlanetSurface - QuafeBay - QuantumCoreRoom - Reward - RigSlot0 - RigSlot1 - RigSlot2 - RigSlot3 - RigSlot4 - RigSlot5 - RigSlot6 - RigSlot7 - SecondaryStorage - ServiceSlot0 - ServiceSlot1 - ServiceSlot2 - ServiceSlot3 - ServiceSlot4 - ServiceSlot5 - ServiceSlot6 - ServiceSlot7 - ShipHangar - ShipOffline - Skill - SkillInTraining - SpecializedAmmoHold - SpecializedAsteroidHold - SpecializedCommandCenterHold - SpecializedFuelBay - SpecializedGasHold - SpecializedIceHold - SpecializedIndustrialShipHold - SpecializedLargeShipHold - SpecializedMaterialBay - SpecializedMediumShipHold - SpecializedMineralHold - SpecializedOreHold - SpecializedPlanetaryCommoditiesHold - SpecializedSalvageHold - SpecializedShipHold - SpecializedSmallShipHold - StructureActive - StructureFuel - StructureInactive - StructureOffline - SubSystemBay - SubSystemSlot0 - SubSystemSlot1 - SubSystemSlot2 - SubSystemSlot3 - SubSystemSlot4 - SubSystemSlot5 - SubSystemSlot6 - SubSystemSlot7 - Unlocked - Wallet - Wardrobe title: get_corporations_corporation_id_assets_location_flag type: string location_id: description: location_id integer format: int64 title: get_corporations_corporation_id_assets_location_id type: integer location_type: description: location_type string enum: - station - solar_system - item - other title: get_corporations_corporation_id_assets_location_type type: string quantity: description: quantity integer format: int32 title: get_corporations_corporation_id_assets_quantity type: integer type_id: description: type_id integer format: int32 title: get_corporations_corporation_id_assets_type_id type: integer required: - type_id - quantity - location_id - location_type - item_id - location_flag - is_singleton title: get_corporations_corporation_id_assets_200_ok type: object maxItems: 1000 title: get_corporations_corporation_id_assets_ok type: array examples: response: value: - is_blueprint_copy: true is_singleton: true item_id: 1000000016835 location_flag: Hangar location_id: 60002959 location_type: station quantity: 1 type_id: 3516 '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-assets.read_corporation_assets.v1 summary: EVE Online Get Corporation Assets tags: - Assets x-alternate-versions: - dev - legacy - v4 - v5 x-cached-seconds: 3600 x-required-roles: - Director x-microcks-operation: delay: 0 dispatcher: FALLBACK /corporations/{corporation_id}/assets/locations/: post: description: 'Return locations for a set of item ids, which you can get from corporation assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0) --- Alternate route: `/dev/corporations/{corporation_id}/assets/locations/` Alternate route: `/v2/corporations/{corporation_id}/assets/locations/` --- Requires one of the following EVE corporation role(s): Director ' operationId: post_corporations_corporation_id_assets_locations parameters: - $ref: '#/components/parameters/corporation_id' - $ref: '#/components/parameters/datasource' - $ref: '#/components/parameters/token' requestBody: content: application/json: schema: description: item_ids array items: description: item_id integer format: int64 title: post_corporations_corporation_id_assets_locations_item_id type: integer maxItems: 1000 minItems: 1 title: post_corporations_corporation_id_assets_locations_item_ids type: array uniqueItems: true examples: PostCorporationsCorporationIdAssetsLocationsRequestExample: summary: Default post_corporations_corporation_id_assets_locations request x-microcks-default: true value: {} description: A list of item ids required: true responses: '200': description: List of asset locations content: application/json: schema: description: 200 ok array items: description: 200 ok object properties: item_id: description: item_id integer format: int64 title: post_corporations_corporation_id_assets_locations_item_id type: integer position: description: position object properties: x: description: x number format: double title: post_corporations_corporation_id_assets_locations_x type: number y: description: y number format: double title: post_corporations_corporation_id_assets_locations_y type: number z: description: z number format: double title: post_corporations_corporation_id_assets_locations_z type: number required: - x - y - z title: post_corporations_corporation_id_assets_locations_position type: object required: - item_id - position title: post_corporations_corporation_id_assets_locations_200_ok type: object maxItems: 1000 title: post_corporations_corporation_id_assets_locations_ok type: array examples: response: value: - item_id: 12345 position: x: 1.2 y: 2.3 z: -3.4 '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 '404': description: Invalid IDs content: application/json: schema: description: Not found properties: error: description: Not found message title: post_corporations_corporation_id_assets_locations_404_not_found type: string title: post_corporations_corporation_id_assets_locations_not_found type: object examples: response: value: error: Not found 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-assets.read_corporation_assets.v1 summary: EVE Online Get Corporation Asset Locations tags: - Assets x-alternate-versions: - dev - v2 x-required-roles: - Director x-microcks-operation: delay: 0 dispatcher: FALLBACK /corporations/{corporation_id}/assets/names/: post: description: 'Return names for a set of item ids, which you can get from corporation assets endpoint. Only valid for items that can customize names, like containers or ships --- Alternate route: `/dev/corporations/{corporation_id}/assets/names/` Alternate route: `/legacy/corporations/{corporation_id}/assets/names/` Alternate route: `/v1/corporations/{corporation_id}/assets/names/` --- Requires one of the following EVE corporation role(s): Director ' operationId: post_corporations_corporation_id_assets_names parameters: - $ref: '#/components/parameters/corporation_id' - $ref: '#/components/parameters/datasource' - $ref: '#/components/parameters/token' requestBody: content: application/json: schema: description: item_ids array items: description: item_id integer format: int64 title: post_corporations_corporation_id_assets_names_item_id type: integer maxItems: 1000 minItems: 1 title: post_corporations_corporation_id_assets_names_item_ids type: array uniqueItems: true examples: PostCorporationsCorporationIdAssetsNamesRequestExample: summary: Default post_corporations_corporation_id_assets_names request x-microcks-default: true value: {} description: A list of item ids required: true responses: '200': description: List of asset names content: application/json: schema: description: 200 ok array items: description: 200 ok object properties: item_id: description: item_id integer format: int64 title: post_corporations_corporation_id_assets_names_item_id type: integer name: description: name string title: post_corporations_corporation_id_assets_names_name type: string required: - item_id - name title: post_corporations_corporation_id_assets_names_200_ok type: object maxItems: 1000 title: post_corporations_corporation_id_assets_names_ok type: array examples: response: value: - item_id: 12345 name: Awesome Name '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 '404': description: Invalid IDs content: application/json: schema: description: Not found properties: error: description: Not found message title: post_corporations_corporation_id_assets_names_404_not_found type: string title: post_corporations_corporation_id_assets_names_not_found type: object examples: response: value: error: Not found 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-assets.read_corporation_assets.v1 summary: EVE Online Get Corporation Asset Names tags: - Assets x-alternate-versions: - dev - legacy - v1 x-required-roles: - Director x-microcks-operation: delay: 0 dispatcher: FALLBACK /v1/characters/{character_id}/assets/names/: post: description: 'Return names for a set of item ids, which you can get from character assets endpoint. Typically used for items that can customize names, like containers or ships. --- ' operationId: post_characters_character_id_assets_names parameters: - $ref: '#/parameters/character_id' - $ref: '#/parameters/datasource' - description: A list of item ids in: body name: item_ids required: true schema: description: item_ids array items: description: item_id integer format: int64 title: post_characters_character_id_assets_names_item_id type: integer maxItems: 1000 minItems: 1 title: post_characters_character_id_assets_names_item_ids type: array uniqueItems: true - $ref: '#/parameters/token' responses: '200': description: List of asset names examples: application/json: - item_id: 12345 name: Awesome Name schema: description: 200 ok array items: description: 200 ok object properties: item_id: description: item_id integer format: int64 title: post_characters_character_id_assets_names_item_id type: integer name: description: name string title: post_characters_character_id_assets_names_name type: string required: - item_id - name title: post_characters_character_id_assets_names_200_ok type: object maxItems: 1000 title: post_characters_character_id_assets_names_ok type: array '400': description: Bad request examples: application/json: error: Bad request message schema: $ref: '#/definitions/bad_request' '401': description: Unauthorized examples: application/json: error: Unauthorized message schema: $ref: '#/definitions/unauthorized' '403': description: Forbidden examples: application/json: error: Forbidden message schema: $ref: '#/definitions/forbidden' '420': description: Error limited examples: application/json: error: Error limited message schema: $ref: '#/definitions/error_limited' '500': description: Internal server error examples: application/json: error: Internal server error message schema: $ref: '#/definitions/internal_server_error' '503': description: Service unavailable examples: application/json: error: Service unavailable message schema: $ref: '#/definitions/service_unavailable' '504': description: Gateway timeout examples: application/json: error: Gateway timeout message schema: $ref: '#/definitions/gateway_timeout' security: - evesso: - esi-assets.read_assets.v1 summary: Get character asset names tags: - Assets x-alternate-versions: - latest - legacy - v1 /v1/corporations/{corporation_id}/assets/names/: post: description: 'Return names for a set of item ids, which you can get from corporation assets endpoint. Only valid for items that can customize names, like containers or ships --- Requires one of the following EVE corporation role(s): Director' operationId: post_corporations_corporation_id_assets_names parameters: - $ref: '#/parameters/corporation_id' - $ref: '#/parameters/datasource' - description: A list of item ids in: body name: item_ids required: true schema: description: item_ids array items: description: item_id integer format: int64 title: post_corporations_corporation_id_assets_names_item_id type: integer maxItems: 1000 minItems: 1 title: post_corporations_corporation_id_assets_names_item_ids type: array uniqueItems: true - $ref: '#/parameters/token' responses: '200': description: List of asset names examples: application/json: - item_id: 12345 name: Awesome Name schema: description: 200 ok array items: description: 200 ok object properties: item_id: description: item_id integer format: int64 title: post_corporations_corporation_id_assets_names_item_id type: integer name: description: name string title: post_corporations_corporation_id_assets_names_name type: string required: - item_id - name title: post_corporations_corporation_id_assets_names_200_ok type: object maxItems: 1000 title: post_corporations_corporation_id_assets_names_ok type: array '400': description: Bad request examples: application/json: error: Bad request message schema: $ref: '#/definitions/bad_request' '401': description: Unauthorized examples: application/json: error: Unauthorized message schema: $ref: '#/definitions/unauthorized' '403': description: Forbidden examples: application/json: error: Forbidden message schema: $ref: '#/definitions/forbidden' '404': description: Invalid IDs examples: application/json: error: Not found message schema: description: Not found properties: error: description: Not found message title: post_corporations_corporation_id_assets_names_404_not_found type: string title: post_corporations_corporation_id_assets_names_not_found type: object '420': description: Error limited examples: application/json: error: Error limited message schema: $ref: '#/definitions/error_limited' '500': description: Internal server error examples: application/json: error: Internal server error message schema: $ref: '#/definitions/internal_server_error' '503': description: Service unavailable examples: application/json: error: Service unavailable message schema: $ref: '#/definitions/service_unavailable' '504': description: Gateway timeout examples: application/json: error: Gateway timeout message schema: $ref: '#/definitions/gateway_timeout' security: - evesso: - esi-assets.read_corporation_assets.v1 summary: Get corporation asset names tags: - Assets x-alternate-versions: - latest - legacy - v1 x-required-roles: - Director /v2/characters/{character_id}/assets/locations/: post: description: 'Return locations for a set of item ids, which you can get from character assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0) --- ' operationId: post_characters_character_id_assets_locations parameters: - $ref: '#/parameters/character_id' - $ref: '#/parameters/datasource' - description: A list of item ids in: body name: item_ids required: true schema: description: item_ids array items: description: item_id integer format: int64 title: post_characters_character_id_assets_locations_item_id type: integer maxItems: 1000 minItems: 1 title: post_characters_character_id_assets_locations_item_ids type: array uniqueItems: true - $ref: '#/parameters/token' responses: '200': description: List of asset locations examples: application/json: - item_id: 12345 position: x: 1.2 y: 2.3 z: -3.4 schema: description: 200 ok array items: description: 200 ok object properties: item_id: description: item_id integer format: int64 title: post_characters_character_id_assets_locations_item_id type: integer position: description: position object properties: x: description: x number format: double title: post_characters_character_id_assets_locations_x type: number y: description: y number format: double title: post_characters_character_id_assets_locations_y type: number z: description: z number format: double title: post_characters_character_id_assets_locations_z type: number required: - x - y - z title: post_characters_character_id_assets_locations_position type: object required: - item_id - position title: post_characters_character_id_assets_locations_200_ok type: object maxItems: 1000 title: post_characters_character_id_assets_locations_ok type: array '400': description: Bad request examples: application/json: error: Bad request message schema: $ref: '#/definitions/bad_request' '401': description: Unauthorized examples: application/json: error: Unauthorized message schema: $ref: '#/definitions/unauthorized' '403': description: Forbidden examples: application/json: error: Forbidden message schema: $ref: '#/definitions/forbidden' '420': description: Error limited examples: application/json: error: Error limited message schema: $ref: '#/definitions/error_limited' '500': description: Internal server error examples: application/json: error: Internal server error message schema: $ref: '#/definitions/internal_server_error' '503': description: Service unavailable examples: application/json: error: Service unavailable message schema: $ref: '#/definitions/service_unavailable' '504': description: Gateway timeout examples: application/json: error: Gateway timeout message schema: $ref: '#/definitions/gateway_timeout' security: - evesso: - esi-assets.read_assets.v1 summary: Get character asset locations tags: - Assets x-alternate-versions: - latest - v2 /v2/corporations/{corporation_id}/assets/locations/: post: description: 'Return locations for a set of item ids, which you can get from corporation assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0) --- Requires one of the following EVE corporation role(s): Director' operationId: post_corporations_corporation_id_assets_locations parameters: - $ref: '#/parameters/corporation_id' - $ref: '#/parameters/datasource' - description: A list of item ids in: body name: item_ids required: true schema: description: item_ids array items: description: item_id integer format: int64 title: post_corporations_corporation_id_assets_locations_item_id type: integer maxItems: 1000 minItems: 1 title: post_corporations_corporation_id_assets_locations_item_ids type: array uniqueItems: true - $ref: '#/parameters/token' responses: '200': description: List of asset locations examples: application/json: - item_id: 12345 position: x: 1.2 y: 2.3 z: -3.4 schema: description: 200 ok array items: description: 200 ok object properties: item_id: description: item_id integer format: int64 title: post_corporations_corporation_id_assets_locations_item_id type: integer position: description: position object properties: x: description: x number format: double title: post_corporations_corporation_id_assets_locations_x type: number y: description: y number format: double title: post_corporations_corporation_id_assets_locations_y type: number z: description: z number format: double title: post_corporations_corporation_id_assets_locations_z type: number required: - x - y - z title: post_corporations_corporation_id_assets_locations_position type: object required: - item_id - position title: post_corporations_corporation_id_assets_locations_200_ok type: object maxItems: 1000 title: post_corporations_corporation_id_assets_locations_ok type: array '400': description: Bad request examples: application/json: error: Bad request message schema: $ref: '#/definitions/bad_request' '401': description: Unauthorized examples: application/json: error: Unauthorized message schema: $ref: '#/definitions/unauthorized' '403': description: Forbidden examples: application/json: error: Forbidden message schema: $ref: '#/definitions/forbidden' '404': description: Invalid IDs examples: application/json: error: Not found message schema: description: Not found properties: error: description: Not found message title: post_corporations_corporation_id_assets_locations_404_not_found type: string title: post_corporations_corporation_id_assets_locations_not_found type: object '420': description: Error limited examples: application/json: error: Error limited message schema: $ref: '#/definitions/error_limited' '500': description: Internal server error examples: application/json: error: Internal server error message schema: $ref: '#/definitions/internal_server_error' '503': description: Service unavailable examples: application/json: error: Service unavailable message schema: $ref: '#/definitions/service_unavailable' '504': description: Gateway timeout examples: application/json: error: Gateway timeout message schema: $ref: '#/definitions/gateway_timeout' security: - evesso: - esi-assets.read_corporation_assets.v1 summary: Get corporation asset locations tags: - Assets x-alternate-versions: - latest - v2 x-required-roles: - Director /v4/characters/{character_id}/assets/: get: description: 'Return a list of the characters assets --- This route is cached for up to 3600 seconds' operationId: get_characters_character_id_assets parameters: - $ref: '#/parameters/character_id' - $ref: '#/parameters/datasource' - $ref: '#/parameters/If-None-Match' - $ref: '#/parameters/page' - $ref: '#/parameters/token' responses: '200': description: A flat list of the users assets examples: application/json: - is_blueprint_copy: true is_singleton: true item_id: 1000000016835 location_flag: Hangar location_id: 60002959 location_type: station quantity: 1 type_id: 3516 headers: Cache-Control: description: The caching mechanism used type: string ETag: description: RFC7232 compliant entity tag type: string Expires: description: RFC7231 formatted datetime string type: string Last-Modified: description: RFC7231 formatted datetime string type: string X-Pages: default: 1 description: Maximum page number format: int32 type: integer schema: description: 200 ok array items: description: 200 ok object properties: is_blueprint_copy: description: is_blueprint_copy boolean title: get_characters_character_id_assets_is_blueprint_copy type: boolean is_singleton: description: is_singleton boolean title: get_characters_character_id_assets_is_singleton type: boolean item_id: description: item_id integer format: int64 title: get_characters_character_id_assets_item_id type: integer location_flag: description: location_flag string enum: - AssetSafety - AutoFit - BoosterBay - CapsuleerDeliveries - Cargo - CorporationGoalDeliveries - CorpseBay - Deliveries - DroneBay - FighterBay - FighterTube0 - FighterTube1 - FighterTube2 - FighterTube3 - FighterTube4 - FleetHangar - FrigateEscapeBay - Hangar - HangarAll - HiSlot0 - HiSlot1 - HiSlot2 - HiSlot3 - HiSlot4 - HiSlot5 - HiSlot6 - HiSlot7 - HiddenModifiers - Implant - InfrastructureHangar - LoSlot0 - LoSlot1 - LoSlot2 - LoSlot3 - LoSlot4 - LoSlot5 - LoSlot6 - LoSlot7 - Locked - MedSlot0 - MedSlot1 - MedSlot2 - MedSlot3 - MedSlot4 - MedSlot5 - MedSlot6 - MedSlot7 - MobileDepotHold - MoonMaterialBay - QuafeBay - RigSlot0 - RigSlot1 - RigSlot2 - RigSlot3 - RigSlot4 - RigSlot5 - RigSlot6 - RigSlot7 - ShipHangar - Skill - SpecializedAmmoHold - SpecializedAsteroidHold - SpecializedCommandCenterHold - SpecializedFuelBay - SpecializedGasHold - SpecializedIceHold - SpecializedIndustrialShipHold - SpecializedLargeShipHold - SpecializedMaterialBay - SpecializedMediumShipHold - SpecializedMineralHold - SpecializedOreHold - SpecializedPlanetaryCommoditiesHold - SpecializedSalvageHold - SpecializedShipHold - SpecializedSmallShipHold - StructureDeedBay - SubSystemBay - SubSystemSlot0 - SubSystemSlot1 - SubSystemSlot2 - SubSystemSlot3 - SubSystemSlot4 - SubSystemSlot5 - SubSystemSlot6 - SubSystemSlot7 - Unlocked - Wardrobe title: get_characters_character_id_assets_location_flag type: string location_id: description: location_id integer format: int64 title: get_characters_character_id_assets_location_id type: integer location_type: description: location_type string enum: - station - solar_system - item - other title: get_characters_character_id_assets_location_type type: string quantity: description: quantity integer format: int32 title: get_characters_character_id_assets_quantity type: integer type_id: description: type_id integer format: int32 title: get_characters_character_id_assets_type_id type: integer required: - type_id - quantity - location_id - location_type - item_id - location_flag - is_singleton title: get_characters_character_id_assets_200_ok type: object maxItems: 1000 title: get_characters_character_id_assets_ok type: array '304': description: Not modified headers: Cache-Control: description: The caching mechanism used type: string ETag: description: RFC7232 compliant entity tag type: string Expires: description: RFC7231 formatted datetime string type: string Last-Modified: description: RFC7231 formatted datetime string type: string '400': description: Bad request examples: application/json: error: Bad request message schema: $ref: '#/definitions/bad_request' '401': description: Unauthorized examples: application/json: error: Unauthorized message schema: $ref: '#/definitions/unauthorized' '403': description: Forbidden examples: application/json: error: Forbidden message schema: $ref: '#/definitions/forbidden' '404': description: Requested page does not exist examples: application/json: error: Requested page does not exist schema: description: Requested page does not exist properties: error: description: error message title: get_characters_character_id_assets_error type: string title: get_characters_character_id_assets_not_found type: object '420': description: Error limited examples: application/json: error: Error limited message schema: $ref: '#/definitions/error_limited' '500': description: Internal server error examples: application/json: error: Internal server error message schema: $ref: '#/definitions/internal_server_error' '503': description: Service unavailable examples: application/json: error: Service unavailable message schema: $ref: '#/definitions/service_unavailable' '504': description: Gateway timeout examples: application/json: error: Gateway timeout message schema: $ref: '#/definitions/gateway_timeout' security: - evesso: - esi-assets.read_assets.v1 summary: Get character assets tags: - Assets x-alternate-versions: - latest - legacy - v4 - v5 x-cached-seconds: 3600 /v4/corporations/{corporation_id}/assets/: get: description: 'Return a list of the corporation assets --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director' operationId: get_corporations_corporation_id_assets parameters: - $ref: '#/parameters/corporation_id' - $ref: '#/parameters/datasource' - $ref: '#/parameters/If-None-Match' - $ref: '#/parameters/page' - $ref: '#/parameters/token' responses: '200': description: A list of assets examples: application/json: - is_blueprint_copy: true is_singleton: true item_id: 1000000016835 location_flag: Hangar location_id: 60002959 location_type: station quantity: 1 type_id: 3516 headers: Cache-Control: description: The caching mechanism used type: string ETag: description: RFC7232 compliant entity tag type: string Expires: description: RFC7231 formatted datetime string type: string Last-Modified: description: RFC7231 formatted datetime string type: string X-Pages: default: 1 description: Maximum page number format: int32 type: integer schema: description: 200 ok array items: description: 200 ok object properties: is_blueprint_copy: description: is_blueprint_copy boolean title: get_corporations_corporation_id_assets_is_blueprint_copy type: boolean is_singleton: description: is_singleton boolean title: get_corporations_corporation_id_assets_is_singleton type: boolean item_id: description: item_id integer format: int64 title: get_corporations_corporation_id_assets_item_id type: integer location_flag: description: location_flag string enum: - AssetSafety - AutoFit - Bonus - Booster - BoosterBay - Capsule - CapsuleerDeliveries - Cargo - CorpDeliveries - CorpSAG1 - CorpSAG2 - CorpSAG3 - CorpSAG4 - CorpSAG5 - CorpSAG6 - CorpSAG7 - CorporationGoalDeliveries - CrateLoot - Deliveries - DroneBay - DustBattle - DustDatabank - FighterBay - FighterTube0 - FighterTube1 - FighterTube2 - FighterTube3 - FighterTube4 - FleetHangar - FrigateEscapeBay - Hangar - HangarAll - HiSlot0 - HiSlot1 - HiSlot2 - HiSlot3 - HiSlot4 - HiSlot5 - HiSlot6 - HiSlot7 - HiddenModifiers - Implant - Impounded - InfrastructureHangar - JunkyardReprocessed - JunkyardTrashed - LoSlot0 - LoSlot1 - LoSlot2 - LoSlot3 - LoSlot4 - LoSlot5 - LoSlot6 - LoSlot7 - Locked - MedSlot0 - MedSlot1 - MedSlot2 - MedSlot3 - MedSlot4 - MedSlot5 - MedSlot6 - MedSlot7 - MobileDepotHold - MoonMaterialBay - OfficeFolder - Pilot - PlanetSurface - QuafeBay - QuantumCoreRoom - Reward - RigSlot0 - RigSlot1 - RigSlot2 - RigSlot3 - RigSlot4 - RigSlot5 - RigSlot6 - RigSlot7 - SecondaryStorage - ServiceSlot0 - ServiceSlot1 - ServiceSlot2 - ServiceSlot3 - ServiceSlot4 - ServiceSlot5 - ServiceSlot6 - ServiceSlot7 - ShipHangar - ShipOffline - Skill - SkillInTraining - SpecializedAmmoHold - SpecializedAsteroidHold - SpecializedCommandCenterHold - SpecializedFuelBay - SpecializedGasHold - SpecializedIceHold - SpecializedIndustrialShipHold - SpecializedLargeShipHold - SpecializedMaterialBay - SpecializedMediumShipHold - SpecializedMineralHold - SpecializedOreHold - SpecializedPlanetaryCommoditiesHold - SpecializedSalvageHold - SpecializedShipHold - SpecializedSmallShipHold - StructureActive - StructureFuel - StructureInactive - StructureOffline - SubSystemBay - SubSystemSlot0 - SubSystemSlot1 - SubSystemSlot2 - SubSystemSlot3 - SubSystemSlot4 - SubSystemSlot5 - SubSystemSlot6 - SubSystemSlot7 - Unlocked - Wallet - Wardrobe title: get_corporations_corporation_id_assets_location_flag type: string location_id: description: location_id integer format: int64 title: get_corporations_corporation_id_assets_location_id type: integer location_type: description: location_type string enum: - station - solar_system - item - other title: get_corporations_corporation_id_assets_location_type type: string quantity: description: quantity integer format: int32 title: get_corporations_corporation_id_assets_quantity type: integer type_id: description: type_id integer format: int32 title: get_corporations_corporation_id_assets_type_id type: integer required: - type_id - quantity - location_id - location_type - item_id - location_flag - is_singleton title: get_corporations_corporation_id_assets_200_ok type: object maxItems: 1000 title: get_corporations_corporation_id_assets_ok type: array '304': description: Not modified headers: Cache-Control: description: The caching mechanism used type: string ETag: description: RFC7232 compliant entity tag type: string Expires: description: RFC7231 formatted datetime string type: string Last-Modified: description: RFC7231 formatted datetime string type: string '400': description: Bad request examples: application/json: error: Bad request message schema: $ref: '#/definitions/bad_request' '401': description: Unauthorized examples: application/json: error: Unauthorized message schema: $ref: '#/definitions/unauthorized' '403': description: Forbidden examples: application/json: error: Forbidden message schema: $ref: '#/definitions/forbidden' '420': description: Error limited examples: application/json: error: Error limited message schema: $ref: '#/definitions/error_limited' '500': description: Internal server error examples: application/json: error: Internal server error message schema: $ref: '#/definitions/internal_server_error' '503': description: Service unavailable examples: application/json: error: Service unavailable message schema: $ref: '#/definitions/service_unavailable' '504': description: Gateway timeout examples: application/json: error: Gateway timeout message schema: $ref: '#/definitions/gateway_timeout' security: - evesso: - esi-assets.read_corporation_assets.v1 summary: Get corporation assets tags: - Assets x-alternate-versions: - latest - legacy - v4 - v5 x-cached-seconds: 3600 x-required-roles: - Director components: schemas: 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 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 service_unavailable: description: Service unavailable model properties: error: description: Service unavailable message type: string example: example required: - error title: Service unavailable 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 unauthorized: description: Unauthorized model properties: error: description: Unauthorized message type: string example: example required: - error title: Unauthorized 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 error_limited: description: Error limited model properties: error: description: Error limited message type: string example: example required: - error title: Error limited type: object parameters: corporation_id: description: An EVE corporation ID in: path name: corporation_id required: true schema: type: integer format: int32 minimum: 1 datasource: description: The server name you would like data from in: query name: datasource schema: type: string enum: - tranquility default: tranquility character_id: description: An EVE character ID in: path name: character_id required: true schema: type: integer format: int32 minimum: 1 page: description: Which page of results to return in: query name: page schema: type: integer format: int32 minimum: 1 default: 1 token: description: Access token to use if unable to set a header in: query name: token schema: type: string If-None-Match: description: ETag from a previous request. A 304 will be returned if this matches the current ETag in: header name: If-None-Match schema: type: string securitySchemes: evesso: type: oauth2 flows: implicit: authorizationUrl: https://login.eveonline.com/v2/oauth/authorize scopes: esi-alliances.read_contacts.v1: EVE SSO scope esi-alliances.read_contacts.v1 esi-assets.read_assets.v1: EVE SSO scope esi-assets.read_assets.v1 esi-assets.read_corporation_assets.v1: EVE SSO scope esi-assets.read_corporation_assets.v1 esi-calendar.read_calendar_events.v1: EVE SSO scope esi-calendar.read_calendar_events.v1 esi-calendar.respond_calendar_events.v1: EVE SSO scope esi-calendar.respond_calendar_events.v1 esi-characters.read_agents_research.v1: EVE SSO scope esi-characters.read_agents_research.v1 esi-characters.read_blueprints.v1: EVE SSO scope esi-characters.read_blueprints.v1 esi-characters.read_contacts.v1: EVE SSO scope esi-characters.read_contacts.v1 esi-characters.read_corporation_roles.v1: EVE SSO scope esi-characters.read_corporation_roles.v1 esi-characters.read_fatigue.v1: EVE SSO scope esi-characters.read_fatigue.v1 esi-characters.read_fw_stats.v1: EVE SSO scope esi-characters.read_fw_stats.v1 esi-characters.read_loyalty.v1: EVE SSO scope esi-characters.read_loyalty.v1 esi-characters.read_medals.v1: EVE SSO scope esi-characters.read_medals.v1 esi-characters.read_notifications.v1: EVE SSO scope esi-characters.read_notifications.v1 esi-characters.read_standings.v1: EVE SSO scope esi-characters.read_standings.v1 esi-characters.read_titles.v1: EVE SSO scope esi-characters.read_titles.v1 esi-characters.write_contacts.v1: EVE SSO scope esi-characters.write_contacts.v1 esi-clones.read_clones.v1: EVE SSO scope esi-clones.read_clones.v1 esi-clones.read_implants.v1: EVE SSO scope esi-clones.read_implants.v1 esi-contracts.read_character_contracts.v1: EVE SSO scope esi-contracts.read_character_contracts.v1 esi-contracts.read_corporation_contracts.v1: EVE SSO scope esi-contracts.read_corporation_contracts.v1 esi-corporations.read_blueprints.v1: EVE SSO scope esi-corporations.read_blueprints.v1 esi-corporations.read_contacts.v1: EVE SSO scope esi-corporations.read_contacts.v1 esi-corporations.read_container_logs.v1: EVE SSO scope esi-corporations.read_container_logs.v1 esi-corporations.read_corporation_membership.v1: EVE SSO scope esi-corporations.read_corporation_membership.v1 esi-corporations.read_divisions.v1: EVE SSO scope esi-corporations.read_divisions.v1 esi-corporations.read_facilities.v1: EVE SSO scope esi-corporations.read_facilities.v1 esi-corporations.read_fw_stats.v1: EVE SSO scope esi-corporations.read_fw_stats.v1 esi-corporations.read_medals.v1: EVE SSO scope esi-corporations.read_medals.v1 esi-corporations.read_standings.v1: EVE SSO scope esi-corporations.read_standings.v1 esi-corporations.read_starbases.v1: EVE SSO scope esi-corporations.read_starbases.v1 esi-corporations.read_structures.v1: EVE SSO scope esi-corporations.read_structures.v1 esi-corporations.read_titles.v1: EVE SSO scope esi-corporations.read_titles.v1 esi-corporations.track_members.v1: EVE SSO scope esi-corporations.track_members.v1 esi-fittings.read_fittings.v1: EVE SSO scope esi-fittings.read_fittings.v1 esi-fittings.write_fittings.v1: EVE SSO scope esi-fittings.write_fittings.v1 esi-fleets.read_fleet.v1: EVE SSO scope esi-fleets.read_fleet.v1 esi-fleets.write_fleet.v1: EVE SSO scope esi-fleets.write_fleet.v1 esi-industry.read_character_jobs.v1: EVE SSO scope esi-industry.read_character_jobs.v1 esi-industry.read_character_mining.v1: EVE SSO scope esi-industry.read_character_mining.v1 esi-industry.read_corporation_jobs.v1: EVE SSO scope esi-industry.read_corporation_jobs.v1 esi-industry.read_corporation_mining.v1: EVE SSO scope esi-industry.read_corporation_mining.v1 esi-killmails.read_corporation_killmails.v1: EVE SSO scope esi-killmails.read_corporation_killmails.v1 esi-killmails.read_killmails.v1: EVE SSO scope esi-killmails.read_killmails.v1 esi-location.read_location.v1: EVE SSO scope esi-location.read_location.v1 esi-location.read_online.v1: EVE SSO scope esi-location.read_online.v1 esi-location.read_ship_type.v1: EVE SSO scope esi-location.read_ship_type.v1 esi-mail.organize_mail.v1: EVE SSO scope esi-mail.organize_mail.v1 esi-mail.read_mail.v1: EVE SSO scope esi-mail.read_mail.v1 esi-mail.send_mail.v1: EVE SSO scope esi-mail.send_mail.v1 esi-markets.read_character_orders.v1: EVE SSO scope esi-markets.read_character_orders.v1 esi-markets.read_corporation_orders.v1: EVE SSO scope esi-markets.read_corporation_orders.v1 esi-markets.structure_markets.v1: EVE SSO scope esi-markets.structure_markets.v1 esi-planets.manage_planets.v1: EVE SSO scope esi-planets.manage_planets.v1 esi-planets.read_customs_offices.v1: EVE SSO scope esi-planets.read_customs_offices.v1 esi-search.search_structures.v1: EVE SSO scope esi-search.search_structures.v1 esi-skills.read_skillqueue.v1: EVE SSO scope esi-skills.read_skillqueue.v1 esi-skills.read_skills.v1: EVE SSO scope esi-skills.read_skills.v1 esi-ui.open_window.v1: EVE SSO scope esi-ui.open_window.v1 esi-ui.write_waypoint.v1: EVE SSO scope esi-ui.write_waypoint.v1 esi-universe.read_structures.v1: EVE SSO scope esi-universe.read_structures.v1 esi-wallet.read_character_wallet.v1: EVE SSO scope esi-wallet.read_character_wallet.v1 esi-wallet.read_corporation_wallets.v1: EVE SSO scope esi-wallet.read_corporation_wallets.v1 definitions: internal_server_error: description: Internal server error model properties: error: description: Internal server error message type: string required: - error title: Internal server error type: object error_limited: description: Error limited model properties: error: description: Error limited message type: string required: - error title: Error limited type: object unauthorized: description: Unauthorized model properties: error: description: Unauthorized message type: string required: - error title: Unauthorized type: object service_unavailable: description: Service unavailable model properties: error: description: Service unavailable message type: string required: - error title: Service unavailable type: object forbidden: 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 bad_request: description: Bad request model properties: error: description: Bad request message type: string required: - error title: Bad request type: object gateway_timeout: 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 parameters: corporation_id: description: An EVE corporation ID format: int32 in: path minimum: 1 name: corporation_id required: true type: integer token: description: Access token to use if unable to set a header in: query name: token type: string If-None-Match: description: ETag from a previous request. A 304 will be returned if this matches the current ETag in: header name: If-None-Match type: string datasource: default: tranquility description: The server name you would like data from enum: - tranquility in: query name: datasource type: string page: default: 1 description: Which page of results to return format: int32 in: query minimum: 1 name: page type: integer character_id: description: An EVE character ID format: int32 in: path minimum: 1 name: character_id required: true type: integer