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

Response

200 - application/json

200 Response

total
number
required
results
object[]
required