{ "opencollection": "1.0.0", "info": { "name": "EVE Swagger Interface Alliance Killmails API", "version": "1.36" }, "items": [ { "info": { "name": "Killmails", "type": "folder" }, "items": [ { "info": { "name": "EVE Online Get a Character's Recent Kills and Losses", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/characters/:character_id/killmails/recent/", "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 a character's kills and losses going back 90 days\n\n---\nAlternate route: `/dev/characters/{character_id}/killmails/recent/`\n\nAlternate route: `/legacy/characters/{character_id}/killmails/recent/`\n\nAlternate route: `/v1/characters/{character_id}/killmails/recent/`\n\n---\nThis route is cached for up to 300 seconds" }, { "info": { "name": "EVE Online Get a Corporation's Recent Kills and Losses", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/corporations/:corporation_id/killmails/recent/", "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": "Get a list of a corporation's kills and losses going back 90 days\n\n---\nAlternate route: `/dev/corporations/{corporation_id}/killmails/recent/`\n\nAlternate route: `/legacy/corporations/{corporation_id}/killmails/recent/`\n\nAlternate route: `/v1/corporations/{corporation_id}/killmails/recent/`\n\n---\nThis route is cached for up to 300 seconds\n\n---\nRequires one of the following EVE corporation role(s): Director\n" }, { "info": { "name": "EVE Online Get a Single Killmail", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/killmails/:killmail_id/:killmail_hash/", "headers": [ { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "killmail_hash", "value": "example", "type": "path", "description": "The killmail hash for verification" }, { "name": "killmail_id", "value": "84572568", "type": "path", "description": "The killmail ID to be queried" } ] }, "docs": "Return a single killmail from its ID and hash\n\n---\nAlternate route: `/dev/killmails/{killmail_id}/{killmail_hash}/`\n\nAlternate route: `/legacy/killmails/{killmail_id}/{killmail_hash}/`\n\nAlternate route: `/v1/killmails/{killmail_id}/{killmail_hash}/`\n\n---\nThis route is cached for up to 30758400 seconds" }, { "info": { "name": "Get a character's recent kills and losses", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/v1/characters/:character_id/killmails/recent/", "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 a character's kills and losses going back 90 days\n\n---\n\nThis route is cached for up to 300 seconds" }, { "info": { "name": "Get a corporation's recent kills and losses", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/v1/corporations/:corporation_id/killmails/recent/", "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": "Get a list of a corporation's kills and losses going back 90 days\n\n---\n\nThis route is cached for up to 300 seconds\n\n---\nRequires one of the following EVE corporation role(s): Director" }, { "info": { "name": "Get a single killmail", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/v1/killmails/:killmail_id/:killmail_hash/", "headers": [ { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "killmail_hash", "value": "", "type": "path", "description": "The killmail hash for verification" }, { "name": "killmail_id", "value": "", "type": "path", "description": "The killmail ID to be queried" } ] }, "docs": "Return a single killmail from its ID and hash\n\n---\n\nThis route is cached for up to 30758400 seconds" } ] } ], "bundled": true }