Get clones
GET
/characters/{character_id}/clones/
Clones
/dev/characters/{character_id}/clones/
/v3/characters/{character_id}/clones/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/characters//clones/'
Response Response Example
200 - response
{
"home_location": {
"location_id": 1021348135816,
"location_type": "structure"
},
"jump_clones": [
{
"implants": [
22118
],
"jump_clone_id": 12345,
"location_id": 60003463,
"location_type": "station"
}
]
}
Request
Path Params
character_id
integerÂ
required
Query Params
datasource
stringÂ
optional
token
stringÂ
optional
Header Params
If-None-Match
stringÂ
optional
Responses
Modified at 2023-08-15 09:13:23