- 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 star information
GET
/universe/stars/{star_id}/
Universe
/dev/universe/stars/{star_id}/
/legacy/universe/stars/{star_id}/
/v1/universe/stars/{star_id}/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/universe/stars//'
Response Response Example
200 - response
{
"age": 9398686722,
"luminosity": 0.06615000218153,
"name": "BKG-Q2 - Star",
"radius": 346600000,
"solar_system_id": 30004333,
"spectral_class": "K2 V",
"temperature": 3953,
"type_id": 45033
}
Request
Path Params
star_id
integerÂ
required
Query Params
datasource
stringÂ
optional
Header Params
If-None-Match
stringÂ
optional
Responses
🟢200Information about a star
application/json
Body
200 ok object
age
integer <int64>
get_universe_stars_star_id_age
luminosity
number <float>
get_universe_stars_star_id_luminosity
name
stringÂ
get_universe_stars_star_id_name
radius
integer <int64>
get_universe_stars_star_id_radius
solar_system_id
integer <int32>
get_universe_stars_star_id_solar_system_id
spectral_class
enum<string>Â
get_universe_stars_star_id_spectral_class
Allowed values:
K2 VK4 VG2 VG8 VM7 VK7 VM2 VK5 VM3 VG0 VG7 VG3 VF9 VG5 VF6 VK8 VK9 VK6 VG9 VG6 VG4 VIG4 VF8 VF2 VF1 VK3 VF0 VIG1 VIG0 VIK1 VM4 VM1 VM6 VM0 VK2 IVG2 VIK0 VK5 IVF5 VIG6 VIF6 VIF2 IVG3 VIM8 VF1 VIK1 IVF7 VG5 VIM5 VG7 VIF5 VF4 VIF8 VIK3 IVF4 IVF0 VG7 IVG8 VIF2 VIF4 VF7 VIF3 VG1 VG9 VIF3 IVF9 VIM9 VK0 IVF1 IVG4 IVF3 VIK4 IVG5 IVG3 IVG1 IVK7 IVG0 IVK6 IVK9 IVG2 IVF9 IVF0 IVK8 IVG8 IVF6 IVF5 IVA0A0IVA0IV2
temperature
integer <int32>
get_universe_stars_star_id_temperature
type_id
integer <int32>
get_universe_stars_star_id_type_id
🔵304Not modified
🟠400Bad request
🟠420Error limited
🔴500Internal server error
🔴503Service unavailable
🔴504Gateway timeout
Modified at 2023-08-15 09:13:26