{ "opencollection": "1.0.0", "info": { "name": "EVE Swagger Interface Alliance Assets API", "version": "1.36" }, "items": [ { "info": { "name": "Assets", "type": "folder" }, "items": [ { "info": { "name": "EVE Online Get Character Assets", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/characters/:character_id/assets/", "headers": [ { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "character_id", "value": "", "type": "path", "description": "An EVE character ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "page", "value": "", "type": "query", "description": "Which page of results to return" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Return a list of the characters assets\n\n---\nAlternate route: `/dev/characters/{character_id}/assets/`\n\nAlternate route: `/legacy/characters/{character_id}/assets/`\n\nAlternate route: `/v4/characters/{character_id}/assets/`\n\nAlternate route: `/v5/characters/{character_id}/assets/`\n\n---\nThis route is cached for up to 3600 seconds" }, { "info": { "name": "EVE Online Get Character Asset Locations", "type": "http" }, "http": { "method": "POST", "url": "https://esi.evetech.net/latest/characters/:character_id/assets/locations/", "params": [ { "name": "character_id", "value": "", "type": "path", "description": "An EVE character ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "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)\n\n---\nAlternate route: `/dev/characters/{character_id}/assets/locations/`\n\nAlternate route: `/v2/characters/{character_id}/assets/locations/`\n" }, { "info": { "name": "EVE Online Get Character Asset Names", "type": "http" }, "http": { "method": "POST", "url": "https://esi.evetech.net/latest/characters/:character_id/assets/names/", "params": [ { "name": "character_id", "value": "", "type": "path", "description": "An EVE character ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "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.\n\n---\nAlternate route: `/dev/characters/{character_id}/assets/names/`\n\nAlternate route: `/legacy/characters/{character_id}/assets/names/`\n\nAlternate route: `/v1/characters/{character_id}/assets/names/`\n" }, { "info": { "name": "EVE Online Get Corporation Assets", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/corporations/:corporation_id/assets/", "headers": [ { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "corporation_id", "value": "", "type": "path", "description": "An EVE corporation ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "page", "value": "", "type": "query", "description": "Which page of results to return" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Return a list of the corporation assets\n\n---\nAlternate route: `/dev/corporations/{corporation_id}/assets/`\n\nAlternate route: `/legacy/corporations/{corporation_id}/assets/`\n\nAlternate route: `/v4/corporations/{corporation_id}/assets/`\n\nAlternate route: `/v5/corporations/{corporation_id}/assets/`\n\n---\nThis route is cached for up to 3600 seconds\n\n---\nRequires one of the following EVE corporation role(s): Director\n" }, { "info": { "name": "EVE Online Get Corporation Asset Locations", "type": "http" }, "http": { "method": "POST", "url": "https://esi.evetech.net/latest/corporations/:corporation_id/assets/locations/", "params": [ { "name": "corporation_id", "value": "", "type": "path", "description": "An EVE corporation ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "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)\n\n---\nAlternate route: `/dev/corporations/{corporation_id}/assets/locations/`\n\nAlternate route: `/v2/corporations/{corporation_id}/assets/locations/`\n\n\n---\nRequires one of the following EVE corporation role(s): Director\n" }, { "info": { "name": "EVE Online Get Corporation Asset Names", "type": "http" }, "http": { "method": "POST", "url": "https://esi.evetech.net/latest/corporations/:corporation_id/assets/names/", "params": [ { "name": "corporation_id", "value": "", "type": "path", "description": "An EVE corporation ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "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\n\n---\nAlternate route: `/dev/corporations/{corporation_id}/assets/names/`\n\nAlternate route: `/legacy/corporations/{corporation_id}/assets/names/`\n\nAlternate route: `/v1/corporations/{corporation_id}/assets/names/`\n\n\n---\nRequires one of the following EVE corporation role(s): Director\n" }, { "info": { "name": "Get character asset names", "type": "http" }, "http": { "method": "POST", "url": "https://esi.evetech.net/latest/v1/characters/:character_id/assets/names/", "params": [ { "name": "character_id", "value": "", "type": "path", "description": "An EVE character ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "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.\n\n---\n" }, { "info": { "name": "Get corporation asset names", "type": "http" }, "http": { "method": "POST", "url": "https://esi.evetech.net/latest/v1/corporations/:corporation_id/assets/names/", "params": [ { "name": "corporation_id", "value": "", "type": "path", "description": "An EVE corporation ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "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\n\n---\n\nRequires one of the following EVE corporation role(s): Director" }, { "info": { "name": "Get character asset locations", "type": "http" }, "http": { "method": "POST", "url": "https://esi.evetech.net/latest/v2/characters/:character_id/assets/locations/", "params": [ { "name": "character_id", "value": "", "type": "path", "description": "An EVE character ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "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)\n\n---\n" }, { "info": { "name": "Get corporation asset locations", "type": "http" }, "http": { "method": "POST", "url": "https://esi.evetech.net/latest/v2/corporations/:corporation_id/assets/locations/", "params": [ { "name": "corporation_id", "value": "", "type": "path", "description": "An EVE corporation ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "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)\n\n---\n\nRequires one of the following EVE corporation role(s): Director" }, { "info": { "name": "Get character assets", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/v4/characters/:character_id/assets/", "headers": [ { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "character_id", "value": "", "type": "path", "description": "An EVE character ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "page", "value": "", "type": "query", "description": "Which page of results to return" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Return a list of the characters assets\n\n---\n\nThis route is cached for up to 3600 seconds" }, { "info": { "name": "Get corporation assets", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/v4/corporations/:corporation_id/assets/", "headers": [ { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "corporation_id", "value": "", "type": "path", "description": "An EVE corporation ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "page", "value": "", "type": "query", "description": "Which page of results to return" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Return a list of the corporation assets\n\n---\n\nThis route is cached for up to 3600 seconds\n\n---\nRequires one of the following EVE corporation role(s): Director" } ] } ], "bundled": true }