- 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 many items
POST
/items/many
Request
Body Params application/json
id
array[number]
optional
item_id
array[number]
optional
name
array[string]
optional
image_id
array[string]
optional
name_image_id
array [array]
optional
string
optional
Example
{
"id": [
0
],
"item_id": [
0
],
"name": [
"string"
],
"image_id": [
"string"
],
"name_image_id": [
[
"string",
"string"
]
]
}
Responses
🟢200OK
application/json
{[identificator: string]: ItemData}
identificator
is the param type you sended.name_image_id
param, the identificator will be encodeURI(name)_image_id
. Check the encodeURI documentationBody
[identificator]
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
Example
{
"71": {
"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": [
null,
null,
null
],
"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": "Thu Mar 23 2023 07:32:55 GMT+0100 (Central European Standard Time)",
"inflated": false
},
"comment": null
},
"75": {
"internal_id": 75,
"image": "https://images.neopets.com/items/magic_mote_bubble.gif",
"image_id": "magic_mote_bubble",
"item_id": 24,
"rarity": 58,
"name": "Bubble Mote",
"specialType": null,
"isNC": false,
"type": "np",
"estVal": 175,
"weight": 1,
"description": "The bubble mote is most effective against fire attacks and can temporarily give your creature invisibility.",
"status": "active",
"category": "Brightvale Motes",
"isNeohome": false,
"isWearable": false,
"color": {
"hsv": [
null,
null,
null
],
"rgb": [
8.895348837209262,
246.1046511627907,
246.1046511627907
],
"lab": [
88.30102877129474,
-46.62106738211241,
-13.7189518283185
],
"hex": "#09F6F6",
"type": "vibrant",
"population": 0
},
"findAt": {
"safetyDeposit": "https://www.neopets.com/safetydeposit.phtml?obj_name=Bubble+Mote&category=0",
"shopWizard": "https://www.neopets.com/shops/wizard.phtml?string=Bubble+Mote",
"auction": "https://www.neopets.com/genie.phtml?type=process_genie&criteria=exact&auctiongenie=Bubble+Mote",
"trading": "https://www.neopets.com/island/tradingpost.phtml?type=browse&criteria=item_exact&search_string=Bubble+Mote",
"closet": null,
"restockShop": "https://www.neopets.com/objects.phtml?type=shop&obj_type=82",
"dti": null
},
"isMissingInfo": false,
"price": {
"value": 4,
"addedAt": "Tue Mar 21 2023 01:33:02 GMT+0100 (Central European Standard Time)",
"inflated": false
},
"comment": null
},
"127": {
"internal_id": 127,
"image": "https://images.neopets.com/items/purpletradingcardback.gif",
"image_id": "purpletradingcardback",
"item_id": 476,
"rarity": null,
"name": "Ursula Usul",
"specialType": "uncommon",
"isNC": false,
"type": "np",
"estVal": null,
"weight": null,
"description": "This dedicated Usul has just one focus in life, to be the Ultimate Gormball Champion. She has studied her entire life for this and wont be beaten easily.",
"status": "active",
"category": "Collectable Card",
"isNeohome": false,
"isWearable": false,
"color": {
"hsv": [
null,
null,
null
],
"rgb": [
188,
86,
188
],
"lab": [
52.92517135891461,
54.84055107884767,
-35.33937842544705
],
"hex": "#BC56BC",
"type": "vibrant",
"population": 6
},
"findAt": {
"safetyDeposit": "https://www.neopets.com/safetydeposit.phtml?obj_name=Ursula+Usul&category=0",
"shopWizard": "https://www.neopets.com/shops/wizard.phtml?string=Ursula+Usul",
"auction": "https://www.neopets.com/genie.phtml?type=process_genie&criteria=exact&auctiongenie=Ursula+Usul",
"trading": "https://www.neopets.com/island/tradingpost.phtml?type=browse&criteria=item_exact&search_string=Ursula+Usul",
"closet": null,
"restockShop": null,
"dti": null
},
"isMissingInfo": true,
"price": {
"value": 1590,
"addedAt": "Sun Mar 26 2023 16:56:27 GMT+0200 (Central European Summer Time)",
"inflated": false
},
"comment": null
}
}
Modified at 2025-03-02 19:23:37