itemdb API Guide
  1. Item
itemdb API Guide
  • Getting Started
  • Slugs
  • Widget
  • Widget Tabs Exemple
  • Item
    • Get latest items
      GET
    • Get an item
      GET
    • Get item's price history
      GET
    • Get item's auction history
      GET
    • Get item's restock history
      GET
    • Get item's trade history
      GET
    • Get items color palette
      GET
    • Get item's color palette
      POST
    • Get many items
      GET
    • Get many items
      POST
    • Get Item Drops Data
      GET
    • Get Dyeworks Variants
      GET
    • Get MME Paths
      GET
    • Get Item Effects
      GET
    • Get Cooking Pot Recipes
      GET
  • Search
    • Search for an item
      GET
  • Lists
    • Get List Info
      GET
    • Get List Item Info
      GET
    • Get List Item Data
      GET
  • Misc
    • Get all ways to change a Pet Color/Species
      GET
    • Get wearable preview
      GET
    • Get cached item's thumbnail
      GET
  1. Item

Get Cooking Pot Recipes

GET
https://itemdb.com.br/api/v1/items/{id_name_slug}/recipes
Return all Cooking Pot Recipes with that item

Request

Path Params
id_name_slug
string 
required
item internal_id, name or slug. Keep in mind that there are items with the same name, so using the internal_id/slug is safer.
Example:
negg

Responses

🟢200Success
application/json
Body
array of:
internal_id
integer 
optional
result
object (ItemData) 
optional
Represents an item
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
itemdb internal id for this item
item_id
number  | null 
optional
Represents the id that Neopets uses for this item
name
string 
optional
description
string 
optional
image
string 
optional
item thumbnail url
image_id
string 
optional
represents the item's image filename without the file extension aka .gif
category
string  | null 
optional
item official "type"
rarity
number  | null 
optional
weight
number  | null 
optional
estVal
number  | null 
optional
Neopets Official Estimate Value for this item.
Does not reflect the actual item price
type
enum<string> 
optional
Represents whether is a NP, NC or Paint Brush item
Allowed values:
npncpb
Default:
np
isNC
boolean 
optional
whether is a Neocash Item
defaults to false if we don't have all the information about the item
isWearable
boolean 
optional
whether is an wearable Item
defaults to false if we don't have all the information about the item
isNeohome
boolean 
optional
whether is an neohome item
defaults to false if we don't have all the information about the item
status
enum<string> 
optional
item status
defaults to 'active' if we don't have all the information about the item
Allowed values:
activeno trade
comment
string  | null 
optional
any relevant comment about this item
color
object (itemColorData) 
optional
object with information about the vibrant color of this item.
findAt
object 
optional
Convenience links to find this item in places such as SDB, Shops, Shop Wizard, etc...
price
object (ItemPriceData) 
optional
Market value data for this item.
owls
object (OwlsData)  | null 
optional
Owls NC Value data
isMissingInfo
boolean 
optional
Whether there is missing data or not. Keep in mind that fields with default values may be incorrect even if this field is false
slug
string  | null 
optional
URL Slug
saleStatus
optional
canonical_id
integer  | null 
optional
When we have duplicates, one item is chosen as the Canonical one
useTypes
object (UseTypes) 
optional
firstSeen
string <date-time> | null 
optional
First time we seen an item. Only exists for items released after itemdb was created
mallData
optional
ingredients
array[object (ItemData) {27}] 
optional
internal_id
number 
optional
itemdb internal id for this item
item_id
number  | null 
optional
Represents the id that Neopets uses for this item
name
string 
optional
description
string 
optional
image
string 
optional
item thumbnail url
image_id
string 
optional
represents the item's image filename without the file extension aka .gif
category
string  | null 
optional
item official "type"
rarity
number  | null 
optional
weight
number  | null 
optional
estVal
number  | null 
optional
Neopets Official Estimate Value for this item.
Does not reflect the actual item price
type
enum<string> 
optional
Represents whether is a NP, NC or Paint Brush item
Allowed values:
npncpb
Default:
np
isNC
boolean 
optional
whether is a Neocash Item
defaults to false if we don't have all the information about the item
isWearable
boolean 
optional
whether is an wearable Item
defaults to false if we don't have all the information about the item
isNeohome
boolean 
optional
whether is an neohome item
defaults to false if we don't have all the information about the item
status
enum<string> 
optional
item status
defaults to 'active' if we don't have all the information about the item
Allowed values:
activeno trade
comment
string  | null 
optional
any relevant comment about this item
color
object (itemColorData) 
optional
object with information about the vibrant color of this item.
findAt
object 
optional
Convenience links to find this item in places such as SDB, Shops, Shop Wizard, etc...
price
object (ItemPriceData) 
optional
Market value data for this item.
owls
object (OwlsData)  | null 
optional
Owls NC Value data
isMissingInfo
boolean 
optional
Whether there is missing data or not. Keep in mind that fields with default values may be incorrect even if this field is false
slug
string  | null 
optional
URL Slug
saleStatus
optional
canonical_id
integer  | null 
optional
When we have duplicates, one item is chosen as the Canonical one
useTypes
object (UseTypes) 
optional
firstSeen
string <date-time> | null 
optional
First time we seen an item. Only exists for items released after itemdb was created
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
Previous
Get Item Effects
Next
Search for an item
Built with