Raw Blizzard Data
Everything below came straight from the Blizzard API response, in case you want to add a new field to the template above.
{
"_links": {
"self": {
"href": "https://us.api.blizzard.com/data/wow/item/268722?namespace=static-12.1.0_68914-us"
}
},
"id": 268722,
"name": "Handmade Shen'dorei Pillow",
"quality": {
"type": "UNCOMMON",
"name": "Uncommon"
},
"level": 1,
"required_level": 1,
"media": {
"key": {
"href": "https://us.api.blizzard.com/data/wow/media/item/268722?namespace=static-12.1.0_68914-us"
},
"id": 268722
},
"item_class": {
"key": {
"href": "https://us.api.blizzard.com/data/wow/item-class/20?namespace=static-12.1.0_68914-us"
},
"name": "Housing",
"id": 20
},
"item_subclass": {
"key": {
"href": "https://us.api.blizzard.com/data/wow/item-class/20/item-subclass/0?namespace=static-12.1.0_68914-us"
},
"name": "Decor",
"id": 0
},
"inventory_type": {
"type": "NON_EQUIP",
"name": "Non-equippable"
},
"purchase_price": 5000000,
"sell_price": 2500000,
"max_count": 0,
"is_equippable": false,
"is_stackable": false,
"preview_item": {
"item": {
"key": {
"href": "https://us.api.blizzard.com/data/wow/item/268722?namespace=static-12.1.0_68914-us"
},
"id": 268722
},
"quality": {
"type": "UNCOMMON",
"name": "Uncommon"
},
"name": "Handmade Shen'dorei Pillow",
"media": {
"key": {
"href": "https://us.api.blizzard.com/data/wow/media/item/268722?namespace=static-12.1.0_68914-us"
},
"id": 268722
},
"item_class": {
"key": {
"href": "https://us.api.blizzard.com/data/wow/item-class/20?namespace=static-12.1.0_68914-us"
},
"name": "Housing",
"id": 20
},
"item_subclass": {
"key": {
"href": "https://us.api.blizzard.com/data/wow/item-class/20/item-subclass/0?namespace=static-12.1.0_68914-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/1283496?namespace=static-12.1.0_68914-us"
},
"name": "Collect Handmade Shen'dorei Pillow",
"id": 1283496
},
"description": "Use: Add this Decor to your House Chest."
}
],
"sell_price": {
"value": 2500000,
"display_strings": {
"header": "Sell Price:",
"gold": "250",
"silver": "0",
"copper": "0"
}
},
"is_subclass_hidden": true,
"name_description": {
"display_string": "Housing Decor",
"color": {
"r": 102,
"g": 187,
"b": 255,
"a": 1
}
}
},
"purchase_quantity": 1
}
Comments (0)