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

UserList(UserList)

Represents a UserList

[
    {
        "internal_id": 26,
        "name": "Tarla Main Prizes",
        "description": "Main items given by Tarla Non-Toolbar Treasures",
        "coverURL": "https://images.neopets.com/games/tradingcards/369.gif",
        "colorHex": "#c63956",
        "purpose": "none",
        "official": true,
        "visibility": "public",
        "user_id": "Ty0G4IOIm4dr3IYJpMx8bIFMs433",
        "user_username": "temp_user",
        "user_neouser": "temp_username",
        "owner": {
            "id": "Ty0G4IOIm4dr3IYJpMx8bIFMs433",
            "username": "temp_user",
            "neopetsUser": "temp_username",
            "lastSeen": "2023-04-01T22:00:00.000Z"
        },
        "createdAt": "2023-04-02T18:57:27.227Z",
        "updatedAt": "2023-04-02T21:01:14.834Z",
        "sortBy": "price",
        "sortDir": "desc",
        "order": 2,
        "itemCount": 2,
        "itemInfo": [
            {
                "internal_id": 1507,
                "list_id": 26,
                "item_iid": 25,
                "addedAt": "2023-04-02T19:06:05.851Z",
                "updatedAt": "2023-04-02T19:06:05.851Z",
                "amount": 1,
                "capValue": null,
                "imported": false,
                "order": null,
                "isHighlight": false
            },
            {
                "internal_id": 1429,
                "list_id": 26,
                "item_iid": 103,
                "addedAt": "2023-04-02T18:57:57.819Z",
                "updatedAt": "2023-04-02T18:57:57.819Z",
                "amount": 1,
                "capValue": null,
                "imported": false,
                "order": null,
                "isHighlight": false
            }
        ]
    }
]
Built with