---
title: "List all ships"
method: GET
path: "/ships"
tags: ["Game Data"]
---

# List all ships

`GET /ships`

Returns paginated ship data. Each ship exposes its brand, rarity, component slot layout (HULL/MAST/BOW/CANNON/CREW), player stat scopes, and a per-level progression list where each level declares its experience_required, speed, cargo and player_stats. Names are translated via the item i18n system. Sorting by speed uses the ship's max-level speed.

## Query parameters

- `locale` string
- `search` string
- `brand` string
- `rarity` string
- `sort` string
- `page` integer
- `pageSize` integer

## Response `200`

Paginated list of ships

---

[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)
