curl --request GET \
--url https://cherrytree.soyab.uk/cooking[
{
"total": 123,
"results": [
{
"id": 123,
"itemId": 123,
"name": "<string>",
"burntId": 123,
"burnt": "<string>",
"requiredLevel": 123,
"burntLevel": 123,
"burntChance": 123,
"cookingExp": 123,
"materials": [
{
"itemId": 123,
"name": "<string>"
}
]
}
]
}
]curl --request GET \
--url https://cherrytree.soyab.uk/cooking[
{
"total": 123,
"results": [
{
"id": 123,
"itemId": 123,
"name": "<string>",
"burntId": 123,
"burnt": "<string>",
"requiredLevel": 123,
"burntLevel": 123,
"burntChance": 123,
"cookingExp": 123,
"materials": [
{
"itemId": 123,
"name": "<string>"
}
]
}
]
}
]200 Response
Show child attributes
Was this page helpful?