---
title: "Get current ship"
method: GET
path: "/characters/{character_id}/ship"
tags: ["Location"]
---

# Get current ship

`GET /characters/{character_id}/ship`

Get the current ship type, name and id

## 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

- CharactersCharacterIdShipGet
  - `ship_item_id` integer, required — Item id's are unique to a ship and persist until it is repackaged. This value can be used to track repeated uses of a ship, or detect when a pilot changes into a different instance of the same ship type.
  - `ship_name` string, required
  - `ship_type_id` integer, required

## 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/revisions/7bad2f0024dd/schema)
