curl --request GET \
--url https://cherrytree.soyab.uk/fletching[
{
"total": 123,
"results": [
{
"id": 123,
"itemId": 123,
"name": "<string>",
"category": "<string>",
"fletchingLevel": 123,
"fletchingExp": 123,
"materials": [
{
"itemId": 123,
"name": "<string>",
"amount": 123
}
]
}
]
}
]curl --request GET \
--url https://cherrytree.soyab.uk/fletching[
{
"total": 123,
"results": [
{
"id": 123,
"itemId": 123,
"name": "<string>",
"category": "<string>",
"fletchingLevel": 123,
"fletchingExp": 123,
"materials": [
{
"itemId": 123,
"name": "<string>",
"amount": 123
}
]
}
]
}
]200 Response
Show child attributes
Was this page helpful?