{ "opencollection": "1.0.0", "info": { "name": "EVE Swagger Incineration (ESI) - tranquility Alliance Killmails API", "version": "2020-01-01" }, "items": [ { "info": { "name": "Killmails", "type": "folder" }, "items": [ { "info": { "name": "Get a character's recent kills and losses", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/characters/:character_id/killmails/recent", "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 a character's kills and losses going back 90 days" }, { "info": { "name": "Get a corporation's recent kills and losses", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/corporations/:corporation_id/killmails/recent", "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": "Get a list of a corporation's kills and losses going back 90 days" }, { "info": { "name": "Get a single killmail", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/killmails/:killmail_id/:killmail_hash", "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": "killmail_hash", "value": "", "type": "path" }, { "name": "killmail_id", "value": "", "type": "path" } ] }, "docs": "Return a single killmail from its ID and hash" } ] } ], "bundled": true }