1. Schemas
itemdb API Guide
  • General
    • Getting Started
    • API Access
    • Slugs
    • Widget
      • Widget
      • Tab Example
  • v1
    • Item
      • Get latest items
      • Get an item
      • Get item's price history
      • Get item's auction history
      • Get item's restock history
      • Get item's trade history
      • Get items color palette
      • Get item's color palette
      • Get many items
      • Get many items
      • Get Item Drops Data
      • Get Dyeworks Variants
      • Get MME Paths
      • Get Item Effects
      • Get Cooking Pot Recipes
    • 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
  • v2
    • Intents & Cache
    • Items
      • Get a single item
      • Get many items
      • Get many items
    • Search
      • Search items
    • Lists
      • Get a list's items
    • Schemas
      • ItemIntent
      • ItemFlags
      • ItemPriceField
      • ItemPriceV2
      • NCValue
      • ItemSaleStatusV2
      • UseTypes
      • ThreeStateBoolean
      • ItemV2Minimal
      • ItemV2Card
      • ItemV2Pricer
      • ItemV2Full
      • Error
  1. Schemas

ListData

{
    "internal_id": 0,
    "name": "string",
    "description": "string",
    "coverURL": "string",
    "colorHex": "string",
    "purpose": "none",
    "official": true,
    "visibility": "public",
    "owner": {
        "id": "string",
        "username": "string",
        "neopetsUser": "string",
        "lastSeen": "2019-08-24T14:15:22.123Z"
    },
    "createdAt": "2019-08-24T14:15:22.123Z",
    "updatedAt": "2019-08-24T14:15:22.123Z",
    "sortBy": "string",
    "sortDir": "string",
    "order": 0,
    "dynamicType": "string",
    "lastSync": "string",
    "linkedListId": 0,
    "officialTag": "string",
    "itemCount": 0,
    "slug": "string",
    "seriesType": "string",
    "seriesStart": "string",
    "seriesEnd": "string",
    "itemInfo": [
        {
            "internal_id": 0,
            "list_id": 0,
            "item_iid": 0,
            "addedAt": "string",
            "updatedAt": "string",
            "amount": 0,
            "capValue": 0,
            "imported": true,
            "order": 0,
            "isHighlight": true,
            "isHidden": true,
            "seriesStart": "string",
            "seriesEnd": "string"
        }
    ]
}
Built with