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

ListItemInfo(ListItemInfo)

Info about a item inside a list

{
    "internal_id": 0,
    "list_id": 0,
    "item_iid": 0,
    "addedAt": "string",
    "updatedAt": "string",
    "amount": 0,
    "capValue": 0,
    "imported": "string",
    "order": 0,
    "isHighlight": true
}
Built with