======================================================= WOW HOUSING DECOR FETCHER ======================================================= ✓ Connected to Blizzard API --- HOUSING CLASS (ID 20) --- Class: Housing (ID: 20) Subclasses (Decor Categories): [0] Decor [1] Housing Dye [2] Room [3] Room Customization [4] Exterior Customization [5] Service Item --- HOUSING ITEMS COUNT --- Total Housing Items: 0 --- ITEMS PER CATEGORY --- [ 0] Decor 0 items [ 1] Housing Dye 0 items [ 2] Room 0 items [ 3] Room Customization 0 items [ 4] Exterior Customization 0 items [ 5] Service Item 0 items --- SAMPLE ITEMS PER CATEGORY --- Decor (ID 0): [235523] Sturdy Wooden Chair (Common) [235633] Circular Woolen Rug (Common) [235675] Three-Candle Wrought Iron Chandelier (Common) [235677] Wrought Iron Floor Lamp (Common) [235994] Ornate Stonework Fireplace (Common) Housing Dye (ID 1): [258838] Gold Dye (Common) [259053] Warm Teak Dye (Common) [259078] Basic Birch Dye (Common) [259096] Mesquite Brown Dye (Common) [259097] Pinewood Dye (Common) Room (ID 2): (no items found) Room Customization (ID 3): (no items found) Exterior Customization (ID 4): (no items found) Service Item (ID 5): [253580] Harvesting Hatchet (Rare) --- EXAMPLE ITEM FULL DATA --- Item ID: 250094 { "_links": { "self": { "href": "https://us.api.blizzard.com/data/wow/item/250094?namespace=static-11.2.7_64397-us" } }, "id": 250094, "name": "Empty Orgrimmar Bathtub", "quality": { "type": "COMMON", "name": "Common" }, "level": 1, "required_level": 1, "media": { "key": { "href": "https://us.api.blizzard.com/data/wow/media/item/250094?namespace=static-11.2.7_64397-us" }, "id": 250094 }, "item_class": { "key": { "href": "https://us.api.blizzard.com/data/wow/item-class/20?namespace=static-11.2.7_64397-us" }, "name": "Housing", "id": 20 }, "item_subclass": { "key": { "href": "https://us.api.blizzard.com/data/wow/item-class/20/item-subclass/0?namespace=static-11.2.7_64397-us" }, "name": "Decor", "id": 0 }, "inventory_type": { "type": "NON_EQUIP", "name": "Non-equippable" }, "purchase_price": 750000, "sell_price": 375000, "max_count": 0, "is_equippable": false, "is_stackable": false, "preview_item": { "item": { "key": { "href": "https://us.api.blizzard.com/data/wow/item/250094?namespace=static-11.2.7_64397-us" }, "id": 250094 }, "quality": { "type": "COMMON", "name": "Common" }, "name": "Empty Orgrimmar Bathtub", "media": { "key": { "href": "https://us.api.blizzard.com/data/wow/media/item/250094?namespace=static-11.2.7_64397-us" }, "id": 250094 }, "item_class": { "key": { "href": "https://us.api.blizzard.com/data/wow/item-class/20?namespace=static-11.2.7_64397-us" }, "name": "Housing", "id": 20 }, "item_subclass": { "key": { "href": "https://us.api.blizzard.com/data/wow/item-class/20/item-subclass/0?namespace=static-11.2.7_64397-us" }, "name": "Decor", "id": 0 }, "inventory_type": { "type": "NON_EQUIP", "name": "Non-equippable" }, "binding": { "type": "TO_ACCOUNT", "name": "Binds to Warband" }, "spells": [ { "spell": { "key": { "href": "https://us.api.blizzard.com/data/wow/spell/1250221?namespace=static-11.2.7_64397-us" }, "name": "Empty Orgrimmar Bathtub", "id": 1250221 }, "description": "This Decor will be added immediately on purchase to your House Chest." }, { "spell": { "key": { "href": "https://us.api.blizzard.com/data/wow/spell/1250221?namespace=static-11.2.7_64397-us" }, "name": "Empty Orgrimmar Bathtub", "id": 1250221 }, "description": "Use: This Decor will be added immediately on purchase to your House Chest." } ], "sell_price": { "value": 375000, "display_strings": { "header": "Sell Price:", "gold": "37", "silver": "50", "copper": "0" } }, "is_subclass_hidden": true, "name_description": { "display_string": "Housing Decor", "color": { "r": 102, "g": 187, "b": 255, "a": 1 } } }, "purchase_quantity": 1 } Media: { "_links": { "self": { "href": "https://us.api.blizzard.com/data/wow/media/item/250094?namespace=static-11.2.7_64397-us" } }, "assets": [ { "key": "icon", "value": "https://render.worldofwarcraft.com/us/icons/56/inv_12ph_rugged_bathtub01_empty.jpg", "file_data_id": 7424185 } ], "id": 250094 } ======================================================= SUMMARY ======================================================= Housing Item Class ID: 20 Total Items: 0 Categories: 6 To fetch all items, use: /data/wow/search/item?item_class.id=20&_pageSize=1000&_page=N To fetch items by category: /data/wow/search/item?item_class.id=20&item_subclass.id=X&_pageSize=1000