{ "opencollection": "1.0.0", "info": { "name": "EVE Swagger Incineration (ESI) - tranquility Alliance Planetary Interaction API", "version": "2020-01-01" }, "items": [ { "info": { "name": "Planetary Interaction", "type": "folder" }, "items": [ { "info": { "name": "Get colonies", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/characters/:character_id/planets", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "If-None-Match", "value": "" }, { "name": "X-Compatibility-Date", "value": "" }, { "name": "X-Tenant", "value": "" }, { "name": "If-Modified-Since", "value": "" } ], "params": [ { "name": "character_id", "value": "", "type": "path", "description": "The ID of the character" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "accessTokenUrl": "https://login.eveonline.com/v2/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of all planetary colonies owned by a character." }, { "info": { "name": "Get colony layout", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/characters/:character_id/planets/:planet_id", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "If-None-Match", "value": "" }, { "name": "X-Compatibility-Date", "value": "" }, { "name": "X-Tenant", "value": "" }, { "name": "If-Modified-Since", "value": "" } ], "params": [ { "name": "character_id", "value": "", "type": "path", "description": "The ID of the character" }, { "name": "planet_id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "accessTokenUrl": "https://login.eveonline.com/v2/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns full details on the layout of a single planetary colony, including links, pins and routes. Note: Planetary information is only recalculated when the colony is viewed through the client. Information will not update until this criteria is met." }, { "info": { "name": "List corporation customs offices", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/corporations/:corporation_id/customs_offices", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "If-None-Match", "value": "" }, { "name": "X-Compatibility-Date", "value": "" }, { "name": "X-Tenant", "value": "" }, { "name": "If-Modified-Since", "value": "" } ], "params": [ { "name": "corporation_id", "value": "", "type": "path", "description": "The ID of the corporation" }, { "name": "page", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "accessTokenUrl": "https://login.eveonline.com/v2/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List customs offices owned by a corporation" }, { "info": { "name": "Get schematic information", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/universe/schematics/:schematic_id", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "If-None-Match", "value": "" }, { "name": "X-Compatibility-Date", "value": "" }, { "name": "X-Tenant", "value": "" }, { "name": "If-Modified-Since", "value": "" } ], "params": [ { "name": "schematic_id", "value": "", "type": "path" } ] }, "docs": "Get information on a planetary factory schematic" } ] } ], "bundled": true }