mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 04:20:17 +02:00
2 lines
290 KiB
JSON
2 lines
290 KiB
JSON
{"consumes": ["application/json"], "definitions": {"bad_request": {"description": "Bad request model", "properties": {"error": {"description": "Bad request message", "type": "string"}}, "required": ["error"], "title": "Bad request", "type": "object", "x-model": "Bad request"}, "error_limited": {"description": "Error limited model", "properties": {"error": {"description": "Error limited message", "type": "string"}}, "required": ["error"], "title": "Error limited", "type": "object", "x-model": "Error limited"}, "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", "x-model": "Forbidden"}, "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", "x-model": "Gateway timeout"}, "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", "x-model": "Internal server error"}, "service_unavailable": {"description": "Service unavailable model", "properties": {"error": {"description": "Service unavailable message", "type": "string"}}, "required": ["error"], "title": "Service unavailable", "type": "object", "x-model": "Service unavailable"}, "unauthorized": {"description": "Unauthorized model", "properties": {"error": {"description": "Unauthorized message", "type": "string"}}, "required": ["error"], "title": "Unauthorized", "type": "object", "x-model": "Unauthorized"}}, "host": "esi.evetech.net", "info": {"description": "An OpenAPI for EVE Online", "title": "EVE Swagger Interface", "version": "1.2.9"}, "parameters": {"Accept-Language": {"default": "en-us", "description": "Language to use in the response", "enum": ["de", "en-us", "fr", "ja", "ru", "zh", "ko"], "in": "header", "name": "Accept-Language", "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"}, "alliance_id": {"description": "An EVE alliance ID", "format": "int32", "in": "path", "minimum": 1, "name": "alliance_id", "required": true, "type": "integer"}, "character_id": {"description": "An EVE character ID", "format": "int32", "in": "path", "minimum": 1, "name": "character_id", "required": true, "type": "integer"}, "corporation_id": {"description": "An EVE corporation ID", "format": "int32", "in": "path", "minimum": 1, "name": "corporation_id", "required": true, "type": "integer"}, "datasource": {"default": "tranquility", "description": "The server name you would like data from", "enum": ["tranquility", "singularity"], "in": "query", "name": "datasource", "type": "string"}, "language": {"default": "en-us", "description": "Language to use in the response, takes precedence over Accept-Language", "enum": ["de", "en-us", "fr", "ja", "ru", "zh", "ko"], "in": "query", "name": "language", "type": "string"}, "page": {"default": 1, "description": "Which page of results to return", "format": "int32", "in": "query", "minimum": 1, "name": "page", "type": "integer"}, "token": {"description": "Access token to use if unable to set a header", "in": "query", "name": "token", "type": "string"}}, "produces": ["application/json"], "schemes": ["https"], "securityDefinitions": {"evesso": {"authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "flow": "implicit", "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-bookmarks.read_character_bookmarks.v1": "EVE SSO scope esi-bookmarks.read_character_bookmarks.v1", "esi-bookmarks.read_corporation_bookmarks.v1": "EVE SSO scope esi-bookmarks.read_corporation_bookmarks.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_opportunities.v1": "EVE SSO scope esi-characters.read_opportunities.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-characterstats.read.v1": "EVE SSO scope esi-characterstats.read.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"}, "type": "oauth2"}}, "swagger": "2.0", "paths": {"/v1/alliances/": {"get": {"description": "List all active player alliances\n\n---\n\nThis route is cached for up to 3600 seconds", "operationId": "get_alliances", "parameters": [{"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "List of Alliance IDs", "examples": {"application/json": [99000001, 99000002]}, "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"}}, "schema": {"description": "200 ok array", "items": {"description": "200 ok integer", "format": "int32", "minimum": 0, "title": "get_alliances_200_ok", "type": "integer", "uniqueItems": true}, "maxItems": 5000, "title": "get_alliances_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "List all alliances", "tags": ["Alliance"], "x-alternate-versions": ["dev", "legacy", "v1"], "x-cached-seconds": 3600}}, "/v1/alliances/{alliance_id}/corporations/": {"get": {"description": "List all current member corporations of an alliance\n\n---\n\nThis route is cached for up to 3600 seconds", "operationId": "get_alliances_alliance_id_corporations", "parameters": [{"$ref": "#/parameters/alliance_id", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "List of corporation IDs", "examples": {"application/json": [98000001]}, "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"}}, "schema": {"description": "200 ok array", "items": {"description": "200 ok integer", "format": "int32", "minimum": 0, "title": "get_alliances_alliance_id_corporations_200_ok", "type": "integer", "uniqueItems": true}, "maxItems": 1000, "title": "get_alliances_alliance_id_corporations_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "List alliance's corporations", "tags": ["Alliance"], "x-alternate-versions": ["dev", "legacy", "v1"], "x-cached-seconds": 3600}}, "/v1/alliances/{alliance_id}/icons/": {"get": {"description": "Get the icon urls for a alliance\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_alliances_alliance_id_icons", "parameters": [{"$ref": "#/parameters/alliance_id", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "Icon URLs for the given alliance id and server", "examples": {"application/json": {"px128x128": "https://imageserver.eveonline.com/Alliance/503818424_128.png", "px64x64": "https://imageserver.eveonline.com/Alliance/503818424_64.png"}}, "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"}}, "schema": {"description": "200 ok object", "properties": {"px128x128": {"description": "px128x128 string", "title": "get_alliances_alliance_id_icons_px128x128", "type": "string"}, "px64x64": {"description": "px64x64 string", "title": "get_alliances_alliance_id_icons_px64x64", "type": "string"}}, "title": "get_alliances_alliance_id_icons_ok", "type": "object", "x-model": "get_alliances_alliance_id_icons_ok"}}, "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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "404": {"description": "No image server for this datasource", "examples": {"application/json": {"error": "No image server for this datasource"}}, "schema": {"description": "No image server for this datasource", "properties": {"error": {"description": "error message", "title": "get_alliances_alliance_id_icons_error", "type": "string"}}, "title": "get_alliances_alliance_id_icons_not_found", "type": "object", "x-model": "get_alliances_alliance_id_icons_not_found"}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get alliance icon", "tags": ["Alliance"], "x-alternate-versions": ["dev", "legacy", "v1"]}}, "/v1/characters/affiliation/": {"post": {"description": "Bulk lookup of character IDs to corporation, alliance and faction\n\n---\n\nThis route is cached for up to 3600 seconds", "operationId": "post_characters_affiliation", "parameters": [{"description": "The character IDs to fetch affiliations for. All characters must exist, or none will be returned", "in": "body", "name": "characters", "required": true, "schema": {"description": "characters array", "items": {"description": "character integer", "format": "int32", "title": "post_characters_affiliation_character", "type": "integer"}, "maxItems": 1000, "minItems": 1, "title": "post_characters_affiliation_characters", "type": "array", "uniqueItems": true}}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "Character corporation, alliance and faction IDs", "examples": {"application/json": [{"alliance_id": 434243723, "character_id": 95538921, "corporation_id": 109299958}]}, "schema": {"description": "200 ok array", "items": {"description": "200 ok object", "properties": {"alliance_id": {"description": "The character's alliance ID, if their corporation is in an alliance", "format": "int32", "title": "post_characters_affiliation_alliance_id", "type": "integer"}, "character_id": {"description": "The character's ID", "format": "int32", "title": "post_characters_affiliation_character_id", "type": "integer"}, "corporation_id": {"description": "The character's corporation ID", "format": "int32", "title": "post_characters_affiliation_corporation_id", "type": "integer"}, "faction_id": {"description": "The character's faction ID, if their corporation is in a faction", "format": "int32", "title": "post_characters_affiliation_faction_id", "type": "integer"}}, "required": ["character_id", "corporation_id"], "title": "post_characters_affiliation_200_ok", "type": "object", "x-model": "post_characters_affiliation_200_ok"}, "maxItems": 1000, "title": "post_characters_affiliation_ok", "type": "array"}}, "400": {"description": "Bad request", "examples": {"application/json": {"error": "Bad request message"}}, "schema": {"$ref": "#/definitions/bad_request", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "404": {"description": "No characters found", "examples": {"application/json": {"error": "Not found message"}}, "schema": {"description": "Not found", "properties": {"error": {"description": "Not found message", "title": "post_characters_affiliation_404_not_found", "type": "string"}}, "title": "post_characters_affiliation_not_found", "type": "object", "x-model": "post_characters_affiliation_not_found"}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Character affiliation", "tags": ["Character"], "x-alternate-versions": ["dev", "legacy", "v1"], "x-cached-seconds": 3600}}, "/v1/characters/{character_id}/agents_research/": {"get": {"description": "Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate)\n\n---\n\nThis route is cached for up to 3600 seconds", "operationId": "get_characters_character_id_agents_research", "parameters": [{"$ref": "#/parameters/character_id", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/token", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "A list of agents research information", "examples": {"application/json": [{"agent_id": 3009358, "points_per_day": 53.5346162146776, "remainder_points": 53604.0634303189, "skill_type_id": 11450, "started_at": "2017-03-23T14:47:00Z"}]}, "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"}}, "schema": {"description": "200 ok array", "items": {"description": "200 ok object", "properties": {"agent_id": {"description": "agent_id integer", "format": "int32", "title": "get_characters_character_id_agents_research_agent_id", "type": "integer"}, "points_per_day": {"description": "points_per_day number", "format": "float", "title": "get_characters_character_id_agents_research_points_per_day", "type": "number"}, "remainder_points": {"description": "remainder_points number", "format": "float", "title": "get_characters_character_id_agents_research_remainder_points", "type": "number"}, "skill_type_id": {"description": "skill_type_id integer", "format": "int32", "title": "get_characters_character_id_agents_research_skill_type_id", "type": "integer"}, "started_at": {"description": "started_at string", "format": "date-time", "title": "get_characters_character_id_agents_research_started_at", "type": "string"}}, "required": ["agent_id", "skill_type_id", "started_at", "points_per_day", "remainder_points"], "title": "get_characters_character_id_agents_research_200_ok", "type": "object", "x-model": "get_characters_character_id_agents_research_200_ok"}, "maxItems": 1000, "title": "get_characters_character_id_agents_research_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "401": {"description": "Unauthorized", "examples": {"application/json": {"error": "Unauthorized message"}}, "schema": {"$ref": "#/definitions/unauthorized", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "403": {"description": "Forbidden", "examples": {"application/json": {"error": "Forbidden message"}}, "schema": {"$ref": "#/definitions/forbidden", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "security": [{"evesso": ["esi-characters.read_agents_research.v1"]}], "summary": "Get agents research", "tags": ["Character"], "x-alternate-versions": ["dev", "legacy", "v1"], "x-cached-seconds": 3600}}, "/v1/characters/{character_id}/corporationhistory/": {"get": {"description": "Get a list of all the corporations a character has been a member of\n\n---\n\nThis route is cached for up to 86400 seconds", "operationId": "get_characters_character_id_corporationhistory", "parameters": [{"$ref": "#/parameters/character_id", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "Corporation history for the given character", "examples": {"application/json": [{"corporation_id": 90000001, "is_deleted": true, "record_id": 500, "start_date": "2016-06-26T20:00:00Z"}, {"corporation_id": 90000002, "record_id": 501, "start_date": "2016-07-26T20:00:00Z"}]}, "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"}}, "schema": {"description": "200 ok array", "items": {"description": "200 ok object", "properties": {"corporation_id": {"description": "corporation_id integer", "format": "int32", "title": "get_characters_character_id_corporationhistory_corporation_id", "type": "integer"}, "is_deleted": {"description": "True if the corporation has been deleted", "title": "get_characters_character_id_corporationhistory_is_deleted", "type": "boolean"}, "record_id": {"description": "An incrementing ID that can be used to canonically establish order of records in cases where dates may be ambiguous", "format": "int32", "title": "get_characters_character_id_corporationhistory_record_id", "type": "integer"}, "start_date": {"description": "start_date string", "format": "date-time", "title": "get_characters_character_id_corporationhistory_start_date", "type": "string"}}, "required": ["start_date", "corporation_id", "record_id"], "title": "get_characters_character_id_corporationhistory_200_ok", "type": "object", "x-model": "get_characters_character_id_corporationhistory_200_ok"}, "maxItems": 10000, "title": "get_characters_character_id_corporationhistory_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get corporation history", "tags": ["Character"], "x-alternate-versions": ["dev", "legacy", "v1"], "x-cached-seconds": 86400}}, "/v1/characters/{character_id}/fatigue/": {"get": {"description": "Return a character's jump activation and fatigue information\n\n---\n\nThis route is cached for up to 300 seconds", "operationId": "get_characters_character_id_fatigue", "parameters": [{"$ref": "#/parameters/character_id", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/token", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "Jump activation and fatigue information", "examples": {"application/json": {"jump_fatigue_expire_date": "2017-07-06T15:47:00Z", "last_jump_date": "2017-07-05T15:47:00Z", "last_update_date": "2017-07-05T15:42:00Z"}}, "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"}}, "schema": {"description": "200 ok object", "properties": {"jump_fatigue_expire_date": {"description": "Character's jump fatigue expiry", "format": "date-time", "title": "get_characters_character_id_fatigue_jump_fatigue_expire_date", "type": "string"}, "last_jump_date": {"description": "Character's last jump activation", "format": "date-time", "title": "get_characters_character_id_fatigue_last_jump_date", "type": "string"}, "last_update_date": {"description": "Character's last jump update", "format": "date-time", "title": "get_characters_character_id_fatigue_last_update_date", "type": "string"}}, "title": "get_characters_character_id_fatigue_ok", "type": "object", "x-model": "get_characters_character_id_fatigue_ok"}}, "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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "401": {"description": "Unauthorized", "examples": {"application/json": {"error": "Unauthorized message"}}, "schema": {"$ref": "#/definitions/unauthorized", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "403": {"description": "Forbidden", "examples": {"application/json": {"error": "Forbidden message"}}, "schema": {"$ref": "#/definitions/forbidden", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "security": [{"evesso": ["esi-characters.read_fatigue.v1"]}], "summary": "Get jump fatigue", "tags": ["Character"], "x-alternate-versions": ["dev", "legacy", "v1"], "x-cached-seconds": 300}}, "/v1/characters/{character_id}/medals/": {"get": {"description": "Return a list of medals the character has\n\n---\n\nThis route is cached for up to 3600 seconds", "operationId": "get_characters_character_id_medals", "parameters": [{"$ref": "#/parameters/character_id", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/token", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "A list of medals", "examples": {"application/json": [{"corporation_id": 98000001, "date": "2017-03-16T15:01:45Z", "description": "For 33 corp!", "graphics": [{"color": -1, "graphic": "caldari.1_1", "layer": 0, "part": 1}, {"color": -330271, "graphic": "caldari.1_2", "layer": 1, "part": 1}, {"color": -1, "graphic": "compass.1_2", "layer": 0, "part": 2}], "issuer_id": 2112000002, "medal_id": 3, "reason": "Thanks!", "status": "private", "title": "33 tester medal"}]}, "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"}}, "schema": {"description": "200 ok array", "items": {"description": "200 ok object", "properties": {"corporation_id": {"description": "corporation_id integer", "format": "int32", "title": "get_characters_character_id_medals_corporation_id", "type": "integer"}, "date": {"description": "date string", "format": "date-time", "title": "get_characters_character_id_medals_date", "type": "string"}, "description": {"description": "description string", "title": "get_characters_character_id_medals_description", "type": "string"}, "graphics": {"description": "graphics array", "items": {"description": "graphic object", "properties": {"color": {"description": "color integer", "format": "int32", "title": "get_characters_character_id_medals_color", "type": "integer"}, "graphic": {"description": "graphic string", "title": "get_characters_character_id_medals_graphic_graphic", "type": "string"}, "layer": {"description": "layer integer", "format": "int32", "title": "get_characters_character_id_medals_layer", "type": "integer"}, "part": {"description": "part integer", "format": "int32", "title": "get_characters_character_id_medals_part", "type": "integer"}}, "required": ["part", "layer", "graphic"], "title": "get_characters_character_id_medals_graphic", "type": "object", "x-model": "get_characters_character_id_medals_graphic"}, "maxItems": 9, "minItems": 3, "title": "get_characters_character_id_medals_graphics", "type": "array"}, "issuer_id": {"description": "issuer_id integer", "format": "int32", "title": "get_characters_character_id_medals_issuer_id", "type": "integer"}, "medal_id": {"description": "medal_id integer", "format": "int32", "title": "get_characters_character_id_medals_medal_id", "type": "integer"}, "reason": {"description": "reason string", "title": "get_characters_character_id_medals_reason", "type": "string"}, "status": {"description": "status string", "enum": ["public", "private"], "title": "get_characters_character_id_medals_status", "type": "string"}, "title": {"description": "title string", "title": "get_characters_character_id_medals_title", "type": "string"}}, "required": ["medal_id", "title", "description", "corporation_id", "issuer_id", "date", "reason", "status", "graphics"], "title": "get_characters_character_id_medals_200_ok", "type": "object", "x-model": "get_characters_character_id_medals_200_ok"}, "maxItems": 1000, "title": "get_characters_character_id_medals_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "401": {"description": "Unauthorized", "examples": {"application/json": {"error": "Unauthorized message"}}, "schema": {"$ref": "#/definitions/unauthorized", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "403": {"description": "Forbidden", "examples": {"application/json": {"error": "Forbidden message"}}, "schema": {"$ref": "#/definitions/forbidden", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "security": [{"evesso": ["esi-characters.read_medals.v1"]}], "summary": "Get medals", "tags": ["Character"], "x-alternate-versions": ["dev", "legacy", "v1"], "x-cached-seconds": 3600}}, "/v1/characters/{character_id}/notifications/contacts/": {"get": {"description": "Return notifications about having been added to someone's contact list\n\n---\n\nThis route is cached for up to 600 seconds", "operationId": "get_characters_character_id_notifications_contacts", "parameters": [{"$ref": "#/parameters/character_id", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/token", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "A list of contact notifications", "examples": {"application/json": [{"message": "hello friend :3", "notification_id": 1, "send_date": "2017-08-16T10:08:00Z", "sender_character_id": 95465499, "standing_level": 1.5}]}, "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"}}, "schema": {"description": "200 ok array", "items": {"description": "200 ok object", "properties": {"message": {"description": "message string", "title": "get_characters_character_id_notifications_contacts_message", "type": "string"}, "notification_id": {"description": "notification_id integer", "format": "int32", "title": "get_characters_character_id_notifications_contacts_notification_id", "type": "integer"}, "send_date": {"description": "send_date string", "format": "date-time", "title": "get_characters_character_id_notifications_contacts_send_date", "type": "string"}, "sender_character_id": {"description": "sender_character_id integer", "format": "int32", "title": "get_characters_character_id_notifications_contacts_sender_character_id", "type": "integer"}, "standing_level": {"description": "A number representing the standing level the receiver has been added at by the sender. The standing levels are as follows: -10 -> Terrible | -5 -> Bad | 0 -> Neutral | 5 -> Good | 10 -> Excellent", "format": "float", "title": "get_characters_character_id_notifications_contacts_standing_level", "type": "number"}}, "required": ["notification_id", "send_date", "standing_level", "message", "sender_character_id"], "title": "get_characters_character_id_notifications_contacts_200_ok", "type": "object", "x-model": "get_characters_character_id_notifications_contacts_200_ok"}, "maxItems": 50, "title": "get_characters_character_id_notifications_contacts_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "401": {"description": "Unauthorized", "examples": {"application/json": {"error": "Unauthorized message"}}, "schema": {"$ref": "#/definitions/unauthorized", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "403": {"description": "Forbidden", "examples": {"application/json": {"error": "Forbidden message"}}, "schema": {"$ref": "#/definitions/forbidden", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "security": [{"evesso": ["esi-characters.read_notifications.v1"]}], "summary": "Get new contact notifications", "tags": ["Character"], "x-alternate-versions": ["dev", "legacy", "v1"], "x-cached-seconds": 600}}, "/v1/characters/{character_id}/standings/": {"get": {"description": "Return character standings from agents, NPC corporations, and factions\n\n---\n\nThis route is cached for up to 3600 seconds", "operationId": "get_characters_character_id_standings", "parameters": [{"$ref": "#/parameters/character_id", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/token", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "A list of standings", "examples": {"application/json": [{"from_id": 3009841, "from_type": "agent", "standing": 0.1}, {"from_id": 1000061, "from_type": "npc_corp", "standing": 0}, {"from_id": 500003, "from_type": "faction", "standing": -1}]}, "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"}}, "schema": {"description": "200 ok array", "items": {"description": "200 ok object", "properties": {"from_id": {"description": "from_id integer", "format": "int32", "title": "get_characters_character_id_standings_from_id", "type": "integer"}, "from_type": {"description": "from_type string", "enum": ["agent", "npc_corp", "faction"], "title": "get_characters_character_id_standings_from_type", "type": "string"}, "standing": {"description": "standing number", "format": "float", "title": "get_characters_character_id_standings_standing", "type": "number"}}, "required": ["from_id", "from_type", "standing"], "title": "get_characters_character_id_standings_200_ok", "type": "object", "x-model": "get_characters_character_id_standings_200_ok"}, "maxItems": 10000, "title": "get_characters_character_id_standings_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "401": {"description": "Unauthorized", "examples": {"application/json": {"error": "Unauthorized message"}}, "schema": {"$ref": "#/definitions/unauthorized", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "403": {"description": "Forbidden", "examples": {"application/json": {"error": "Forbidden message"}}, "schema": {"$ref": "#/definitions/forbidden", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "security": [{"evesso": ["esi-characters.read_standings.v1"]}], "summary": "Get standings", "tags": ["Character"], "x-alternate-versions": ["dev", "legacy", "v1"], "x-cached-seconds": 3600}}, "/v1/characters/{character_id}/titles/": {"get": {"description": "Returns a character's titles\n\n---\n\nThis route is cached for up to 3600 seconds", "operationId": "get_characters_character_id_titles", "parameters": [{"$ref": "#/parameters/character_id", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/token", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "A list of titles", "examples": {"application/json": [{"name": "Awesome Title", "title_id": 1}]}, "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"}}, "schema": {"description": "200 ok array", "items": {"description": "200 ok object", "properties": {"name": {"description": "name string", "title": "get_characters_character_id_titles_name", "type": "string"}, "title_id": {"description": "title_id integer", "format": "int32", "title": "get_characters_character_id_titles_title_id", "type": "integer"}}, "title": "get_characters_character_id_titles_200_ok", "type": "object", "x-model": "get_characters_character_id_titles_200_ok"}, "maxItems": 16, "title": "get_characters_character_id_titles_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "401": {"description": "Unauthorized", "examples": {"application/json": {"error": "Unauthorized message"}}, "schema": {"$ref": "#/definitions/unauthorized", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "403": {"description": "Forbidden", "examples": {"application/json": {"error": "Forbidden message"}}, "schema": {"$ref": "#/definitions/forbidden", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "security": [{"evesso": ["esi-characters.read_titles.v1"]}], "summary": "Get character corporation titles", "tags": ["Character"], "x-alternate-versions": ["dev", "legacy", "v1"], "x-cached-seconds": 3600}}, "/v1/universe/ancestries/": {"get": {"description": "Get all character ancestries\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_ancestries", "parameters": [{"$ref": "#/parameters/Accept-Language", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/language", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "A list of ancestries", "examples": {"application/json": [{"bloodline_id": 1, "description": "Acutely aware of the small population...", "id": 12, "name": "Tube Child", "short_description": "Manufactured citizens of the State."}]}, "headers": {"Cache-Control": {"description": "The caching mechanism used", "type": "string"}, "Content-Language": {"description": "The language used in the response", "enum": ["de", "en-us", "fr", "ja", "ru", "zh", "ko"], "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"}}, "schema": {"description": "200 ok array", "items": {"description": "200 ok object", "properties": {"bloodline_id": {"description": "The bloodline associated with this ancestry", "format": "int32", "title": "get_universe_ancestries_bloodline_id", "type": "integer"}, "description": {"description": "description string", "title": "get_universe_ancestries_description", "type": "string"}, "icon_id": {"description": "icon_id integer", "format": "int32", "title": "get_universe_ancestries_icon_id", "type": "integer"}, "id": {"description": "id integer", "format": "int32", "title": "get_universe_ancestries_id", "type": "integer"}, "name": {"description": "name string", "title": "get_universe_ancestries_name", "type": "string"}, "short_description": {"description": "short_description string", "title": "get_universe_ancestries_short_description", "type": "string"}}, "required": ["id", "name", "bloodline_id", "description"], "title": "get_universe_ancestries_200_ok", "type": "object", "x-model": "get_universe_ancestries_200_ok"}, "maxItems": 42, "title": "get_universe_ancestries_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get ancestries", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"]}}, "/v1/universe/asteroid_belts/{asteroid_belt_id}/": {"get": {"description": "Get information on an asteroid belt\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_asteroid_belts_asteroid_belt_id", "parameters": [{"description": "asteroid_belt_id integer", "format": "int32", "in": "path", "name": "asteroid_belt_id", "required": true, "type": "integer"}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "Information about an asteroid belt", "examples": {"application/json": {"name": "Tanoo I - Asteroid Belt 1", "position": {"x": 161967513600, "y": 21288837120, "z": -73505464320}, "system_id": 30000001}}, "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"}}, "schema": {"description": "200 ok object", "properties": {"name": {"description": "name string", "title": "get_universe_asteroid_belts_asteroid_belt_id_name", "type": "string"}, "position": {"description": "position object", "properties": {"x": {"description": "x number", "format": "double", "title": "get_universe_asteroid_belts_asteroid_belt_id_x", "type": "number"}, "y": {"description": "y number", "format": "double", "title": "get_universe_asteroid_belts_asteroid_belt_id_y", "type": "number"}, "z": {"description": "z number", "format": "double", "title": "get_universe_asteroid_belts_asteroid_belt_id_z", "type": "number"}}, "required": ["x", "y", "z"], "title": "get_universe_asteroid_belts_asteroid_belt_id_position", "type": "object", "x-model": "get_universe_asteroid_belts_asteroid_belt_id_position"}, "system_id": {"description": "The solar system this asteroid belt is in", "format": "int32", "title": "get_universe_asteroid_belts_asteroid_belt_id_system_id", "type": "integer"}}, "required": ["name", "position", "system_id"], "title": "get_universe_asteroid_belts_asteroid_belt_id_ok", "type": "object", "x-model": "get_universe_asteroid_belts_asteroid_belt_id_ok"}}, "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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "404": {"description": "Asteroid belt not found", "examples": {"application/json": {"error": "Not found message"}}, "schema": {"description": "Not found", "properties": {"error": {"description": "Not found message", "title": "get_universe_asteroid_belts_asteroid_belt_id_404_not_found", "type": "string"}}, "title": "get_universe_asteroid_belts_asteroid_belt_id_not_found", "type": "object", "x-model": "get_universe_asteroid_belts_asteroid_belt_id_not_found"}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get asteroid belt information", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"]}}, "/v1/universe/bloodlines/": {"get": {"description": "Get a list of bloodlines\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_bloodlines", "parameters": [{"$ref": "#/parameters/Accept-Language", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/language", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "A list of bloodlines", "examples": {"application/json": [{"bloodline_id": 1, "charisma": 6, "corporation_id": 1000006, "description": "The Deteis are regarded as ...", "intelligence": 7, "memory": 7, "name": "Deteis", "perception": 5, "race_id": 1, "ship_type_id": 601, "willpower": 5}]}, "headers": {"Cache-Control": {"description": "The caching mechanism used", "type": "string"}, "Content-Language": {"description": "The language used in the response", "enum": ["de", "en-us", "fr", "ja", "ru", "zh", "ko"], "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"}}, "schema": {"description": "200 ok array", "items": {"description": "200 ok object", "properties": {"bloodline_id": {"description": "bloodline_id integer", "format": "int32", "title": "get_universe_bloodlines_bloodline_id", "type": "integer"}, "charisma": {"description": "charisma integer", "format": "int32", "title": "get_universe_bloodlines_charisma", "type": "integer"}, "corporation_id": {"description": "corporation_id integer", "format": "int32", "title": "get_universe_bloodlines_corporation_id", "type": "integer"}, "description": {"description": "description string", "title": "get_universe_bloodlines_description", "type": "string"}, "intelligence": {"description": "intelligence integer", "format": "int32", "title": "get_universe_bloodlines_intelligence", "type": "integer"}, "memory": {"description": "memory integer", "format": "int32", "title": "get_universe_bloodlines_memory", "type": "integer"}, "name": {"description": "name string", "title": "get_universe_bloodlines_name", "type": "string"}, "perception": {"description": "perception integer", "format": "int32", "title": "get_universe_bloodlines_perception", "type": "integer"}, "race_id": {"description": "race_id integer", "format": "int32", "title": "get_universe_bloodlines_race_id", "type": "integer"}, "ship_type_id": {"description": "ship_type_id integer", "format": "int32", "title": "get_universe_bloodlines_ship_type_id", "type": "integer"}, "willpower": {"description": "willpower integer", "format": "int32", "title": "get_universe_bloodlines_willpower", "type": "integer"}}, "required": ["bloodline_id", "name", "description", "race_id", "ship_type_id", "corporation_id", "perception", "willpower", "charisma", "memory", "intelligence"], "title": "get_universe_bloodlines_200_ok", "type": "object", "x-model": "get_universe_bloodlines_200_ok"}, "maxItems": 100, "title": "get_universe_bloodlines_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get bloodlines", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"]}}, "/v1/universe/categories/": {"get": {"description": "Get a list of item categories\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_categories", "parameters": [{"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "A list of item category ids", "examples": {"application/json": [1, 2, 3]}, "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"}}, "schema": {"description": "200 ok array", "items": {"description": "200 ok integer", "format": "int32", "title": "get_universe_categories_200_ok", "type": "integer"}, "maxItems": 10000, "title": "get_universe_categories_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get item categories", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"]}}, "/v1/universe/categories/{category_id}/": {"get": {"description": "Get information of an item category\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_categories_category_id", "parameters": [{"$ref": "#/parameters/Accept-Language", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"description": "An Eve item category ID", "format": "int32", "in": "path", "name": "category_id", "required": true, "type": "integer"}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/language", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "Information about an item category", "examples": {"application/json": {"category_id": 6, "groups": [25, 26, 27], "name": "Ship", "published": true}}, "headers": {"Cache-Control": {"description": "The caching mechanism used", "type": "string"}, "Content-Language": {"description": "The language used in the response", "enum": ["de", "en-us", "fr", "ja", "ru", "zh", "ko"], "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"}}, "schema": {"description": "200 ok object", "properties": {"category_id": {"description": "category_id integer", "format": "int32", "title": "get_universe_categories_category_id_category_id", "type": "integer"}, "groups": {"description": "groups array", "items": {"description": "group integer", "format": "int32", "title": "get_universe_categories_category_id_group", "type": "integer"}, "maxItems": 10000, "title": "get_universe_categories_category_id_groups", "type": "array"}, "name": {"description": "name string", "title": "get_universe_categories_category_id_name", "type": "string"}, "published": {"description": "published boolean", "title": "get_universe_categories_category_id_published", "type": "boolean"}}, "required": ["category_id", "name", "published", "groups"], "title": "get_universe_categories_category_id_ok", "type": "object", "x-model": "get_universe_categories_category_id_ok"}}, "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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "404": {"description": "Category not found", "examples": {"application/json": {"error": "Not found message"}}, "schema": {"description": "Not found", "properties": {"error": {"description": "Not found message", "title": "get_universe_categories_category_id_404_not_found", "type": "string"}}, "title": "get_universe_categories_category_id_not_found", "type": "object", "x-model": "get_universe_categories_category_id_not_found"}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get item category information", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"]}}, "/v1/universe/constellations/": {"get": {"description": "Get a list of constellations\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_constellations", "parameters": [{"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "A list of constellation ids", "examples": {"application/json": [20000001, 20000002]}, "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"}}, "schema": {"description": "200 ok array", "items": {"description": "200 ok integer", "format": "int32", "title": "get_universe_constellations_200_ok", "type": "integer"}, "maxItems": 10000, "title": "get_universe_constellations_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get constellations", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"]}}, "/v1/universe/constellations/{constellation_id}/": {"get": {"description": "Get information on a constellation\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_constellations_constellation_id", "parameters": [{"$ref": "#/parameters/Accept-Language", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"description": "constellation_id integer", "format": "int32", "in": "path", "name": "constellation_id", "required": true, "type": "integer"}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/language", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "Information about a constellation", "examples": {"application/json": {"constellation_id": 20000009, "name": "Mekashtad", "position": {"x": 67796138757472320, "y": -70591121348560960, "z": -59587016159270070}, "region_id": 10000001, "systems": [20000302, 20000303]}}, "headers": {"Cache-Control": {"description": "The caching mechanism used", "type": "string"}, "Content-Language": {"description": "The language used in the response", "enum": ["de", "en-us", "fr", "ja", "ru", "zh", "ko"], "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"}}, "schema": {"description": "200 ok object", "properties": {"constellation_id": {"description": "constellation_id integer", "format": "int32", "title": "get_universe_constellations_constellation_id_constellation_id", "type": "integer"}, "name": {"description": "name string", "title": "get_universe_constellations_constellation_id_name", "type": "string"}, "position": {"description": "position object", "properties": {"x": {"description": "x number", "format": "double", "title": "get_universe_constellations_constellation_id_x", "type": "number"}, "y": {"description": "y number", "format": "double", "title": "get_universe_constellations_constellation_id_y", "type": "number"}, "z": {"description": "z number", "format": "double", "title": "get_universe_constellations_constellation_id_z", "type": "number"}}, "required": ["x", "y", "z"], "title": "get_universe_constellations_constellation_id_position", "type": "object", "x-model": "get_universe_constellations_constellation_id_position"}, "region_id": {"description": "The region this constellation is in", "format": "int32", "title": "get_universe_constellations_constellation_id_region_id", "type": "integer"}, "systems": {"description": "systems array", "items": {"description": "system integer", "format": "int32", "title": "get_universe_constellations_constellation_id_system", "type": "integer"}, "maxItems": 10000, "title": "get_universe_constellations_constellation_id_systems", "type": "array"}}, "required": ["constellation_id", "name", "position", "region_id", "systems"], "title": "get_universe_constellations_constellation_id_ok", "type": "object", "x-model": "get_universe_constellations_constellation_id_ok"}}, "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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "404": {"description": "Constellation not found", "examples": {"application/json": {"error": "Not found message"}}, "schema": {"description": "Not found", "properties": {"error": {"description": "Not found message", "title": "get_universe_constellations_constellation_id_404_not_found", "type": "string"}}, "title": "get_universe_constellations_constellation_id_not_found", "type": "object", "x-model": "get_universe_constellations_constellation_id_not_found"}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get constellation information", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"]}}, "/v1/universe/graphics/": {"get": {"description": "Get a list of graphics\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_graphics", "parameters": [{"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "A list of graphic ids", "examples": {"application/json": [10, 4106]}, "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"}}, "schema": {"description": "200 ok array", "items": {"description": "200 ok integer", "format": "int32", "title": "get_universe_graphics_200_ok", "type": "integer"}, "maxItems": 10000, "title": "get_universe_graphics_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get graphics", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"]}}, "/v1/universe/graphics/{graphic_id}/": {"get": {"description": "Get information on a graphic\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_graphics_graphic_id", "parameters": [{"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"description": "graphic_id integer", "format": "int32", "in": "path", "name": "graphic_id", "required": true, "type": "integer"}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "Information about a graphic", "examples": {"application/json": {"graphic_file": "res:/dx9/model/worldobject/planet/moon.red", "graphic_id": 10}}, "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"}}, "schema": {"description": "200 ok object", "properties": {"collision_file": {"description": "collision_file string", "title": "get_universe_graphics_graphic_id_collision_file", "type": "string"}, "graphic_file": {"description": "graphic_file string", "title": "get_universe_graphics_graphic_id_graphic_file", "type": "string"}, "graphic_id": {"description": "graphic_id integer", "format": "int32", "title": "get_universe_graphics_graphic_id_graphic_id", "type": "integer"}, "icon_folder": {"description": "icon_folder string", "title": "get_universe_graphics_graphic_id_icon_folder", "type": "string"}, "sof_dna": {"description": "sof_dna string", "title": "get_universe_graphics_graphic_id_sof_dna", "type": "string"}, "sof_fation_name": {"description": "sof_fation_name string", "title": "get_universe_graphics_graphic_id_sof_fation_name", "type": "string"}, "sof_hull_name": {"description": "sof_hull_name string", "title": "get_universe_graphics_graphic_id_sof_hull_name", "type": "string"}, "sof_race_name": {"description": "sof_race_name string", "title": "get_universe_graphics_graphic_id_sof_race_name", "type": "string"}}, "required": ["graphic_id"], "title": "get_universe_graphics_graphic_id_ok", "type": "object", "x-model": "get_universe_graphics_graphic_id_ok"}}, "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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "404": {"description": "Graphic not found", "examples": {"application/json": {"error": "Not found message"}}, "schema": {"description": "Not found", "properties": {"error": {"description": "Not found message", "title": "get_universe_graphics_graphic_id_404_not_found", "type": "string"}}, "title": "get_universe_graphics_graphic_id_not_found", "type": "object", "x-model": "get_universe_graphics_graphic_id_not_found"}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get graphic information", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"]}}, "/v1/universe/groups/": {"get": {"description": "Get a list of item groups\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_groups", "parameters": [{"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/page", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "A list of item group ids", "examples": {"application/json": [1, 2, 3]}, "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 integer", "format": "int32", "title": "get_universe_groups_200_ok", "type": "integer"}, "maxItems": 1000, "title": "get_universe_groups_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get item groups", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"]}}, "/v1/universe/groups/{group_id}/": {"get": {"description": "Get information on an item group\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_groups_group_id", "parameters": [{"$ref": "#/parameters/Accept-Language", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"description": "An Eve item group ID", "format": "int32", "in": "path", "name": "group_id", "required": true, "type": "integer"}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/language", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "Information about an item group", "examples": {"application/json": {"category_id": 6, "group_id": 25, "name": "Frigate", "published": true, "types": [587, 586, 585]}}, "headers": {"Cache-Control": {"description": "The caching mechanism used", "type": "string"}, "Content-Language": {"description": "The language used in the response", "enum": ["de", "en-us", "fr", "ja", "ru", "zh", "ko"], "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"}}, "schema": {"description": "200 ok object", "properties": {"category_id": {"description": "category_id integer", "format": "int32", "title": "get_universe_groups_group_id_category_id", "type": "integer"}, "group_id": {"description": "group_id integer", "format": "int32", "title": "get_universe_groups_group_id_group_id", "type": "integer"}, "name": {"description": "name string", "title": "get_universe_groups_group_id_name", "type": "string"}, "published": {"description": "published boolean", "title": "get_universe_groups_group_id_published", "type": "boolean"}, "types": {"description": "types array", "items": {"description": "type integer", "format": "int32", "title": "get_universe_groups_group_id_type", "type": "integer"}, "maxItems": 10000, "title": "get_universe_groups_group_id_types", "type": "array"}}, "required": ["group_id", "name", "published", "category_id", "types"], "title": "get_universe_groups_group_id_ok", "type": "object", "x-model": "get_universe_groups_group_id_ok"}}, "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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "404": {"description": "Group not found", "examples": {"application/json": {"error": "Not found message"}}, "schema": {"description": "Not found", "properties": {"error": {"description": "Not found message", "title": "get_universe_groups_group_id_404_not_found", "type": "string"}}, "title": "get_universe_groups_group_id_not_found", "type": "object", "x-model": "get_universe_groups_group_id_not_found"}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get item group information", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"]}}, "/v1/universe/ids/": {"post": {"description": "Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours\n\n---\n", "operationId": "post_universe_ids", "parameters": [{"$ref": "#/parameters/Accept-Language", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/language", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"description": "The names to resolve", "in": "body", "name": "names", "required": true, "schema": {"description": "names array", "example": ["CCP Zoetrope"], "items": {"description": "name string", "maxLength": 100, "minLength": 1, "title": "post_universe_ids_name", "type": "string"}, "maxItems": 500, "minItems": 1, "title": "post_universe_ids_names", "type": "array", "uniqueItems": true}}], "responses": {"200": {"description": "List of id/name associations for a set of names divided by category. Any name passed in that did not have a match will be ommitted", "examples": {"application/json": {"characters": [{"id": 95465499, "name": "CCP Bartender"}, {"id": 2112625428, "name": "CCP Zoetrope"}], "systems": [{"id": 30000142, "name": "Jita"}]}}, "headers": {"Content-Language": {"description": "The language used in the response", "enum": ["de", "en-us", "fr", "ja", "ru", "zh", "ko"], "type": "string"}}, "schema": {"description": "200 ok object", "properties": {"agents": {"description": "agents array", "items": {"description": "agent object", "properties": {"id": {"description": "id integer", "format": "int32", "title": "post_universe_ids_id", "type": "integer"}, "name": {"description": "name string", "title": "post_universe_ids_name", "type": "string"}}, "title": "post_universe_ids_agent", "type": "object", "x-model": "post_universe_ids_agent"}, "maxItems": 500, "title": "post_universe_ids_agents", "type": "array"}, "alliances": {"description": "alliances array", "items": {"description": "alliance object", "properties": {"id": {"description": "id integer", "format": "int32", "title": "post_universe_ids_alliance_id", "type": "integer"}, "name": {"description": "name string", "title": "post_universe_ids_alliance_name", "type": "string"}}, "title": "post_universe_ids_alliance", "type": "object", "x-model": "post_universe_ids_alliance"}, "maxItems": 500, "title": "post_universe_ids_alliances", "type": "array"}, "characters": {"description": "characters array", "items": {"description": "character object", "properties": {"id": {"description": "id integer", "format": "int32", "title": "post_universe_ids_character_id", "type": "integer"}, "name": {"description": "name string", "title": "post_universe_ids_character_name", "type": "string"}}, "title": "post_universe_ids_character", "type": "object", "x-model": "post_universe_ids_character"}, "maxItems": 500, "title": "post_universe_ids_characters", "type": "array"}, "constellations": {"description": "constellations array", "items": {"description": "constellation object", "properties": {"id": {"description": "id integer", "format": "int32", "title": "post_universe_ids_constellation_id", "type": "integer"}, "name": {"description": "name string", "title": "post_universe_ids_constellation_name", "type": "string"}}, "title": "post_universe_ids_constellation", "type": "object", "x-model": "post_universe_ids_constellation"}, "maxItems": 500, "title": "post_universe_ids_constellations", "type": "array"}, "corporations": {"description": "corporations array", "items": {"description": "corporation object", "properties": {"id": {"description": "id integer", "format": "int32", "title": "post_universe_ids_corporation_id", "type": "integer"}, "name": {"description": "name string", "title": "post_universe_ids_corporation_name", "type": "string"}}, "title": "post_universe_ids_corporation", "type": "object", "x-model": "post_universe_ids_corporation"}, "maxItems": 500, "title": "post_universe_ids_corporations", "type": "array"}, "factions": {"description": "factions array", "items": {"description": "faction object", "properties": {"id": {"description": "id integer", "format": "int32", "title": "post_universe_ids_faction_id", "type": "integer"}, "name": {"description": "name string", "title": "post_universe_ids_faction_name", "type": "string"}}, "title": "post_universe_ids_faction", "type": "object", "x-model": "post_universe_ids_faction"}, "maxItems": 500, "title": "post_universe_ids_factions", "type": "array"}, "inventory_types": {"description": "inventory_types array", "items": {"description": "inventory_type object", "properties": {"id": {"description": "id integer", "format": "int32", "title": "post_universe_ids_inventory_type_id", "type": "integer"}, "name": {"description": "name string", "title": "post_universe_ids_inventory_type_name", "type": "string"}}, "title": "post_universe_ids_inventory_type", "type": "object", "x-model": "post_universe_ids_inventory_type"}, "maxItems": 500, "title": "post_universe_ids_inventory_types", "type": "array"}, "regions": {"description": "regions array", "items": {"description": "region object", "properties": {"id": {"description": "id integer", "format": "int32", "title": "post_universe_ids_region_id", "type": "integer"}, "name": {"description": "name string", "title": "post_universe_ids_region_name", "type": "string"}}, "title": "post_universe_ids_region", "type": "object", "x-model": "post_universe_ids_region"}, "maxItems": 500, "title": "post_universe_ids_regions", "type": "array"}, "stations": {"description": "stations array", "items": {"description": "station object", "properties": {"id": {"description": "id integer", "format": "int32", "title": "post_universe_ids_station_id", "type": "integer"}, "name": {"description": "name string", "title": "post_universe_ids_station_name", "type": "string"}}, "title": "post_universe_ids_station", "type": "object", "x-model": "post_universe_ids_station"}, "maxItems": 500, "title": "post_universe_ids_stations", "type": "array"}, "systems": {"description": "systems array", "items": {"description": "system object", "properties": {"id": {"description": "id integer", "format": "int32", "title": "post_universe_ids_system_id", "type": "integer"}, "name": {"description": "name string", "title": "post_universe_ids_system_name", "type": "string"}}, "title": "post_universe_ids_system", "type": "object", "x-model": "post_universe_ids_system"}, "maxItems": 500, "title": "post_universe_ids_systems", "type": "array"}}, "title": "post_universe_ids_ok", "type": "object", "x-model": "post_universe_ids_ok"}}, "400": {"description": "Bad request", "examples": {"application/json": {"error": "Bad request message"}}, "schema": {"$ref": "#/definitions/bad_request", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Bulk names to IDs", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"]}}, "/v1/universe/moons/{moon_id}/": {"get": {"description": "Get information on a moon\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_moons_moon_id", "parameters": [{"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"description": "moon_id integer", "format": "int32", "in": "path", "name": "moon_id", "required": true, "type": "integer"}], "responses": {"200": {"description": "Information about a moon", "examples": {"application/json": {"moon_id": 40000042, "name": "Akpivem I - Moon 1", "position": {"x": 58605102008, "y": -3066616285, "z": -55193617920}, "system_id": 30000003}}, "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"}}, "schema": {"description": "200 ok object", "properties": {"moon_id": {"description": "moon_id integer", "format": "int32", "title": "get_universe_moons_moon_id_moon_id", "type": "integer"}, "name": {"description": "name string", "title": "get_universe_moons_moon_id_name", "type": "string"}, "position": {"description": "position object", "properties": {"x": {"description": "x number", "format": "double", "title": "get_universe_moons_moon_id_x", "type": "number"}, "y": {"description": "y number", "format": "double", "title": "get_universe_moons_moon_id_y", "type": "number"}, "z": {"description": "z number", "format": "double", "title": "get_universe_moons_moon_id_z", "type": "number"}}, "required": ["x", "y", "z"], "title": "get_universe_moons_moon_id_position", "type": "object", "x-model": "get_universe_moons_moon_id_position"}, "system_id": {"description": "The solar system this moon is in", "format": "int32", "title": "get_universe_moons_moon_id_system_id", "type": "integer"}}, "required": ["moon_id", "name", "position", "system_id"], "title": "get_universe_moons_moon_id_ok", "type": "object", "x-model": "get_universe_moons_moon_id_ok"}}, "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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "404": {"description": "Moon not found", "examples": {"application/json": {"error": "Not found message"}}, "schema": {"description": "Not found", "properties": {"error": {"description": "Not found message", "title": "get_universe_moons_moon_id_404_not_found", "type": "string"}}, "title": "get_universe_moons_moon_id_not_found", "type": "object", "x-model": "get_universe_moons_moon_id_not_found"}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get moon information", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"]}}, "/v1/universe/planets/{planet_id}/": {"get": {"description": "Get information on a planet\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_planets_planet_id", "parameters": [{"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"description": "planet_id integer", "format": "int32", "in": "path", "name": "planet_id", "required": true, "type": "integer"}], "responses": {"200": {"description": "Information about a planet", "examples": {"application/json": {"name": "Akpivem III", "planet_id": 40000046, "position": {"x": -189226344497, "y": 9901605317, "z": -254852632979}, "system_id": 30000003, "type_id": 13}}, "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"}}, "schema": {"description": "200 ok object", "properties": {"name": {"description": "name string", "title": "get_universe_planets_planet_id_name", "type": "string"}, "planet_id": {"description": "planet_id integer", "format": "int32", "title": "get_universe_planets_planet_id_planet_id", "type": "integer"}, "position": {"description": "position object", "properties": {"x": {"description": "x number", "format": "double", "title": "get_universe_planets_planet_id_x", "type": "number"}, "y": {"description": "y number", "format": "double", "title": "get_universe_planets_planet_id_y", "type": "number"}, "z": {"description": "z number", "format": "double", "title": "get_universe_planets_planet_id_z", "type": "number"}}, "required": ["x", "y", "z"], "title": "get_universe_planets_planet_id_position", "type": "object", "x-model": "get_universe_planets_planet_id_position"}, "system_id": {"description": "The solar system this planet is in", "format": "int32", "title": "get_universe_planets_planet_id_system_id", "type": "integer"}, "type_id": {"description": "type_id integer", "format": "int32", "title": "get_universe_planets_planet_id_type_id", "type": "integer"}}, "required": ["planet_id", "name", "type_id", "position", "system_id"], "title": "get_universe_planets_planet_id_ok", "type": "object", "x-model": "get_universe_planets_planet_id_ok"}}, "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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "404": {"description": "Planet not found", "examples": {"application/json": {"error": "Not found message"}}, "schema": {"description": "Not found", "properties": {"error": {"description": "Not found message", "title": "get_universe_planets_planet_id_404_not_found", "type": "string"}}, "title": "get_universe_planets_planet_id_not_found", "type": "object", "x-model": "get_universe_planets_planet_id_not_found"}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get planet information", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"]}}, "/v1/universe/races/": {"get": {"description": "Get a list of character races\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_races", "parameters": [{"$ref": "#/parameters/Accept-Language", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/language", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "A list of character races", "examples": {"application/json": [{"alliance_id": 500001, "description": "Founded on the tenets of patriotism and hard work...", "name": "Caldari", "race_id": 1}]}, "headers": {"Cache-Control": {"description": "The caching mechanism used", "type": "string"}, "Content-Language": {"description": "The language used in the response", "enum": ["de", "en-us", "fr", "ja", "ru", "zh", "ko"], "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"}}, "schema": {"description": "200 ok array", "items": {"description": "200 ok object", "properties": {"alliance_id": {"description": "The alliance generally associated with this race", "format": "int32", "title": "get_universe_races_alliance_id", "type": "integer"}, "description": {"description": "description string", "title": "get_universe_races_description", "type": "string"}, "name": {"description": "name string", "title": "get_universe_races_name", "type": "string"}, "race_id": {"description": "race_id integer", "format": "int32", "title": "get_universe_races_race_id", "type": "integer"}}, "required": ["race_id", "name", "description", "alliance_id"], "title": "get_universe_races_200_ok", "type": "object", "x-model": "get_universe_races_200_ok"}, "maxItems": 4, "title": "get_universe_races_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get character races", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"]}}, "/v1/universe/regions/": {"get": {"description": "Get a list of regions\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_regions", "parameters": [{"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "A list of region ids", "examples": {"application/json": [11000001, 11000002]}, "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"}}, "schema": {"description": "200 ok array", "items": {"description": "200 ok integer", "format": "int32", "title": "get_universe_regions_200_ok", "type": "integer"}, "maxItems": 1000, "title": "get_universe_regions_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get regions", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"]}}, "/v1/universe/regions/{region_id}/": {"get": {"description": "Get information on a region\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_regions_region_id", "parameters": [{"$ref": "#/parameters/Accept-Language", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/language", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"description": "region_id integer", "format": "int32", "in": "path", "name": "region_id", "required": true, "type": "integer"}], "responses": {"200": {"description": "Information about a region", "examples": {"application/json": {"constellations": [20000302, 20000303], "description": "It has long been an established fact of civilization...", "name": "Metropolis", "region_id": 10000042}}, "headers": {"Cache-Control": {"description": "The caching mechanism used", "type": "string"}, "Content-Language": {"description": "The language used in the response", "enum": ["de", "en-us", "fr", "ja", "ru", "zh", "ko"], "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"}}, "schema": {"description": "200 ok object", "properties": {"constellations": {"description": "constellations array", "items": {"description": "constellation integer", "format": "int32", "title": "get_universe_regions_region_id_constellation", "type": "integer"}, "maxItems": 1000, "title": "get_universe_regions_region_id_constellations", "type": "array"}, "description": {"description": "description string", "title": "get_universe_regions_region_id_description", "type": "string"}, "name": {"description": "name string", "title": "get_universe_regions_region_id_name", "type": "string"}, "region_id": {"description": "region_id integer", "format": "int32", "title": "get_universe_regions_region_id_region_id", "type": "integer"}}, "required": ["region_id", "name", "constellations"], "title": "get_universe_regions_region_id_ok", "type": "object", "x-model": "get_universe_regions_region_id_ok"}}, "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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "404": {"description": "Region not found", "examples": {"application/json": {"error": "Not found message"}}, "schema": {"description": "Not found", "properties": {"error": {"description": "Not found message", "title": "get_universe_regions_region_id_404_not_found", "type": "string"}}, "title": "get_universe_regions_region_id_not_found", "type": "object", "x-model": "get_universe_regions_region_id_not_found"}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get region information", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"]}}, "/v1/universe/stargates/{stargate_id}/": {"get": {"description": "Get information on a stargate\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_stargates_stargate_id", "parameters": [{"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"description": "stargate_id integer", "format": "int32", "in": "path", "name": "stargate_id", "required": true, "type": "integer"}], "responses": {"200": {"description": "Information about a stargate", "examples": {"application/json": {"destination": {"stargate_id": 50000056, "system_id": 30000001}, "name": "Stargate (Tanoo)", "position": {"x": -101092761600, "y": 5279539200, "z": 1550503403520}, "stargate_id": 50000342, "system_id": 30000003, "type_id": 29624}}, "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"}}, "schema": {"description": "200 ok object", "properties": {"destination": {"description": "destination object", "properties": {"stargate_id": {"description": "The stargate this stargate connects to", "format": "int32", "title": "get_universe_stargates_stargate_id_destination_stargate_id", "type": "integer"}, "system_id": {"description": "The solar system this stargate connects to", "format": "int32", "title": "get_universe_stargates_stargate_id_destination_system_id", "type": "integer"}}, "required": ["system_id", "stargate_id"], "title": "get_universe_stargates_stargate_id_destination", "type": "object", "x-model": "get_universe_stargates_stargate_id_destination"}, "name": {"description": "name string", "title": "get_universe_stargates_stargate_id_name", "type": "string"}, "position": {"description": "position object", "properties": {"x": {"description": "x number", "format": "double", "title": "get_universe_stargates_stargate_id_x", "type": "number"}, "y": {"description": "y number", "format": "double", "title": "get_universe_stargates_stargate_id_y", "type": "number"}, "z": {"description": "z number", "format": "double", "title": "get_universe_stargates_stargate_id_z", "type": "number"}}, "required": ["x", "y", "z"], "title": "get_universe_stargates_stargate_id_position", "type": "object", "x-model": "get_universe_stargates_stargate_id_position"}, "stargate_id": {"description": "stargate_id integer", "format": "int32", "title": "get_universe_stargates_stargate_id_stargate_id", "type": "integer"}, "system_id": {"description": "The solar system this stargate is in", "format": "int32", "title": "get_universe_stargates_stargate_id_system_id", "type": "integer"}, "type_id": {"description": "type_id integer", "format": "int32", "title": "get_universe_stargates_stargate_id_type_id", "type": "integer"}}, "required": ["stargate_id", "name", "type_id", "position", "system_id", "destination"], "title": "get_universe_stargates_stargate_id_ok", "type": "object", "x-model": "get_universe_stargates_stargate_id_ok"}}, "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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "404": {"description": "Stargate not found", "examples": {"application/json": {"error": "Not found message"}}, "schema": {"description": "Not found", "properties": {"error": {"description": "Not found message", "title": "get_universe_stargates_stargate_id_404_not_found", "type": "string"}}, "title": "get_universe_stargates_stargate_id_not_found", "type": "object", "x-model": "get_universe_stargates_stargate_id_not_found"}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get stargate information", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"]}}, "/v1/universe/stars/{star_id}/": {"get": {"description": "Get information on a star\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_stars_star_id", "parameters": [{"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"description": "star_id integer", "format": "int32", "in": "path", "name": "star_id", "required": true, "type": "integer"}], "responses": {"200": {"description": "Information about a star", "examples": {"application/json": {"age": 9398686722, "luminosity": 0.06615000218153, "name": "BKG-Q2 - Star", "radius": 346600000, "solar_system_id": 30004333, "spectral_class": "K2 V", "temperature": 3953, "type_id": 45033}}, "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"}}, "schema": {"description": "200 ok object", "properties": {"age": {"description": "Age of star in years", "format": "int64", "title": "get_universe_stars_star_id_age", "type": "integer"}, "luminosity": {"description": "luminosity number", "format": "float", "title": "get_universe_stars_star_id_luminosity", "type": "number"}, "name": {"description": "name string", "title": "get_universe_stars_star_id_name", "type": "string"}, "radius": {"description": "radius integer", "format": "int64", "title": "get_universe_stars_star_id_radius", "type": "integer"}, "solar_system_id": {"description": "solar_system_id integer", "format": "int32", "title": "get_universe_stars_star_id_solar_system_id", "type": "integer"}, "spectral_class": {"description": "spectral_class string", "enum": ["K2 V", "K4 V", "G2 V", "G8 V", "M7 V", "K7 V", "M2 V", "K5 V", "M3 V", "G0 V", "G7 V", "G3 V", "F9 V", "G5 V", "F6 V", "K8 V", "K9 V", "K6 V", "G9 V", "G6 V", "G4 VI", "G4 V", "F8 V", "F2 V", "F1 V", "K3 V", "F0 VI", "G1 VI", "G0 VI", "K1 V", "M4 V", "M1 V", "M6 V", "M0 V", "K2 IV", "G2 VI", "K0 V", "K5 IV", "F5 VI", "G6 VI", "F6 VI", "F2 IV", "G3 VI", "M8 V", "F1 VI", "K1 IV", "F7 V", "G5 VI", "M5 V", "G7 VI", "F5 V", "F4 VI", "F8 VI", "K3 IV", "F4 IV", "F0 V", "G7 IV", "G8 VI", "F2 VI", "F4 V", "F7 VI", "F3 V", "G1 V", "G9 VI", "F3 IV", "F9 VI", "M9 V", "K0 IV", "F1 IV", "G4 IV", "F3 VI", "K4 IV", "G5 IV", "G3 IV", "G1 IV", "K7 IV", "G0 IV", "K6 IV", "K9 IV", "G2 IV", "F9 IV", "F0 IV", "K8 IV", "G8 IV", "F6 IV", "F5 IV", "A0", "A0IV", "A0IV2"], "title": "get_universe_stars_star_id_spectral_class", "type": "string"}, "temperature": {"description": "temperature integer", "format": "int32", "title": "get_universe_stars_star_id_temperature", "type": "integer"}, "type_id": {"description": "type_id integer", "format": "int32", "title": "get_universe_stars_star_id_type_id", "type": "integer"}}, "required": ["name", "type_id", "age", "luminosity", "radius", "spectral_class", "temperature", "solar_system_id"], "title": "get_universe_stars_star_id_ok", "type": "object", "x-model": "get_universe_stars_star_id_ok"}}, "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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get star information", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"]}}, "/v1/universe/structures/": {"get": {"description": "List all public structures\n\n---\n\nThis route is cached for up to 3600 seconds", "operationId": "get_universe_structures", "parameters": [{"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"description": "Only list public structures that have this service online", "enum": ["market", "manufacturing_basic"], "in": "query", "name": "filter", "required": false, "type": "string"}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "List of public structure IDs", "examples": {"application/json": [1020988381992, 1020988381991]}, "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"}}, "schema": {"description": "200 ok array", "items": {"description": "200 ok integer", "format": "int64", "minimum": 0, "title": "get_universe_structures_200_ok", "type": "integer"}, "maxItems": 10000, "title": "get_universe_structures_ok", "type": "array", "uniqueItems": true}}, "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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "List all public structures", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"], "x-cached-seconds": 3600}}, "/v1/universe/system_jumps/": {"get": {"description": "Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed\n\n---\n\nThis route is cached for up to 3600 seconds", "operationId": "get_universe_system_jumps", "parameters": [{"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "A list of systems and number of jumps", "examples": {"application/json": [{"ship_jumps": 42, "system_id": 30002410}]}, "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"}}, "schema": {"description": "200 ok array", "items": {"description": "200 ok object", "properties": {"ship_jumps": {"description": "ship_jumps integer", "format": "int32", "title": "get_universe_system_jumps_ship_jumps", "type": "integer"}, "system_id": {"description": "system_id integer", "format": "int32", "title": "get_universe_system_jumps_system_id", "type": "integer"}}, "required": ["system_id", "ship_jumps"], "title": "get_universe_system_jumps_200_ok", "type": "object", "x-model": "get_universe_system_jumps_200_ok"}, "maxItems": 10000, "title": "get_universe_system_jumps_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get system jumps", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"], "x-cached-seconds": 3600}}, "/v1/universe/systems/": {"get": {"description": "Get a list of solar systems\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_systems", "parameters": [{"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "A list of solar system ids", "examples": {"application/json": [30000001, 30000002]}, "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"}}, "schema": {"description": "200 ok array", "items": {"description": "200 ok integer", "format": "int32", "title": "get_universe_systems_200_ok", "type": "integer"}, "maxItems": 10000, "title": "get_universe_systems_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get solar systems", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"]}}, "/v1/universe/types/": {"get": {"description": "Get a list of type ids\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_types", "parameters": [{"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/page", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "A list of type ids", "examples": {"application/json": [1, 2, 3]}, "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 integer", "format": "int32", "title": "get_universe_types_200_ok", "type": "integer"}, "maxItems": 1000, "title": "get_universe_types_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get types", "tags": ["Universe"], "x-alternate-versions": ["dev", "legacy", "v1"]}}, "/v2/characters/{character_id}/blueprints/": {"get": {"description": "Return a list of blueprints the character owns\n\n---\n\nThis route is cached for up to 3600 seconds", "operationId": "get_characters_character_id_blueprints", "parameters": [{"$ref": "#/parameters/character_id", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/page", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/token", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "A list of blueprints", "examples": {"application/json": [{"item_id": 1000000010495, "location_flag": "Hangar", "location_id": 60014719, "material_efficiency": 0, "quantity": 1, "runs": -1, "time_efficiency": 0, "type_id": 691}]}, "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": {"item_id": {"description": "Unique ID for this item.", "format": "int64", "title": "get_characters_character_id_blueprints_item_id", "type": "integer"}, "location_flag": {"description": "Type of the location_id", "enum": ["AutoFit", "Cargo", "CorpseBay", "DroneBay", "FleetHangar", "Deliveries", "HiddenModifiers", "Hangar", "HangarAll", "LoSlot0", "LoSlot1", "LoSlot2", "LoSlot3", "LoSlot4", "LoSlot5", "LoSlot6", "LoSlot7", "MedSlot0", "MedSlot1", "MedSlot2", "MedSlot3", "MedSlot4", "MedSlot5", "MedSlot6", "MedSlot7", "HiSlot0", "HiSlot1", "HiSlot2", "HiSlot3", "HiSlot4", "HiSlot5", "HiSlot6", "HiSlot7", "AssetSafety", "Locked", "Unlocked", "Implant", "QuafeBay", "RigSlot0", "RigSlot1", "RigSlot2", "RigSlot3", "RigSlot4", "RigSlot5", "RigSlot6", "RigSlot7", "ShipHangar", "SpecializedFuelBay", "SpecializedOreHold", "SpecializedGasHold", "SpecializedMineralHold", "SpecializedSalvageHold", "SpecializedShipHold", "SpecializedSmallShipHold", "SpecializedMediumShipHold", "SpecializedLargeShipHold", "SpecializedIndustrialShipHold", "SpecializedAmmoHold", "SpecializedCommandCenterHold", "SpecializedPlanetaryCommoditiesHold", "SpecializedMaterialBay", "SubSystemSlot0", "SubSystemSlot1", "SubSystemSlot2", "SubSystemSlot3", "SubSystemSlot4", "SubSystemSlot5", "SubSystemSlot6", "SubSystemSlot7", "FighterBay", "FighterTube0", "FighterTube1", "FighterTube2", "FighterTube3", "FighterTube4", "Module"], "title": "get_characters_character_id_blueprints_location_flag", "type": "string"}, "location_id": {"description": "References a solar system, station or item_id if this blueprint is located within a container. If the return value is an item_id, then the Character AssetList API must be queried to find the container using the given item_id to determine the correct location of the Blueprint.", "format": "int64", "title": "get_characters_character_id_blueprints_location_id", "type": "integer"}, "material_efficiency": {"description": "Material Efficiency Level of the blueprint.", "format": "int32", "maximum": 25, "minimum": 0, "title": "get_characters_character_id_blueprints_material_efficiency", "type": "integer"}, "quantity": {"description": "A range of numbers with a minimum of -2 and no maximum value where -1 is an original and -2 is a copy. It can be a positive integer if it is a stack of blueprint originals fresh from the market (e.g. no activities performed on them yet).", "format": "int32", "minimum": -2, "title": "get_characters_character_id_blueprints_quantity", "type": "integer"}, "runs": {"description": "Number of runs remaining if the blueprint is a copy, -1 if it is an original.", "format": "int32", "minimum": -1, "title": "get_characters_character_id_blueprints_runs", "type": "integer"}, "time_efficiency": {"description": "Time Efficiency Level of the blueprint.", "format": "int32", "maximum": 20, "minimum": 0, "title": "get_characters_character_id_blueprints_time_efficiency", "type": "integer"}, "type_id": {"description": "type_id integer", "format": "int32", "title": "get_characters_character_id_blueprints_type_id", "type": "integer"}}, "required": ["item_id", "type_id", "location_id", "location_flag", "quantity", "time_efficiency", "material_efficiency", "runs"], "title": "get_characters_character_id_blueprints_200_ok", "type": "object", "x-model": "get_characters_character_id_blueprints_200_ok"}, "maxItems": 1000, "title": "get_characters_character_id_blueprints_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "401": {"description": "Unauthorized", "examples": {"application/json": {"error": "Unauthorized message"}}, "schema": {"$ref": "#/definitions/unauthorized", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "403": {"description": "Forbidden", "examples": {"application/json": {"error": "Forbidden message"}}, "schema": {"$ref": "#/definitions/forbidden", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "security": [{"evesso": ["esi-characters.read_blueprints.v1"]}], "summary": "Get blueprints", "tags": ["Character"], "x-alternate-versions": ["dev", "v2"], "x-cached-seconds": 3600}}, "/v2/characters/{character_id}/portrait/": {"get": {"description": "Get portrait urls for a character\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_characters_character_id_portrait", "parameters": [{"$ref": "#/parameters/character_id", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "Public data for the given character", "examples": {"application/json": {"px128x128": "https://imageserver.eveonline.com/Character/95465499_128.jpg", "px256x256": "https://imageserver.eveonline.com/Character/95465499_256.jpg", "px512x512": "https://imageserver.eveonline.com/Character/95465499_512.jpg", "px64x64": "https://imageserver.eveonline.com/Character/95465499_64.jpg"}}, "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"}}, "schema": {"description": "200 ok object", "properties": {"px128x128": {"description": "px128x128 string", "title": "get_characters_character_id_portrait_px128x128", "type": "string"}, "px256x256": {"description": "px256x256 string", "title": "get_characters_character_id_portrait_px256x256", "type": "string"}, "px512x512": {"description": "px512x512 string", "title": "get_characters_character_id_portrait_px512x512", "type": "string"}, "px64x64": {"description": "px64x64 string", "title": "get_characters_character_id_portrait_px64x64", "type": "string"}}, "title": "get_characters_character_id_portrait_ok", "type": "object", "x-model": "get_characters_character_id_portrait_ok"}}, "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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "404": {"description": "No image server for this datasource", "examples": {"application/json": {"error": "No image server for this datasource"}}, "schema": {"description": "No image server for this datasource", "properties": {"error": {"description": "error message", "title": "get_characters_character_id_portrait_error", "type": "string"}}, "title": "get_characters_character_id_portrait_not_found", "type": "object", "x-model": "get_characters_character_id_portrait_not_found"}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get character portraits", "tags": ["Character"], "x-alternate-versions": ["dev", "v2"]}}, "/v2/characters/{character_id}/roles/": {"get": {"description": "Returns a character's corporation roles\n\n---\n\nThis route is cached for up to 3600 seconds", "operationId": "get_characters_character_id_roles", "parameters": [{"$ref": "#/parameters/character_id", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/token", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "The character's roles in thier corporation", "examples": {"application/json": {"roles": ["Director", "Station_Manager"]}}, "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"}}, "schema": {"description": "200 ok object", "properties": {"roles": {"description": "roles array", "items": {"description": "role string", "enum": ["Account_Take_1", "Account_Take_2", "Account_Take_3", "Account_Take_4", "Account_Take_5", "Account_Take_6", "Account_Take_7", "Accountant", "Auditor", "Communications_Officer", "Config_Equipment", "Config_Starbase_Equipment", "Container_Take_1", "Container_Take_2", "Container_Take_3", "Container_Take_4", "Container_Take_5", "Container_Take_6", "Container_Take_7", "Contract_Manager", "Diplomat", "Director", "Factory_Manager", "Fitting_Manager", "Hangar_Query_1", "Hangar_Query_2", "Hangar_Query_3", "Hangar_Query_4", "Hangar_Query_5", "Hangar_Query_6", "Hangar_Query_7", "Hangar_Take_1", "Hangar_Take_2", "Hangar_Take_3", "Hangar_Take_4", "Hangar_Take_5", "Hangar_Take_6", "Hangar_Take_7", "Junior_Accountant", "Personnel_Manager", "Rent_Factory_Facility", "Rent_Office", "Rent_Research_Facility", "Security_Officer", "Starbase_Defense_Operator", "Starbase_Fuel_Technician", "Station_Manager", "Trader"], "title": "get_characters_character_id_roles_role", "type": "string", "uniqueItems": true}, "maxItems": 50, "title": "get_characters_character_id_roles_roles", "type": "array"}, "roles_at_base": {"description": "roles_at_base array", "items": {"description": "roles_at_base string", "enum": ["Account_Take_1", "Account_Take_2", "Account_Take_3", "Account_Take_4", "Account_Take_5", "Account_Take_6", "Account_Take_7", "Accountant", "Auditor", "Communications_Officer", "Config_Equipment", "Config_Starbase_Equipment", "Container_Take_1", "Container_Take_2", "Container_Take_3", "Container_Take_4", "Container_Take_5", "Container_Take_6", "Container_Take_7", "Contract_Manager", "Diplomat", "Director", "Factory_Manager", "Fitting_Manager", "Hangar_Query_1", "Hangar_Query_2", "Hangar_Query_3", "Hangar_Query_4", "Hangar_Query_5", "Hangar_Query_6", "Hangar_Query_7", "Hangar_Take_1", "Hangar_Take_2", "Hangar_Take_3", "Hangar_Take_4", "Hangar_Take_5", "Hangar_Take_6", "Hangar_Take_7", "Junior_Accountant", "Personnel_Manager", "Rent_Factory_Facility", "Rent_Office", "Rent_Research_Facility", "Security_Officer", "Starbase_Defense_Operator", "Starbase_Fuel_Technician", "Station_Manager", "Trader"], "title": "get_characters_character_id_roles_roles_at_base_roles_at_base", "type": "string", "uniqueItems": true}, "maxItems": 50, "title": "get_characters_character_id_roles_roles_at_base", "type": "array"}, "roles_at_hq": {"description": "roles_at_hq array", "items": {"description": "roles_at_hq string", "enum": ["Account_Take_1", "Account_Take_2", "Account_Take_3", "Account_Take_4", "Account_Take_5", "Account_Take_6", "Account_Take_7", "Accountant", "Auditor", "Communications_Officer", "Config_Equipment", "Config_Starbase_Equipment", "Container_Take_1", "Container_Take_2", "Container_Take_3", "Container_Take_4", "Container_Take_5", "Container_Take_6", "Container_Take_7", "Contract_Manager", "Diplomat", "Director", "Factory_Manager", "Fitting_Manager", "Hangar_Query_1", "Hangar_Query_2", "Hangar_Query_3", "Hangar_Query_4", "Hangar_Query_5", "Hangar_Query_6", "Hangar_Query_7", "Hangar_Take_1", "Hangar_Take_2", "Hangar_Take_3", "Hangar_Take_4", "Hangar_Take_5", "Hangar_Take_6", "Hangar_Take_7", "Junior_Accountant", "Personnel_Manager", "Rent_Factory_Facility", "Rent_Office", "Rent_Research_Facility", "Security_Officer", "Starbase_Defense_Operator", "Starbase_Fuel_Technician", "Station_Manager", "Trader"], "title": "get_characters_character_id_roles_roles_at_hq_roles_at_hq", "type": "string", "uniqueItems": true}, "maxItems": 50, "title": "get_characters_character_id_roles_roles_at_hq", "type": "array"}, "roles_at_other": {"description": "roles_at_other array", "items": {"description": "roles_at_other string", "enum": ["Account_Take_1", "Account_Take_2", "Account_Take_3", "Account_Take_4", "Account_Take_5", "Account_Take_6", "Account_Take_7", "Accountant", "Auditor", "Communications_Officer", "Config_Equipment", "Config_Starbase_Equipment", "Container_Take_1", "Container_Take_2", "Container_Take_3", "Container_Take_4", "Container_Take_5", "Container_Take_6", "Container_Take_7", "Contract_Manager", "Diplomat", "Director", "Factory_Manager", "Fitting_Manager", "Hangar_Query_1", "Hangar_Query_2", "Hangar_Query_3", "Hangar_Query_4", "Hangar_Query_5", "Hangar_Query_6", "Hangar_Query_7", "Hangar_Take_1", "Hangar_Take_2", "Hangar_Take_3", "Hangar_Take_4", "Hangar_Take_5", "Hangar_Take_6", "Hangar_Take_7", "Junior_Accountant", "Personnel_Manager", "Rent_Factory_Facility", "Rent_Office", "Rent_Research_Facility", "Security_Officer", "Starbase_Defense_Operator", "Starbase_Fuel_Technician", "Station_Manager", "Trader"], "title": "get_characters_character_id_roles_roles_at_other_roles_at_other", "type": "string", "uniqueItems": true}, "maxItems": 50, "title": "get_characters_character_id_roles_roles_at_other", "type": "array"}}, "title": "get_characters_character_id_roles_ok", "type": "object", "x-model": "get_characters_character_id_roles_ok"}}, "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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "401": {"description": "Unauthorized", "examples": {"application/json": {"error": "Unauthorized message"}}, "schema": {"$ref": "#/definitions/unauthorized", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "403": {"description": "Forbidden", "examples": {"application/json": {"error": "Forbidden message"}}, "schema": {"$ref": "#/definitions/forbidden", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "security": [{"evesso": ["esi-characters.read_corporation_roles.v1"]}], "summary": "Get character corporation roles", "tags": ["Character"], "x-alternate-versions": ["dev", "v2"], "x-cached-seconds": 3600}}, "/v2/characters/{character_id}/stats/": {"get": {"description": "Returns aggregate yearly stats for a character\n\n---\n\nThis route is cached for up to 86400 seconds", "operationId": "get_characters_character_id_stats", "parameters": [{"$ref": "#/parameters/character_id", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/token", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "Character stats", "examples": {"application/json": [{"character": {"days_of_activity": 365, "minutes": 1000000, "sessions_started": 500}, "combat": {"kills_low_sec": 42}, "year": 2014}, {"character": {"days_of_activity": 365, "minutes": 1000000, "sessions_started": 500}, "combat": {"kills_null_sec": 1337}, "year": 2015}]}, "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"}}, "schema": {"description": "List of character aggregate stats", "items": {"description": "Aggregate stats for a year", "properties": {"character": {"description": "character object", "properties": {"days_of_activity": {"description": "days_of_activity integer", "format": "int64", "title": "get_characters_character_id_stats_days_of_activity", "type": "integer"}, "minutes": {"description": "minutes integer", "format": "int64", "title": "get_characters_character_id_stats_minutes", "type": "integer"}, "sessions_started": {"description": "sessions_started integer", "format": "int64", "title": "get_characters_character_id_stats_sessions_started", "type": "integer"}}, "title": "get_characters_character_id_stats_character", "type": "object", "x-model": "get_characters_character_id_stats_character"}, "combat": {"description": "combat object", "properties": {"cap_drainedby_npc": {"description": "cap_drainedby_npc integer", "format": "int64", "title": "get_characters_character_id_stats_cap_drainedby_npc", "type": "integer"}, "cap_drainedby_pc": {"description": "cap_drainedby_pc integer", "format": "int64", "title": "get_characters_character_id_stats_cap_drainedby_pc", "type": "integer"}, "cap_draining_pc": {"description": "cap_draining_pc integer", "format": "int64", "title": "get_characters_character_id_stats_cap_draining_pc", "type": "integer"}, "criminal_flag_set": {"description": "criminal_flag_set integer", "format": "int64", "title": "get_characters_character_id_stats_criminal_flag_set", "type": "integer"}, "damage_from_np_cs_amount": {"description": "damage_from_np_cs_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_np_cs_amount", "type": "integer"}, "damage_from_np_cs_num_shots": {"description": "damage_from_np_cs_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_np_cs_num_shots", "type": "integer"}, "damage_from_players_bomb_amount": {"description": "damage_from_players_bomb_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_players_bomb_amount", "type": "integer"}, "damage_from_players_bomb_num_shots": {"description": "damage_from_players_bomb_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_players_bomb_num_shots", "type": "integer"}, "damage_from_players_combat_drone_amount": {"description": "damage_from_players_combat_drone_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_players_combat_drone_amount", "type": "integer"}, "damage_from_players_combat_drone_num_shots": {"description": "damage_from_players_combat_drone_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_players_combat_drone_num_shots", "type": "integer"}, "damage_from_players_energy_amount": {"description": "damage_from_players_energy_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_players_energy_amount", "type": "integer"}, "damage_from_players_energy_num_shots": {"description": "damage_from_players_energy_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_players_energy_num_shots", "type": "integer"}, "damage_from_players_fighter_bomber_amount": {"description": "damage_from_players_fighter_bomber_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_players_fighter_bomber_amount", "type": "integer"}, "damage_from_players_fighter_bomber_num_shots": {"description": "damage_from_players_fighter_bomber_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_players_fighter_bomber_num_shots", "type": "integer"}, "damage_from_players_fighter_drone_amount": {"description": "damage_from_players_fighter_drone_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_players_fighter_drone_amount", "type": "integer"}, "damage_from_players_fighter_drone_num_shots": {"description": "damage_from_players_fighter_drone_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_players_fighter_drone_num_shots", "type": "integer"}, "damage_from_players_hybrid_amount": {"description": "damage_from_players_hybrid_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_players_hybrid_amount", "type": "integer"}, "damage_from_players_hybrid_num_shots": {"description": "damage_from_players_hybrid_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_players_hybrid_num_shots", "type": "integer"}, "damage_from_players_missile_amount": {"description": "damage_from_players_missile_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_players_missile_amount", "type": "integer"}, "damage_from_players_missile_num_shots": {"description": "damage_from_players_missile_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_players_missile_num_shots", "type": "integer"}, "damage_from_players_projectile_amount": {"description": "damage_from_players_projectile_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_players_projectile_amount", "type": "integer"}, "damage_from_players_projectile_num_shots": {"description": "damage_from_players_projectile_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_players_projectile_num_shots", "type": "integer"}, "damage_from_players_smart_bomb_amount": {"description": "damage_from_players_smart_bomb_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_players_smart_bomb_amount", "type": "integer"}, "damage_from_players_smart_bomb_num_shots": {"description": "damage_from_players_smart_bomb_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_players_smart_bomb_num_shots", "type": "integer"}, "damage_from_players_super_amount": {"description": "damage_from_players_super_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_players_super_amount", "type": "integer"}, "damage_from_players_super_num_shots": {"description": "damage_from_players_super_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_players_super_num_shots", "type": "integer"}, "damage_from_structures_total_amount": {"description": "damage_from_structures_total_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_structures_total_amount", "type": "integer"}, "damage_from_structures_total_num_shots": {"description": "damage_from_structures_total_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_from_structures_total_num_shots", "type": "integer"}, "damage_to_players_bomb_amount": {"description": "damage_to_players_bomb_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_to_players_bomb_amount", "type": "integer"}, "damage_to_players_bomb_num_shots": {"description": "damage_to_players_bomb_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_to_players_bomb_num_shots", "type": "integer"}, "damage_to_players_combat_drone_amount": {"description": "damage_to_players_combat_drone_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_to_players_combat_drone_amount", "type": "integer"}, "damage_to_players_combat_drone_num_shots": {"description": "damage_to_players_combat_drone_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_to_players_combat_drone_num_shots", "type": "integer"}, "damage_to_players_energy_amount": {"description": "damage_to_players_energy_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_to_players_energy_amount", "type": "integer"}, "damage_to_players_energy_num_shots": {"description": "damage_to_players_energy_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_to_players_energy_num_shots", "type": "integer"}, "damage_to_players_fighter_bomber_amount": {"description": "damage_to_players_fighter_bomber_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_to_players_fighter_bomber_amount", "type": "integer"}, "damage_to_players_fighter_bomber_num_shots": {"description": "damage_to_players_fighter_bomber_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_to_players_fighter_bomber_num_shots", "type": "integer"}, "damage_to_players_fighter_drone_amount": {"description": "damage_to_players_fighter_drone_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_to_players_fighter_drone_amount", "type": "integer"}, "damage_to_players_fighter_drone_num_shots": {"description": "damage_to_players_fighter_drone_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_to_players_fighter_drone_num_shots", "type": "integer"}, "damage_to_players_hybrid_amount": {"description": "damage_to_players_hybrid_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_to_players_hybrid_amount", "type": "integer"}, "damage_to_players_hybrid_num_shots": {"description": "damage_to_players_hybrid_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_to_players_hybrid_num_shots", "type": "integer"}, "damage_to_players_missile_amount": {"description": "damage_to_players_missile_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_to_players_missile_amount", "type": "integer"}, "damage_to_players_missile_num_shots": {"description": "damage_to_players_missile_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_to_players_missile_num_shots", "type": "integer"}, "damage_to_players_projectile_amount": {"description": "damage_to_players_projectile_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_to_players_projectile_amount", "type": "integer"}, "damage_to_players_projectile_num_shots": {"description": "damage_to_players_projectile_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_to_players_projectile_num_shots", "type": "integer"}, "damage_to_players_smart_bomb_amount": {"description": "damage_to_players_smart_bomb_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_to_players_smart_bomb_amount", "type": "integer"}, "damage_to_players_smart_bomb_num_shots": {"description": "damage_to_players_smart_bomb_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_to_players_smart_bomb_num_shots", "type": "integer"}, "damage_to_players_super_amount": {"description": "damage_to_players_super_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_to_players_super_amount", "type": "integer"}, "damage_to_players_super_num_shots": {"description": "damage_to_players_super_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_to_players_super_num_shots", "type": "integer"}, "damage_to_structures_total_amount": {"description": "damage_to_structures_total_amount integer", "format": "int64", "title": "get_characters_character_id_stats_damage_to_structures_total_amount", "type": "integer"}, "damage_to_structures_total_num_shots": {"description": "damage_to_structures_total_num_shots integer", "format": "int64", "title": "get_characters_character_id_stats_damage_to_structures_total_num_shots", "type": "integer"}, "deaths_high_sec": {"description": "deaths_high_sec integer", "format": "int64", "title": "get_characters_character_id_stats_deaths_high_sec", "type": "integer"}, "deaths_low_sec": {"description": "deaths_low_sec integer", "format": "int64", "title": "get_characters_character_id_stats_deaths_low_sec", "type": "integer"}, "deaths_null_sec": {"description": "deaths_null_sec integer", "format": "int64", "title": "get_characters_character_id_stats_deaths_null_sec", "type": "integer"}, "deaths_pod_high_sec": {"description": "deaths_pod_high_sec integer", "format": "int64", "title": "get_characters_character_id_stats_deaths_pod_high_sec", "type": "integer"}, "deaths_pod_low_sec": {"description": "deaths_pod_low_sec integer", "format": "int64", "title": "get_characters_character_id_stats_deaths_pod_low_sec", "type": "integer"}, "deaths_pod_null_sec": {"description": "deaths_pod_null_sec integer", "format": "int64", "title": "get_characters_character_id_stats_deaths_pod_null_sec", "type": "integer"}, "deaths_pod_wormhole": {"description": "deaths_pod_wormhole integer", "format": "int64", "title": "get_characters_character_id_stats_deaths_pod_wormhole", "type": "integer"}, "deaths_wormhole": {"description": "deaths_wormhole integer", "format": "int64", "title": "get_characters_character_id_stats_deaths_wormhole", "type": "integer"}, "drone_engage": {"description": "drone_engage integer", "format": "int64", "title": "get_characters_character_id_stats_drone_engage", "type": "integer"}, "dscans": {"description": "dscans integer", "format": "int64", "title": "get_characters_character_id_stats_dscans", "type": "integer"}, "duel_requested": {"description": "duel_requested integer", "format": "int64", "title": "get_characters_character_id_stats_duel_requested", "type": "integer"}, "engagement_register": {"description": "engagement_register integer", "format": "int64", "title": "get_characters_character_id_stats_engagement_register", "type": "integer"}, "kills_assists": {"description": "kills_assists integer", "format": "int64", "title": "get_characters_character_id_stats_kills_assists", "type": "integer"}, "kills_high_sec": {"description": "kills_high_sec integer", "format": "int64", "title": "get_characters_character_id_stats_kills_high_sec", "type": "integer"}, "kills_low_sec": {"description": "kills_low_sec integer", "format": "int64", "title": "get_characters_character_id_stats_kills_low_sec", "type": "integer"}, "kills_null_sec": {"description": "kills_null_sec integer", "format": "int64", "title": "get_characters_character_id_stats_kills_null_sec", "type": "integer"}, "kills_pod_high_sec": {"description": "kills_pod_high_sec integer", "format": "int64", "title": "get_characters_character_id_stats_kills_pod_high_sec", "type": "integer"}, "kills_pod_low_sec": {"description": "kills_pod_low_sec integer", "format": "int64", "title": "get_characters_character_id_stats_kills_pod_low_sec", "type": "integer"}, "kills_pod_null_sec": {"description": "kills_pod_null_sec integer", "format": "int64", "title": "get_characters_character_id_stats_kills_pod_null_sec", "type": "integer"}, "kills_pod_wormhole": {"description": "kills_pod_wormhole integer", "format": "int64", "title": "get_characters_character_id_stats_kills_pod_wormhole", "type": "integer"}, "kills_wormhole": {"description": "kills_wormhole integer", "format": "int64", "title": "get_characters_character_id_stats_kills_wormhole", "type": "integer"}, "npc_flag_set": {"description": "npc_flag_set integer", "format": "int64", "title": "get_characters_character_id_stats_npc_flag_set", "type": "integer"}, "probe_scans": {"description": "probe_scans integer", "format": "int64", "title": "get_characters_character_id_stats_probe_scans", "type": "integer"}, "pvp_flag_set": {"description": "pvp_flag_set integer", "format": "int64", "title": "get_characters_character_id_stats_pvp_flag_set", "type": "integer"}, "repair_armor_by_remote_amount": {"description": "repair_armor_by_remote_amount integer", "format": "int64", "title": "get_characters_character_id_stats_repair_armor_by_remote_amount", "type": "integer"}, "repair_armor_remote_amount": {"description": "repair_armor_remote_amount integer", "format": "int64", "title": "get_characters_character_id_stats_repair_armor_remote_amount", "type": "integer"}, "repair_armor_self_amount": {"description": "repair_armor_self_amount integer", "format": "int64", "title": "get_characters_character_id_stats_repair_armor_self_amount", "type": "integer"}, "repair_capacitor_by_remote_amount": {"description": "repair_capacitor_by_remote_amount integer", "format": "int64", "title": "get_characters_character_id_stats_repair_capacitor_by_remote_amount", "type": "integer"}, "repair_capacitor_remote_amount": {"description": "repair_capacitor_remote_amount integer", "format": "int64", "title": "get_characters_character_id_stats_repair_capacitor_remote_amount", "type": "integer"}, "repair_capacitor_self_amount": {"description": "repair_capacitor_self_amount integer", "format": "int64", "title": "get_characters_character_id_stats_repair_capacitor_self_amount", "type": "integer"}, "repair_hull_by_remote_amount": {"description": "repair_hull_by_remote_amount integer", "format": "int64", "title": "get_characters_character_id_stats_repair_hull_by_remote_amount", "type": "integer"}, "repair_hull_remote_amount": {"description": "repair_hull_remote_amount integer", "format": "int64", "title": "get_characters_character_id_stats_repair_hull_remote_amount", "type": "integer"}, "repair_hull_self_amount": {"description": "repair_hull_self_amount integer", "format": "int64", "title": "get_characters_character_id_stats_repair_hull_self_amount", "type": "integer"}, "repair_shield_by_remote_amount": {"description": "repair_shield_by_remote_amount integer", "format": "int64", "title": "get_characters_character_id_stats_repair_shield_by_remote_amount", "type": "integer"}, "repair_shield_remote_amount": {"description": "repair_shield_remote_amount integer", "format": "int64", "title": "get_characters_character_id_stats_repair_shield_remote_amount", "type": "integer"}, "repair_shield_self_amount": {"description": "repair_shield_self_amount integer", "format": "int64", "title": "get_characters_character_id_stats_repair_shield_self_amount", "type": "integer"}, "self_destructs": {"description": "self_destructs integer", "format": "int64", "title": "get_characters_character_id_stats_self_destructs", "type": "integer"}, "warp_scramble_pc": {"description": "warp_scramble_pc integer", "format": "int64", "title": "get_characters_character_id_stats_warp_scramble_pc", "type": "integer"}, "warp_scrambledby_npc": {"description": "warp_scrambledby_npc integer", "format": "int64", "title": "get_characters_character_id_stats_warp_scrambledby_npc", "type": "integer"}, "warp_scrambledby_pc": {"description": "warp_scrambledby_pc integer", "format": "int64", "title": "get_characters_character_id_stats_warp_scrambledby_pc", "type": "integer"}, "weapon_flag_set": {"description": "weapon_flag_set integer", "format": "int64", "title": "get_characters_character_id_stats_weapon_flag_set", "type": "integer"}, "webifiedby_npc": {"description": "webifiedby_npc integer", "format": "int64", "title": "get_characters_character_id_stats_webifiedby_npc", "type": "integer"}, "webifiedby_pc": {"description": "webifiedby_pc integer", "format": "int64", "title": "get_characters_character_id_stats_webifiedby_pc", "type": "integer"}, "webifying_pc": {"description": "webifying_pc integer", "format": "int64", "title": "get_characters_character_id_stats_webifying_pc", "type": "integer"}}, "title": "get_characters_character_id_stats_combat", "type": "object", "x-model": "get_characters_character_id_stats_combat"}, "industry": {"description": "industry object", "properties": {"hacking_successes": {"description": "hacking_successes integer", "format": "int64", "title": "get_characters_character_id_stats_hacking_successes", "type": "integer"}, "jobs_cancelled": {"description": "jobs_cancelled integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_cancelled", "type": "integer"}, "jobs_completed_copy_blueprint": {"description": "jobs_completed_copy_blueprint integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_copy_blueprint", "type": "integer"}, "jobs_completed_invention": {"description": "jobs_completed_invention integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_invention", "type": "integer"}, "jobs_completed_manufacture": {"description": "jobs_completed_manufacture integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture", "type": "integer"}, "jobs_completed_manufacture_asteroid": {"description": "jobs_completed_manufacture_asteroid integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture_asteroid", "type": "integer"}, "jobs_completed_manufacture_asteroid_quantity": {"description": "jobs_completed_manufacture_asteroid_quantity integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture_asteroid_quantity", "type": "integer"}, "jobs_completed_manufacture_charge": {"description": "jobs_completed_manufacture_charge integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture_charge", "type": "integer"}, "jobs_completed_manufacture_charge_quantity": {"description": "jobs_completed_manufacture_charge_quantity integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture_charge_quantity", "type": "integer"}, "jobs_completed_manufacture_commodity": {"description": "jobs_completed_manufacture_commodity integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture_commodity", "type": "integer"}, "jobs_completed_manufacture_commodity_quantity": {"description": "jobs_completed_manufacture_commodity_quantity integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture_commodity_quantity", "type": "integer"}, "jobs_completed_manufacture_deployable": {"description": "jobs_completed_manufacture_deployable integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture_deployable", "type": "integer"}, "jobs_completed_manufacture_deployable_quantity": {"description": "jobs_completed_manufacture_deployable_quantity integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture_deployable_quantity", "type": "integer"}, "jobs_completed_manufacture_drone": {"description": "jobs_completed_manufacture_drone integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture_drone", "type": "integer"}, "jobs_completed_manufacture_drone_quantity": {"description": "jobs_completed_manufacture_drone_quantity integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture_drone_quantity", "type": "integer"}, "jobs_completed_manufacture_implant": {"description": "jobs_completed_manufacture_implant integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture_implant", "type": "integer"}, "jobs_completed_manufacture_implant_quantity": {"description": "jobs_completed_manufacture_implant_quantity integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture_implant_quantity", "type": "integer"}, "jobs_completed_manufacture_module": {"description": "jobs_completed_manufacture_module integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture_module", "type": "integer"}, "jobs_completed_manufacture_module_quantity": {"description": "jobs_completed_manufacture_module_quantity integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture_module_quantity", "type": "integer"}, "jobs_completed_manufacture_other": {"description": "jobs_completed_manufacture_other integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture_other", "type": "integer"}, "jobs_completed_manufacture_other_quantity": {"description": "jobs_completed_manufacture_other_quantity integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture_other_quantity", "type": "integer"}, "jobs_completed_manufacture_ship": {"description": "jobs_completed_manufacture_ship integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture_ship", "type": "integer"}, "jobs_completed_manufacture_ship_quantity": {"description": "jobs_completed_manufacture_ship_quantity integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture_ship_quantity", "type": "integer"}, "jobs_completed_manufacture_structure": {"description": "jobs_completed_manufacture_structure integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture_structure", "type": "integer"}, "jobs_completed_manufacture_structure_quantity": {"description": "jobs_completed_manufacture_structure_quantity integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture_structure_quantity", "type": "integer"}, "jobs_completed_manufacture_subsystem": {"description": "jobs_completed_manufacture_subsystem integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture_subsystem", "type": "integer"}, "jobs_completed_manufacture_subsystem_quantity": {"description": "jobs_completed_manufacture_subsystem_quantity integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_manufacture_subsystem_quantity", "type": "integer"}, "jobs_completed_material_productivity": {"description": "jobs_completed_material_productivity integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_material_productivity", "type": "integer"}, "jobs_completed_time_productivity": {"description": "jobs_completed_time_productivity integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_completed_time_productivity", "type": "integer"}, "jobs_started_copy_blueprint": {"description": "jobs_started_copy_blueprint integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_started_copy_blueprint", "type": "integer"}, "jobs_started_invention": {"description": "jobs_started_invention integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_started_invention", "type": "integer"}, "jobs_started_manufacture": {"description": "jobs_started_manufacture integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_started_manufacture", "type": "integer"}, "jobs_started_material_productivity": {"description": "jobs_started_material_productivity integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_started_material_productivity", "type": "integer"}, "jobs_started_time_productivity": {"description": "jobs_started_time_productivity integer", "format": "int64", "title": "get_characters_character_id_stats_jobs_started_time_productivity", "type": "integer"}, "reprocess_item": {"description": "reprocess_item integer", "format": "int64", "title": "get_characters_character_id_stats_reprocess_item", "type": "integer"}, "reprocess_item_quantity": {"description": "reprocess_item_quantity integer", "format": "int64", "title": "get_characters_character_id_stats_reprocess_item_quantity", "type": "integer"}}, "title": "get_characters_character_id_stats_industry", "type": "object", "x-model": "get_characters_character_id_stats_industry"}, "inventory": {"description": "inventory object", "properties": {"abandon_loot_quantity": {"description": "abandon_loot_quantity integer", "format": "int64", "title": "get_characters_character_id_stats_abandon_loot_quantity", "type": "integer"}, "trash_item_quantity": {"description": "trash_item_quantity integer", "format": "int64", "title": "get_characters_character_id_stats_trash_item_quantity", "type": "integer"}}, "title": "get_characters_character_id_stats_inventory", "type": "object", "x-model": "get_characters_character_id_stats_inventory"}, "isk": {"description": "isk object", "properties": {"in": {"description": "in integer", "format": "int64", "title": "get_characters_character_id_stats_in", "type": "integer"}, "out": {"description": "out integer", "format": "int64", "title": "get_characters_character_id_stats_out", "type": "integer"}}, "title": "get_characters_character_id_stats_isk", "type": "object", "x-model": "get_characters_character_id_stats_isk"}, "market": {"description": "market object", "properties": {"accept_contracts_courier": {"description": "accept_contracts_courier integer", "format": "int64", "title": "get_characters_character_id_stats_accept_contracts_courier", "type": "integer"}, "accept_contracts_item_exchange": {"description": "accept_contracts_item_exchange integer", "format": "int64", "title": "get_characters_character_id_stats_accept_contracts_item_exchange", "type": "integer"}, "buy_orders_placed": {"description": "buy_orders_placed integer", "format": "int64", "title": "get_characters_character_id_stats_buy_orders_placed", "type": "integer"}, "cancel_market_order": {"description": "cancel_market_order integer", "format": "int64", "title": "get_characters_character_id_stats_cancel_market_order", "type": "integer"}, "create_contracts_auction": {"description": "create_contracts_auction integer", "format": "int64", "title": "get_characters_character_id_stats_create_contracts_auction", "type": "integer"}, "create_contracts_courier": {"description": "create_contracts_courier integer", "format": "int64", "title": "get_characters_character_id_stats_create_contracts_courier", "type": "integer"}, "create_contracts_item_exchange": {"description": "create_contracts_item_exchange integer", "format": "int64", "title": "get_characters_character_id_stats_create_contracts_item_exchange", "type": "integer"}, "deliver_courier_contract": {"description": "deliver_courier_contract integer", "format": "int64", "title": "get_characters_character_id_stats_deliver_courier_contract", "type": "integer"}, "isk_gained": {"description": "isk_gained integer", "format": "int64", "title": "get_characters_character_id_stats_isk_gained", "type": "integer"}, "isk_spent": {"description": "isk_spent integer", "format": "int64", "title": "get_characters_character_id_stats_isk_spent", "type": "integer"}, "modify_market_order": {"description": "modify_market_order integer", "format": "int64", "title": "get_characters_character_id_stats_modify_market_order", "type": "integer"}, "search_contracts": {"description": "search_contracts integer", "format": "int64", "title": "get_characters_character_id_stats_search_contracts", "type": "integer"}, "sell_orders_placed": {"description": "sell_orders_placed integer", "format": "int64", "title": "get_characters_character_id_stats_sell_orders_placed", "type": "integer"}}, "title": "get_characters_character_id_stats_market", "type": "object", "x-model": "get_characters_character_id_stats_market"}, "mining": {"description": "mining object", "properties": {"drone_mine": {"description": "drone_mine integer", "format": "int64", "title": "get_characters_character_id_stats_drone_mine", "type": "integer"}, "ore_arkonor": {"description": "ore_arkonor integer", "format": "int64", "title": "get_characters_character_id_stats_ore_arkonor", "type": "integer"}, "ore_bistot": {"description": "ore_bistot integer", "format": "int64", "title": "get_characters_character_id_stats_ore_bistot", "type": "integer"}, "ore_crokite": {"description": "ore_crokite integer", "format": "int64", "title": "get_characters_character_id_stats_ore_crokite", "type": "integer"}, "ore_dark_ochre": {"description": "ore_dark_ochre integer", "format": "int64", "title": "get_characters_character_id_stats_ore_dark_ochre", "type": "integer"}, "ore_gneiss": {"description": "ore_gneiss integer", "format": "int64", "title": "get_characters_character_id_stats_ore_gneiss", "type": "integer"}, "ore_harvestable_cloud": {"description": "ore_harvestable_cloud integer", "format": "int64", "title": "get_characters_character_id_stats_ore_harvestable_cloud", "type": "integer"}, "ore_hedbergite": {"description": "ore_hedbergite integer", "format": "int64", "title": "get_characters_character_id_stats_ore_hedbergite", "type": "integer"}, "ore_hemorphite": {"description": "ore_hemorphite integer", "format": "int64", "title": "get_characters_character_id_stats_ore_hemorphite", "type": "integer"}, "ore_ice": {"description": "ore_ice integer", "format": "int64", "title": "get_characters_character_id_stats_ore_ice", "type": "integer"}, "ore_jaspet": {"description": "ore_jaspet integer", "format": "int64", "title": "get_characters_character_id_stats_ore_jaspet", "type": "integer"}, "ore_kernite": {"description": "ore_kernite integer", "format": "int64", "title": "get_characters_character_id_stats_ore_kernite", "type": "integer"}, "ore_mercoxit": {"description": "ore_mercoxit integer", "format": "int64", "title": "get_characters_character_id_stats_ore_mercoxit", "type": "integer"}, "ore_omber": {"description": "ore_omber integer", "format": "int64", "title": "get_characters_character_id_stats_ore_omber", "type": "integer"}, "ore_plagioclase": {"description": "ore_plagioclase integer", "format": "int64", "title": "get_characters_character_id_stats_ore_plagioclase", "type": "integer"}, "ore_pyroxeres": {"description": "ore_pyroxeres integer", "format": "int64", "title": "get_characters_character_id_stats_ore_pyroxeres", "type": "integer"}, "ore_scordite": {"description": "ore_scordite integer", "format": "int64", "title": "get_characters_character_id_stats_ore_scordite", "type": "integer"}, "ore_spodumain": {"description": "ore_spodumain integer", "format": "int64", "title": "get_characters_character_id_stats_ore_spodumain", "type": "integer"}, "ore_veldspar": {"description": "ore_veldspar integer", "format": "int64", "title": "get_characters_character_id_stats_ore_veldspar", "type": "integer"}}, "title": "get_characters_character_id_stats_mining", "type": "object", "x-model": "get_characters_character_id_stats_mining"}, "module": {"description": "module object", "properties": {"activations_armor_hardener": {"description": "activations_armor_hardener integer", "format": "int64", "title": "get_characters_character_id_stats_activations_armor_hardener", "type": "integer"}, "activations_armor_repair_unit": {"description": "activations_armor_repair_unit integer", "format": "int64", "title": "get_characters_character_id_stats_activations_armor_repair_unit", "type": "integer"}, "activations_armor_resistance_shift_hardener": {"description": "activations_armor_resistance_shift_hardener integer", "format": "int64", "title": "get_characters_character_id_stats_activations_armor_resistance_shift_hardener", "type": "integer"}, "activations_automated_targeting_system": {"description": "activations_automated_targeting_system integer", "format": "int64", "title": "get_characters_character_id_stats_activations_automated_targeting_system", "type": "integer"}, "activations_bastion": {"description": "activations_bastion integer", "format": "int64", "title": "get_characters_character_id_stats_activations_bastion", "type": "integer"}, "activations_bomb_launcher": {"description": "activations_bomb_launcher integer", "format": "int64", "title": "get_characters_character_id_stats_activations_bomb_launcher", "type": "integer"}, "activations_capacitor_booster": {"description": "activations_capacitor_booster integer", "format": "int64", "title": "get_characters_character_id_stats_activations_capacitor_booster", "type": "integer"}, "activations_cargo_scanner": {"description": "activations_cargo_scanner integer", "format": "int64", "title": "get_characters_character_id_stats_activations_cargo_scanner", "type": "integer"}, "activations_cloaking_device": {"description": "activations_cloaking_device integer", "format": "int64", "title": "get_characters_character_id_stats_activations_cloaking_device", "type": "integer"}, "activations_clone_vat_bay": {"description": "activations_clone_vat_bay integer", "format": "int64", "title": "get_characters_character_id_stats_activations_clone_vat_bay", "type": "integer"}, "activations_cynosural_field": {"description": "activations_cynosural_field integer", "format": "int64", "title": "get_characters_character_id_stats_activations_cynosural_field", "type": "integer"}, "activations_damage_control": {"description": "activations_damage_control integer", "format": "int64", "title": "get_characters_character_id_stats_activations_damage_control", "type": "integer"}, "activations_data_miners": {"description": "activations_data_miners integer", "format": "int64", "title": "get_characters_character_id_stats_activations_data_miners", "type": "integer"}, "activations_drone_control_unit": {"description": "activations_drone_control_unit integer", "format": "int64", "title": "get_characters_character_id_stats_activations_drone_control_unit", "type": "integer"}, "activations_drone_tracking_modules": {"description": "activations_drone_tracking_modules integer", "format": "int64", "title": "get_characters_character_id_stats_activations_drone_tracking_modules", "type": "integer"}, "activations_eccm": {"description": "activations_eccm integer", "format": "int64", "title": "get_characters_character_id_stats_activations_eccm", "type": "integer"}, "activations_ecm": {"description": "activations_ecm integer", "format": "int64", "title": "get_characters_character_id_stats_activations_ecm", "type": "integer"}, "activations_ecm_burst": {"description": "activations_ecm_burst integer", "format": "int64", "title": "get_characters_character_id_stats_activations_ecm_burst", "type": "integer"}, "activations_energy_destabilizer": {"description": "activations_energy_destabilizer integer", "format": "int64", "title": "get_characters_character_id_stats_activations_energy_destabilizer", "type": "integer"}, "activations_energy_vampire": {"description": "activations_energy_vampire integer", "format": "int64", "title": "get_characters_character_id_stats_activations_energy_vampire", "type": "integer"}, "activations_energy_weapon": {"description": "activations_energy_weapon integer", "format": "int64", "title": "get_characters_character_id_stats_activations_energy_weapon", "type": "integer"}, "activations_festival_launcher": {"description": "activations_festival_launcher integer", "format": "int64", "title": "get_characters_character_id_stats_activations_festival_launcher", "type": "integer"}, "activations_frequency_mining_laser": {"description": "activations_frequency_mining_laser integer", "format": "int64", "title": "get_characters_character_id_stats_activations_frequency_mining_laser", "type": "integer"}, "activations_fueled_armor_repairer": {"description": "activations_fueled_armor_repairer integer", "format": "int64", "title": "get_characters_character_id_stats_activations_fueled_armor_repairer", "type": "integer"}, "activations_fueled_shield_booster": {"description": "activations_fueled_shield_booster integer", "format": "int64", "title": "get_characters_character_id_stats_activations_fueled_shield_booster", "type": "integer"}, "activations_gang_coordinator": {"description": "activations_gang_coordinator integer", "format": "int64", "title": "get_characters_character_id_stats_activations_gang_coordinator", "type": "integer"}, "activations_gas_cloud_harvester": {"description": "activations_gas_cloud_harvester integer", "format": "int64", "title": "get_characters_character_id_stats_activations_gas_cloud_harvester", "type": "integer"}, "activations_hull_repair_unit": {"description": "activations_hull_repair_unit integer", "format": "int64", "title": "get_characters_character_id_stats_activations_hull_repair_unit", "type": "integer"}, "activations_hybrid_weapon": {"description": "activations_hybrid_weapon integer", "format": "int64", "title": "get_characters_character_id_stats_activations_hybrid_weapon", "type": "integer"}, "activations_industrial_core": {"description": "activations_industrial_core integer", "format": "int64", "title": "get_characters_character_id_stats_activations_industrial_core", "type": "integer"}, "activations_interdiction_sphere_launcher": {"description": "activations_interdiction_sphere_launcher integer", "format": "int64", "title": "get_characters_character_id_stats_activations_interdiction_sphere_launcher", "type": "integer"}, "activations_micro_jump_drive": {"description": "activations_micro_jump_drive integer", "format": "int64", "title": "get_characters_character_id_stats_activations_micro_jump_drive", "type": "integer"}, "activations_mining_laser": {"description": "activations_mining_laser integer", "format": "int64", "title": "get_characters_character_id_stats_activations_mining_laser", "type": "integer"}, "activations_missile_launcher": {"description": "activations_missile_launcher integer", "format": "int64", "title": "get_characters_character_id_stats_activations_missile_launcher", "type": "integer"}, "activations_passive_targeting_system": {"description": "activations_passive_targeting_system integer", "format": "int64", "title": "get_characters_character_id_stats_activations_passive_targeting_system", "type": "integer"}, "activations_probe_launcher": {"description": "activations_probe_launcher integer", "format": "int64", "title": "get_characters_character_id_stats_activations_probe_launcher", "type": "integer"}, "activations_projected_eccm": {"description": "activations_projected_eccm integer", "format": "int64", "title": "get_characters_character_id_stats_activations_projected_eccm", "type": "integer"}, "activations_projectile_weapon": {"description": "activations_projectile_weapon integer", "format": "int64", "title": "get_characters_character_id_stats_activations_projectile_weapon", "type": "integer"}, "activations_propulsion_module": {"description": "activations_propulsion_module integer", "format": "int64", "title": "get_characters_character_id_stats_activations_propulsion_module", "type": "integer"}, "activations_remote_armor_repairer": {"description": "activations_remote_armor_repairer integer", "format": "int64", "title": "get_characters_character_id_stats_activations_remote_armor_repairer", "type": "integer"}, "activations_remote_capacitor_transmitter": {"description": "activations_remote_capacitor_transmitter integer", "format": "int64", "title": "get_characters_character_id_stats_activations_remote_capacitor_transmitter", "type": "integer"}, "activations_remote_ecm_burst": {"description": "activations_remote_ecm_burst integer", "format": "int64", "title": "get_characters_character_id_stats_activations_remote_ecm_burst", "type": "integer"}, "activations_remote_hull_repairer": {"description": "activations_remote_hull_repairer integer", "format": "int64", "title": "get_characters_character_id_stats_activations_remote_hull_repairer", "type": "integer"}, "activations_remote_sensor_booster": {"description": "activations_remote_sensor_booster integer", "format": "int64", "title": "get_characters_character_id_stats_activations_remote_sensor_booster", "type": "integer"}, "activations_remote_sensor_damper": {"description": "activations_remote_sensor_damper integer", "format": "int64", "title": "get_characters_character_id_stats_activations_remote_sensor_damper", "type": "integer"}, "activations_remote_shield_booster": {"description": "activations_remote_shield_booster integer", "format": "int64", "title": "get_characters_character_id_stats_activations_remote_shield_booster", "type": "integer"}, "activations_remote_tracking_computer": {"description": "activations_remote_tracking_computer integer", "format": "int64", "title": "get_characters_character_id_stats_activations_remote_tracking_computer", "type": "integer"}, "activations_salvager": {"description": "activations_salvager integer", "format": "int64", "title": "get_characters_character_id_stats_activations_salvager", "type": "integer"}, "activations_sensor_booster": {"description": "activations_sensor_booster integer", "format": "int64", "title": "get_characters_character_id_stats_activations_sensor_booster", "type": "integer"}, "activations_shield_booster": {"description": "activations_shield_booster integer", "format": "int64", "title": "get_characters_character_id_stats_activations_shield_booster", "type": "integer"}, "activations_shield_hardener": {"description": "activations_shield_hardener integer", "format": "int64", "title": "get_characters_character_id_stats_activations_shield_hardener", "type": "integer"}, "activations_ship_scanner": {"description": "activations_ship_scanner integer", "format": "int64", "title": "get_characters_character_id_stats_activations_ship_scanner", "type": "integer"}, "activations_siege": {"description": "activations_siege integer", "format": "int64", "title": "get_characters_character_id_stats_activations_siege", "type": "integer"}, "activations_smart_bomb": {"description": "activations_smart_bomb integer", "format": "int64", "title": "get_characters_character_id_stats_activations_smart_bomb", "type": "integer"}, "activations_stasis_web": {"description": "activations_stasis_web integer", "format": "int64", "title": "get_characters_character_id_stats_activations_stasis_web", "type": "integer"}, "activations_strip_miner": {"description": "activations_strip_miner integer", "format": "int64", "title": "get_characters_character_id_stats_activations_strip_miner", "type": "integer"}, "activations_super_weapon": {"description": "activations_super_weapon integer", "format": "int64", "title": "get_characters_character_id_stats_activations_super_weapon", "type": "integer"}, "activations_survey_scanner": {"description": "activations_survey_scanner integer", "format": "int64", "title": "get_characters_character_id_stats_activations_survey_scanner", "type": "integer"}, "activations_target_breaker": {"description": "activations_target_breaker integer", "format": "int64", "title": "get_characters_character_id_stats_activations_target_breaker", "type": "integer"}, "activations_target_painter": {"description": "activations_target_painter integer", "format": "int64", "title": "get_characters_character_id_stats_activations_target_painter", "type": "integer"}, "activations_tracking_computer": {"description": "activations_tracking_computer integer", "format": "int64", "title": "get_characters_character_id_stats_activations_tracking_computer", "type": "integer"}, "activations_tracking_disruptor": {"description": "activations_tracking_disruptor integer", "format": "int64", "title": "get_characters_character_id_stats_activations_tracking_disruptor", "type": "integer"}, "activations_tractor_beam": {"description": "activations_tractor_beam integer", "format": "int64", "title": "get_characters_character_id_stats_activations_tractor_beam", "type": "integer"}, "activations_triage": {"description": "activations_triage integer", "format": "int64", "title": "get_characters_character_id_stats_activations_triage", "type": "integer"}, "activations_warp_disrupt_field_generator": {"description": "activations_warp_disrupt_field_generator integer", "format": "int64", "title": "get_characters_character_id_stats_activations_warp_disrupt_field_generator", "type": "integer"}, "activations_warp_scrambler": {"description": "activations_warp_scrambler integer", "format": "int64", "title": "get_characters_character_id_stats_activations_warp_scrambler", "type": "integer"}, "link_weapons": {"description": "link_weapons integer", "format": "int64", "title": "get_characters_character_id_stats_link_weapons", "type": "integer"}, "overload": {"description": "overload integer", "format": "int64", "title": "get_characters_character_id_stats_overload", "type": "integer"}, "repairs": {"description": "repairs integer", "format": "int64", "title": "get_characters_character_id_stats_repairs", "type": "integer"}}, "title": "get_characters_character_id_stats_module", "type": "object", "x-model": "get_characters_character_id_stats_module"}, "orbital": {"description": "orbital object", "properties": {"strike_characters_killed": {"description": "strike_characters_killed integer", "format": "int64", "title": "get_characters_character_id_stats_strike_characters_killed", "type": "integer"}, "strike_damage_to_players_armor_amount": {"description": "strike_damage_to_players_armor_amount integer", "format": "int64", "title": "get_characters_character_id_stats_strike_damage_to_players_armor_amount", "type": "integer"}, "strike_damage_to_players_shield_amount": {"description": "strike_damage_to_players_shield_amount integer", "format": "int64", "title": "get_characters_character_id_stats_strike_damage_to_players_shield_amount", "type": "integer"}}, "title": "get_characters_character_id_stats_orbital", "type": "object", "x-model": "get_characters_character_id_stats_orbital"}, "pve": {"description": "pve object", "properties": {"dungeons_completed_agent": {"description": "dungeons_completed_agent integer", "format": "int64", "title": "get_characters_character_id_stats_dungeons_completed_agent", "type": "integer"}, "dungeons_completed_distribution": {"description": "dungeons_completed_distribution integer", "format": "int64", "title": "get_characters_character_id_stats_dungeons_completed_distribution", "type": "integer"}, "missions_succeeded": {"description": "missions_succeeded integer", "format": "int64", "title": "get_characters_character_id_stats_missions_succeeded", "type": "integer"}, "missions_succeeded_epic_arc": {"description": "missions_succeeded_epic_arc integer", "format": "int64", "title": "get_characters_character_id_stats_missions_succeeded_epic_arc", "type": "integer"}}, "title": "get_characters_character_id_stats_pve", "type": "object", "x-model": "get_characters_character_id_stats_pve"}, "social": {"description": "social object", "properties": {"add_contact_bad": {"description": "add_contact_bad integer", "format": "int64", "title": "get_characters_character_id_stats_add_contact_bad", "type": "integer"}, "add_contact_good": {"description": "add_contact_good integer", "format": "int64", "title": "get_characters_character_id_stats_add_contact_good", "type": "integer"}, "add_contact_high": {"description": "add_contact_high integer", "format": "int64", "title": "get_characters_character_id_stats_add_contact_high", "type": "integer"}, "add_contact_horrible": {"description": "add_contact_horrible integer", "format": "int64", "title": "get_characters_character_id_stats_add_contact_horrible", "type": "integer"}, "add_contact_neutral": {"description": "add_contact_neutral integer", "format": "int64", "title": "get_characters_character_id_stats_add_contact_neutral", "type": "integer"}, "add_note": {"description": "add_note integer", "format": "int64", "title": "get_characters_character_id_stats_add_note", "type": "integer"}, "added_as_contact_bad": {"description": "added_as_contact_bad integer", "format": "int64", "title": "get_characters_character_id_stats_added_as_contact_bad", "type": "integer"}, "added_as_contact_good": {"description": "added_as_contact_good integer", "format": "int64", "title": "get_characters_character_id_stats_added_as_contact_good", "type": "integer"}, "added_as_contact_high": {"description": "added_as_contact_high integer", "format": "int64", "title": "get_characters_character_id_stats_added_as_contact_high", "type": "integer"}, "added_as_contact_horrible": {"description": "added_as_contact_horrible integer", "format": "int64", "title": "get_characters_character_id_stats_added_as_contact_horrible", "type": "integer"}, "added_as_contact_neutral": {"description": "added_as_contact_neutral integer", "format": "int64", "title": "get_characters_character_id_stats_added_as_contact_neutral", "type": "integer"}, "calendar_event_created": {"description": "calendar_event_created integer", "format": "int64", "title": "get_characters_character_id_stats_calendar_event_created", "type": "integer"}, "chat_messages_alliance": {"description": "chat_messages_alliance integer", "format": "int64", "title": "get_characters_character_id_stats_chat_messages_alliance", "type": "integer"}, "chat_messages_constellation": {"description": "chat_messages_constellation integer", "format": "int64", "title": "get_characters_character_id_stats_chat_messages_constellation", "type": "integer"}, "chat_messages_corporation": {"description": "chat_messages_corporation integer", "format": "int64", "title": "get_characters_character_id_stats_chat_messages_corporation", "type": "integer"}, "chat_messages_fleet": {"description": "chat_messages_fleet integer", "format": "int64", "title": "get_characters_character_id_stats_chat_messages_fleet", "type": "integer"}, "chat_messages_region": {"description": "chat_messages_region integer", "format": "int64", "title": "get_characters_character_id_stats_chat_messages_region", "type": "integer"}, "chat_messages_solarsystem": {"description": "chat_messages_solarsystem integer", "format": "int64", "title": "get_characters_character_id_stats_chat_messages_solarsystem", "type": "integer"}, "chat_messages_warfaction": {"description": "chat_messages_warfaction integer", "format": "int64", "title": "get_characters_character_id_stats_chat_messages_warfaction", "type": "integer"}, "chat_total_message_length": {"description": "chat_total_message_length integer", "format": "int64", "title": "get_characters_character_id_stats_chat_total_message_length", "type": "integer"}, "direct_trades": {"description": "direct_trades integer", "format": "int64", "title": "get_characters_character_id_stats_direct_trades", "type": "integer"}, "fleet_broadcasts": {"description": "fleet_broadcasts integer", "format": "int64", "title": "get_characters_character_id_stats_fleet_broadcasts", "type": "integer"}, "fleet_joins": {"description": "fleet_joins integer", "format": "int64", "title": "get_characters_character_id_stats_fleet_joins", "type": "integer"}, "mails_received": {"description": "mails_received integer", "format": "int64", "title": "get_characters_character_id_stats_mails_received", "type": "integer"}, "mails_sent": {"description": "mails_sent integer", "format": "int64", "title": "get_characters_character_id_stats_mails_sent", "type": "integer"}}, "title": "get_characters_character_id_stats_social", "type": "object", "x-model": "get_characters_character_id_stats_social"}, "travel": {"description": "travel object", "properties": {"acceleration_gate_activations": {"description": "acceleration_gate_activations integer", "format": "int64", "title": "get_characters_character_id_stats_acceleration_gate_activations", "type": "integer"}, "align_to": {"description": "align_to integer", "format": "int64", "title": "get_characters_character_id_stats_align_to", "type": "integer"}, "distance_warped_high_sec": {"description": "distance_warped_high_sec integer", "format": "int64", "title": "get_characters_character_id_stats_distance_warped_high_sec", "type": "integer"}, "distance_warped_low_sec": {"description": "distance_warped_low_sec integer", "format": "int64", "title": "get_characters_character_id_stats_distance_warped_low_sec", "type": "integer"}, "distance_warped_null_sec": {"description": "distance_warped_null_sec integer", "format": "int64", "title": "get_characters_character_id_stats_distance_warped_null_sec", "type": "integer"}, "distance_warped_wormhole": {"description": "distance_warped_wormhole integer", "format": "int64", "title": "get_characters_character_id_stats_distance_warped_wormhole", "type": "integer"}, "docks_high_sec": {"description": "docks_high_sec integer", "format": "int64", "title": "get_characters_character_id_stats_docks_high_sec", "type": "integer"}, "docks_low_sec": {"description": "docks_low_sec integer", "format": "int64", "title": "get_characters_character_id_stats_docks_low_sec", "type": "integer"}, "docks_null_sec": {"description": "docks_null_sec integer", "format": "int64", "title": "get_characters_character_id_stats_docks_null_sec", "type": "integer"}, "jumps_stargate_high_sec": {"description": "jumps_stargate_high_sec integer", "format": "int64", "title": "get_characters_character_id_stats_jumps_stargate_high_sec", "type": "integer"}, "jumps_stargate_low_sec": {"description": "jumps_stargate_low_sec integer", "format": "int64", "title": "get_characters_character_id_stats_jumps_stargate_low_sec", "type": "integer"}, "jumps_stargate_null_sec": {"description": "jumps_stargate_null_sec integer", "format": "int64", "title": "get_characters_character_id_stats_jumps_stargate_null_sec", "type": "integer"}, "jumps_wormhole": {"description": "jumps_wormhole integer", "format": "int64", "title": "get_characters_character_id_stats_jumps_wormhole", "type": "integer"}, "warps_high_sec": {"description": "warps_high_sec integer", "format": "int64", "title": "get_characters_character_id_stats_warps_high_sec", "type": "integer"}, "warps_low_sec": {"description": "warps_low_sec integer", "format": "int64", "title": "get_characters_character_id_stats_warps_low_sec", "type": "integer"}, "warps_null_sec": {"description": "warps_null_sec integer", "format": "int64", "title": "get_characters_character_id_stats_warps_null_sec", "type": "integer"}, "warps_to_bookmark": {"description": "warps_to_bookmark integer", "format": "int64", "title": "get_characters_character_id_stats_warps_to_bookmark", "type": "integer"}, "warps_to_celestial": {"description": "warps_to_celestial integer", "format": "int64", "title": "get_characters_character_id_stats_warps_to_celestial", "type": "integer"}, "warps_to_fleet_member": {"description": "warps_to_fleet_member integer", "format": "int64", "title": "get_characters_character_id_stats_warps_to_fleet_member", "type": "integer"}, "warps_to_scan_result": {"description": "warps_to_scan_result integer", "format": "int64", "title": "get_characters_character_id_stats_warps_to_scan_result", "type": "integer"}, "warps_wormhole": {"description": "warps_wormhole integer", "format": "int64", "title": "get_characters_character_id_stats_warps_wormhole", "type": "integer"}}, "title": "get_characters_character_id_stats_travel", "type": "object", "x-model": "get_characters_character_id_stats_travel"}, "year": {"description": "Gregorian year for this set of aggregates", "format": "int32", "title": "get_characters_character_id_stats_year", "type": "integer"}}, "required": ["year"], "title": "get_characters_character_id_stats_200_ok", "type": "object", "x-model": "get_characters_character_id_stats_200_ok"}, "maxItems": 1000, "title": "get_characters_character_id_stats_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "401": {"description": "Unauthorized", "examples": {"application/json": {"error": "Unauthorized message"}}, "schema": {"$ref": "#/definitions/unauthorized", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "403": {"description": "Forbidden", "examples": {"application/json": {"error": "Forbidden message"}}, "schema": {"$ref": "#/definitions/forbidden", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "security": [{"evesso": ["esi-characterstats.read.v1"]}], "summary": "Yearly aggregate stats", "tags": ["Character"], "x-alternate-versions": ["dev", "v2"], "x-cached-seconds": 86400}}, "/v2/universe/factions/": {"get": {"description": "Get a list of factions\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_factions", "parameters": [{"$ref": "#/parameters/Accept-Language", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/language", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "A list of factions", "examples": {"application/json": [{"corporation_id": 456, "description": "blah blah", "faction_id": 1, "is_unique": true, "name": "Faction", "size_factor": 1.0, "solar_system_id": 123, "station_count": 1000, "station_system_count": 100}]}, "headers": {"Cache-Control": {"description": "The caching mechanism used", "type": "string"}, "Content-Language": {"description": "The language used in the response", "enum": ["de", "en-us", "fr", "ja", "ru", "zh", "ko"], "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"}}, "schema": {"description": "200 ok array", "items": {"description": "200 ok object", "properties": {"corporation_id": {"description": "corporation_id integer", "format": "int32", "title": "get_universe_factions_corporation_id", "type": "integer"}, "description": {"description": "description string", "title": "get_universe_factions_description", "type": "string"}, "faction_id": {"description": "faction_id integer", "format": "int32", "title": "get_universe_factions_faction_id", "type": "integer"}, "is_unique": {"description": "is_unique boolean", "title": "get_universe_factions_is_unique", "type": "boolean"}, "militia_corporation_id": {"description": "militia_corporation_id integer", "format": "int32", "title": "get_universe_factions_militia_corporation_id", "type": "integer"}, "name": {"description": "name string", "title": "get_universe_factions_name", "type": "string"}, "size_factor": {"description": "size_factor number", "format": "float", "title": "get_universe_factions_size_factor", "type": "number"}, "solar_system_id": {"description": "solar_system_id integer", "format": "int32", "title": "get_universe_factions_solar_system_id", "type": "integer"}, "station_count": {"description": "station_count integer", "format": "int32", "title": "get_universe_factions_station_count", "type": "integer"}, "station_system_count": {"description": "station_system_count integer", "format": "int32", "title": "get_universe_factions_station_system_count", "type": "integer"}}, "required": ["faction_id", "name", "description", "size_factor", "station_count", "station_system_count", "is_unique"], "title": "get_universe_factions_200_ok", "type": "object", "x-model": "get_universe_factions_200_ok"}, "maxItems": 10000, "title": "get_universe_factions_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get factions", "tags": ["Universe"], "x-alternate-versions": ["dev", "v2"]}}, "/v2/universe/stations/{station_id}/": {"get": {"description": "Get information on a station\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_stations_station_id", "parameters": [{"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"description": "station_id integer", "format": "int32", "in": "path", "name": "station_id", "required": true, "type": "integer"}], "responses": {"200": {"description": "Information about a station", "examples": {"application/json": {"max_dockable_ship_volume": 50000000, "name": "Jakanerva III - Moon 15 - Prompt Delivery Storage", "office_rental_cost": 10000, "owner": 1000003, "position": {"x": 165632286720, "y": 2771804160, "z": -2455331266560}, "race_id": 1, "reprocessing_efficiency": 0.5, "reprocessing_stations_take": 0.05, "services": ["courier-missions", "reprocessing-plant", "market", "repair-facilities", "fitting", "news", "storage", "insurance", "docking", "office-rental", "loyalty-point-store", "navy-offices"], "station_id": 60000277, "system_id": 30000148, "type_id": 1531}}, "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"}}, "schema": {"description": "200 ok object", "properties": {"max_dockable_ship_volume": {"description": "max_dockable_ship_volume number", "format": "float", "title": "get_universe_stations_station_id_max_dockable_ship_volume", "type": "number"}, "name": {"description": "name string", "title": "get_universe_stations_station_id_name", "type": "string"}, "office_rental_cost": {"description": "office_rental_cost number", "format": "float", "title": "get_universe_stations_station_id_office_rental_cost", "type": "number"}, "owner": {"description": "ID of the corporation that controls this station", "format": "int32", "title": "get_universe_stations_station_id_owner", "type": "integer"}, "position": {"description": "position object", "properties": {"x": {"description": "x number", "format": "double", "title": "get_universe_stations_station_id_x", "type": "number"}, "y": {"description": "y number", "format": "double", "title": "get_universe_stations_station_id_y", "type": "number"}, "z": {"description": "z number", "format": "double", "title": "get_universe_stations_station_id_z", "type": "number"}}, "required": ["x", "y", "z"], "title": "get_universe_stations_station_id_position", "type": "object", "x-model": "get_universe_stations_station_id_position"}, "race_id": {"description": "race_id integer", "format": "int32", "title": "get_universe_stations_station_id_race_id", "type": "integer"}, "reprocessing_efficiency": {"description": "reprocessing_efficiency number", "format": "float", "title": "get_universe_stations_station_id_reprocessing_efficiency", "type": "number"}, "reprocessing_stations_take": {"description": "reprocessing_stations_take number", "format": "float", "title": "get_universe_stations_station_id_reprocessing_stations_take", "type": "number"}, "services": {"description": "services array", "items": {"description": "service string", "enum": ["bounty-missions", "assasination-missions", "courier-missions", "interbus", "reprocessing-plant", "refinery", "market", "black-market", "stock-exchange", "cloning", "surgery", "dna-therapy", "repair-facilities", "factory", "labratory", "gambling", "fitting", "paintshop", "news", "storage", "insurance", "docking", "office-rental", "jump-clone-facility", "loyalty-point-store", "navy-offices", "security-offices"], "title": "get_universe_stations_station_id_service", "type": "string"}, "maxItems": 30, "title": "get_universe_stations_station_id_services", "type": "array"}, "station_id": {"description": "station_id integer", "format": "int32", "title": "get_universe_stations_station_id_station_id", "type": "integer"}, "system_id": {"description": "The solar system this station is in", "format": "int32", "title": "get_universe_stations_station_id_system_id", "type": "integer"}, "type_id": {"description": "type_id integer", "format": "int32", "title": "get_universe_stations_station_id_type_id", "type": "integer"}}, "required": ["station_id", "name", "type_id", "position", "system_id", "reprocessing_efficiency", "reprocessing_stations_take", "max_dockable_ship_volume", "office_rental_cost", "services"], "title": "get_universe_stations_station_id_ok", "type": "object", "x-model": "get_universe_stations_station_id_ok"}}, "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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "404": {"description": "Station not found", "examples": {"application/json": {"error": "Not found message"}}, "schema": {"description": "Not found", "properties": {"error": {"description": "Not found message", "title": "get_universe_stations_station_id_404_not_found", "type": "string"}}, "title": "get_universe_stations_station_id_not_found", "type": "object", "x-model": "get_universe_stations_station_id_not_found"}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get station information", "tags": ["Universe"], "x-alternate-versions": ["dev", "v2"]}}, "/v2/universe/structures/{structure_id}/": {"get": {"description": "Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs.\n\n---\n\nThis route is cached for up to 3600 seconds", "operationId": "get_universe_structures_structure_id", "parameters": [{"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"description": "An Eve structure ID", "format": "int64", "in": "path", "name": "structure_id", "required": true, "type": "integer"}, {"$ref": "#/parameters/token", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "Data about a structure", "examples": {"application/json": {"name": "V-3YG7 VI - The Capital", "owner_id": 109299958, "solar_system_id": 30000142}}, "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"}}, "schema": {"description": "200 ok object", "properties": {"name": {"description": "The full name of the structure", "title": "get_universe_structures_structure_id_name", "type": "string"}, "owner_id": {"description": "The ID of the corporation who owns this particular structure", "format": "int32", "title": "get_universe_structures_structure_id_owner_id", "type": "integer"}, "position": {"description": "Coordinates of the structure in Cartesian space relative to the Sun, in metres.\n", "properties": {"x": {"description": "x number", "format": "double", "title": "get_universe_structures_structure_id_x", "type": "number"}, "y": {"description": "y number", "format": "double", "title": "get_universe_structures_structure_id_y", "type": "number"}, "z": {"description": "z number", "format": "double", "title": "get_universe_structures_structure_id_z", "type": "number"}}, "required": ["x", "y", "z"], "title": "get_universe_structures_structure_id_position", "type": "object", "x-model": "get_universe_structures_structure_id_position"}, "solar_system_id": {"description": "solar_system_id integer", "format": "int32", "title": "get_universe_structures_structure_id_solar_system_id", "type": "integer"}, "type_id": {"description": "type_id integer", "format": "int32", "title": "get_universe_structures_structure_id_type_id", "type": "integer"}}, "required": ["name", "solar_system_id", "owner_id"], "title": "get_universe_structures_structure_id_ok", "type": "object", "x-model": "get_universe_structures_structure_id_ok"}}, "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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "401": {"description": "Unauthorized", "examples": {"application/json": {"error": "Unauthorized message"}}, "schema": {"$ref": "#/definitions/unauthorized", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "403": {"description": "Forbidden", "examples": {"application/json": {"error": "Forbidden message"}}, "schema": {"$ref": "#/definitions/forbidden", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "404": {"description": "Structure not found", "examples": {"application/json": {"error": "Not found message"}}, "schema": {"description": "Not found", "properties": {"error": {"description": "Not found message", "title": "get_universe_structures_structure_id_404_not_found", "type": "string"}}, "title": "get_universe_structures_structure_id_not_found", "type": "object", "x-model": "get_universe_structures_structure_id_not_found"}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "security": [{"evesso": ["esi-universe.read_structures.v1"]}], "summary": "Get structure information", "tags": ["Universe"], "x-alternate-versions": ["dev", "v2"], "x-cached-seconds": 3600}}, "/v2/universe/system_kills/": {"get": {"description": "Get the number of ship, pod and NPC kills per solar system within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with kills will be listed\n\n---\n\nThis route is cached for up to 3600 seconds", "operationId": "get_universe_system_kills", "parameters": [{"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "A list of systems and number of ship, pod and NPC kills", "examples": {"application/json": [{"npc_kills": 0, "pod_kills": 24, "ship_kills": 42, "system_id": 30002410}]}, "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"}}, "schema": {"description": "200 ok array", "items": {"description": "200 ok object", "properties": {"npc_kills": {"description": "Number of NPC ships killed in this system", "format": "int32", "title": "get_universe_system_kills_npc_kills", "type": "integer"}, "pod_kills": {"description": "Number of pods killed in this system", "format": "int32", "title": "get_universe_system_kills_pod_kills", "type": "integer"}, "ship_kills": {"description": "Number of player ships killed in this system", "format": "int32", "title": "get_universe_system_kills_ship_kills", "type": "integer"}, "system_id": {"description": "system_id integer", "format": "int32", "title": "get_universe_system_kills_system_id", "type": "integer"}}, "required": ["system_id", "ship_kills", "npc_kills", "pod_kills"], "title": "get_universe_system_kills_200_ok", "type": "object", "x-model": "get_universe_system_kills_200_ok"}, "maxItems": 10000, "title": "get_universe_system_kills_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get system kills", "tags": ["Universe"], "x-alternate-versions": ["dev", "v2"], "x-cached-seconds": 3600}}, "/v3/alliances/{alliance_id}/": {"get": {"description": "Public information about an alliance\n\n---\n\nThis route is cached for up to 3600 seconds\n\n---\nWarning: This route has an upgrade available\n\n---\n[Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#GET-/alliances/{alliance_id}/)", "operationId": "get_alliances_alliance_id", "parameters": [{"$ref": "#/parameters/alliance_id", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "Public data about an alliance", "examples": {"application/json": {"creator_corporation_id": 45678, "creator_id": 12345, "date_founded": "2016-06-26T21:00:00Z", "executor_corporation_id": 98356193, "name": "C C P Alliance", "ticker": "<C C P>"}}, "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"}}, "schema": {"description": "200 ok object", "properties": {"creator_corporation_id": {"description": "ID of the corporation that created the alliance", "format": "int32", "title": "get_alliances_alliance_id_creator_corporation_id", "type": "integer"}, "creator_id": {"description": "ID of the character that created the alliance", "format": "int32", "title": "get_alliances_alliance_id_creator_id", "type": "integer"}, "date_founded": {"description": "date_founded string", "format": "date-time", "title": "get_alliances_alliance_id_date_founded", "type": "string"}, "executor_corporation_id": {"description": "the executor corporation ID, if this alliance is not closed", "format": "int32", "title": "get_alliances_alliance_id_executor_corporation_id", "type": "integer"}, "faction_id": {"description": "Faction ID this alliance is fighting for, if this alliance is enlisted in factional warfare", "format": "int32", "title": "get_alliances_alliance_id_faction_id", "type": "integer"}, "name": {"description": "the full name of the alliance", "title": "get_alliances_alliance_id_name", "type": "string"}, "ticker": {"description": "the short name of the alliance", "title": "get_alliances_alliance_id_ticker", "type": "string"}}, "required": ["name", "creator_id", "creator_corporation_id", "ticker", "date_founded"], "title": "get_alliances_alliance_id_ok", "type": "object", "x-model": "get_alliances_alliance_id_ok"}}, "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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "404": {"description": "Alliance not found", "examples": {"application/json": {"error": "Not found message"}}, "schema": {"description": "Not found", "properties": {"error": {"description": "Not found message", "title": "get_alliances_alliance_id_404_not_found", "type": "string"}}, "title": "get_alliances_alliance_id_not_found", "type": "object", "x-model": "get_alliances_alliance_id_not_found"}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get alliance information", "tags": ["Alliance"], "x-alternate-versions": ["v3"], "x-cached-seconds": 3600}}, "/v3/universe/names/": {"post": {"description": "Resolve a set of IDs to names and categories. Supported ID's for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions\n\n---\n", "operationId": "post_universe_names", "parameters": [{"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"description": "The ids to resolve", "in": "body", "name": "ids", "required": true, "schema": {"description": "ids array", "example": [95465499, 30000142], "items": {"description": "id integer", "format": "int32", "title": "post_universe_names_id", "type": "integer"}, "maxItems": 1000, "minItems": 1, "title": "post_universe_names_ids", "type": "array", "uniqueItems": true}}], "responses": {"200": {"description": "List of id/name associations for a set of IDs. All IDs must resolve to a name, or nothing will be returned", "examples": {"application/json": [{"category": "character", "id": 95465499, "name": "CCP Bartender"}, {"category": "solar_system", "id": 30000142, "name": "Jita"}]}, "schema": {"description": "200 ok array", "items": {"description": "200 ok object", "properties": {"category": {"description": "category string", "enum": ["alliance", "character", "constellation", "corporation", "inventory_type", "region", "solar_system", "station", "faction"], "title": "post_universe_names_category", "type": "string"}, "id": {"description": "id integer", "format": "int32", "title": "post_universe_names_id", "type": "integer"}, "name": {"description": "name string", "title": "post_universe_names_name", "type": "string"}}, "required": ["id", "name", "category"], "title": "post_universe_names_200_ok", "type": "object", "x-model": "post_universe_names_200_ok"}, "maxItems": 1000, "title": "post_universe_names_ok", "type": "array"}}, "400": {"description": "Bad request", "examples": {"application/json": {"error": "Bad request message"}}, "schema": {"$ref": "#/definitions/bad_request", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "404": {"description": "Ensure all IDs are valid before resolving", "examples": {"application/json": {"error": "Not found message"}}, "schema": {"description": "Not found", "properties": {"error": {"description": "Not found message", "title": "post_universe_names_404_not_found", "type": "string"}}, "title": "post_universe_names_not_found", "type": "object", "x-model": "post_universe_names_not_found"}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get names and categories for a set of IDs", "tags": ["Universe"], "x-alternate-versions": ["dev", "v3"]}}, "/v3/universe/types/{type_id}/": {"get": {"description": "Get information on a type\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_types_type_id", "parameters": [{"$ref": "#/parameters/Accept-Language", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/language", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"description": "An Eve item type ID", "format": "int32", "in": "path", "name": "type_id", "required": true, "type": "integer"}], "responses": {"200": {"description": "Information about a type", "examples": {"application/json": {"description": "The Rifter is a...", "group_id": 25, "name": "Rifter", "published": true, "type_id": 587}}, "headers": {"Cache-Control": {"description": "The caching mechanism used", "type": "string"}, "Content-Language": {"description": "The language used in the response", "enum": ["de", "en-us", "fr", "ja", "ru", "zh", "ko"], "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"}}, "schema": {"description": "200 ok object", "properties": {"capacity": {"description": "capacity number", "format": "float", "title": "get_universe_types_type_id_capacity", "type": "number"}, "description": {"description": "description string", "title": "get_universe_types_type_id_description", "type": "string"}, "dogma_attributes": {"description": "dogma_attributes array", "items": {"description": "dogma_attribute object", "properties": {"attribute_id": {"description": "attribute_id integer", "format": "int32", "title": "get_universe_types_type_id_attribute_id", "type": "integer"}, "value": {"description": "value number", "format": "float", "title": "get_universe_types_type_id_value", "type": "number"}}, "required": ["attribute_id", "value"], "title": "get_universe_types_type_id_dogma_attribute", "type": "object", "x-model": "get_universe_types_type_id_dogma_attribute"}, "maxItems": 1000, "title": "get_universe_types_type_id_dogma_attributes", "type": "array"}, "dogma_effects": {"description": "dogma_effects array", "items": {"description": "dogma_effect object", "properties": {"effect_id": {"description": "effect_id integer", "format": "int32", "title": "get_universe_types_type_id_effect_id", "type": "integer"}, "is_default": {"description": "is_default boolean", "title": "get_universe_types_type_id_is_default", "type": "boolean"}}, "required": ["effect_id", "is_default"], "title": "get_universe_types_type_id_dogma_effect", "type": "object", "x-model": "get_universe_types_type_id_dogma_effect"}, "maxItems": 1000, "title": "get_universe_types_type_id_dogma_effects", "type": "array"}, "graphic_id": {"description": "graphic_id integer", "format": "int32", "title": "get_universe_types_type_id_graphic_id", "type": "integer"}, "group_id": {"description": "group_id integer", "format": "int32", "title": "get_universe_types_type_id_group_id", "type": "integer"}, "icon_id": {"description": "icon_id integer", "format": "int32", "title": "get_universe_types_type_id_icon_id", "type": "integer"}, "market_group_id": {"description": "This only exists for types that can be put on the market", "format": "int32", "title": "get_universe_types_type_id_market_group_id", "type": "integer"}, "mass": {"description": "mass number", "format": "float", "title": "get_universe_types_type_id_mass", "type": "number"}, "name": {"description": "name string", "title": "get_universe_types_type_id_name", "type": "string"}, "packaged_volume": {"description": "packaged_volume number", "format": "float", "title": "get_universe_types_type_id_packaged_volume", "type": "number"}, "portion_size": {"description": "portion_size integer", "format": "int32", "title": "get_universe_types_type_id_portion_size", "type": "integer"}, "published": {"description": "published boolean", "title": "get_universe_types_type_id_published", "type": "boolean"}, "radius": {"description": "radius number", "format": "float", "title": "get_universe_types_type_id_radius", "type": "number"}, "type_id": {"description": "type_id integer", "format": "int32", "title": "get_universe_types_type_id_type_id", "type": "integer"}, "volume": {"description": "volume number", "format": "float", "title": "get_universe_types_type_id_volume", "type": "number"}}, "required": ["type_id", "name", "description", "published", "group_id"], "title": "get_universe_types_type_id_ok", "type": "object", "x-model": "get_universe_types_type_id_ok"}}, "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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "404": {"description": "Type not found", "examples": {"application/json": {"error": "Not found message"}}, "schema": {"description": "Not found", "properties": {"error": {"description": "Not found message", "title": "get_universe_types_type_id_404_not_found", "type": "string"}}, "title": "get_universe_types_type_id_not_found", "type": "object", "x-model": "get_universe_types_type_id_not_found"}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get type information", "tags": ["Universe"], "x-alternate-versions": ["dev", "v3"]}}, "/v4/characters/{character_id}/": {"get": {"description": "Public information about a character\n\n---\n\nThis route is cached for up to 86400 seconds", "operationId": "get_characters_character_id", "parameters": [{"$ref": "#/parameters/character_id", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "Public data for the given character", "examples": {"application/json": {"ancestry_id": 19, "birthday": "2015-03-24T11:37:00Z", "bloodline_id": 3, "corporation_id": 109299958, "description": "", "gender": "male", "name": "CCP Bartender", "race_id": 2, "title": "All round pretty awesome guy"}}, "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"}}, "schema": {"description": "200 ok object", "properties": {"alliance_id": {"description": "The character's alliance ID", "format": "int32", "title": "get_characters_character_id_alliance_id", "type": "integer"}, "ancestry_id": {"description": "ancestry_id integer", "format": "int32", "title": "get_characters_character_id_ancestry_id", "type": "integer"}, "birthday": {"description": "Creation date of the character", "format": "date-time", "title": "get_characters_character_id_birthday", "type": "string"}, "bloodline_id": {"description": "bloodline_id integer", "format": "int32", "title": "get_characters_character_id_bloodline_id", "type": "integer"}, "corporation_id": {"description": "The character's corporation ID", "format": "int32", "title": "get_characters_character_id_corporation_id", "type": "integer"}, "description": {"description": "description string", "title": "get_characters_character_id_description", "type": "string"}, "faction_id": {"description": "ID of the faction the character is fighting for, if the character is enlisted in Factional Warfare", "format": "int32", "title": "get_characters_character_id_faction_id", "type": "integer"}, "gender": {"description": "gender string", "enum": ["female", "male"], "title": "get_characters_character_id_gender", "type": "string"}, "name": {"description": "name string", "title": "get_characters_character_id_name", "type": "string"}, "race_id": {"description": "race_id integer", "format": "int32", "title": "get_characters_character_id_race_id", "type": "integer"}, "security_status": {"description": "security_status number", "format": "float", "maximum": 10, "minimum": -10, "title": "get_characters_character_id_security_status", "type": "number"}, "title": {"description": "The individual title of the character", "title": "get_characters_character_id_title", "type": "string"}}, "required": ["corporation_id", "birthday", "name", "gender", "race_id", "bloodline_id"], "title": "get_characters_character_id_ok", "type": "object", "x-model": "get_characters_character_id_ok"}}, "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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "404": {"description": "Character not found", "examples": {"application/json": {"error": "Not found message"}}, "schema": {"description": "Not found", "properties": {"error": {"description": "Not found message", "title": "get_characters_character_id_404_not_found", "type": "string"}}, "title": "get_characters_character_id_not_found", "type": "object", "x-model": "get_characters_character_id_not_found"}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get character's public information", "tags": ["Character"], "x-alternate-versions": ["dev", "v4"], "x-cached-seconds": 86400}}, "/v4/characters/{character_id}/cspa/": {"post": {"description": "Takes a source character ID in the url and a set of target character ID's in the body, returns a CSPA charge cost\n\n---\n\n[Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#POST-/characters/{character_id}/cspa/)", "operationId": "post_characters_character_id_cspa", "parameters": [{"$ref": "#/parameters/character_id", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"description": "The target characters to calculate the charge for", "in": "body", "name": "characters", "required": true, "schema": {"description": "characters array", "items": {"description": "character integer", "format": "int32", "title": "post_characters_character_id_cspa_character", "type": "integer"}, "maxItems": 100, "minItems": 1, "title": "post_characters_character_id_cspa_characters", "type": "array", "uniqueItems": true}}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/token", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"201": {"description": "Aggregate cost of sending a mail from the source character to the target characters, in ISK", "examples": {"application/json": 2950.0}, "schema": {"description": "201 created number", "format": "float", "title": "post_characters_character_id_cspa_created", "type": "number"}}, "400": {"description": "Bad request", "examples": {"application/json": {"error": "Bad request message"}}, "schema": {"$ref": "#/definitions/bad_request", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "401": {"description": "Unauthorized", "examples": {"application/json": {"error": "Unauthorized message"}}, "schema": {"$ref": "#/definitions/unauthorized", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "403": {"description": "Forbidden", "examples": {"application/json": {"error": "Forbidden message"}}, "schema": {"$ref": "#/definitions/forbidden", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "security": [{"evesso": ["esi-characters.read_contacts.v1"]}], "summary": "Calculate a CSPA charge cost", "tags": ["Character"], "x-alternate-versions": ["v4"]}}, "/v4/corporations/{corporation_id}/": {"get": {"description": "Public information about a corporation\n\n---\n\nThis route is cached for up to 3600 seconds", "operationId": "get_corporations_corporation_id", "parameters": [{"$ref": "#/parameters/corporation_id", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "Public information about a corporation", "examples": {"application/json": {"alliance_id": 434243723, "ceo_id": 180548812, "creator_id": 180548812, "date_founded": "2004-11-28T16:42:51Z", "description": "This is a corporation description, it's basically just a string", "member_count": 656, "name": "C C P", "tax_rate": 0.256, "ticker": "-CCP-", "url": "http://www.eveonline.com"}}, "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"}}, "schema": {"description": "200 ok object", "properties": {"alliance_id": {"description": "ID of the alliance that corporation is a member of, if any", "format": "int32", "title": "get_corporations_corporation_id_alliance_id", "type": "integer"}, "ceo_id": {"description": "ceo_id integer", "format": "int32", "title": "get_corporations_corporation_id_ceo_id", "type": "integer"}, "creator_id": {"description": "creator_id integer", "format": "int32", "title": "get_corporations_corporation_id_creator_id", "type": "integer"}, "date_founded": {"description": "date_founded string", "format": "date-time", "title": "get_corporations_corporation_id_date_founded", "type": "string"}, "description": {"description": "description string", "title": "get_corporations_corporation_id_description", "type": "string"}, "faction_id": {"description": "faction_id integer", "format": "int32", "title": "get_corporations_corporation_id_faction_id", "type": "integer"}, "home_station_id": {"description": "home_station_id integer", "format": "int32", "title": "get_corporations_corporation_id_home_station_id", "type": "integer"}, "member_count": {"description": "member_count integer", "format": "int32", "title": "get_corporations_corporation_id_member_count", "type": "integer"}, "name": {"description": "the full name of the corporation", "title": "get_corporations_corporation_id_name", "type": "string"}, "shares": {"description": "shares integer", "format": "int64", "title": "get_corporations_corporation_id_shares", "type": "integer"}, "tax_rate": {"description": "tax_rate number", "format": "float", "maximum": 1, "minimum": 0, "title": "get_corporations_corporation_id_tax_rate", "type": "number"}, "ticker": {"description": "the short name of the corporation", "title": "get_corporations_corporation_id_ticker", "type": "string"}, "url": {"description": "url string", "title": "get_corporations_corporation_id_url", "type": "string"}, "war_eligible": {"description": "war_eligible boolean", "title": "get_corporations_corporation_id_war_eligible", "type": "boolean"}}, "required": ["name", "ticker", "member_count", "ceo_id", "tax_rate", "creator_id"], "title": "get_corporations_corporation_id_ok", "type": "object", "x-model": "get_corporations_corporation_id_ok"}}, "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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "404": {"description": "Corporation not found", "examples": {"application/json": {"error": "Not found message"}}, "schema": {"description": "Not found", "properties": {"error": {"description": "Not found message", "title": "get_corporations_corporation_id_404_not_found", "type": "string"}}, "title": "get_corporations_corporation_id_not_found", "type": "object", "x-model": "get_corporations_corporation_id_not_found"}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get corporation information", "tags": ["Corporation"], "x-alternate-versions": ["dev", "v4"], "x-cached-seconds": 3600}}, "/v4/universe/systems/{system_id}/": {"get": {"description": "Get information on a solar system.\n\n---\n\nThis route expires daily at 11:05", "operationId": "get_universe_systems_system_id", "parameters": [{"$ref": "#/parameters/Accept-Language", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/language", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"description": "system_id integer", "format": "int32", "in": "path", "name": "system_id", "required": true, "type": "integer"}], "responses": {"200": {"description": "Information about a solar system", "examples": {"application/json": {"constellation_id": 20000001, "name": "Akpivem", "planets": [{"moons": [40000042], "planet_id": 40000041}, {"planet_id": 40000043}], "position": {"x": -91174141133075340, "y": 43938227486247170, "z": -56482824383339900}, "security_class": "B", "security_status": 0.8462923765182495, "star_id": 40000040, "stargates": [50000342], "system_id": 30000003}}, "headers": {"Cache-Control": {"description": "The caching mechanism used", "type": "string"}, "Content-Language": {"description": "The language used in the response", "enum": ["de", "en-us", "fr", "ja", "ru", "zh", "ko"], "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"}}, "schema": {"description": "200 ok object", "properties": {"constellation_id": {"description": "The constellation this solar system is in", "format": "int32", "title": "get_universe_systems_system_id_constellation_id", "type": "integer"}, "name": {"description": "name string", "title": "get_universe_systems_system_id_name", "type": "string"}, "planets": {"description": "planets array", "items": {"description": "planet object", "properties": {"asteroid_belts": {"description": "asteroid_belts array", "items": {"description": "asteroid_belt integer", "format": "int32", "title": "get_universe_systems_system_id_asteroid_belt", "type": "integer"}, "maxItems": 100, "title": "get_universe_systems_system_id_asteroid_belts", "type": "array"}, "moons": {"description": "moons array", "items": {"description": "moon integer", "format": "int32", "title": "get_universe_systems_system_id_moon", "type": "integer"}, "maxItems": 1000, "title": "get_universe_systems_system_id_moons", "type": "array"}, "planet_id": {"description": "planet_id integer", "format": "int32", "title": "get_universe_systems_system_id_planet_id", "type": "integer"}}, "required": ["planet_id"], "title": "get_universe_systems_system_id_planet", "type": "object", "x-model": "get_universe_systems_system_id_planet"}, "maxItems": 1000, "title": "get_universe_systems_system_id_planets", "type": "array"}, "position": {"description": "position object", "properties": {"x": {"description": "x number", "format": "double", "title": "get_universe_systems_system_id_x", "type": "number"}, "y": {"description": "y number", "format": "double", "title": "get_universe_systems_system_id_y", "type": "number"}, "z": {"description": "z number", "format": "double", "title": "get_universe_systems_system_id_z", "type": "number"}}, "required": ["x", "y", "z"], "title": "get_universe_systems_system_id_position", "type": "object", "x-model": "get_universe_systems_system_id_position"}, "security_class": {"description": "security_class string", "title": "get_universe_systems_system_id_security_class", "type": "string"}, "security_status": {"description": "security_status number", "format": "float", "title": "get_universe_systems_system_id_security_status", "type": "number"}, "star_id": {"description": "star_id integer", "format": "int32", "title": "get_universe_systems_system_id_star_id", "type": "integer"}, "stargates": {"description": "stargates array", "items": {"description": "stargate integer", "format": "int32", "title": "get_universe_systems_system_id_stargate", "type": "integer"}, "maxItems": 25, "title": "get_universe_systems_system_id_stargates", "type": "array"}, "stations": {"description": "stations array", "items": {"description": "station integer", "format": "int32", "title": "get_universe_systems_system_id_station", "type": "integer"}, "maxItems": 25, "title": "get_universe_systems_system_id_stations", "type": "array"}, "system_id": {"description": "system_id integer", "format": "int32", "title": "get_universe_systems_system_id_system_id", "type": "integer"}}, "required": ["system_id", "name", "position", "security_status", "constellation_id"], "title": "get_universe_systems_system_id_ok", "type": "object", "x-model": "get_universe_systems_system_id_ok"}}, "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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "404": {"description": "Solar system not found", "examples": {"application/json": {"error": "Not found message"}}, "schema": {"description": "Not found", "properties": {"error": {"description": "Not found message", "title": "get_universe_systems_system_id_404_not_found", "type": "string"}}, "title": "get_universe_systems_system_id_not_found", "type": "object", "x-model": "get_universe_systems_system_id_not_found"}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "summary": "Get solar system information", "tags": ["Universe"], "x-alternate-versions": ["dev", "v4"]}}, "/v5/characters/{character_id}/notifications/": {"get": {"description": "Return character notifications\n\n---\n\nThis route is cached for up to 600 seconds", "operationId": "get_characters_character_id_notifications", "parameters": [{"$ref": "#/parameters/character_id", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/datasource", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/If-None-Match", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}, {"$ref": "#/parameters/token", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}], "responses": {"200": {"description": "Returns your recent notifications", "examples": {"application/json": [{"is_read": true, "notification_id": 1, "sender_id": 1000132, "sender_type": "corporation", "text": "amount: 3731016.4000000004\\nitemID: 1024881021663\\npayout: 1\\n", "timestamp": "2017-08-16T10:08:00Z", "type": "InsurancePayoutMsg"}]}, "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"}}, "schema": {"description": "200 ok array", "items": {"description": "200 ok object", "properties": {"is_read": {"description": "is_read boolean", "title": "get_characters_character_id_notifications_is_read", "type": "boolean"}, "notification_id": {"description": "notification_id integer", "format": "int64", "title": "get_characters_character_id_notifications_notification_id", "type": "integer"}, "sender_id": {"description": "sender_id integer", "format": "int32", "title": "get_characters_character_id_notifications_sender_id", "type": "integer"}, "sender_type": {"description": "sender_type string", "enum": ["character", "corporation", "alliance", "faction", "other"], "title": "get_characters_character_id_notifications_sender_type", "type": "string"}, "text": {"description": "text string", "title": "get_characters_character_id_notifications_text", "type": "string"}, "timestamp": {"description": "timestamp string", "format": "date-time", "title": "get_characters_character_id_notifications_timestamp", "type": "string"}, "type": {"description": "type string", "enum": ["AcceptedAlly", "AcceptedSurrender", "AllAnchoringMsg", "AllMaintenanceBillMsg", "AllStrucInvulnerableMsg", "AllStructVulnerableMsg", "AllWarCorpJoinedAllianceMsg", "AllWarDeclaredMsg", "AllWarInvalidatedMsg", "AllWarRetractedMsg", "AllWarSurrenderMsg", "AllianceCapitalChanged", "AllianceWarDeclaredV2", "AllyContractCancelled", "AllyJoinedWarAggressorMsg", "AllyJoinedWarAllyMsg", "AllyJoinedWarDefenderMsg", "BattlePunishFriendlyFire", "BillOutOfMoneyMsg", "BillPaidCorpAllMsg", "BountyClaimMsg", "BountyESSShared", "BountyESSTaken", "BountyPlacedAlliance", "BountyPlacedChar", "BountyPlacedCorp", "BountyYourBountyClaimed", "BuddyConnectContactAdd", "CharAppAcceptMsg", "CharAppRejectMsg", "CharAppWithdrawMsg", "CharLeftCorpMsg", "CharMedalMsg", "CharTerminationMsg", "CloneActivationMsg", "CloneActivationMsg2", "CloneMovedMsg", "CloneRevokedMsg1", "CloneRevokedMsg2", "CombatOperationFinished", "ContactAdd", "ContactEdit", "ContainerPasswordMsg", "CorpAllBillMsg", "CorpAppAcceptMsg", "CorpAppInvitedMsg", "CorpAppNewMsg", "CorpAppRejectCustomMsg", "CorpAppRejectMsg", "CorpBecameWarEligible", "CorpDividendMsg", "CorpFriendlyFireDisableTimerCompleted", "CorpFriendlyFireDisableTimerStarted", "CorpFriendlyFireEnableTimerCompleted", "CorpFriendlyFireEnableTimerStarted", "CorpKicked", "CorpLiquidationMsg", "CorpNewCEOMsg", "CorpNewsMsg", "CorpNoLongerWarEligible", "CorpOfficeExpirationMsg", "CorpStructLostMsg", "CorpTaxChangeMsg", "CorpVoteCEORevokedMsg", "CorpVoteMsg", "CorpWarDeclaredMsg", "CorpWarDeclaredV2", "CorpWarFightingLegalMsg", "CorpWarInvalidatedMsg", "CorpWarRetractedMsg", "CorpWarSurrenderMsg", "CustomsMsg", "DeclareWar", "DistrictAttacked", "DustAppAcceptedMsg", "EntosisCaptureStarted", "FWAllianceKickMsg", "FWAllianceWarningMsg", "FWCharKickMsg", "FWCharRankGainMsg", "FWCharRankLossMsg", "FWCharWarningMsg", "FWCorpJoinMsg", "FWCorpKickMsg", "FWCorpLeaveMsg", "FWCorpWarningMsg", "FacWarCorpJoinRequestMsg", "FacWarCorpJoinWithdrawMsg", "FacWarCorpLeaveRequestMsg", "FacWarCorpLeaveWithdrawMsg", "FacWarLPDisqualifiedEvent", "FacWarLPDisqualifiedKill", "FacWarLPPayoutEvent", "FacWarLPPayoutKill", "GameTimeAdded", "GameTimeReceived", "GameTimeSent", "GiftReceived", "IHubDestroyedByBillFailure", "IncursionCompletedMsg", "IndustryOperationFinished", "IndustryTeamAuctionLost", "IndustryTeamAuctionWon", "InfrastructureHubBillAboutToExpire", "InsuranceExpirationMsg", "InsuranceFirstShipMsg", "InsuranceInvalidatedMsg", "InsuranceIssuedMsg", "InsurancePayoutMsg", "InvasionSystemLogin", "JumpCloneDeletedMsg1", "JumpCloneDeletedMsg2", "KillReportFinalBlow", "KillReportVictim", "KillRightAvailable", "KillRightAvailableOpen", "KillRightEarned", "KillRightUnavailable", "KillRightUnavailableOpen", "KillRightUsed", "LocateCharMsg", "MadeWarMutual", "MercOfferRetractedMsg", "MercOfferedNegotiationMsg", "MissionOfferExpirationMsg", "MissionTimeoutMsg", "MoonminingAutomaticFracture", "MoonminingExtractionCancelled", "MoonminingExtractionFinished", "MoonminingExtractionStarted", "MoonminingLaserFired", "MutualWarExpired", "MutualWarInviteAccepted", "MutualWarInviteRejected", "MutualWarInviteSent", "NPCStandingsGained", "NPCStandingsLost", "OfferToAllyRetracted", "OfferedSurrender", "OfferedToAlly", "OldLscMessages", "OperationFinished", "OrbitalAttacked", "OrbitalReinforced", "OwnershipTransferred", "ReimbursementMsg", "ResearchMissionAvailableMsg", "RetractsWar", "SeasonalChallengeCompleted", "SovAllClaimAquiredMsg", "SovAllClaimLostMsg", "SovCommandNodeEventStarted", "SovCorpBillLateMsg", "SovCorpClaimFailMsg", "SovDisruptorMsg", "SovStationEnteredFreeport", "SovStructureDestroyed", "SovStructureReinforced", "SovStructureSelfDestructCancel", "SovStructureSelfDestructFinished", "SovStructureSelfDestructRequested", "SovereigntyIHDamageMsg", "SovereigntySBUDamageMsg", "SovereigntyTCUDamageMsg", "StationAggressionMsg1", "StationAggressionMsg2", "StationConquerMsg", "StationServiceDisabled", "StationServiceEnabled", "StationStateChangeMsg", "StoryLineMissionAvailableMsg", "StructureAnchoring", "StructureCourierContractChanged", "StructureDestroyed", "StructureFuelAlert", "StructureItemsDelivered", "StructureItemsMovedToSafety", "StructureLostArmor", "StructureLostShields", "StructureOnline", "StructureServicesOffline", "StructureUnanchoring", "StructureUnderAttack", "StructureWentHighPower", "StructureWentLowPower", "StructuresJobsCancelled", "StructuresJobsPaused", "StructuresReinforcementChanged", "TowerAlertMsg", "TowerResourceAlertMsg", "TransactionReversalMsg", "TutorialMsg", "WarAdopted ", "WarAllyInherited", "WarAllyOfferDeclinedMsg", "WarConcordInvalidates", "WarDeclared", "WarHQRemovedFromSpace", "WarInherited", "WarInvalid", "WarRetracted", "WarRetractedByConcord", "WarSurrenderDeclinedMsg", "WarSurrenderOfferMsg"], "title": "get_characters_character_id_notifications_type", "type": "string"}}, "required": ["notification_id", "type", "sender_id", "sender_type", "timestamp"], "title": "get_characters_character_id_notifications_200_ok", "type": "object", "x-model": "get_characters_character_id_notifications_200_ok"}, "maxItems": 500, "title": "get_characters_character_id_notifications_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", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "401": {"description": "Unauthorized", "examples": {"application/json": {"error": "Unauthorized message"}}, "schema": {"$ref": "#/definitions/unauthorized", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "403": {"description": "Forbidden", "examples": {"application/json": {"error": "Forbidden message"}}, "schema": {"$ref": "#/definitions/forbidden", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "420": {"description": "Error limited", "examples": {"application/json": {"error": "Error limited message"}}, "schema": {"$ref": "#/definitions/error_limited", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "500": {"description": "Internal server error", "examples": {"application/json": {"error": "Internal server error message"}}, "schema": {"$ref": "#/definitions/internal_server_error", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "503": {"description": "Service unavailable", "examples": {"application/json": {"error": "Service unavailable message"}}, "schema": {"$ref": "#/definitions/service_unavailable", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}, "504": {"description": "Gateway timeout", "examples": {"application/json": {"error": "Gateway timeout message"}}, "schema": {"$ref": "#/definitions/gateway_timeout", "x-scope": ["https://esi.evetech.net/_latest/swagger.json"]}}}, "security": [{"evesso": ["esi-characters.read_notifications.v1"]}], "summary": "Get character notifications", "tags": ["Character"], "x-alternate-versions": ["dev", "v5"], "x-cached-seconds": 600}}}}
|