Search on a string
GET {{baseUrl}}/search/?categories=region&datasource=tranquility&language=en&search=ipsum quis&strict=false
Search for entities that match a given sub-string.
Alternate route: /dev/search/
Alternate route: /legacy/search/
Alternate route: /v2/search/
This route is cached for up to 3600 seconds
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
categories | string | (Required) Type of entities to search for | |
datasource | string | The server name you would like data from | |
language | string | Language to use in the response, takes precedence over Accept-Language | |
search | string | (Required) The string to search on | |
strict | boolean | Whether the search should be a strict match |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept-Language | string | Language to use in the response | |
If-None-Match | string | ETag from a previous request. A 304 will be returned if this matches the current ETag |
RESPONSES
status: OK
{"solar_system":[30002510],"station":[60004588,60004594,60005725,60009106,60012721,60012724,60012727]}