Get solar system information
GET
/universe/systems/{system_id}/
Universe
/dev/universe/systems/{system_id}/
/v4/universe/systems/{system_id}/
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
Query Params
datasource
stringÂ
optional
language
stringÂ
optional
Header Params
Accept-Language
stringÂ
optional
If-None-Match
stringÂ
optional
Responses
Modified at 2023-08-15 09:13:26