curl --request GET \
--url https://cherrytree.soyab.uk/monsters[
{
"total": 123,
"results": [
{
"id": 123,
"name": "<string>",
"imageUrl": "<string>",
"isGod": true,
"health": 123,
"attack": 123,
"strength": 123,
"defence": 123,
"combatLevel": 123,
"attackSpeedText": "<string>",
"attackSpeed": 123,
"slayerExp": 123,
"slayerLevel": 123,
"weakness": "<string>",
"area": "<string>",
"treasureScrollChance": 123,
"treasureScrollChanceWithWwMax": 123,
"treasureScrollChanceWithWwMaxAndBC72": 123,
"drops": [
{
"dropId": 123,
"itemId": 123,
"name": "<string>",
"min": 123,
"max": 123,
"baseChance": 123,
"luckChance": 123,
"extremeLuckChance": 123,
"rarity": "<string>"
}
]
}
]
}
]curl --request GET \
--url https://cherrytree.soyab.uk/monsters[
{
"total": 123,
"results": [
{
"id": 123,
"name": "<string>",
"imageUrl": "<string>",
"isGod": true,
"health": 123,
"attack": 123,
"strength": 123,
"defence": 123,
"combatLevel": 123,
"attackSpeedText": "<string>",
"attackSpeed": 123,
"slayerExp": 123,
"slayerLevel": 123,
"weakness": "<string>",
"area": "<string>",
"treasureScrollChance": 123,
"treasureScrollChanceWithWwMax": 123,
"treasureScrollChanceWithWwMaxAndBC72": 123,
"drops": [
{
"dropId": 123,
"itemId": 123,
"name": "<string>",
"min": 123,
"max": 123,
"baseChance": 123,
"luckChance": 123,
"extremeLuckChance": 123,
"rarity": "<string>"
}
]
}
]
}
]200 Response
Show child attributes
Show child attributes
Was this page helpful?