{ "opencollection": "1.0.0", "info": { "name": "EVE Swagger Incineration (ESI) - tranquility Alliance Clones API", "version": "2020-01-01" }, "items": [ { "info": { "name": "Clones", "type": "folder" }, "items": [ { "info": { "name": "Get clones", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/characters/:character_id/clones", "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": "A list of the character's clones" }, { "info": { "name": "Get active implants", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/characters/:character_id/implants", "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": "Return implants on the active clone of a character" } ] } ], "bundled": true }