---
title: "Get a creature's details"
method: GET
path: "/bestiary/{id}"
tags: ["Bestiary"]
---

# Get a creature's details

`GET /bestiary/{id}`

Returns full creature details including drops, stats, and zone information.

## Path parameters

- `id` string, required

## Query parameters

- `locale` string

## Response `200`

Creature details

## Other responses

- `404` — Creature 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)
