---
title: "Retrieves a spell"
method: GET
path: "/v1/spells/{id}"
tags: ["spells"]
---

# Retrieves a spell

`GET /v1/spells/{id}`

Retrieves a specific spell by id, use "random" to get a random spell.

## Path parameters

- `id` union, required
  - string, uuid
  - string

## Response `200`

A single spell

## Other responses

- `404` — Spell not found

---

[API](https://skmtc.net/potterdb/apis/potter-db-api.md) · [All operations](https://skmtc.net/potterdb/apis/potter-db-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/potterdb/potter-db-api/revisions/c93c6145fb19/schema)
