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

# List relics

`GET /relics`

Returns relic definitions with their stats, attributes, requirements (the craft recipe) and rendered GIF image. Without `id` it returns the full list; with `id` it returns the single matching relic object.

## Query parameters

- `locale` string
- `id` string

## Response `200`

Relic list (or a single relic when id is set)

## Other responses

- `404` — Relic not found (when id 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)
