---
title: "List all creatures"
method: GET
path: "/bestiary"
tags: ["Bestiary"]
---

# List all creatures

`GET /bestiary`

Returns a paginated, filterable, sortable list of creatures in the bestiary with translated names.

## Query parameters

- `locale` string
- `page` integer
- `pageSize` integer
- `sort` 'level' | 'nameAsc' | 'nameDesc' | 'family'
- `search` string
- `family` string
- `zone` string
- `boss` boolean

## Response `200`

Paginated creature list

---

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