itemdb API Guide
  1. Schemas
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
  • Lists
    • Get List Info
    • Get List Item Info
    • Get List Item Data
  • Misc
    • Get all ways to change a Pet Color/Species
    • Get wearable preview
    • Get cached item's thumbnail
  • Schemas
    • Schemas
      • SaleStatus
      • ItemMallData
      • UseTypes
      • ListData
      • ListItemInfo
      • ItemData
      • itemColorData
      • ItemPriceData
      • OwlsData
      • ItemRestockData
      • ItemAuctionData
      • TradeData
      • TradeItem
      • UserList
      • ListItemInfo
      • ColorData
      • SearchFilters
  1. Schemas

SearchFilters(SearchFilters)

{
    "category": [
        "special"
    ],
    "type": [
        "nc"
    ],
    "status": [
        "active"
    ],
    "color": "#ff0000",
    "price": [
        0
    ],
    "rarity": [
        0
    ],
    "weight": [
        0
    ],
    "estVal": [
        0
    ],
    "sortBy": "name",
    "sortDir": "asc",
    "zone": [
        "string"
    ],
    "restockProfit": "string",
    "restockIncludeUnpriced": true,
    "mode": "name",
    "colorType": "string",
    "colorTolerance": "string"
}
Built with