---
title: "Get multiple spells by ID"
method: GET
path: "/spells/batch"
tags: ["Game Data"]
---

# Get multiple spells by ID

`GET /spells/batch`

Returns a map of spell ID to spell details for the requested IDs. Maximum 50 IDs per request.

## Query parameters

- `ids` string, required
- `locale` string

## Response `200`

Map of spell ID to spell details

## Other responses

- `400` — Missing or too many IDs

---

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