cURL
curl --request GET \ --url https://next-fast-turbo-api.vercel.app/api/v1/spells/get/
{ "id": "<string>", "name": "<string>", "description": "<string>" }
Returns a spell from a spell_id.
Returns:
Successful Response
Was this page helpful?