- 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
Get names and categories for a set of ID's
POST
/universe/names/
Universe
/dev/universe/names/
/v2/universe/names/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://esi.evetech.net/latest/universe/names/' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - response
[
{
"category": "character",
"id": 95465499,
"name": "CCP Bartender"
},
{
"category": "solar_system",
"id": 30000142,
"name": "Jita"
}
]
Request
Query Params
datasource
stringÂ
optional
Body Params application/json
array[integer <int32>]
post_universe_names_ids
>= 1 items<= 1000 items
Example:
[95465499,30000142]
Examples
Responses
🟢200List of id/name associations for a set of ID's. All ID's must resolve to a name, or nothing will be returned
application/json
Body
200 ok array
array of:
category
enum<string>Â
post_universe_names_category
Allowed values:
alliancecharacterconstellationcorporationinventory_typeregionsolar_systemstation
id
integer <int32>
post_universe_names_id
name
stringÂ
post_universe_names_name
🟠400Bad request
🟠404Ensure all IDs are valid before resolving
🟠420Error limited
🔴500Internal server error
🔴503Service unavailable
🔴504Gateway timeout
Modified at 2023-08-15 09:13:26