Bulk names to IDs

POST {{baseUrl}}/universe/ids/?datasource=tranquility&language=en

Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours


Alternate route: /dev/universe/ids/

Alternate route: /legacy/universe/ids/

Alternate route: /v1/universe/ids/

Request Params

KeyDatatypeRequiredDescription
datasourcestringThe server name you would like data from
languagestringLanguage to use in the response, takes precedence over Accept-Language

Request Body

["CCP Zoetrope"]

HEADERS

KeyDatatypeRequiredDescription
Accept-LanguagestringLanguage to use in the response
Content-Typestring

RESPONSES

status: OK

{"characters":[{"id":95465499,"name":"CCP Bartender"},{"id":2112625428,"name":"CCP Zoetrope"}],"systems":[{"id":30000142,"name":"Jita"}]}