GET
/
api
/
v1
/
spells
/
get
/
Get Spell
curl --request GET \
  --url https://next-fast-turbo-api.vercel.app/api/v1/spells/get/
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>"
}

Query Parameters

spell_id
string
required

Response

Successful Response

id
string
required
name
string
required
description
string
required