Skip to main content
GET
/
monsters
monsters
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>"
          }
        ]
      }
    ]
  }
]

Response

200 - application/json

200 Response

total
number
required
results
object[]
required