{ "opencollection": "1.0.0", "info": { "name": "EVE Swagger Incineration (ESI) - tranquility Alliance Assets API", "version": "2020-01-01" }, "items": [ { "info": { "name": "Assets", "type": "folder" }, "items": [ { "info": { "name": "Get character assets", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/characters/:character_id/assets", "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": "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": "Return a list of the characters assets" }, { "info": { "name": "Get character asset locations", "type": "http" }, "http": { "method": "POST", "url": "https://esi.evetech.net/characters/:character_id/assets/locations", "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" } ], "body": { "type": "json", "data": "{}" }, "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": "Return locations for a set of item ids, which you can get from character assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0)" }, { "info": { "name": "Get character asset names", "type": "http" }, "http": { "method": "POST", "url": "https://esi.evetech.net/characters/:character_id/assets/names", "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" } ], "body": { "type": "json", "data": "{}" }, "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": "Return names for a set of item ids, which you can get from character assets endpoint. Typically used for items that can customize names, like containers or ships." }, { "info": { "name": "Get corporation assets", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/corporations/:corporation_id/assets", "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": "Return a list of the corporation assets" }, { "info": { "name": "Get corporation asset locations", "type": "http" }, "http": { "method": "POST", "url": "https://esi.evetech.net/corporations/:corporation_id/assets/locations", "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" } ], "body": { "type": "json", "data": "{}" }, "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": "Return locations for a set of item ids, which you can get from corporation assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0)" }, { "info": { "name": "Get corporation asset names", "type": "http" }, "http": { "method": "POST", "url": "https://esi.evetech.net/corporations/:corporation_id/assets/names", "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" } ], "body": { "type": "json", "data": "{}" }, "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": "Return names for a set of item ids, which you can get from corporation assets endpoint. Only valid for items that can customize names, like containers or ships" } ] } ], "bundled": true }