---
title: "Get clones"
method: GET
path: "/characters/{character_id}/clones"
tags: ["Clones"]
---

# Get clones

`GET /characters/{character_id}/clones`

A list of the character's clones

## Path parameters

- `character_id` integer, required

## Headers

- `Accept-Language` 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'
- `If-None-Match` string
- `X-Compatibility-Date` '2025-12-16', date, required
- `X-Tenant` string

## Response `200`

OK

- CharactersCharacterIdClonesGet
  - `home_location` object
    - `location_id` integer
    - `location_type` 'station' | 'structure'
  - `jump_clones` object[], required
    - `implants` integer[], required
    - `jump_clone_id` integer, required
    - `location_id` integer, required
    - `location_type` 'station' | 'structure', required
    - `name` string
  - `last_clone_jump_date` string, date-time
  - `last_station_change_date` string, date-time

## Other responses

- `default` — Error

---

[API](https://skmtc.net/evemonk/apis/eve-stable-infrastructure-esi-tranquility.md) · [All operations](https://skmtc.net/evemonk/apis/eve-stable-infrastructure-esi-tranquility/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evemonk/eve-stable-infrastructure-esi-tranquility/versions/7bad2f0024dd/schema)
