Get stargate information
GET
/universe/stargates/{stargate_id}/
Universe
/dev/universe/stargates/{stargate_id}/
/legacy/universe/stargates/{stargate_id}/
/v1/universe/stargates/{stargate_id}/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/universe/stargates//'
Response Response Example
200 - response
{
"destination": {
"stargate_id": 50000056,
"system_id": 30000001
},
"name": "Stargate (Tanoo)",
"position": {
"x": -101092761600,
"y": 5279539200,
"z": 1550503403520
},
"stargate_id": 50000342,
"system_id": 30000003,
"type_id": 29624
}
Request
Path Params
stargate_id
integerÂ
required
Query Params
datasource
stringÂ
optional
Header Params
If-None-Match
stringÂ
optional
Responses
Modified at 2023-08-15 09:13:26