Get constellation information
GET
/universe/constellations/{constellation_id}/
Universe
/dev/universe/constellations/{constellation_id}/
/legacy/universe/constellations/{constellation_id}/
/v1/universe/constellations/{constellation_id}/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/universe/constellations//'
Response Response Example
200 - response
{
"constellation_id": 20000009,
"name": "Mekashtad",
"position": {
"x": 67796138757472320,
"y": -70591121348560960,
"z": -59587016159270070
},
"region_id": 10000001,
"systems": [
20000302,
20000303
]
}
Request
Path Params
constellation_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