EVE Swagger Interface
  1. Universe
EVE Swagger Interface
  • Alliance
    • List all alliances
    • Get alliance information
    • List alliance's corporations
    • Get alliance icon
  • Contacts
    • Get alliance contacts
    • Get alliance contact labels
    • Delete contacts
    • Get contacts
    • Add contacts
    • Edit contacts
    • Get contact labels
    • Get corporation contacts
    • Get corporation contact labels
  • 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
    • Get character assets
    • Get character asset locations
    • Get character asset names
    • Get corporation assets
    • Get corporation asset locations
    • Get corporation asset names
  • Skills
    • Get character attributes
    • Get character's skill queue
    • Get character skills
  • Bookmarks
    • List bookmarks
    • List bookmark folders
    • List corporation bookmarks
    • List corporation bookmark folders
  • Calendar
    • List calendar event summaries
    • Get an event
    • Respond to an event
    • Get attendees
  • Clones
    • Get clones
    • Get active implants
  • Contracts
    • Get contracts
    • Get contract bids
    • Get contract items
    • Get public contract bids
    • Get public contract items
    • Get public contracts
    • Get corporation contracts
    • Get corporation contract bids
    • Get corporation contract items
  • Fittings
    • Get fittings
    • Create fitting
    • Delete fitting
  • Fleets
    • Get character fleet info
    • Get fleet information
    • Update fleet
    • Get fleet members
    • Create fleet invitation
    • Kick fleet member
    • Move fleet member
    • Delete fleet squad
    • Rename fleet squad
    • Get fleet wings
    • Create fleet wing
    • Delete fleet wing
    • Rename fleet wing
    • Create fleet squad
  • 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
    • List character industry jobs
    • Character mining ledger
    • Moon extraction timers
    • Corporation mining observers
    • Observed corporation mining
    • List corporation industry jobs
    • List industry facilities
    • List solar system cost indices
  • Killmails
    • Get a character's recent kills and losses
    • Get a corporation's recent kills and losses
    • Get a single killmail
  • Location
    • Get character location
    • Get character online
    • Get current ship
  • Loyalty
    • Get loyalty points
    • List loyalty store offers
  • Mail
    • Return mail headers
    • Send a new mail
    • Get mail labels and unread counts
    • Create a mail label
    • Delete a mail label
    • Return mailing list subscriptions
    • Delete a mail
    • Return a mail
    • Update metadata about a mail
  • Opportunities
    • Get a character's completed tasks
    • Get opportunities groups
    • Get opportunities group
    • Get opportunities tasks
    • Get opportunities task
  • 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
    • Get colonies
    • Get colony layout
    • List corporation customs offices
    • Get schematic information
  • Search
    • Search on a string
    • Search on a string
  • Wallet
    • Get a character's wallet balance
    • Get character wallet journal
    • Get wallet transactions
    • Returns a corporation's wallet balance
    • Get corporation wallet journal
    • Get corporation wallet transactions
  • 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
    • Get attributes
    • Get attribute information
    • Get dynamic item information
    • Get effects
    • Get effect information
  • Incursions
    • List incursions
  • Insurance
    • List insurance levels
  • Routes
    • Get route
  • Sovereignty
    • List sovereignty campaigns
    • List sovereignty of systems
    • List sovereignty structures
  • Status
    • Retrieve the uptime and player counts
  • User Interface
    • Set Autopilot Waypoint
    • Open Contract Window
    • Open Information Window
    • Open Market Details
    • Open New Mail Window
  • Universe
    • Get ancestries
      GET
    • Get asteroid belt information
      GET
    • Get bloodlines
      GET
    • Get item categories
      GET
    • Get item category information
      GET
    • Get constellations
      GET
    • Get constellation information
      GET
    • Get factions
      GET
    • Get graphics
      GET
    • Get graphic information
      GET
    • Get item groups
      GET
    • Get item group information
      GET
    • Bulk names to IDs
      POST
    • Get moon information
      GET
    • Get names and categories for a set of ID's
      POST
    • Get planet information
      GET
    • Get character races
      GET
    • Get regions
      GET
    • Get region information
      GET
    • Get stargate information
      GET
    • Get star information
      GET
    • Get station information
      GET
    • List all public structures
      GET
    • Get structure information
      GET
    • Get system jumps
      GET
    • Get system kills
      GET
    • Get solar systems
      GET
    • Get solar system information
      GET
    • Get types
      GET
    • Get type information
      GET
  • Wars
    • List wars
    • Get war information
    • List kills for a war
  1. Universe

Get solar system information

GET
/universe/systems/{system_id}/
Universe
Get information on a solar system.

Alternate route: /dev/universe/systems/{system_id}/
Alternate route: /v4/universe/systems/{system_id}/

This route expires daily at 11:05
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/universe/systems//'
Response Response Example
200 - response
{
    "constellation_id": 20000001,
    "name": "Akpivem",
    "planets": [
        {
            "moons": [
                40000042
            ],
            "planet_id": 40000041
        },
        {
            "planet_id": 40000043
        }
    ],
    "position": {
        "x": -91174141133075340,
        "y": 43938227486247170,
        "z": -56482824383339900
    },
    "security_class": "B",
    "security_status": 0.8462923765182495,
    "star_id": 40000040,
    "stargates": [
        50000342
    ],
    "system_id": 30000003
}

Request

Path Params
system_id
integer 
required
system_id integer
Query Params
datasource
string 
optional
The server name you would like data from
language
string 
optional
Language to use in the response, takes precedence over Accept-Language
Header Params
Accept-Language
string 
optional
Language to use in the response
If-None-Match
string 
optional
ETag from a previous request. A 304 will be returned if this matches the current ETag

Responses

🟢200Information about a solar system
application/json
Body
200 ok object
constellation_id
integer <int32>
get_universe_systems_system_id_constellation_id
required
The constellation this solar system is in
name
string 
get_universe_systems_system_id_name
required
name string
planets
array[object (get_universe_systems_system_id_planet) {3}] 
get_universe_systems_system_id_planets
optional
planets array
<= 1000 items
asteroid_belts
array[integer <int32>]
get_universe_systems_system_id_asteroid_belts
optional
asteroid_belts array
<= 100 items
moons
array[integer <int32>]
get_universe_systems_system_id_moons
optional
moons array
<= 1000 items
planet_id
integer <int32>
get_universe_systems_system_id_planet_id
required
planet_id integer
position
object 
get_universe_systems_system_id_position
required
position object
x
number <double>
get_universe_systems_system_id_x
required
x number
y
number <double>
get_universe_systems_system_id_y
required
y number
z
number <double>
get_universe_systems_system_id_z
required
z number
security_class
string 
get_universe_systems_system_id_security_class
optional
security_class string
security_status
number <float>
get_universe_systems_system_id_security_status
required
security_status number
star_id
integer <int32>
get_universe_systems_system_id_star_id
optional
star_id integer
stargates
array[integer <int32>]
get_universe_systems_system_id_stargates
optional
stargates array
<= 25 items
stations
array[integer <int32>]
get_universe_systems_system_id_stations
optional
stations array
<= 25 items
system_id
integer <int32>
get_universe_systems_system_id_system_id
required
system_id integer
🔵304Not modified
🟠400Bad request
🟠404Solar system not found
🟠420Error limited
🔴500Internal server error
🔴503Service unavailable
🔴504Gateway timeout
Previous
Get solar systems
Next
Get types
Built with