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 Item Effects

GET
https://itemdb.com.br/api/v1/items/{id_name_slug}/effects
Return all item effects for an 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 is safer.
Example:
cool-negg

Responses

🟢200Success
application/json
Body
array of:
internal_id
integer 
optional
type
enum<string> 
optional
Allowed values:
diseasecureDiseasehealstatscolorSpeciesother
name
string 
optional
species
array[string] | null 
optional
Exclusive to these species
isChance
boolean 
optional
minVal
integer  | null 
optional
maxVal
integer  | null 
optional
strVal
string  | null 
optional
colorTarget
integer  | null 
optional
Change to this neopet color_id
speciesTarget
integer  | null 
optional
Change to this neopet species_id
text
string  | null 
optional
Example
[{"internal_id":154,"type":"stats","name":"Level","species":null,"isChance":false,"minVal":1,"maxVal":2,"strVal":null,"colorTarget":null,"speciesTarget":null,"text":null},{"internal_id":155,"type":"stats","name":"Max HP","species":null,"isChance":false,"minVal":1,"maxVal":3,"strVal":null,"colorTarget":null,"speciesTarget":null,"text":null},{"internal_id":156,"type":"stats","name":"Strength","species":null,"isChance":false,"minVal":1,"maxVal":3,"strVal":null,"colorTarget":null,"speciesTarget":null,"text":null},{"internal_id":157,"type":"stats","name":"Movement","species":null,"isChance":false,"minVal":1,"maxVal":3,"strVal":null,"colorTarget":null,"speciesTarget":null,"text":null},{"internal_id":-1,"type":"disease","name":"Neezles","species":["Tonu"],"isChance":false}]
Modified at 2025-03-02 21:45:11
Previous
Get MME Paths
Next
Get Cooking Pot Recipes
Built with