- Getting Started
- Slugs
- Widget
- Widget Tabs Exemple
- Item
- Get latest itemsGET
- Get a itemGET
- Get item's price historyGET
- Get item's auction historyGET
- Get item's restock historyGET
- Get item's trade historyGET
- Get items color paletteGET
- Get item's color palettePOST
- Get many itemsGET
- Get many itemsPOST
- Get Item Drops DataGET
- Get Dyeworks VariantsGET
- Get MME PathsGET
- Get Item EffectsGET
- Get Cooking Pot RecipesGET
- Search
- Lists
- Misc
Get Cooking Pot Recipes
GET
/items/{id_name_slug}/recipes
Request
Path Params
id_name_slug
string
required
Example:
negg
Responses
🟢200Success
application/json
Body
array of:
internal_id
integer
optional
result
object (ItemData)
optional
Example:
{"internal_id":71,"image":"https://images.neopets.com/items/negg.gif","image_id":"negg","item_id":8,"rarity":45,"name":"Negg","specialType":"trading","isNC":false,"type":"np","estVal":4371,"weight":3,"description":"A Negg is a Neopian delicacy. *** WORTH 1 NEGG POINT AT THE NEGGERY ***","status":"active","category":"Food","isNeohome":false,"isWearable":false,"color":{"hsv":[28.643216080402,98.02955665024629,79.6078431372549],"rgb":[203,99,4],"lab":[53.63108729347468,36.90719903461171,61.33641181173597],"hex":"#CB6304","type":"vibrant","population":58},"findAt":{"safetyDeposit":"https://www.neopets.com/safetydeposit.phtml?obj_name=Negg&category=0","shopWizard":"https://www.neopets.com/shops/wizard.phtml?string=Negg","auction":"https://www.neopets.com/genie.phtml?type=process_genie&criteria=exact&auctiongenie=Negg","trading":"https://www.neopets.com/island/tradingpost.phtml?type=browse&criteria=item_exact&search_string=Negg","closet":null,"restockShop":"https://www.neopets.com/objects.phtml?type=shop&obj_type=1","dti":null},"isMissingInfo":false,"price":{"value":22450,"addedAt":"2023-03-23T06:32:55.181Z","inflated":false},"comment":null}
internal_id
number
optional
item_id
number | null
optional
name
string
optional
description
string
optional
image
string
optional
image_id
string
optional
category
string | null
optional
rarity
number | null
optional
weight
number | null
optional
estVal
number | null
optional
type
enum<string>
optional
Allowed values:
npncpb
Default:
np
isNC
boolean
optional
false
if we don't have all the information about the itemisWearable
boolean
optional
false
if we don't have all the information about the itemisNeohome
boolean
optional
false
if we don't have all the information about the itemstatus
enum<string>
optional
Allowed values:
activeno trade
comment
string | null
optional
color
object (itemColorData)
optional
findAt
object
optional
price
object (ItemPriceData)
optional
owls
object (OwlsData) | null
optional
isMissingInfo
boolean
optional
false
slug
string | null
optional
saleStatus
optional
canonical_id
integer | null
optional
useTypes
object (UseTypes)
optional
firstSeen
string <date-time> | null
optional
mallData
optional
ingredients
array[object (ItemData) {27}]
optional
internal_id
number
optional
item_id
number | null
optional
name
string
optional
description
string
optional
image
string
optional
image_id
string
optional
category
string | null
optional
rarity
number | null
optional
weight
number | null
optional
estVal
number | null
optional
type
enum<string>
optional
Allowed values:
npncpb
Default:
np
isNC
boolean
optional
false
if we don't have all the information about the itemisWearable
boolean
optional
false
if we don't have all the information about the itemisNeohome
boolean
optional
false
if we don't have all the information about the itemstatus
enum<string>
optional
Allowed values:
activeno trade
comment
string | null
optional
color
object (itemColorData)
optional
findAt
object
optional
price
object (ItemPriceData)
optional
owls
object (OwlsData) | null
optional
isMissingInfo
boolean
optional
false
slug
string | null
optional
saleStatus
optional
canonical_id
integer | null
optional
useTypes
object (UseTypes)
optional
firstSeen
string <date-time> | null
optional
mallData
optional
type
string
optional
Example
[
{
"internal_id": 84,
"result": {
"internal_id": 52266,
"canonical_id": null,
"image": "https://images.neopets.com/items/food_pizzle.gif",
"image_id": "food_pizzle",
"item_id": 8584,
"rarity": 101,
"name": "Pizapple Surprise",
"isNC": false,
"isBD": false,
"type": "np",
"estVal": 1100,
"weight": 1,
"description": "Wow, did you ever think these foods could combine and make a great snack?",
"status": "active",
"category": "Food",
"isNeohome": false,
"isWearable": false,
"firstSeen": null,
"color": {
"hsv": [
59.22413793103448,
98.30508474576271,
92.54901960784314
],
"rgb": [
236,
233,
4
],
"lab": [
89.91477668692218,
-18.84872806600024,
88.2178240953207
],
"hex": "#ECE904",
"type": "vibrant",
"population": 10
},
"findAt": {
"safetyDeposit": "https://www.neopets.com/safetydeposit.phtml?obj_name=Pizapple+Surprise&category=0",
"shopWizard": "https://www.neopets.com/shops/wizard.phtml?string=Pizapple+Surprise",
"auction": "https://www.neopets.com/genie.phtml?type=process_genie&criteria=exact&auctiongenie=Pizapple+Surprise",
"trading": "https://www.neopets.com/island/tradingpost.phtml?type=browse&criteria=item_exact&search_string=Pizapple+Surprise",
"closet": null,
"restockShop": null,
"dti": null,
"neosearch": null
},
"isMissingInfo": false,
"price": {
"value": 34600,
"addedAt": "2025-02-20T00:43:48.243Z",
"inflated": false
},
"owls": null,
"comment": null,
"slug": "pizapple-surprise",
"saleStatus": {
"sold": 7,
"total": 20,
"percent": 35,
"status": "regular",
"type": 15,
"addedAt": "2025-02-25T08:20:48.752Z"
},
"useTypes": {
"canEat": "true",
"canRead": "unknown",
"canOpen": "unknown",
"canPlay": "unknown"
},
"mallData": null
},
"ingredients": [
{
"internal_id": 102,
"canonical_id": null,
"image": "https://images.neopets.com/items/cheese.gif",
"image_id": "cheese",
"item_id": 184,
"rarity": 10,
"name": "Cheese",
"isNC": false,
"isBD": false,
"type": "np",
"estVal": 1447,
"weight": 6,
"description": "A delicious chunk of cheese makes a great savoury snack for your pet.",
"status": "active",
"category": "Food",
"isNeohome": false,
"isWearable": false,
"firstSeen": null,
"color": {
"hsv": [
45.78947368421052,
60.31746031746032,
98.82352941176471
],
"rgb": [
252,
216,
100
],
"lab": [
87.35233883106653,
-0.4934902103329586,
60.52050432733343
],
"hex": "#FCD864",
"type": "vibrant",
"population": 26
},
"findAt": {
"safetyDeposit": "https://www.neopets.com/safetydeposit.phtml?obj_name=Cheese&category=0",
"shopWizard": "https://www.neopets.com/shops/wizard.phtml?string=Cheese",
"auction": "https://www.neopets.com/genie.phtml?type=process_genie&criteria=exact&auctiongenie=Cheese",
"trading": "https://www.neopets.com/island/tradingpost.phtml?type=browse&criteria=item_exact&search_string=Cheese",
"closet": null,
"restockShop": "https://www.neopets.com/objects.phtml?type=shop&obj_type=1",
"dti": null,
"neosearch": "https://www.neopets.com/search.phtml?selected_type=object&string=Cheese"
},
"isMissingInfo": false,
"price": {
"value": 1900,
"addedAt": "2025-02-15T11:38:27.264Z",
"inflated": false
},
"owls": null,
"comment": null,
"slug": "cheese",
"saleStatus": {
"sold": 466,
"total": 1430,
"percent": 33,
"status": "regular",
"type": 15,
"addedAt": "2025-02-28T09:08:52.527Z"
},
"useTypes": {
"canEat": "true",
"canRead": "unknown",
"canOpen": "unknown",
"canPlay": "unknown"
},
"mallData": null
},
{
"internal_id": 3602,
"canonical_id": null,
"image": "https://images.neopets.com/items/food_apple.gif",
"image_id": "food_apple",
"item_id": 1,
"rarity": 20,
"name": "Green Apple",
"isNC": false,
"isBD": false,
"type": "np",
"estVal": 293,
"weight": 2,
"description": "An apple a day keeps the doctor away!",
"status": "active",
"category": "Food",
"isNeohome": false,
"isWearable": false,
"firstSeen": null,
"color": {
"hsv": [
101.0526315789474,
74.50980392156865,
80
],
"rgb": [
100,
204,
52
],
"lab": [
73.63822182552488,
-55.79861460297675,
62.23335921386822
],
"hex": "#64CC34",
"type": "vibrant",
"population": 42
},
"findAt": {
"safetyDeposit": "https://www.neopets.com/safetydeposit.phtml?obj_name=Green+Apple&category=0",
"shopWizard": "https://www.neopets.com/shops/wizard.phtml?string=Green+Apple",
"auction": "https://www.neopets.com/genie.phtml?type=process_genie&criteria=exact&auctiongenie=Green+Apple",
"trading": "https://www.neopets.com/island/tradingpost.phtml?type=browse&criteria=item_exact&search_string=Green+Apple",
"closet": null,
"restockShop": "https://www.neopets.com/objects.phtml?type=shop&obj_type=1",
"dti": null,
"neosearch": "https://www.neopets.com/search.phtml?selected_type=object&string=Green+Apple"
},
"isMissingInfo": false,
"price": {
"value": 571,
"addedAt": "2025-02-19T11:01:47.654Z",
"inflated": false
},
"owls": null,
"comment": null,
"slug": "green-apple",
"saleStatus": {
"sold": 377,
"total": 947,
"percent": 40,
"status": "regular",
"type": 15,
"addedAt": "2025-03-02T06:02:32.652Z"
},
"useTypes": {
"canEat": "true",
"canRead": "unknown",
"canOpen": "unknown",
"canPlay": "unknown"
},
"mallData": null
},
{
"internal_id": 71,
"canonical_id": null,
"image": "https://images.neopets.com/items/negg.gif",
"image_id": "negg",
"item_id": 8,
"rarity": 45,
"name": "Negg",
"isNC": false,
"isBD": false,
"type": "np",
"estVal": 5887,
"weight": 3,
"description": "A Negg is a Neopian delicacy. *** WORTH 1 NEGG POINT AT THE NEGGERY ***",
"status": "active",
"category": "Food",
"isNeohome": false,
"isWearable": false,
"firstSeen": null,
"color": {
"hsv": [
28.643216080402,
98.02955665024629,
79.6078431372549
],
"rgb": [
203,
99,
4
],
"lab": [
53.63108729347468,
36.90719903461171,
61.33641181173597
],
"hex": "#CB6304",
"type": "vibrant",
"population": 58
},
"findAt": {
"safetyDeposit": "https://www.neopets.com/safetydeposit.phtml?obj_name=Negg&category=0",
"shopWizard": "https://www.neopets.com/shops/wizard.phtml?string=Negg",
"auction": "https://www.neopets.com/genie.phtml?type=process_genie&criteria=exact&auctiongenie=Negg",
"trading": "https://www.neopets.com/island/tradingpost.phtml?type=browse&criteria=item_exact&search_string=Negg",
"closet": null,
"restockShop": "https://www.neopets.com/objects.phtml?type=shop&obj_type=1",
"dti": null,
"neosearch": "https://www.neopets.com/search.phtml?selected_type=object&string=Negg"
},
"isMissingInfo": false,
"price": {
"value": 26200,
"addedAt": "2025-02-27T04:20:43.174Z",
"inflated": false
},
"owls": null,
"comment": null,
"slug": "negg",
"saleStatus": {
"sold": 1424,
"total": 2620,
"percent": 54,
"status": "ets",
"type": 15,
"addedAt": "2025-02-27T05:10:50.276Z"
},
"useTypes": {
"canEat": "true",
"canRead": "unknown",
"canOpen": "unknown",
"canPlay": "unknown"
},
"mallData": null
}
],
"type": "cookingpot"
},
{
"internal_id": 127,
"result": {
"internal_id": 46084,
"canonical_id": null,
"image": "https://images.neopets.com/items/food_blob.gif",
"image_id": "food_blob",
"item_id": 8581,
"rarity": 101,
"name": "Bomatoge",
"isNC": false,
"isBD": false,
"type": "np",
"estVal": 2200,
"weight": 1,
"description": "Taste the goodness of this mystery combo snack.",
"status": "active",
"category": "Food",
"isNeohome": false,
"isWearable": false,
"firstSeen": null,
"color": {
"hsv": [
359.7333333333333,
96.98275862068965,
90.98039215686275
],
"rgb": [
232,
7,
8
],
"lab": [
48.66732018379824,
74.0921732722869,
60.4190712727081
],
"hex": "#E80708",
"type": "vibrant",
"population": 7
},
"findAt": {
"safetyDeposit": "https://www.neopets.com/safetydeposit.phtml?obj_name=Bomatoge&category=0",
"shopWizard": "https://www.neopets.com/shops/wizard.phtml?string=Bomatoge",
"auction": "https://www.neopets.com/genie.phtml?type=process_genie&criteria=exact&auctiongenie=Bomatoge",
"trading": "https://www.neopets.com/island/tradingpost.phtml?type=browse&criteria=item_exact&search_string=Bomatoge",
"closet": null,
"restockShop": null,
"dti": null,
"neosearch": null
},
"isMissingInfo": false,
"price": {
"value": 6500,
"addedAt": "2023-12-14T21:46:13.000Z",
"inflated": false
},
"owls": null,
"comment": null,
"slug": "bomatoge",
"saleStatus": null,
"useTypes": {
"canEat": "true",
"canRead": "unknown",
"canOpen": "unknown",
"canPlay": "unknown"
},
"mallData": null
},
"ingredients": [
{
"internal_id": 71,
"canonical_id": null,
"image": "https://images.neopets.com/items/negg.gif",
"image_id": "negg",
"item_id": 8,
"rarity": 45,
"name": "Negg",
"isNC": false,
"isBD": false,
"type": "np",
"estVal": 5887,
"weight": 3,
"description": "A Negg is a Neopian delicacy. *** WORTH 1 NEGG POINT AT THE NEGGERY ***",
"status": "active",
"category": "Food",
"isNeohome": false,
"isWearable": false,
"firstSeen": null,
"color": {
"hsv": [
28.643216080402,
98.02955665024629,
79.6078431372549
],
"rgb": [
203,
99,
4
],
"lab": [
53.63108729347468,
36.90719903461171,
61.33641181173597
],
"hex": "#CB6304",
"type": "vibrant",
"population": 58
},
"findAt": {
"safetyDeposit": "https://www.neopets.com/safetydeposit.phtml?obj_name=Negg&category=0",
"shopWizard": "https://www.neopets.com/shops/wizard.phtml?string=Negg",
"auction": "https://www.neopets.com/genie.phtml?type=process_genie&criteria=exact&auctiongenie=Negg",
"trading": "https://www.neopets.com/island/tradingpost.phtml?type=browse&criteria=item_exact&search_string=Negg",
"closet": null,
"restockShop": "https://www.neopets.com/objects.phtml?type=shop&obj_type=1",
"dti": null,
"neosearch": "https://www.neopets.com/search.phtml?selected_type=object&string=Negg"
},
"isMissingInfo": false,
"price": {
"value": 26200,
"addedAt": "2025-02-27T04:20:43.174Z",
"inflated": false
},
"owls": null,
"comment": null,
"slug": "negg",
"saleStatus": {
"sold": 1424,
"total": 2620,
"percent": 54,
"status": "ets",
"type": 15,
"addedAt": "2025-02-27T05:10:50.276Z"
},
"useTypes": {
"canEat": "true",
"canRead": "unknown",
"canOpen": "unknown",
"canPlay": "unknown"
},
"mallData": null
},
{
"internal_id": 17853,
"canonical_id": null,
"image": "https://images.neopets.com/items/sausage.gif",
"image_id": "sausage",
"item_id": 132,
"rarity": 180,
"name": "Pork Sausage",
"isNC": false,
"isBD": false,
"type": "np",
"estVal": 62,
"weight": 5,
"description": "A sizzling pork sausage.",
"status": "active",
"category": "Food",
"isNeohome": false,
"isWearable": false,
"firstSeen": null,
"color": {
"hsv": [
7.5,
32.6530612244898,
76.86274509803923
],
"rgb": [
196,
140,
132
],
"lab": [
63.47314978330766,
20.23518736794527,
12.74711650657272
],
"hex": "#C48C84",
"type": "vibrant",
"population": 2
},
"findAt": {
"safetyDeposit": "https://www.neopets.com/safetydeposit.phtml?obj_name=Pork+Sausage&category=0",
"shopWizard": "https://www.neopets.com/shops/wizard.phtml?string=Pork+Sausage",
"auction": "https://www.neopets.com/genie.phtml?type=process_genie&criteria=exact&auctiongenie=Pork+Sausage",
"trading": "https://www.neopets.com/island/tradingpost.phtml?type=browse&criteria=item_exact&search_string=Pork+Sausage",
"closet": null,
"restockShop": null,
"dti": null,
"neosearch": null
},
"isMissingInfo": false,
"price": {
"value": 5440,
"addedAt": "2025-01-10T02:23:31.740Z",
"inflated": false
},
"owls": null,
"comment": null,
"slug": "pork-sausage",
"saleStatus": {
"sold": 21,
"total": 44,
"percent": 48,
"status": "regular",
"type": 15,
"addedAt": "2025-02-27T21:33:32.519Z"
},
"useTypes": {
"canEat": "true",
"canRead": "unknown",
"canOpen": "unknown",
"canPlay": "unknown"
},
"mallData": null
}
],
"type": "cookingpot"
}
]
Modified at 2025-03-02 21:45:18