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
Key | Datatype | Required | Description |
---|---|---|---|
datasource | string | The server name you would like data from | |
language | string | Language to use in the response, takes precedence over Accept-Language |
Request Body
["CCP Zoetrope"]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept-Language | string | Language to use in the response | |
Content-Type | string |
RESPONSES
status: OK
{"characters":[{"id":95465499,"name":"CCP Bartender"},{"id":2112625428,"name":"CCP Zoetrope"}],"systems":[{"id":30000142,"name":"Jita"}]}