{ "opencollection": "1.0.0", "info": { "name": "EVE Swagger Incineration (ESI) - tranquility Alliance Search API", "version": "2020-01-01" }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search on a string", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/characters/:character_id/search", "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": "categories", "value": "", "type": "query" }, { "name": "character_id", "value": "", "type": "path", "description": "The ID of the character" }, { "name": "search", "value": "", "type": "query" }, { "name": "strict", "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": "Search for entities that match a given sub-string." } ] } ], "bundled": true }