Get planet information
GET
/universe/planets/{planet_id}/
Universe
/dev/universe/planets/{planet_id}/
/legacy/universe/planets/{planet_id}/
/v1/universe/planets/{planet_id}/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/universe/planets//'
Response Response Example
200 - response
{
"name": "Akpivem III",
"planet_id": 40000046,
"position": {
"x": -189226344497,
"y": 9901605317,
"z": -254852632979
},
"system_id": 30000003,
"type_id": 13
}
Request
Path Params
planet_id
integerÂ
required
Query Params
datasource
stringÂ
optional
Header Params
If-None-Match
stringÂ
optional
Responses
Modified at 2023-08-15 09:13:26