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 Drops Data

GET
https://itemdb.com.br/api/v1/items/{id_name_slug}/drops
Gets drop data 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:
maraquan-y2k-mini-mystery-capsule

Responses

🟢200Success
application/json
Body
drops
object 
optional
openings
integer 
optional
pools
object 
optional
notes
string  | null 
optional
drops
object 
optional
hasLE
boolean 
optional
isGBC
boolean 
optional
minDrop
integer 
optional
maxDrop
integer 
optional
isChoice
boolean 
optional
isGram
boolean 
optional
parents
array[integer]
optional
Items that can drop this item
Example
{"drops":{"openings":174,"pools":{"unknown":{"name":"unknown","items":[67171,67172,67173,67174,67176],"isChance":true,"openings":151,"maxDrop":1,"minDrop":1,"totalDrops":151,"isLE":false},"le":{"name":"le","items":[67175],"isChance":true,"openings":23,"maxDrop":1,"minDrop":1,"totalDrops":23,"isLE":true}},"notes":null,"drops":{"67171":{"item_iid":67171,"dropRate":23.841059602649008,"notes":null,"isLE":false,"pool":"unknown"},"67172":{"item_iid":67172,"dropRate":19.867549668874172,"notes":null,"isLE":false,"pool":"unknown"},"67173":{"item_iid":67173,"dropRate":15.2317880794702,"notes":null,"isLE":false,"pool":"unknown"},"67174":{"item_iid":67174,"dropRate":15.2317880794702,"notes":null,"isLE":false,"pool":"unknown"},"67175":{"item_iid":67175,"dropRate":100,"notes":"LE","isLE":true,"pool":"le"},"67176":{"item_iid":67176,"dropRate":25.82781456953642,"notes":null,"isLE":false,"pool":"unknown"}},"hasLE":true,"isGBC":false,"minDrop":1,"maxDrop":1,"isChoice":false,"isGram":false},"parents":[67180,67181]}
Modified at 2025-03-02 21:43:17
Previous
Get many items
Next
Get Dyeworks Variants
Built with