{ "opencollection": "1.0.0", "info": { "name": "EVE Swagger Incineration (ESI) - tranquility Alliance API", "version": "2020-01-01" }, "items": [ { "info": { "name": "Alliance", "type": "folder" }, "items": [ { "info": { "name": "List all alliances", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/alliances", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "If-None-Match", "value": "" }, { "name": "X-Compatibility-Date", "value": "" }, { "name": "X-Tenant", "value": "" }, { "name": "If-Modified-Since", "value": "" } ] }, "docs": "List all active player alliances" }, { "info": { "name": "Get alliance's public information", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/alliances/:alliance_id", "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": "alliance_id", "value": "", "type": "path", "description": "The ID of the alliance" } ] }, "docs": "Public information about an alliance" }, { "info": { "name": "List alliance's corporations", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/alliances/:alliance_id/corporations", "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": "alliance_id", "value": "", "type": "path", "description": "The ID of the alliance" } ] }, "docs": "List all current member corporations of an alliance" }, { "info": { "name": "Get alliance icon", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/alliances/:alliance_id/icons", "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": "alliance_id", "value": "", "type": "path", "description": "The ID of the alliance" } ] }, "docs": "Get the icon urls for a alliance\n\nThis route expires daily at 11:05" } ] } ], "bundled": true }