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 Dyeworks Variants

GET
https://itemdb.com.br/api/v1/items/{id_name_slug}/dyeworks
Returns all dyeworks variants of an item

Request

Path Params

Responses

🟢200Success
application/json
Body

Example
{
    "originalItem": {
        "internal_id": 36154,
        "canonical_id": null,
        "image": "https://images.neopets.com/items/mall_acc_maraqbubbles.gif",
        "image_id": "mall_acc_maraqbubbles",
        "item_id": 85010,
        "rarity": 500,
        "name": "Maraquan Bubble Breath",
        "type": "nc",
        "isNC": true,
        "isBD": false,
        "estVal": 0,
        "weight": 1,
        "description": "This item should make you feel all bubbly inside! This item is only wearable by Neopets painted Maraquan. If your Neopet is not painted Maraquan, it will not be able to wear this NC item.",
        "category": "Special",
        "status": "active",
        "isNeohome": false,
        "isWearable": true,
        "firstSeen": null,
        "color": {
            "hsv": [
                187.8688524590164,
                95.31250000000001,
                95.5223880597015
            ],
            "rgb": [
                11.41791044776117,
                213.1343283582089,
                243.5820895522388
            ],
            "lab": [
                78.5993945904861,
                -32.32183074076922,
                -27.0670619038675
            ],
            "hex": "#0BD5F4",
            "type": "vibrant",
            "population": 0
        },
        "findAt": {
            "safetyDeposit": "https://www.neopets.com/safetydeposit.phtml?obj_name=Maraquan+Bubble+Breath&category=0",
            "shopWizard": null,
            "auction": null,
            "trading": null,
            "closet": "https://www.neopets.com/closet.phtml?obj_name=Maraquan+Bubble+Breath",
            "restockShop": null,
            "dti": "http://impress.openneo.net/items/85010",
            "neosearch": null
        },
        "isMissingInfo": false,
        "price": {
            "value": null,
            "addedAt": null,
            "inflated": false
        },
        "owls": {
            "value": "Limited Dyeworks OG - Buyable Thru Mar 6",
            "pricedAt": "2025-02-07T00:00:00.000Z",
            "valueMin": 0,
            "buyable": true
        },
        "comment": null,
        "slug": "maraquan-bubble-breath",
        "saleStatus": null,
        "useTypes": {
            "canEat": "unknown",
            "canRead": "unknown",
            "canOpen": "unknown",
            "canPlay": "unknown"
        },
        "mallData": {
            "price": 150,
            "saleBegin": "2025-02-06T19:00:00.000Z",
            "saleEnd": "2025-03-07T07:59:59.000Z",
            "discountBegin": "2025-01-01T00:00:00.000Z",
            "discountEnd": "2025-01-01T00:00:00.000Z",
            "discountPrice": 0
        }
    },
    "dyes": [
        {
            "internal_id": 66995,
            "canonical_id": null,
            "image": "https://images.neopets.com/items/c585gkmng5.gif",
            "image_id": "c585gkmng5",
            "item_id": 90701,
            "rarity": 500,
            "name": "Dyeworks Lavender: Maraquan Bubble Breath",
            "type": "nc",
            "isNC": true,
            "isBD": false,
            "estVal": 0,
            "weight": 1,
            "description": "This item should make you feel all bubbly inside! This item is only wearable by Neopets painted Maraquan. If your Neopet is not painted Maraquan, it will not be able to wear this NC item. This NC item was obtained through Dyeworks.",
            "category": "Special",
            "status": "active",
            "isNeohome": false,
            "isWearable": true,
            "firstSeen": "2025-02-06T21:20:01.344Z",
            "color": {
                "hsv": [
                    269.3877551020407,
                    94.23076923076925,
                    94.54545454545456
                ],
                "rgb": [
                    125.181818181818,
                    13.90909090909086,
                    241.0909090909092
                ],
                "lab": [
                    39.65047425143444,
                    78.46879261033291,
                    -87.57422783518372
                ],
                "hex": "#7D0EF1",
                "type": "vibrant",
                "population": 0
            },
            "findAt": {
                "safetyDeposit": "https://www.neopets.com/safetydeposit.phtml?obj_name=Dyeworks+Lavender%3A+Maraquan+Bubble+Breath&category=0",
                "shopWizard": null,
                "auction": null,
                "trading": null,
                "closet": "https://www.neopets.com/closet.phtml?obj_name=Dyeworks+Lavender%3A+Maraquan+Bubble+Breath",
                "restockShop": null,
                "dti": "http://impress.openneo.net/items/90701",
                "neosearch": null
            },
            "isMissingInfo": false,
            "price": {
                "value": null,
                "addedAt": null,
                "inflated": false
            },
            "owls": {
                "value": "Limited - Dyeworks Thru Mar 6",
                "pricedAt": "2025-02-27T03:01:44.578Z",
                "valueMin": 0,
                "buyable": false
            },
            "comment": null,
            "slug": "dyeworks-lavender-maraquan-bubble-breath",
            "saleStatus": null,
            "useTypes": {
                "canEat": "unknown",
                "canRead": "unknown",
                "canOpen": "unknown",
                "canPlay": "unknown"
            },
            "mallData": null
        },
        {
            "internal_id": 66996,
            "canonical_id": null,
            "image": "https://images.neopets.com/items/af8g0e4jj1.gif",
            "image_id": "af8g0e4jj1",
            "item_id": 90699,
            "rarity": 500,
            "name": "Dyeworks Pink: Maraquan Bubble Breath",
            "type": "nc",
            "isNC": true,
            "isBD": false,
            "estVal": 0,
            "weight": 1,
            "description": "This item should make you feel all bubbly inside! This item is only wearable by Neopets painted Maraquan. If your Neopet is not painted Maraquan, it will not be able to wear this NC item. This NC item was obtained through Dyeworks.",
            "category": "Special",
            "status": "active",
            "isNeohome": false,
            "isWearable": true,
            "firstSeen": "2025-02-06T21:20:01.344Z",
            "color": {
                "hsv": [
                    324,
                    96.38554216867472,
                    96.51162790697676
                ],
                "rgb": [
                    246.1046511627907,
                    8.895348837209262,
                    151.2209302325581
                ],
                "lab": [
                    54.07621653332568,
                    83.98292678528702,
                    -11.20528630839062
                ],
                "hex": "#F60997",
                "type": "vibrant",
                "population": 0
            },
            "findAt": {
                "safetyDeposit": "https://www.neopets.com/safetydeposit.phtml?obj_name=Dyeworks+Pink%3A+Maraquan+Bubble+Breath&category=0",
                "shopWizard": null,
                "auction": null,
                "trading": null,
                "closet": "https://www.neopets.com/closet.phtml?obj_name=Dyeworks+Pink%3A+Maraquan+Bubble+Breath",
                "restockShop": null,
                "dti": "http://impress.openneo.net/items/90699",
                "neosearch": null
            },
            "isMissingInfo": false,
            "price": {
                "value": null,
                "addedAt": null,
                "inflated": false
            },
            "owls": {
                "value": "Limited - Dyeworks Thru Mar 6",
                "pricedAt": "2025-02-27T03:13:59.070Z",
                "valueMin": 0,
                "buyable": false
            },
            "comment": null,
            "slug": "dyeworks-pink-maraquan-bubble-breath",
            "saleStatus": null,
            "useTypes": {
                "canEat": "unknown",
                "canRead": "unknown",
                "canOpen": "unknown",
                "canPlay": "unknown"
            },
            "mallData": null
        },
        {
            "internal_id": 66987,
            "canonical_id": null,
            "image": "https://images.neopets.com/items/bc66j8lb8h.gif",
            "image_id": "bc66j8lb8h",
            "item_id": 90700,
            "rarity": 500,
            "name": "Dyeworks White: Maraquan Bubble Breath",
            "type": "nc",
            "isNC": true,
            "isBD": false,
            "estVal": 0,
            "weight": 1,
            "description": "This item should make you feel all bubbly inside! This item is only wearable by Neopets painted Maraquan. If your Neopet is not painted Maraquan, it will not be able to wear this NC item. This NC item was obtained through Dyeworks.",
            "category": "Special",
            "status": "active",
            "isNeohome": false,
            "isWearable": true,
            "firstSeen": "2025-02-06T20:55:00.642Z",
            "color": {
                "hsv": [
                    179.9999999999999,
                    72.72727272727279,
                    78.57142857142861
                ],
                "rgb": [
                    54.64285714285703,
                    200.3571428571429,
                    200.357142857143
                ],
                "lab": [
                    73.84509818819848,
                    -36.69473599997175,
                    -10.95806826711743
                ],
                "hex": "#37C8C8",
                "type": "vibrant",
                "population": 0
            },
            "findAt": {
                "safetyDeposit": "https://www.neopets.com/safetydeposit.phtml?obj_name=Dyeworks+White%3A+Maraquan+Bubble+Breath&category=0",
                "shopWizard": null,
                "auction": null,
                "trading": null,
                "closet": "https://www.neopets.com/closet.phtml?obj_name=Dyeworks+White%3A+Maraquan+Bubble+Breath",
                "restockShop": null,
                "dti": "http://impress.openneo.net/items/90700",
                "neosearch": null
            },
            "isMissingInfo": false,
            "price": {
                "value": null,
                "addedAt": null,
                "inflated": false
            },
            "owls": {
                "value": "Limited - Dyeworks Thru Mar 6",
                "pricedAt": "2025-02-27T09:20:52.086Z",
                "valueMin": 0,
                "buyable": false
            },
            "comment": null,
            "slug": "dyeworks-white-maraquan-bubble-breath",
            "saleStatus": null,
            "useTypes": {
                "canEat": "unknown",
                "canRead": "unknown",
                "canOpen": "unknown",
                "canPlay": "unknown"
            },
            "mallData": null
        }
    ]
}
Modified at 2025-03-02 21:45:03
Previous
Get Item Drops Data
Next
Get MME Paths
Built with