Potions

168 brews, with ingredients, effects and difficulty.

Everything from Polyjuice Potion to Skele-Gro.

ListGET /api/potions
SingleGET /api/potions/{slug}
Records168

Fields

idrequiredstring
Same as slug.
slugrequiredstring
URL-safe identifier, e.g. polyjuice-potion.
namerequiredstring
effectstring
What drinking it does (92% filled).
characteristicsstring
Colour, consistency, smell (77% filled).
ingredientsstring
Comma-separated list, as printed in the source (63% filled).
difficultystring
e.g. Beginner, Advanced (40% filled).
inventorsstring
(19% filled)
side_effectsstring
(14% filled)
timestring
How long it takes to brew (11% filled).
manufacturersstring
(9% filled)
imagestring
(91% filled)
wikirequiredstring

Examples

curl
JavaScript
curl https://hogwarts-api.com/api/potions/polyjuice-potion
curl "https://hogwarts-api.com/api/potions?search=felix"