curl --request GET \
--url https://cherrytree.soyab.uk/alchemy[
{
"total": 123,
"results": [
{
"id": 123,
"itemId": 123,
"name": "<string>",
"levelRequired": 123,
"potionType": "<string>",
"potionTimer": 123,
"alchemyExpProvided": 123,
"attackBonus": 123,
"strengthBonus": 123,
"defenceBonus": 123,
"healthBonus": 123,
"materials": [
{
"itemId": 123,
"itemName": "<string>",
"amount": 123
}
]
}
]
}
]curl --request GET \
--url https://cherrytree.soyab.uk/alchemy[
{
"total": 123,
"results": [
{
"id": 123,
"itemId": 123,
"name": "<string>",
"levelRequired": 123,
"potionType": "<string>",
"potionTimer": 123,
"alchemyExpProvided": 123,
"attackBonus": 123,
"strengthBonus": 123,
"defenceBonus": 123,
"healthBonus": 123,
"materials": [
{
"itemId": 123,
"itemName": "<string>",
"amount": 123
}
]
}
]
}
]200 Response
Show child attributes
Was this page helpful?