---
title: "Get ship details"
method: GET
path: "/ships/{id}"
tags: ["Game Data"]
---

# Get ship details

`GET /ships/{id}`

Returns full details for a single ship including translated name and lore, its component slot layout, player stat scopes, and the complete per-level progression (experience_required, speed, cargo, player_stats).

## Path parameters

- `id` string, required

## Query parameters

- `locale` string

## Response `200`

Ship details

## Other responses

- `404` — Ship not found

---

[API](https://skmtc.dev/minebox/apis/minebox-api.md) · [All operations](https://skmtc.dev/minebox/apis/minebox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minebox/minebox-api/revisions/0e6f31964bc7/schema)
