- Alliance
- Contacts
- Character
- Character affiliation
- Get character's public information
- Get agents research
- Get blueprints
- Get corporation history
- Calculate a CSPA charge cost
- Get jump fatigue
- Get medals
- Get character notifications
- Get new contact notifications
- Get character portraits
- Get character corporation roles
- Get standings
- Yearly aggregate stats
- Get character corporation titles
- Assets
- Skills
- Bookmarks
- Calendar
- Clones
- Contracts
- Fittings
- Fleets
- Faction Warfare
- Overview of a character involved in faction warfare
- Overview of a corporation involved in faction warfare
- List of the top factions in faction warfare
- List of the top pilots in faction warfare
- List of the top corporations in faction warfare
- An overview of statistics about factions involved in faction warfare
- Ownership of faction warfare systems
- Data about which NPC factions are at war
- Industry
- Killmails
- Location
- Loyalty
- Mail
- Opportunities
- Market
- List open orders from a character
- List historical orders by a character
- List open orders from a corporation
- List historical orders from a corporation
- Get item groups
- Get item group information
- List market prices
- List orders in a structure
- List historical market statistics in a region
- List orders in a region
- List type IDs relevant to a market
- Planetary Interaction
- Search
- Wallet
- Corporation
- Get npc corporations
- Get corporation information
- Get alliance history
- Get corporation blueprints
- Get all corporation ALSC logs
- Get corporation divisions
- Get corporation facilities
- Get corporation icon
- Get corporation medals
- Get corporation issued medals
- Get corporation members
- Get corporation member limit
- Get corporation's members' titles
- Track corporation members
- Get corporation member roles
- Get corporation member roles history
- Get corporation shareholders
- Get corporation standings
- Get corporation starbases (POSes)
- Get starbase (POS) detail
- Get corporation structures
- Get corporation titles
- Dogma
- Incursions
- Insurance
- Routes
- Sovereignty
- Status
- User Interface
- Universe
- Get ancestriesGET
- Get asteroid belt informationGET
- Get bloodlinesGET
- Get item categoriesGET
- Get item category informationGET
- Get constellationsGET
- Get constellation informationGET
- Get factionsGET
- Get graphicsGET
- Get graphic informationGET
- Get item groupsGET
- Get item group informationGET
- Bulk names to IDsPOST
- Get moon informationGET
- Get names and categories for a set of ID'sPOST
- Get planet informationGET
- Get character racesGET
- Get regionsGET
- Get region informationGET
- Get stargate informationGET
- Get star informationGET
- Get station informationGET
- List all public structuresGET
- Get structure informationGET
- Get system jumpsGET
- Get system killsGET
- Get solar systemsGET
- Get solar system informationGET
- Get typesGET
- Get type informationGET
- Wars
Bulk names to IDs
POST
/universe/ids/
Universe
/dev/universe/ids/
/legacy/universe/ids/
/v1/universe/ids/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://esi.evetech.net/latest/universe/ids/' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - response
{
"characters": [
{
"id": 95465499,
"name": "CCP Bartender"
},
{
"id": 2112625428,
"name": "CCP Zoetrope"
}
],
"systems": [
{
"id": 30000142,
"name": "Jita"
}
]
}
Request
Query Params
datasource
stringÂ
optional
language
stringÂ
optional
Header Params
Accept-Language
stringÂ
optional
Body Params application/json
array[string]
post_universe_ids_names
>= 1 items<= 1000 items
Example:
["CCP Zoetrope"]
Examples
Responses
🟢200List of id/name associations for a set of names divided by category. Any name passed in that did not have a match will be ommitted
application/json
Body
200 ok object
agents
array[object (post_universe_ids_agent) {2}]Â
post_universe_ids_agents
<= 1000 items
id
integer <int32>
post_universe_ids_id
name
stringÂ
post_universe_ids_name
alliances
array[object (post_universe_ids_alliance) {2}]Â
post_universe_ids_alliances
<= 1000 items
id
integer <int32>
post_universe_ids_alliance_id
name
stringÂ
post_universe_ids_alliance_name
characters
array[object (post_universe_ids_character) {2}]Â
post_universe_ids_characters
<= 1000 items
id
integer <int32>
post_universe_ids_character_id
name
stringÂ
post_universe_ids_character_name
constellations
array[object (post_universe_ids_constellation) {2}]Â
post_universe_ids_constellations
<= 1000 items
id
integer <int32>
post_universe_ids_constellation_id
name
stringÂ
post_universe_ids_constellation_name
corporations
array[object (post_universe_ids_corporation) {2}]Â
post_universe_ids_corporations
<= 1000 items
id
integer <int32>
post_universe_ids_corporation_id
name
stringÂ
post_universe_ids_corporation_name
factions
array[object (post_universe_ids_faction) {2}]Â
post_universe_ids_factions
<= 1000 items
id
integer <int32>
post_universe_ids_faction_id
name
stringÂ
post_universe_ids_faction_name
inventory_types
array[object (post_universe_ids_inventory_type) {2}]Â
post_universe_ids_inventory_types
<= 1000 items
id
integer <int32>
post_universe_ids_inventory_type_id
name
stringÂ
post_universe_ids_inventory_type_name
regions
array[object (post_universe_ids_region) {2}]Â
post_universe_ids_regions
<= 1000 items
id
integer <int32>
post_universe_ids_region_id
name
stringÂ
post_universe_ids_region_name
stations
array[object (post_universe_ids_station) {2}]Â
post_universe_ids_stations
<= 1000 items
id
integer <int32>
post_universe_ids_station_id
name
stringÂ
post_universe_ids_station_name
systems
array[object (post_universe_ids_system) {2}]Â
post_universe_ids_systems
<= 1000 items
id
integer <int32>
post_universe_ids_system_id
name
stringÂ
post_universe_ids_system_name
🟠400Bad request
🟠420Error limited
🔴500Internal server error
🔴503Service unavailable
🔴504Gateway timeout
Modified at 2023-08-15 09:13:26