---
title: "List museum-donatable items by category"
method: GET
path: "/museum"
tags: ["Game Data"]
---

# List museum-donatable items by category

`GET /museum`

Returns the item ids donatable to the museum, grouped by category (e.g. `tool`, `sword`, `ore`, `art`). Pass `category` to fetch a single category's items. Resolve item details (name, rarity, image) via `/items`.

## Query parameters

- `category` string

## Response `200`

Donatable item ids grouped by category

## Other responses

- `404` — Unknown category (when ?category= is set)

---

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