Skip to main content
GET
/
crafting
Crafting
curl --request GET \
  --url https://cherrytree.soyab.uk/crafting
[
  {
    "total": 123,
    "results": [
      {
        "id": 123,
        "itemId": 123,
        "name": "<string>",
        "category": "<string>",
        "craftingLevel": 123,
        "craftingExp": 123,
        "materials": [
          {
            "itemId": 123,
            "name": "<string>",
            "amount": 123
          }
        ]
      }
    ]
  }
]

Response

200 - application/json

200 Response

total
number
required
results
object[]
required