From 76ea4a0dd816e00b8d734219984e67e6cba69b69 Mon Sep 17 00:00:00 2001 From: offish Date: Wed, 27 Sep 2023 15:09:47 +0200 Subject: [PATCH] v2.0.1 (#5) * rewrite * v2.0.1 --- .gitignore | 5 +- README.md | 24 +- examples/backpack_tf_socket.py | 10 + examples/example_inventory.json | 35147 ++++++++++++++++++++++ examples/get_inventory_skus.py | 8 + examples/prices_tf_socket.py | 10 + examples/steamsupply_inventory_fetch.py | 8 + src/tf2_utils/__init__.py | 5 +- src/tf2_utils/backpack_tf.py | 57 +- src/tf2_utils/inventory.py | 4 +- src/tf2_utils/prices_tf.py | 84 + src/tf2_utils/schema.py | 4 +- src/tf2_utils/sku.py | 19 +- src/tf2_utils/sockets.py | 90 + 14 files changed, 35399 insertions(+), 76 deletions(-) create mode 100644 examples/backpack_tf_socket.py create mode 100644 examples/example_inventory.json create mode 100644 examples/get_inventory_skus.py create mode 100644 examples/prices_tf_socket.py create mode 100644 examples/steamsupply_inventory_fetch.py create mode 100644 src/tf2_utils/prices_tf.py create mode 100644 src/tf2_utils/sockets.py diff --git a/.gitignore b/.gitignore index c914ffc..e982b82 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -.vscode -__pycache__ -/*.json +.vscode +__pycache__ jsons \ No newline at end of file diff --git a/README.md b/README.md index b5ad022..d11c4ba 100644 --- a/README.md +++ b/README.md @@ -53,19 +53,19 @@ for item in inventory: ### BackpackTF Websocket #### Handle one listing at a time ```python -from tf2_utils import BackpackTFWebsocket +from tf2_utils import BackpackTFSocket def my_function(data: dict): print("got data!", data) -socket = BackpackTFWebsocket(my_function) +socket = BackpackTFSocket(my_function) socket.listen() ``` #### Handle list of listings at a time ```python -from tf2_utils import BackpackTFWebsocket +from tf2_utils import BackpackTFSocket def my_function(data: list[dict]): print("got listings") @@ -73,7 +73,19 @@ def my_function(data: list[dict]): for listing in data: print("listing", listing) -socket = BackpackTFWebsocket(my_function, solo_entries=False) +socket = BackpackTFSocket(my_function, solo_entries=False) + +socket.listen() +``` + +### PricesTF Websocket +```python +from tf2_utils import PricesTFSocket + +def my_function(data: dict): + print("got data!", data) + +socket = PricesTFSocket(my_function) socket.listen() ``` @@ -88,8 +100,8 @@ python -m pip install tf2-utils ### Upgrade ```bash -pip upgrade tf2-utils +pip install upgrade tf2-utils # or -python -m pip upgrade tf2-utils +python -m pip install upgrade tf2-utils ``` diff --git a/examples/backpack_tf_socket.py b/examples/backpack_tf_socket.py new file mode 100644 index 0000000..7b3452f --- /dev/null +++ b/examples/backpack_tf_socket.py @@ -0,0 +1,10 @@ +from tf2_utils import BackpackTFSocket + + +def my_function(data: dict): + print("got data!", data) + + +socket = BackpackTFSocket(my_function) + +socket.listen() diff --git a/examples/example_inventory.json b/examples/example_inventory.json new file mode 100644 index 0000000..df21b45 --- /dev/null +++ b/examples/example_inventory.json @@ -0,0 +1,35147 @@ +{ + "assets": [ + { + "appid": 440, + "contextid": "2", + "assetid": "11543535227", + "classid": "1442481430", + "instanceid": "19344863", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "11837485285", + "classid": "313", + "instanceid": "19173012", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "11779122596", + "classid": "161007816", + "instanceid": "3656950314", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "11969112009", + "classid": "73659000", + "instanceid": "171225507", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "11870377574", + "classid": "170966836", + "instanceid": "4658245776", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "11837489339", + "classid": "313", + "instanceid": "19180219", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "11837486292", + "classid": "313", + "instanceid": "19178496", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12013894683", + "classid": "170966712", + "instanceid": "19415984", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12085032736", + "classid": "170965269", + "instanceid": "3872121704", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12084910139", + "classid": "4922927282", + "instanceid": "19380893", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12082124918", + "classid": "313", + "instanceid": "19173012", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12070187582", + "classid": "260678420", + "instanceid": "4850197675", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12070187481", + "classid": "260680058", + "instanceid": "516167914", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12050230222", + "classid": "2770499376", + "instanceid": "19978106", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12042364814", + "classid": "313", + "instanceid": "19182417", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "11994460196", + "classid": "260680058", + "instanceid": "19362586", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "11984349858", + "classid": "1337175562", + "instanceid": "76875574", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12089270135", + "classid": "313", + "instanceid": "19178052", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12454725390", + "classid": "313", + "instanceid": "19178496", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12524599133", + "classid": "22992753", + "instanceid": "19387331", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12591495285", + "classid": "188034", + "instanceid": "19412457", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12704413512", + "classid": "510472065", + "instanceid": "4659797693", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12862858732", + "classid": "367572806", + "instanceid": "19225496", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12906689233", + "classid": "313", + "instanceid": "19173012", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13079630572", + "classid": "211447718", + "instanceid": "19318759", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13268919027", + "classid": "313", + "instanceid": "19176694", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13333062299", + "classid": "44806", + "instanceid": "19886015", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13292243653", + "classid": "313", + "instanceid": "19178496", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13292242602", + "classid": "313", + "instanceid": "19182417", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13201231975", + "classid": "313", + "instanceid": "19173069", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13161302575", + "classid": "233352", + "instanceid": "39129636", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13111135265", + "classid": "5108717164", + "instanceid": "19174668", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13079609733", + "classid": "313", + "instanceid": "19175860", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13021926481", + "classid": "313", + "instanceid": "19178412", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13019035920", + "classid": "73659000", + "instanceid": "81322305", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12906646282", + "classid": "313", + "instanceid": "19180219", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12863451430", + "classid": "211447732", + "instanceid": "5245811211", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12862984377", + "classid": "44806", + "instanceid": "19239921", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12745081988", + "classid": "313", + "instanceid": "19175649", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12721188012", + "classid": "313", + "instanceid": "19178496", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12713702630", + "classid": "313", + "instanceid": "5187721400", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12703310979", + "classid": "73659000", + "instanceid": "548609212", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12634326277", + "classid": "5111007146", + "instanceid": "19182417", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12634300727", + "classid": "313", + "instanceid": "19182417", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12588488591", + "classid": "313", + "instanceid": "19173012", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12581927397", + "classid": "73653587", + "instanceid": "171729392", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12552033523", + "classid": "313", + "instanceid": "19176694", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12524599103", + "classid": "22992753", + "instanceid": "4668135176", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12495943303", + "classid": "313", + "instanceid": "19182417", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12480843628", + "classid": "8992093", + "instanceid": "19173094", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12115297407", + "classid": "313", + "instanceid": "19182417", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12099999077", + "classid": "73659000", + "instanceid": "414666248", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "12089272322", + "classid": "313", + "instanceid": "19182417", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13333092955", + "classid": "107365616", + "instanceid": "19186222", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13343765179", + "classid": "8919157", + "instanceid": "2106199679", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13347069724", + "classid": "313", + "instanceid": "19175860", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13374259358", + "classid": "8919157", + "instanceid": "5276325947", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13422305937", + "classid": "313", + "instanceid": "19178052", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13456609078", + "classid": "11041262", + "instanceid": "19815166", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13472756644", + "classid": "73659000", + "instanceid": "4459696336", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13477696730", + "classid": "73653587", + "instanceid": "80698881", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13525768128", + "classid": "313", + "instanceid": "19182417", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13541930406", + "classid": "170976069", + "instanceid": "682015293", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13541933141", + "classid": "367481209", + "instanceid": "19181773", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13544028222", + "classid": "8941635", + "instanceid": "5364523787", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564060723", + "classid": "2675", + "instanceid": "11040547", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564078084", + "classid": "5564", + "instanceid": "11040547", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564082123", + "classid": "5564", + "instanceid": "11040547", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564090939", + "classid": "5564", + "instanceid": "11040547", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564691504", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564691511", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564691529", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564691565", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564832326", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564865854", + "classid": "9231673", + "instanceid": "5531092680", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564866155", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564866626", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564866913", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564867388", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564936551", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564992950", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565011706", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565012093", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565098824", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565315894", + "classid": "2570014029", + "instanceid": "1096263353", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565316471", + "classid": "62840109", + "instanceid": "5524471540", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565319154", + "classid": "42266450", + "instanceid": "0", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565319417", + "classid": "73675733", + "instanceid": "73657206", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565320623", + "classid": "80564753", + "instanceid": "5262710930", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565321407", + "classid": "42266450", + "instanceid": "0", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565338982", + "classid": "343391228", + "instanceid": "4229332786", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565339781", + "classid": "343391228", + "instanceid": "13531535", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565339848", + "classid": "343391228", + "instanceid": "3807456231", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565505002", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565505502", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565506666", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565507429", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565507921", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565508542", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565510630", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565511554", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565512093", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13567636284", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568286932", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568287001", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568287165", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568287597", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568287844", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568812015", + "classid": "8885524", + "instanceid": "5396417234", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568812355", + "classid": "2570014029", + "instanceid": "1096263353", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568813070", + "classid": "8875627", + "instanceid": "5378922764", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568813322", + "classid": "260680058", + "instanceid": "13533363", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568813668", + "classid": "8875627", + "instanceid": "0", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568813990", + "classid": "260680058", + "instanceid": "5485892300", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568814283", + "classid": "260680058", + "instanceid": "5513753886", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568814902", + "classid": "2570014029", + "instanceid": "1096263353", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568815266", + "classid": "8885524", + "instanceid": "0", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568815720", + "classid": "260680058", + "instanceid": "11040770", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568815947", + "classid": "2570014029", + "instanceid": "1096263353", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568816541", + "classid": "51412729", + "instanceid": "3996029333", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568816902", + "classid": "51412729", + "instanceid": "5413192679", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568817228", + "classid": "2570014029", + "instanceid": "1096263353", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568817629", + "classid": "260680058", + "instanceid": "11040563", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568817868", + "classid": "2570014029", + "instanceid": "1096263353", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568818288", + "classid": "2570014029", + "instanceid": "1096263353", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568819639", + "classid": "73674716", + "instanceid": "73953585", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568819695", + "classid": "107343597", + "instanceid": "5463818369", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568819884", + "classid": "73674716", + "instanceid": "73727823", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568836068", + "classid": "260680058", + "instanceid": "19273841", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570172644", + "classid": "22992753", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570172984", + "classid": "22992753", + "instanceid": "0", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570173256", + "classid": "8885524", + "instanceid": "40157166", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570173676", + "classid": "8885524", + "instanceid": "5477086962", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570174073", + "classid": "8885524", + "instanceid": "0", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570174966", + "classid": "8913913", + "instanceid": "0", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570175735", + "classid": "107359128", + "instanceid": "13532481", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570176619", + "classid": "22997362", + "instanceid": "5487227566", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570177138", + "classid": "107359128", + "instanceid": "13535753", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570178035", + "classid": "9043988", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570178406", + "classid": "8913913", + "instanceid": "5509332647", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570178746", + "classid": "22992753", + "instanceid": "5457510129", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570179140", + "classid": "22997362", + "instanceid": "0", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570186948", + "classid": "5564", + "instanceid": "11040547", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570187085", + "classid": "2675", + "instanceid": "11040547", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579688", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579691", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579703", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579711", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579725", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579732", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579737", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579755", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579780", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579789", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579804", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579826", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579832", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579851", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579860", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579931", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579960", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579970", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579995", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579997", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580022", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580032", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580056", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580077", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580087", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580131", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580150", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580166", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580174", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580181", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580191", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580203", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580205", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580218", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580227", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580232", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580271", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580277", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580301", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580312", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580321", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580337", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580344", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580348", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580367", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580372", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580381", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580421", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580425", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580443", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580458", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580489", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580540", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580545", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580564", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580597", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580618", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580661", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580681", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580695", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580737", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580756", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580784", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580802", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580823", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580845", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580861", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580865", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580951", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580960", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580970", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580987", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580999", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581004", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581022", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581062", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581070", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581092", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581105", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581115", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581128", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581151", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581174", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581181", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581211", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581219", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581226", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581249", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581256", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581331", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581381", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581388", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581425", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581441", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581459", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581497", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581551", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581560", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581579", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581629", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581667", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581693", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581736", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581745", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581770", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581773", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581812", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581845", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581853", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581880", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581938", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581957", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581976", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582013", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582043", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582049", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582081", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582101", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582114", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582146", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582165", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582177", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582230", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582245", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582259", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582282", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582296", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582311", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582342", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582348", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582376", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582396", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582404", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582417", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582452", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582517", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582581", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582599", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582633", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582646", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582664", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582685", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582705", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582734", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582751", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582772", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582784", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582809", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582824", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582828", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582847", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582855", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582878", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582892", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582906", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582919", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582942", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582949", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582978", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582990", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583003", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583020", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583030", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583042", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583061", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583085", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583094", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583109", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583119", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583121", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583155", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583217", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583220", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583231", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583237", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583245", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583256", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583269", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583288", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583299", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583314", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583324", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583343", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583407", + "classid": "9231673", + "instanceid": "5533490305", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583409", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583428", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583448", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583463", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583478", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583532", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572810048", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573261418", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573273790", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573273959", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573274349", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573274694", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573275176", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573275323", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573275529", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573275837", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573519352", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573520613", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573521734", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573829373", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573881832", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574144352", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574760995", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574761159", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574761507", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574762059", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574762213", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574762386", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574762881", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574786925", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574788571", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574795112", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574795361", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574795831", + "classid": "37882823", + "instanceid": "4557837858", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574798773", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574799065", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574800062", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574800774", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574801557", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574809384", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574809733", + "classid": "9043988", + "instanceid": "5232973274", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574809759", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574809976", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574810178", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574810317", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574810493", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574814509", + "classid": "260682626", + "instanceid": "3229449603", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574815024", + "classid": "8913913", + "instanceid": "5494981714", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574815458", + "classid": "8913913", + "instanceid": "5497669983", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574815768", + "classid": "22997362", + "instanceid": "79804445", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574816392", + "classid": "73653587", + "instanceid": "73822265", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574816722", + "classid": "188034", + "instanceid": "4933486439", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574817103", + "classid": "70976275", + "instanceid": "5221776671", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574817460", + "classid": "8913913", + "instanceid": "4904566492", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574817773", + "classid": "73658545", + "instanceid": "73678745", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574818466", + "classid": "343390679", + "instanceid": "13531344", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574819366", + "classid": "37876584", + "instanceid": "11041920", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574819969", + "classid": "8913913", + "instanceid": "1400534506", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574820309", + "classid": "201324372", + "instanceid": "4951136064", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574820897", + "classid": "8995820", + "instanceid": "0", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574821395", + "classid": "37876584", + "instanceid": "5498595969", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574822310", + "classid": "70976275", + "instanceid": "11040888", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574822601", + "classid": "73658545", + "instanceid": "73816734", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574822846", + "classid": "188034", + "instanceid": "11040771", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574823233", + "classid": "76951", + "instanceid": "5471658735", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574823897", + "classid": "201329591", + "instanceid": "5431393002", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574824207", + "classid": "76951", + "instanceid": "5518095444", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574824257", + "classid": "73658545", + "instanceid": "73854420", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574824664", + "classid": "76951", + "instanceid": "11040686", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574824997", + "classid": "70976275", + "instanceid": "5474765339", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574825342", + "classid": "8995820", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574825710", + "classid": "76951", + "instanceid": "11040572", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574837724", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574839335", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574839819", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574840615", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574877473", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574878048", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574878641", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574879342", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574900113", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574902134", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574902585", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575142203", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575142324", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575142548", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575142826", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575143228", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575143460", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575143739", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575144457", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575144704", + "classid": "32914110", + "instanceid": "3950510342", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575145256", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575145923", + "classid": "104109", + "instanceid": "11041032", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575145944", + "classid": "104109", + "instanceid": "11042387", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575146000", + "classid": "104109", + "instanceid": "5490960771", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575146146", + "classid": "104109", + "instanceid": "11040888", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575146220", + "classid": "104109", + "instanceid": "2044159589", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575146293", + "classid": "104109", + "instanceid": "11040570", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575146594", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575146800", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575147234", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575147674", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575148086", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575148548", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575148992", + "classid": "313", + "instanceid": "19173012", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575149178", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575150657", + "classid": "180555", + "instanceid": "4365074901", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575151326", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575151961", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575152770", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575153614", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575154095", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575171206", + "classid": "101869728", + "instanceid": "11042010", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575171901", + "classid": "76951", + "instanceid": "11046434", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575172634", + "classid": "73658545", + "instanceid": "73805344", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575173036", + "classid": "73653587", + "instanceid": "73648972", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575173614", + "classid": "37876584", + "instanceid": "11042697", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575173982", + "classid": "201324372", + "instanceid": "5499944482", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575174174", + "classid": "73653587", + "instanceid": "73958002", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575174865", + "classid": "73658545", + "instanceid": "73672791", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575175134", + "classid": "170965507", + "instanceid": "5526954584", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575175485", + "classid": "170965507", + "instanceid": "5521599626", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575175956", + "classid": "70976275", + "instanceid": "13533756", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575176343", + "classid": "70976275", + "instanceid": "13534153", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575176885", + "classid": "70976275", + "instanceid": "5335158614", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575177633", + "classid": "73658545", + "instanceid": "73658069", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575178257", + "classid": "188034", + "instanceid": "5486545974", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575178721", + "classid": "76951", + "instanceid": "11042310", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575179088", + "classid": "76951", + "instanceid": "19211075", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575179498", + "classid": "201324372", + "instanceid": "4944634297", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575179848", + "classid": "76951", + "instanceid": "11040582", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575187711", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575190529", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575191106", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575191399", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575191673", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575257038", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575257343", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575257643", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575257895", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575258128", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575258426", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575258812", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575259187", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575259553", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575259789", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576217318", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576217694", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576217931", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576495284", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576495879", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576497274", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576498575", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576499981", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576504208", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576509852", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576510904", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576515309", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576520195", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576722243", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577286194", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577286824", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577287190", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577287432", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577287615", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577287820", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577287947", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577303705", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577303884", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577715812", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577767592", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577778599", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577843805", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578051811", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578085361", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578445481", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578616255", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578628553", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578680564", + "classid": "76951", + "instanceid": "11041704", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578680868", + "classid": "76951", + "instanceid": "5393889424", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578683819", + "classid": "310201", + "instanceid": "11041116", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578684238", + "classid": "111574", + "instanceid": "5330677178", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578684807", + "classid": "20060259", + "instanceid": "5342460901", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578685221", + "classid": "20060259", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578685680", + "classid": "13047086", + "instanceid": "4594973992", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578686642", + "classid": "111574", + "instanceid": "11044225", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578687056", + "classid": "111574", + "instanceid": "11046419", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578687293", + "classid": "20060259", + "instanceid": "0", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578695591", + "classid": "211447724", + "instanceid": "11041135", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578695870", + "classid": "211447724", + "instanceid": "5208566760", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578696218", + "classid": "780611895", + "instanceid": "13557221", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578696626", + "classid": "170965507", + "instanceid": "11040563", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578714099", + "classid": "104109", + "instanceid": "5267798607", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13579344677", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13579441197", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13579653041", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13579857883", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580087323", + "classid": "9231673", + "instanceid": "5535931045", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580087337", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580170368", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580170555", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580170862", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580170988", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580171374", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580172030", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580172120", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580172224", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580235339", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580443739", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580445651", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580447010", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580448474", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580449802", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580451027", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580451840", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580453626", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580458436", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580460634", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580461157", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580877074", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580877434", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580878036", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580878643", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580991795", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580991914", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580992021", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580992127", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580992234", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580992572", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580992802", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580992999", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580993136", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580993474", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580993650", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13581142588", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13581300149", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13581405866", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13581203976", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580993699", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580993604", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580993217", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580993064", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580992874", + "classid": "9231673", + "instanceid": "5536205829", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580992644", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580992455", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580992171", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580992080", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580991960", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580991846", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580991715", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580878539", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580877991", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580877257", + "classid": "9231673", + "instanceid": "5536133014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580463265", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580460901", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580458804", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580454188", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580452450", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580451316", + "classid": "9231673", + "instanceid": "5536039375", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580450517", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580449169", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580447688", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580446659", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580444622", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580235522", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580172291", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580172167", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580172075", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580171594", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580171353", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580170892", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580170782", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580170445", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580170324", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580087329", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13580087261", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13579856221", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13579441328", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13579441153", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13579048073", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578713540", + "classid": "104109", + "instanceid": "11040770", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578696415", + "classid": "101999848", + "instanceid": "11040578", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578696146", + "classid": "161007834", + "instanceid": "5506939527", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578695645", + "classid": "70976275", + "instanceid": "5445102808", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578695242", + "classid": "23001566", + "instanceid": "0", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578687104", + "classid": "310201", + "instanceid": "5456327924", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578686804", + "classid": "111574", + "instanceid": "20199415", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578686064", + "classid": "104109", + "instanceid": "5521378990", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578685533", + "classid": "310201", + "instanceid": "11041575", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578685015", + "classid": "101816950", + "instanceid": "11040945", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578684479", + "classid": "13047086", + "instanceid": "39142924", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578683880", + "classid": "111574", + "instanceid": "4875861140", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578681049", + "classid": "76951", + "instanceid": "11040856", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578680738", + "classid": "76951", + "instanceid": "4919205536", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578680380", + "classid": "76951", + "instanceid": "11042678", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578617256", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578615804", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578444877", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578053289", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13578020568", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577780247", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577770999", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577721549", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577303960", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577303778", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577288373", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577287894", + "classid": "9231673", + "instanceid": "5535018163", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577287733", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577287555", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577287284", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577287132", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577286569", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13577150783", + "classid": "9231673", + "instanceid": "5534822501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576520938", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576516301", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576514147", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576510276", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576504783", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576503292", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576499444", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576498039", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576496716", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576495648", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576459296", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576217745", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13576217562", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575565221", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575259678", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575259337", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575259019", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575258673", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575258262", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575258002", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575257826", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575257504", + "classid": "9231673", + "instanceid": "5534414053", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575257133", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575240566", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575191640", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575191127", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575190813", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575190258", + "classid": "73653587", + "instanceid": "73809544", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575180099", + "classid": "76951", + "instanceid": "4346927911", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575179678", + "classid": "201329591", + "instanceid": "5436562942", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575179319", + "classid": "76951", + "instanceid": "4005715713", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575179048", + "classid": "343390679", + "instanceid": "5240758748", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575178329", + "classid": "76951", + "instanceid": "11040565", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575177860", + "classid": "188034", + "instanceid": "4951136042", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575177206", + "classid": "73658545", + "instanceid": "73836873", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575176558", + "classid": "70976275", + "instanceid": "13533503", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575176133", + "classid": "70976275", + "instanceid": "4636369809", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575175734", + "classid": "73653587", + "instanceid": "73672800", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575175295", + "classid": "170965507", + "instanceid": "11042686", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575175026", + "classid": "170965507", + "instanceid": "13531685", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575174844", + "classid": "70976275", + "instanceid": "11042707", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575174009", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575173677", + "classid": "201329591", + "instanceid": "5514288534", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575173278", + "classid": "73658545", + "instanceid": "73844420", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575172896", + "classid": "37876584", + "instanceid": "4114423026", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575172157", + "classid": "343390679", + "instanceid": "5262600117", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575171581", + "classid": "37876584", + "instanceid": "11041863", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575154390", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575153848", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575153321", + "classid": "180555", + "instanceid": "3501347968", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575152307", + "classid": "180555", + "instanceid": "5286274230", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575151651", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575150929", + "classid": "180555", + "instanceid": "5516744277", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575149401", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575149016", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575148807", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575148337", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575147832", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575147540", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575147022", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575146610", + "classid": "32914110", + "instanceid": "5532863779", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575146314", + "classid": "104109", + "instanceid": "11041039", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575146257", + "classid": "104109", + "instanceid": "11044814", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575146181", + "classid": "104109", + "instanceid": "13532813", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575146113", + "classid": "104109", + "instanceid": "11040898", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575145961", + "classid": "104109", + "instanceid": "11044905", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575145937", + "classid": "104109", + "instanceid": "11042678", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575145513", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575144980", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575144480", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575144332", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575143591", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575143421", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575143029", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575142695", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575142422", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575142311", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13575142115", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574902214", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574901048", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574900037", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574878772", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574878380", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574877844", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574877326", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574840238", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574839577", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574837983", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574826010", + "classid": "343390679", + "instanceid": "5272485014", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574825378", + "classid": "70976275", + "instanceid": "11043493", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574825282", + "classid": "76951", + "instanceid": "5014691740", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574824722", + "classid": "76951", + "instanceid": "11040878", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574824453", + "classid": "8995820", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574824241", + "classid": "201324372", + "instanceid": "5530785836", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574823931", + "classid": "201324372", + "instanceid": "5300834396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574823583", + "classid": "73653587", + "instanceid": "73998632", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574823027", + "classid": "201329591", + "instanceid": "5514104263", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574822826", + "classid": "201324372", + "instanceid": "4483201804", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574822365", + "classid": "73653587", + "instanceid": "73805344", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574821440", + "classid": "37876584", + "instanceid": "11043490", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574821191", + "classid": "201329591", + "instanceid": "5363827890", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574820683", + "classid": "37876584", + "instanceid": "11042681", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574820023", + "classid": "73653587", + "instanceid": "73855290", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574819632", + "classid": "76951", + "instanceid": "11041920", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574818898", + "classid": "73653587", + "instanceid": "73916113", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574818088", + "classid": "76951", + "instanceid": "11041027", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574817510", + "classid": "256997", + "instanceid": "5339964712", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574817412", + "classid": "2779057605", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574816888", + "classid": "73658545", + "instanceid": "73676283", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574816529", + "classid": "8995820", + "instanceid": "0", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574815980", + "classid": "22997362", + "instanceid": "13532884", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574815596", + "classid": "8913913", + "instanceid": "5526082406", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574815306", + "classid": "8913913", + "instanceid": "0", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574814746", + "classid": "22997362", + "instanceid": "4509556710", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574814302", + "classid": "260682626", + "instanceid": "3887663007", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574810358", + "classid": "313", + "instanceid": "19175653", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574810312", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574810162", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574809961", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574809752", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574809571", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574801916", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574800888", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574800475", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574799220", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574798905", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574795959", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574795579", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574795344", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574794884", + "classid": "313", + "instanceid": "11040552", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574788095", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574763608", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574762772", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574762286", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574762148", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574761913", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574761397", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574761026", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13574378797", + "classid": "9231673", + "instanceid": "5534170335", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573882999", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573830726", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573540332", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573521269", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573520280", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573518914", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573275738", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573275471", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573275265", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573274788", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573274598", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573274116", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573273872", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573273747", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13573241023", + "classid": "9231673", + "instanceid": "5533539396", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583550", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583511", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583477", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583456", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583433", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583417", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583408", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583400", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583329", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583322", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583303", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583293", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583281", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583259", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583252", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583242", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583236", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583230", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583218", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583207", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583136", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583120", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583113", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583095", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583086", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583064", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583054", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583032", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583025", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572583014", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582995", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582980", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582955", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582947", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582934", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582917", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582903", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582888", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582857", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582853", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582839", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582825", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582814", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582794", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582781", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582770", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582745", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582719", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582701", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582681", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582662", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582636", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582616", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582592", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582573", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582458", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582432", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582408", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582400", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582389", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582349", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582343", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582331", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582304", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582292", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582265", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582257", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582242", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582202", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582169", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582162", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582126", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582104", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582092", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582056", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582044", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582026", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572582001", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581958", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581944", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581910", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581863", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581849", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581827", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581787", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581772", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581768", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581744", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581727", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581680", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581649", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581598", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581571", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581557", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581540", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581470", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581445", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581435", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581407", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581384", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581368", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581262", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581252", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581232", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581221", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581218", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581182", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581175", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581173", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581139", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581117", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581106", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581101", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581091", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581063", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581053", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581011", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572581003", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580995", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580979", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580968", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580959", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580885", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580862", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580851", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580836", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580813", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580794", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580778", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580744", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580725", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580682", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580678", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580619", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580612", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580572", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580553", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580543", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580533", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580465", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580448", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580431", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580424", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580389", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580374", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580369", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580361", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580345", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580339", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580329", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580319", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580308", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580283", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580276", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580261", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580231", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580219", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580209", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580204", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580197", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580189", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580175", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580172", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580157", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580142", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580107", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580081", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580065", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580040", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580029", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572580017", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579996", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579990", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579965", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579949", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579910", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579852", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579837", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579828", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579819", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579792", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579785", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579772", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579740", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579735", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579727", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579712", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579710", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579697", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579690", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13572579684", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570187041", + "classid": "2675", + "instanceid": "11040547", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570179339", + "classid": "107359128", + "instanceid": "4850205512", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570178920", + "classid": "107359128", + "instanceid": "13530982", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570178576", + "classid": "22997362", + "instanceid": "11044060", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570178236", + "classid": "8913913", + "instanceid": "0", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570177443", + "classid": "22997362", + "instanceid": "3147056501", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570176819", + "classid": "8913913", + "instanceid": "5450747609", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570176246", + "classid": "107359128", + "instanceid": "13536392", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570175282", + "classid": "8913913", + "instanceid": "0", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570174704", + "classid": "8913913", + "instanceid": "0", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570173841", + "classid": "8885524", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570173480", + "classid": "8885524", + "instanceid": "0", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570173224", + "classid": "8885524", + "instanceid": "4528916240", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13570172811", + "classid": "22992753", + "instanceid": "0", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568836487", + "classid": "260676181", + "instanceid": "19451143", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568821241", + "classid": "9231673", + "instanceid": "5532159875", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568819865", + "classid": "73674716", + "instanceid": "73998632", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568819662", + "classid": "8885524", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568819430", + "classid": "107343597", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568818074", + "classid": "2570014029", + "instanceid": "1096263353", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568817665", + "classid": "8885524", + "instanceid": "4789934782", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568817388", + "classid": "2570014029", + "instanceid": "1096263353", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568817091", + "classid": "2570014029", + "instanceid": "1096263353", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568816710", + "classid": "51412729", + "instanceid": "5453670859", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568816285", + "classid": "107343597", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568815890", + "classid": "51412729", + "instanceid": "4815516203", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568815570", + "classid": "107343597", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568815079", + "classid": "8885524", + "instanceid": "19928764", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568814770", + "classid": "73674716", + "instanceid": "73648972", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568814109", + "classid": "260680058", + "instanceid": "13535249", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568813880", + "classid": "8875627", + "instanceid": "3145205116", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568813563", + "classid": "19173846", + "instanceid": "5248535874", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568813096", + "classid": "19173846", + "instanceid": "5506240370", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568812719", + "classid": "8875627", + "instanceid": "0", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568812188", + "classid": "2570014029", + "instanceid": "1096263353", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568288060", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568287668", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568287299", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568287036", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568286975", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13568286825", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13567635818", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565511787", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565510931", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565510142", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565508114", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565507807", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565507008", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565506565", + "classid": "9231673", + "instanceid": "5531388324", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565505109", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565504929", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565339823", + "classid": "80564753", + "instanceid": "3887663006", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565339655", + "classid": "343391228", + "instanceid": "5420051292", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565321732", + "classid": "42266450", + "instanceid": "5391025092", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565320863", + "classid": "73675733", + "instanceid": "73651412", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565320302", + "classid": "73675733", + "instanceid": "73874074", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565319386", + "classid": "343391228", + "instanceid": "13534585", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565319127", + "classid": "73675733", + "instanceid": "73959078", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565316169", + "classid": "2570014029", + "instanceid": "1096263353", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565116915", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565012389", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565011801", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13565011434", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564961227", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564919728", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564867103", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564866815", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564866521", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564866014", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564865797", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564691567", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564691544", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564691525", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564691508", + "classid": "9231673", + "instanceid": "5530661145", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564111685", + "classid": "5564", + "instanceid": "11040547", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564082135", + "classid": "2675", + "instanceid": "11040547", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564082107", + "classid": "5564", + "instanceid": "11040547", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13564078067", + "classid": "5564", + "instanceid": "11040547", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13563997362", + "classid": "101818790", + "instanceid": "19394029", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13544025674", + "classid": "8941635", + "instanceid": "19177621", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13541931610", + "classid": "260680058", + "instanceid": "5287709593", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13525778277", + "classid": "170982195", + "instanceid": "5281995122", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13516180278", + "classid": "62840109", + "instanceid": "5482938855", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13477675865", + "classid": "313", + "instanceid": "19175860", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13456690961", + "classid": "92538067", + "instanceid": "19249435", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13430816883", + "classid": "107353069", + "instanceid": "19413478", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13420333271", + "classid": "313", + "instanceid": "19178052", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13348811474", + "classid": "62840972", + "instanceid": "4024911106", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13347069700", + "classid": "146449", + "instanceid": "19250215", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "13340092648", + "classid": "260677038", + "instanceid": "3820544536", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "5067556187", + "classid": "1419736", + "instanceid": "0", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "8157140324", + "classid": "781371739", + "instanceid": "11040543", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "4262297882", + "classid": "1365977426", + "instanceid": "3557545968", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "7407843629", + "classid": "780610883", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "8330887592", + "classid": "780610883", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "9651547601", + "classid": "780610883", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "6457165317", + "classid": "780610883", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "8330887591", + "classid": "780610886", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "6457165316", + "classid": "780610886", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "9651547600", + "classid": "780610886", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "7407843628", + "classid": "780610886", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "6457165318", + "classid": "681087766", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "8330887593", + "classid": "680903787", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "7407843630", + "classid": "680876993", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "9651547602", + "classid": "680876993", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "4293727464", + "classid": "13251699", + "instanceid": "11040543", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "4416375327", + "classid": "73625845", + "instanceid": "23455570", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "6254224166", + "classid": "2569578442", + "instanceid": "2569629781", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "11002413428", + "classid": "780610886", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "11002413430", + "classid": "680903787", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "4293515254", + "classid": "780610893", + "instanceid": "11040543", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "6254337725", + "classid": "2569550986", + "instanceid": "2569634213", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "6457218468", + "classid": "2650371510", + "instanceid": "2650383002", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "6271936002", + "classid": "2569630574", + "instanceid": "2569630575", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "4919842157", + "classid": "14496117", + "instanceid": "11040543", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "7407847968", + "classid": "2650369250", + "instanceid": "3119753409", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "6254495214", + "classid": "2569630430", + "instanceid": "2569631427", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "9651550005", + "classid": "2650365927", + "instanceid": "4243651155", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "9651550945", + "classid": "2650372337", + "instanceid": "4243651168", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "4293519351", + "classid": "780610889", + "instanceid": "11040543", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "5074045155", + "classid": "6353554", + "instanceid": "1936019842", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "4245070557", + "classid": "331369", + "instanceid": "1382149150", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "4406551016", + "classid": "1336074005", + "instanceid": "331432", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "5703940851", + "classid": "780611783", + "instanceid": "11040767", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "4950726922", + "classid": "780611755", + "instanceid": "11040767", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "4919842158", + "classid": "13802197", + "instanceid": "11040543", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "5201763114", + "classid": "2019673067", + "instanceid": "1366037640", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "5142027678", + "classid": "780610902", + "instanceid": "11040767", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "4919842159", + "classid": "12415213", + "instanceid": "11040543", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "5067556188", + "classid": "1419737", + "instanceid": "0", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "7956625557", + "classid": "3432006512", + "instanceid": "11043698", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "4416393312", + "classid": "780610891", + "instanceid": "19173217", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "4293727466", + "classid": "780610907", + "instanceid": "23455879", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "4293727465", + "classid": "780610909", + "instanceid": "23455779", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "6321279589", + "classid": "780611856", + "instanceid": "11040543", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "7778396980", + "classid": "780619763", + "instanceid": "1800465132", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "4290296037", + "classid": "4724536", + "instanceid": "11040580", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "4957120924", + "classid": "1848849313", + "instanceid": "11040543", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "4293512506", + "classid": "13334022", + "instanceid": "11040543", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "4957120925", + "classid": "1848849314", + "instanceid": "11040543", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "5912270931", + "classid": "2372203817", + "instanceid": "37876811", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "11002413429", + "classid": "780610883", + "instanceid": "11040545", + "amount": "1" + }, + { + "appid": 440, + "contextid": "2", + "assetid": "11002413435", + "classid": "2650364122", + "instanceid": "4657591880", + "amount": "1" + } + ], + "descriptions": [ + { + "appid": 440, + "classid": "1442481430", + "instanceid": "19344863", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSMfqIdEs5nqWSMU5OD2IwIlnYPyihXOjLx2Sk5MbUqMcbBnQz4ruyeU3Dya2aRECncHUhxIvAZYDmdq3HKubzWFW3XFeElEg4Ff6cF8mYYNcGKahY91dILqWftxkd4HUUpd5wQcgm9k3BHafM1xia5OYu59A", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSMfqIdEs5nqWSMU5OD2IwIlnYPyihXOjLx2Sk5MbUqMcbBnQz4ruyeU3Dya2aRECncHUhxIvAZYDmdq3HKubzWFW3XFeElEg4Ff6cF8mYYNcGKahY91dILqWftxkd4HUUpd5wQcgm9k3BHafM1xia5OYu59A", + "descriptions": [ + { + "value": "Mercenary Grade Sweater", + "color": "4b69ff" + }, + { + "value": "Paint Color: Australium Gold", + "color": "756b5e" + }, + { + "value": "" + }, + { + "value": " " + }, + { + "value": " " + }, + { + "value": "Tough Break Cosmetics Collection" + }, + { + "value": " A Well Wrapped Hat", + "color": "d32ce6" + }, + { + "value": " The Gift Bringer", + "color": "8847ff" + }, + { + "value": " Bonk Batter's Backup", + "color": "8847ff" + }, + { + "value": " Winter Backup", + "color": "8847ff" + }, + { + "value": " The Chill Chullo", + "color": "8847ff" + }, + { + "value": " Shin Shredders", + "color": "4b69ff" + }, + { + "value": " The Patriot Peak", + "color": "4b69ff" + }, + { + "value": " The Diplomat", + "color": "4b69ff" + }, + { + "value": "\u2714 Siberian Sweater", + "color": "4b69ff" + }, + { + "value": " Medical Monarch", + "color": "4b69ff" + }, + { + "value": " Chicago Overcoat", + "color": "4b69ff" + }, + { + "value": " A Hat to Kill For", + "color": "4b69ff" + }, + { + "value": " Hot Heels", + "color": "4b69ff" + }, + { + "value": " Berlin Brain Bowl", + "color": "4b69ff" + }, + { + "value": " Bunnyhopper's Ballistics Vest", + "color": "4b69ff" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30745&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D114699714054421671", + "name": "Inspect in Game..." + } + ], + "name": "Siberian Sweater", + "name_color": "7D6D00", + "type": "Level 33 Sweater", + "market_name": "Siberian Sweater", + "market_hash_name": "Siberian Sweater", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D114699714054421671", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 1, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Rarity", + "internal_name": "Rarity_Rare", + "localized_category_name": "Grade", + "localized_tag_name": "Mercenary", + "color": "4b69ff" + }, + { + "category": "Collection", + "internal_name": "ToughBreakCosmetics_collection", + "localized_category_name": "Collection", + "localized_tag_name": "Tough Break Cosmetics Collection" + } + ] + }, + { + "appid": 440, + "classid": "313", + "instanceid": "19173012", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVIdz4ygn2l", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVIdz4ygn2l", + "descriptions": [ + { + "value": "Paint Color: Muskelmannbraun", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=263&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D13855333614522486257", + "name": "Inspect in Game..." + } + ], + "name": "Ellis' Cap", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "Ellis' Cap", + "market_hash_name": "Ellis' Cap", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D13855333614522486257", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "161007816", + "instanceid": "3656950314", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeLfQYFp1nqWSMU5OD2N5bwHMLmShXOjLx2Sk5MbUqMcbBnQz4ruyeU2T4azzBOx7JDlF8GOAaaiq2omLnsriKQGucE-54QglVfaEH8DZPaMGIP0BphdMP-TW7zxMvH0JwIJEWI1a4zzoDP7q6hXn02g", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeLfQYFp1nqWSMU5OD2N5bwHMLmShXOjLx2Sk5MbUqMcbBnQz4ruyeU2T4azzBOx7JDlF8GOAaaiq2omLnsriKQGucE-54QglVfaEH8DZPaMGIP0BphdMP-TW7zxMvH0JwIJEWI1a4zzoDP7q6hXn02g", + "descriptions": [ + { + "value": "Crafted by CrAaAazY jUiCe \u30C3", + "color": "7ea9d1" + }, + { + "value": "Paint Color: A Deep Commitment to Purple", + "color": "756b5e" + }, + { + "value": "Loneliness is the world's deadliest silent killer. Next to carbon monoxide. But cuddle up to this adorable firebug, hold your breath, and you'll be free to concentrate on loud killers like car crashes and Freddy Krueger." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30070&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D11652975393261324626", + "name": "Inspect in Game..." + } + ], + "name": "The Pocket Pyro", + "name_color": "7D6D00", + "type": "Level 87 Pocket Buddy", + "market_name": "The Pocket Pyro", + "market_hash_name": "The Pocket Pyro", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D11652975393261324626", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "73659000", + "instanceid": "171225507", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU2b4ajj7KSTdE0xpIu8Pdz-M4DrzseqTFm6fF-19EggHePQE8TBPNcqMbhE-1NNd8zzpzkB8TxJ6JpcIYAG8dqbLMUc", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU2b4ajj7KSTdE0xpIu8Pdz-M4DrzseqTFm6fF-19EggHePQE8TBPNcqMbhE-1NNd8zzpzkB8TxJ6JpcIYAG8dqbLMUc", + "descriptions": [ + { + "value": "Paint Color: Muskelmannbraun", + "color": "756b5e" + }, + { + "value": "Has back-stabbing lost its charm? Is sneaking too simple? Try wearing this 15 pound metal hat on your head! Enjoy the meta-challenge of keeping your neck from snapping as you sap sentries! This is spine-crushing entertainment!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=841&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D11704470848015613155", + "name": "Inspect in Game..." + } + ], + "name": "The Stealth Steeler", + "name_color": "7D6D00", + "type": "Level 7 Hat", + "market_name": "The Stealth Steeler", + "market_hash_name": "The Stealth Steeler", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D11704470848015613155", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "170966836", + "instanceid": "4658245776", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU37iZGaXEDLNE0xlE9wAaiqEoFz5tK_DFybKQO0vQAxQLqZXoTEcacmIPBpr04ZZr2PpwRJ4H0dwK8ZHI1u6knBEf60rz8Q9PhfL", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU37iZGaXEDLNE0xlE9wAaiqEoFz5tK_DFybKQO0vQAxQLqZXoTEcacmIPBpr04ZZr2PpwRJ4H0dwK8ZHI1u6knBEf60rz8Q9PhfL", + "descriptions": [ + { + "value": "Crafted by Cobaratza", + "color": "7ea9d1" + }, + { + "value": "Paint Color: Ye Olde Rustic Colour", + "color": "756b5e" + }, + { + "value": "This knight's helm was painstakingly recreated using stills from the classic time travel episode (Ep 417: \"A K.I.T.T. in King Arthur's Court\") of the hit TV show Knight Rider." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30112&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D11628234079144160292", + "name": "Inspect in Game..." + } + ], + "name": "The Stormin' Norman", + "name_color": "7D6D00", + "type": "Level 41 Helmet", + "market_name": "The Stormin' Norman", + "market_hash_name": "The Stormin' Norman", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D11628234079144160292", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "313", + "instanceid": "19180219", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSMfqIdEs5nqWSMU5OD2IwIlnYPyihXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVIdxVDaqkh", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSMfqIdEs5nqWSMU5OD2IwIlnYPyihXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVIdxVDaqkh", + "descriptions": [ + { + "value": "Paint Color: Australium Gold", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=263&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D300299053328788377", + "name": "Inspect in Game..." + } + ], + "name": "Ellis' Cap", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "Ellis' Cap", + "market_hash_name": "Ellis' Cap", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D300299053328788377", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "313", + "instanceid": "19178496", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeLfQYFp1nqWSMU5OD2N5bwHMLmShXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVIdxak6JLa", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeLfQYFp1nqWSMU5OD2N5bwHMLmShXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVIdxak6JLa", + "descriptions": [ + { + "value": "Paint Color: A Deep Commitment to Purple", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=263&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D9259471501901326167", + "name": "Inspect in Game..." + } + ], + "name": "Ellis' Cap", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "Ellis' Cap", + "market_hash_name": "Ellis' Cap", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D9259471501901326167", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "170966712", + "instanceid": "19415984", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeLfQYFp1nqWSMU5OD2N5bwHMLmShXOjLx2Sk5MbUqMcbBnQz4ruyeU37iZGaXECnYDlNqCPEJWjSIvGTw--vCQmucFL0kQQwGLvcBo2JIa8uMOEE7h9UKr2S7lBJ4H0J_cJZEIVf12noUAgbPzVo", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeLfQYFp1nqWSMU5OD2N5bwHMLmShXOjLx2Sk5MbUqMcbBnQz4ruyeU37iZGaXECnYDlNqCPEJWjSIvGTw--vCQmucFL0kQQwGLvcBo2JIa8uMOEE7h9UKr2S7lBJ4H0J_cJZEIVf12noUAgbPzVo", + "descriptions": [ + { + "value": "Paint Color: A Deep Commitment to Purple", + "color": "756b5e" + }, + { + "value": "\"How do I look in this hat? On a scale of 'Handsome' to 'Extremely Handsome'.\"" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30123&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D10354769267139703831", + "name": "Inspect in Game..." + } + ], + "name": "The Harmburg", + "name_color": "7D6D00", + "type": "Level 36 Hat", + "market_name": "The Harmburg", + "market_hash_name": "The Harmburg", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D10354769267139703831", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "170965269", + "instanceid": "3872121704", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU37iZGaXECfYEF1nE-YcWiicoGD9irHFAG-cX-kuFl8HfvYGoTIYa5yPOEc-h9MI-DLozxUqTkctJpNFIVvjmSYVZO1r2C8VBbepqeg", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU37iZGaXECfYEF1nE-YcWiicoGD9irHFAG-cX-kuFl8HfvYGoTIYa5yPOEc-h9MI-DLozxUqTkctJpNFIVvjmSYVZO1r2C8VBbepqeg", + "descriptions": [ + { + "value": "Paint Color: Muskelmannbraun", + "color": "756b5e" + }, + { + "value": "\"This falconer's glove's perfect for snipin'. It's sturdy, it's comfortable, and if a falcon lands on it, you can eat 'im.\"" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30103&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7168510034278969233", + "name": "Inspect in Game..." + } + ], + "name": "The Falconer", + "name_color": "7D6D00", + "type": "Level 45 Glove", + "market_name": "The Falconer", + "market_hash_name": "The Falconer", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7168510034278969233", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + } + ] + }, + { + "appid": 440, + "classid": "4922927282", + "instanceid": "19380893", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU3D2eCfBPTXWDE5tD9wCZCqOqy2n4LvGQWnNF-8oSg8CKKoC8WdLPs2IOhZogtZd_z3sxBJ7Rkd9cJwUPh-1zf9h5yJL", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU3D2eCfBPTXWDE5tD9wCZCqOqy2n4LvGQWnNF-8oSg8CKKoC8WdLPs2IOhZogtZd_z3sxBJ7Rkd9cJwUPh-1zf9h5yJL", + "descriptions": [ + { + "value": "Paint Color: Ye Olde Rustic Colour", + "color": "756b5e" + }, + { + "type": "usertext", + "value": "''i love this hat''" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=252&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D10109138906213856706", + "name": "Inspect in Game..." + } + ], + "name": "Dr's Dapper Topper", + "name_color": "7D6D00", + "type": "Level 33 Hat", + "market_name": "Dr's Dapper Topper", + "market_hash_name": "Dr's Dapper Topper", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D10109138906213856706", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "260678420", + "instanceid": "4850197675", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU2z6e2WUfnLmEVtsFOAxbjaMrWvhirXFBleVEKp7FhdVKKFVpzAaa5yANhE_3YYDqDXukh14ThB4IcAXcVziyHIVN-53m3YXa9sMzu1o6Qgo", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU2z6e2WUfnLmEVtsFOAxbjaMrWvhirXFBleVEKp7FhdVKKFVpzAaa5yANhE_3YYDqDXukh14ThB4IcAXcVziyHIVN-53m3YXa9sMzu1o6Qgo", + "descriptions": [ + { + "value": "Crafted by WaffleLova", + "color": "7ea9d1" + }, + { + "value": "Paint Color: Ye Olde Rustic Colour", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30318&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16416616233666130800", + "name": "Inspect in Game..." + } + ], + "name": "The Mann of Reason", + "name_color": "7D6D00", + "type": "Level 2 Hat", + "market_name": "The Mann of Reason", + "market_hash_name": "The Mann of Reason", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16416616233666130800", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + } + ] + }, + { + "appid": 440, + "classid": "260680058", + "instanceid": "516167914", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU2z6e2WUfnLmDFFkHPExdS2FomzjsK_7HmmLFr0yQwsCKKtXpDZIOs7YOhs00IcK_zXtkhR8RhMudJwQKA24miwVZe99zG8CK8z0TvABhA", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU2z6e2WUfnLmDFFkHPExdS2FomzjsK_7HmmLFr0yQwsCKKtXpDZIOs7YOhs00IcK_zXtkhR8RhMudJwQKA24miwVZe99zG8CK8z0TvABhA", + "descriptions": [ + { + "value": "Paint Color: Muskelmannbraun", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30329&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D698567120937017007", + "name": "Inspect in Game..." + } + ], + "name": "The Polar Pullover", + "name_color": "7D6D00", + "type": "Level 76 Hat", + "market_name": "The Polar Pullover", + "market_hash_name": "The Polar Pullover", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D698567120937017007", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "2770499376", + "instanceid": "19978106", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTffPQfFZxnqWSMU5OD2NsHx3oIzChXOjLx2Sk5MbUqMcbBnQz4ruyeU2fnemacEDLaE0t6GuYxaj62umvwiq7PC1eVEKp7FhcMfasFoWcbPcqLNhVugI8D-WPglhEkSkUqK5VDJ1a9nicQZut9kHVKa9sMzvaWdiFG", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTffPQfFZxnqWSMU5OD2NsHx3oIzChXOjLx2Sk5MbUqMcbBnQz4ruyeU2fnemacEDLaE0t6GuYxaj62umvwiq7PC1eVEKp7FhcMfasFoWcbPcqLNhVugI8D-WPglhEkSkUqK5VDJ1a9nicQZut9kHVKa9sMzvaWdiFG", + "descriptions": [ + { + "value": "Commando Grade Coat", + "color": "8847ff" + }, + { + "value": "Paint Color: An Air of Debonair", + "color": "756b5e" + }, + { + "value": " " + }, + { + "value": " " + }, + { + "value": "Blue Moon Cosmetics Collection" + }, + { + "value": " Robin Walkers", + "color": "eb4b4b" + }, + { + "value": " Private Maggot Muncher", + "color": "d32ce6" + }, + { + "value": " The Cold Case", + "color": "d32ce6" + }, + { + "value": " The Frag Proof Fragger", + "color": "d32ce6" + }, + { + "value": " Starboard Crusader", + "color": "8847ff" + }, + { + "value": "\u2714 Scourge of the Sky", + "color": "8847ff" + }, + { + "value": " Veteran's Attire", + "color": "8847ff" + }, + { + "value": " The Burning Question", + "color": "8847ff" + }, + { + "value": " Aristotle", + "color": "8847ff" + }, + { + "value": " Blizzard Britches", + "color": "8847ff" + }, + { + "value": " Punk's Pomp", + "color": "8847ff" + }, + { + "value": " Antarctic Eyewear", + "color": "4b69ff" + }, + { + "value": " The Head Hedge", + "color": "4b69ff" + }, + { + "value": " Tsar Platinum", + "color": "4b69ff" + }, + { + "value": " Sky High Fly Guy", + "color": "4b69ff" + }, + { + "value": " The Hot Case", + "color": "4b69ff" + }, + { + "value": " Assassin's Attire", + "color": "4b69ff" + }, + { + "value": " Wipe Out Wraps", + "color": "4b69ff" + }, + { + "value": " The Tundra Top", + "color": "4b69ff" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30982&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D2710415629143540060", + "name": "Inspect in Game..." + } + ], + "name": "Scourge of the Sky", + "name_color": "7D6D00", + "type": "Level 61 Coat", + "market_name": "Scourge of the Sky", + "market_hash_name": "Scourge of the Sky", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D2710415629143540060", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 1, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Rarity", + "internal_name": "Rarity_Mythical", + "localized_category_name": "Grade", + "localized_tag_name": "Commando", + "color": "8847ff" + }, + { + "category": "Collection", + "internal_name": "BlueMoonCosmetics_collection", + "localized_category_name": "Collection", + "localized_tag_name": "Blue Moon Cosmetics Collection" + } + ] + }, + { + "appid": 440, + "classid": "313", + "instanceid": "19182417", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVId4hA-Z4W", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVId4hA-Z4W", + "descriptions": [ + { + "value": "Paint Color: Ye Olde Rustic Colour", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=263&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D6953595634337588537", + "name": "Inspect in Game..." + } + ], + "name": "Ellis' Cap", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "Ellis' Cap", + "market_hash_name": "Ellis' Cap", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D6953595634337588537", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "260680058", + "instanceid": "19362586", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU2z6e2WUfnLmDFFkHPExdS2FomzjsK_7HmmLFr0yQwsCKKtXpDZIOs7YOhs00IcK_zXtkhR8RhMudJwQKA24miwVZe99zG8CK8xb5ilqZw", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU2z6e2WUfnLmDFFkHPExdS2FomzjsK_7HmmLFr0yQwsCKKtXpDZIOs7YOhs00IcK_zXtkhR8RhMudJwQKA24miwVZe99zG8CK8xb5ilqZw", + "descriptions": [ + { + "value": "Paint Color: Ye Olde Rustic Colour", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30329&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12680387461343434411", + "name": "Inspect in Game..." + } + ], + "name": "The Polar Pullover", + "name_color": "7D6D00", + "type": "Level 57 Hat", + "market_name": "The Polar Pullover", + "market_hash_name": "The Polar Pullover", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12680387461343434411", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "1337175562", + "instanceid": "76875574", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENYwUuVSTwtztIjdzqDOeCC-gFieU55IJS3HhowFAqYbCxM2A3JQKXB_kHDfRv8Qu6X3di6ZUxUY_i9e9WfQ3t4IPALfByZ4M_o0_M", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENYwUuVSTwtztIjdzqDOeCC-gFieU55IJS3HhowFAqYbCxM2A3JQKXB_kHDfRv8Qu6X3di6ZUxUY_i9e9WfQ3t4IPALfByZ4M_o0_M", + "descriptions": [ + { + "value": "(Cloaked Spies Killed: 0)", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=800&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Strange Silver Botkiller Rocket Launcher Mk.I", + "name_color": "CF6A32", + "type": "Strange Rocket Launcher - Kills: 0", + "market_name": "Strange Silver Botkiller Rocket Launcher Mk.I", + "market_hash_name": "Strange Silver Botkiller Rocket Launcher Mk.I", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 1, + "tags": [ + { + "category": "Quality", + "internal_name": "strange", + "localized_category_name": "Quality", + "localized_tag_name": "Strange", + "color": "CF6A32" + }, + { + "category": "Type", + "internal_name": "primary", + "localized_category_name": "Type", + "localized_tag_name": "Primary weapon" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + } + ] + }, + { + "appid": 440, + "classid": "313", + "instanceid": "19178052", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSKfKFOGJ1nqWSMU5OD2IoKlSUFmShXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVId0yhOmmS", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSKfKFOGJ1nqWSMU5OD2IoKlSUFmShXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVId0yhOmmS", + "descriptions": [ + { + "value": "Paint Color: Peculiarly Drab Tincture", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=263&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7083643302354527039", + "name": "Inspect in Game..." + } + ], + "name": "Ellis' Cap", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "Ellis' Cap", + "market_hash_name": "Ellis' Cap", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7083643302354527039", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "22992753", + "instanceid": "19387331", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTfcPRMEs1nqWSMU5OD2N8GwCcPyShXOjLx2Sk5MbUqMcbBnQz4ruyeU2z6ewjXIC3dFVt6IuwcazmEq23hpoLIE3qeFPZ9RQoCdfMF9WJMPcuObkE-goJd-2a7k0YsTRN_c8ZCKQq4n3VLMut9hjEcImjMQ_8F", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTfcPRMEs1nqWSMU5OD2N8GwCcPyShXOjLx2Sk5MbUqMcbBnQz4ruyeU2z6ewjXIC3dFVt6IuwcazmEq23hpoLIE3qeFPZ9RQoCdfMF9WJMPcuObkE-goJd-2a7k0YsTRN_c8ZCKQq4n3VLMut9hjEcImjMQ_8F", + "descriptions": [ + { + "value": "Paint Color: Radigan Conagher Brown", + "color": "756b5e" + }, + { + "value": "Just like the Soldier's actual grenades, these shiny glass baubles are purely ornamental. " + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=641&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7971444589978632263", + "name": "Inspect in Game..." + } + ], + "name": "The Ornament Armament", + "name_color": "7D6D00", + "type": "Level 20 Decorative Bombs", + "market_name": "The Ornament Armament", + "market_hash_name": "The Ornament Armament", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7971444589978632263", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "188034", + "instanceid": "19412457", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSKfKFOGJ1nqWSMU5OD2IoKlSUFmShXOjLx2Sk5MbUqMcbBnQz4ruyeU2Tuejj7Py3MElltD9wCZCqOqy2k4LiQSj-cEL4uFwFVLKdX82xNbpzcbRRvh45arzftkkYlSxBxI5IfPh-1zYp31sn7", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSKfKFOGJ1nqWSMU5OD2IoKlSUFmShXOjLx2Sk5MbUqMcbBnQz4ruyeU2Tuejj7Py3MElltD9wCZCqOqy2k4LiQSj-cEL4uFwFVLKdX82xNbpzcbRRvh45arzftkkYlSxBxI5IfPh-1zYp31sn7", + "descriptions": [ + { + "value": "Paint Color: Peculiarly Drab Tincture", + "color": "756b5e" + }, + { + "value": "Clears all sorts of blockage." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=253&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12403058932295367503", + "name": "Inspect in Game..." + } + ], + "name": "Handyman's Handle", + "name_color": "7D6D00", + "type": "Level 97 Hat", + "market_name": "Handyman's Handle", + "market_hash_name": "Handyman's Handle", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12403058932295367503", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "510472065", + "instanceid": "4659797693", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSMfqIdEs5nqWSMU5OD2IwIlnYPyihXOjLx2Sk5MbUqMcbBnQz4ruyeU2f_ZyXQfXGISGFlFO0EZAefq3DhirHFAG-cX-osQV1XfqEDo2xAPJqAPBc_hocK-mfhlRUoS09-ccFDJlnonHZFZbhr2C8VkdPCQ_M", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSMfqIdEs5nqWSMU5OD2IwIlnYPyihXOjLx2Sk5MbUqMcbBnQz4ruyeU2f_ZyXQfXGISGFlFO0EZAefq3DhirHFAG-cX-osQV1XfqEDo2xAPJqAPBc_hocK-mfhlRUoS09-ccFDJlnonHZFZbhr2C8VkdPCQ_M", + "descriptions": [ + { + "value": "Crafted by Littlepudintater", + "color": "7ea9d1" + }, + { + "value": "Paint Color: Australium Gold", + "color": "756b5e" + }, + { + "value": " " + }, + { + "value": "The Wicked Good Ninja Pack", + "color": "e1e10f" + }, + { + "value": " " + }, + { + "value": "The Frickin' Sweet Ninja Hood", + "color": "8b8989" + }, + { + "value": "The Southie Shinobi", + "color": "8b8989" + }, + { + "value": "The Red Socks", + "color": "8b8989" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30395&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D386717423842482235", + "name": "Inspect in Game..." + } + ], + "name": "The Southie Shinobi", + "name_color": "7D6D00", + "type": "Level 44 Shirt", + "market_name": "The Southie Shinobi", + "market_hash_name": "The Southie Shinobi", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D386717423842482235", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + } + ] + }, + { + "appid": 440, + "classid": "367572806", + "instanceid": "19225496", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTae6NMEp5nqWSMU5OD2NoNlycPmihXOjLx2Sk5MbUqMcbBnQz4ruyeU2z6e2WUfnLmD11nCPcxdjOArWLlirHFAG-cX-15FloCL6YE9DAaaJiPOho_1NML-Wa-khQuGkR4JJUXcgvsmXEWZ-lr2C8VEAd5jRM", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTae6NMEp5nqWSMU5OD2NoNlycPmihXOjLx2Sk5MbUqMcbBnQz4ruyeU2z6e2WUfnLmD11nCPcxdjOArWLlirHFAG-cX-15FloCL6YE9DAaaJiPOho_1NML-Wa-khQuGkR4JJUXcgvsmXEWZ-lr2C8VEAd5jRM", + "descriptions": [ + { + "value": "Paint Color: The Bitter Taste of Defeat and Lime", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30332&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14069226649098384296", + "name": "Inspect in Game..." + } + ], + "name": "Runner's Warm-Up", + "name_color": "7D6D00", + "type": "Level 48 Hat", + "market_name": "Runner's Warm-Up", + "market_hash_name": "Runner's Warm-Up", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14069226649098384296", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + } + ] + }, + { + "appid": 440, + "classid": "211447718", + "instanceid": "19318759", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU3L2ZDuWf3CKI1JhEdwdazmOqW_wobLLBmCmHbluFFwadfQNpGYba87cPEM80YQJrzDqwxIqTkJwIcMSJV3qziASM-8gzXEUdoUSx3PzQFS3yQ", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU3L2ZDuWf3CKI1JhEdwdazmOqW_wobLLBmCmHbluFFwadfQNpGYba87cPEM80YQJrzDqwxIqTkJwIcMSJV3qziASM-8gzXEUdoUSx3PzQFS3yQ", + "descriptions": [ + { + "value": "Paint Color: Ye Olde Rustic Colour", + "color": "756b5e" + }, + { + "value": "'When I grow up, I want to be a hat.' -Li'l Snaggletooth" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30181&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D690508195373051779", + "name": "Inspect in Game..." + } + ], + "name": "Li'l Snaggletooth", + "name_color": "7D6D00", + "type": "Level 7 Pocket Buddy", + "market_name": "Li'l Snaggletooth", + "market_hash_name": "Li'l Snaggletooth", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D690508195373051779", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + } + ] + }, + { + "appid": 440, + "classid": "313", + "instanceid": "19176694", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeLPdNFslnqWSMU5OD2N5awyYLzShXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVIdzAO7Tqc", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeLPdNFslnqWSMU5OD2N5awyYLzShXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVIdzAO7Tqc", + "descriptions": [ + { + "value": "Paint Color: Aged Moustache Grey", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=263&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14907137176109459733", + "name": "Inspect in Game..." + } + ], + "name": "Ellis' Cap", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "Ellis' Cap", + "market_hash_name": "Ellis' Cap", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14907137176109459733", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "44806", + "instanceid": "19886015", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU3DyZTj7PCLWCEpXEeIcYj3HqjCt5-_CFzjJF-0kEAtSeqQFpmNPPZqLaRI83dFfrzy7kUJ4HER_IYtWfgg7TbltYA", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU3DyZTj7PCLWCEpXEeIcYj3HqjCt5-_CFzjJF-0kEAtSeqQFpmNPPZqLaRI83dFfrzy7kUJ4HER_IYtWfgg7TbltYA", + "descriptions": [ + { + "value": "Paint Color: Muskelmannbraun", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=100&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D2508047753546205958", + "name": "Inspect in Game..." + } + ], + "name": "Glengarry Bonnet", + "name_color": "7D6D00", + "type": "Level 99 Hat", + "market_name": "Glengarry Bonnet", + "market_hash_name": "Glengarry Bonnet", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D2508047753546205958", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "313", + "instanceid": "19173069", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTcePMQFc1nqWSMU5OD2NwOx3sIyShXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVIdwqttiRY", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTcePMQFc1nqWSMU5OD2NwOx3sIyShXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVIdwqttiRY", + "descriptions": [ + { + "value": "Paint Color: Noble Hatter's Violet", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=263&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12585323227531758963", + "name": "Inspect in Game..." + } + ], + "name": "Ellis' Cap", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "Ellis' Cap", + "market_hash_name": "Ellis' Cap", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12585323227531758963", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "233352", + "instanceid": "39129636", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU2f5YSfBPR7fFU1gFO0JbTmdkW_0p7rBXD3OQe95EApSefQA8WFPaJ-BbhU7hYQMrTa7lUAqTBJ8K8EVdle4kiddIbMibV3WTO8", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU2f5YSfBPR7fFU1gFO0JbTmdkW_0p7rBXD3OQe95EApSefQA8WFPaJ-BbhU7hYQMrTa7lUAqTBJ8K8EVdle4kiddIbMibV3WTO8", + "descriptions": [ + { + "value": "Paint Color: Ye Olde Rustic Colour", + "color": "756b5e" + }, + { + "value": "Gone Snipin'." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=181&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D9809550824806121927", + "name": "Inspect in Game..." + } + ], + "name": "Bloke's Bucket Hat", + "name_color": "7D6D00", + "type": "Level 81 Hat", + "market_name": "Bloke's Bucket Hat", + "market_hash_name": "Bloke's Bucket Hat", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D9809550824806121927", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + } + ] + }, + { + "appid": 440, + "classid": "5108717164", + "instanceid": "19174668", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSKL_cbEppnqWSMU5OD2IpZw3APnihXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVIdz5N-h0j", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSKL_cbEppnqWSMU5OD2IpZw3APnihXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVIdz5N-h0j", + "descriptions": [ + { + "value": "Paint Color: Mann Co. Orange", + "color": "756b5e" + }, + { + "type": "usertext", + "value": "''O Meu Bone''" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=263&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D4759260595025912159", + "name": "Inspect in Game..." + } + ], + "fraudwarnings": [ + "This item has been renamed.\nOriginal name: \"Ellis' Cap\"" + ], + "name": "''Bon\u00E9 Do FRenam''", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "Ellis' Cap", + "market_hash_name": "Ellis' Cap", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D4759260595025912159", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "313", + "instanceid": "19175860", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTde_ROEs5nqWSMU5OD2N0NwCUPyihXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVId-jJX1nP", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTde_ROEs5nqWSMU5OD2N0NwCUPyihXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVId-jJX1nP", + "descriptions": [ + { + "value": "Paint Color: Zepheniah's Greed", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=263&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12431098989957926679", + "name": "Inspect in Game..." + } + ], + "name": "Ellis' Cap", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "Ellis' Cap", + "market_hash_name": "Ellis' Cap", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12431098989957926679", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "313", + "instanceid": "19178412", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTfcPRMEs1nqWSMU5OD2N8GwCcPyShXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVId6hWpdAq", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTfcPRMEs1nqWSMU5OD2N8GwCcPyShXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVId6hWpdAq", + "descriptions": [ + { + "value": "Paint Color: Radigan Conagher Brown", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=263&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16160295261559115767", + "name": "Inspect in Game..." + } + ], + "name": "Ellis' Cap", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "Ellis' Cap", + "market_hash_name": "Ellis' Cap", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16160295261559115767", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "73659000", + "instanceid": "81322305", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTfcPRMEs1nqWSMU5OD2N8GwCcPyShXOjLx2Sk5MbUqMcbBnQz4ruyeU2b4ajj7KSTdE0xpIu8Pdz-M4DrzseqTFm6fF-19EggHePQE8TBPNcqMbhE-1NNd8zzpzkB8TxJ6JpcIYAG84tC7wzA", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTfcPRMEs1nqWSMU5OD2N8GwCcPyShXOjLx2Sk5MbUqMcbBnQz4ruyeU2b4ajj7KSTdE0xpIu8Pdz-M4DrzseqTFm6fF-19EggHePQE8TBPNcqMbhE-1NNd8zzpzkB8TxJ6JpcIYAG84tC7wzA", + "descriptions": [ + { + "value": "Paint Color: Radigan Conagher Brown", + "color": "756b5e" + }, + { + "value": "Has back-stabbing lost its charm? Is sneaking too simple? Try wearing this 15 pound metal hat on your head! Enjoy the meta-challenge of keeping your neck from snapping as you sap sentries! This is spine-crushing entertainment!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=841&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D4630312294168056423", + "name": "Inspect in Game..." + } + ], + "name": "The Stealth Steeler", + "name_color": "7D6D00", + "type": "Level 97 Hat", + "market_name": "The Stealth Steeler", + "market_hash_name": "The Stealth Steeler", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D4630312294168056423", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "211447732", + "instanceid": "5245811211", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU3L2ZDuWf3CKI0pgGNwNaiydoW3KvbjFFleVEKp7FhcBdKZR8DBMPJzbOxds14UJ_WDrz0EqHRV_JZUVIQu6n3ZHNeRynHZFa9sMziKNy9Dz", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU3L2ZDuWf3CKI0pgGNwNaiydoW3KvbjFFleVEKp7FhcBdKZR8DBMPJzbOxds14UJ_WDrz0EqHRV_JZUVIQu6n3ZHNeRynHZFa9sMziKNy9Dz", + "descriptions": [ + { + "value": "Style: Style 1", + "color": "756b5e" + }, + { + "value": "Paint Color: Muskelmannbraun", + "color": "756b5e" + }, + { + "value": "" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30175&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D9448318704711858613", + "name": "Inspect in Game..." + } + ], + "name": "The Cotton Head", + "name_color": "7D6D00", + "type": "Level 7 Hat", + "market_name": "The Cotton Head", + "market_hash_name": "The Cotton Head", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D9448318704711858613", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "44806", + "instanceid": "19239921", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU3DyZTj7PCLWCEpXEeIcYj3HqjCt5-_CFzjJF-0kEAtSeqQFpmNPPZqLaRI83dFfrzy7kUJ4HER_IYtWfggmM4utFw", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU3DyZTj7PCLWCEpXEeIcYj3HqjCt5-_CFzjJF-0kEAtSeqQFpmNPPZqLaRI83dFfrzy7kUJ4HER_IYtWfggmM4utFw", + "descriptions": [ + { + "value": "Paint Color: Ye Olde Rustic Colour", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=100&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D5687529697105446278", + "name": "Inspect in Game..." + } + ], + "name": "Glengarry Bonnet", + "name_color": "7D6D00", + "type": "Level 18 Hat", + "market_name": "Glengarry Bonnet", + "market_hash_name": "Glengarry Bonnet", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D5687529697105446278", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "313", + "instanceid": "19175649", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeLfQYFp1nqWSMU5OD2N5bwHMLmShXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVIdxak6JLa", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeLfQYFp1nqWSMU5OD2N5bwHMLmShXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVIdxak6JLa", + "descriptions": [ + { + "value": "Paint Color: A Deep Commitment to Purple", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=263&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D13847622093599943515", + "name": "Inspect in Game..." + } + ], + "name": "Ellis' Cap", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "Ellis' Cap", + "market_hash_name": "Ellis' Cap", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D13847622093599943515", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "313", + "instanceid": "5187721400", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSMfqIdEs5nqWSMU5OD2IwIlnYPyihXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVIdxVDaqkh", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSMfqIdEs5nqWSMU5OD2IwIlnYPyihXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVIdxVDaqkh", + "descriptions": [ + { + "value": "Paint Color: Australium Gold", + "color": "756b5e" + }, + { + "value": "\nGift from: See_Flow", + "color": "7ea9d1" + }, + { + "value": "Date Received: Wednesday, February 8, 2023 (14:34:31) GMT" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=263&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D11577701452812690427", + "name": "Inspect in Game..." + } + ], + "name": "Ellis' Cap", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "Ellis' Cap", + "market_hash_name": "Ellis' Cap", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D11577701452812690427", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "73659000", + "instanceid": "548609212", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTfcPRMEs1nqWSMU5OD2N8GwCcPyShXOjLx2Sk5MbUqMcbBnQz4ruyeU2b4ajj7KSTdE0xpIu8Pdz-M4DrzseqTFm6fF-19EggHePQE8TBPNcqMbhE-1NNd8zzpzkB8TxJ6JpcIYAG84tC7wzA", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTfcPRMEs1nqWSMU5OD2N8GwCcPyShXOjLx2Sk5MbUqMcbBnQz4ruyeU2b4ajj7KSTdE0xpIu8Pdz-M4DrzseqTFm6fF-19EggHePQE8TBPNcqMbhE-1NNd8zzpzkB8TxJ6JpcIYAG84tC7wzA", + "descriptions": [ + { + "value": "Paint Color: Radigan Conagher Brown", + "color": "756b5e" + }, + { + "value": "Has back-stabbing lost its charm? Is sneaking too simple? Try wearing this 15 pound metal hat on your head! Enjoy the meta-challenge of keeping your neck from snapping as you sap sentries! This is spine-crushing entertainment!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=841&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D1054590759844362277", + "name": "Inspect in Game..." + } + ], + "name": "The Stealth Steeler", + "name_color": "7D6D00", + "type": "Level 53 Hat", + "market_name": "The Stealth Steeler", + "market_hash_name": "The Stealth Steeler", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D1054590759844362277", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "5111007146", + "instanceid": "19182417", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVId4hA-Z4W", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVId4hA-Z4W", + "descriptions": [ + { + "value": "Paint Color: Ye Olde Rustic Colour", + "color": "756b5e" + }, + { + "type": "usertext", + "value": "''Do that again I'll knock you into next week''" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=263&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D11577220057384019411", + "name": "Inspect in Game..." + } + ], + "fraudwarnings": [ + "This item has been renamed.\nOriginal name: \"Ellis' Cap\"" + ], + "name": "''I love horses''", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "Ellis' Cap", + "market_hash_name": "Ellis' Cap", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D11577220057384019411", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "73653587", + "instanceid": "171729392", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTfcPRMEs1nqWSMU5OD2N8GwCcPyShXOjLx2Sk5MbUqMcbBnQz4ruyeU2b4ajj7OjLRHVBjHNwCZCqOqy3ztOmUQG7MQe0lRghVfPRXp2AfNcyIaRZu0ocLrz26kx0qShR9IMRFPh-1zRC5C29y", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTfcPRMEs1nqWSMU5OD2N8GwCcPyShXOjLx2Sk5MbUqMcbBnQz4ruyeU2b4ajj7OjLRHVBjHNwCZCqOqy3ztOmUQG7MQe0lRghVfPRXp2AfNcyIaRZu0ocLrz26kx0qShR9IMRFPh-1zRC5C29y", + "descriptions": [ + { + "value": "Paint Color: Radigan Conagher Brown", + "color": "756b5e" + }, + { + "value": "Roast this steel ushanka in the fire and place it on your head for sustained warmth throughout the day. Make sure to come up with an impressive sounding fake anecdote for your third degree burns!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=840&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7846009789527905960", + "name": "Inspect in Game..." + } + ], + "name": "The U-clank-a", + "name_color": "7D6D00", + "type": "Level 72 Hat", + "market_name": "The U-clank-a", + "market_hash_name": "The U-clank-a", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7846009789527905960", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "22992753", + "instanceid": "4668135176", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU2z6ewjXIC3dFVt6IuwcazmEq23hpoLIE3qeFPZ9RQoCdfMF9WJMPcuObkE-goJd-2a7k0YsTRN_c8ZCKQq4n3VLMut9hjEcIn8GS8xb", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU2z6ewjXIC3dFVt6IuwcazmEq23hpoLIE3qeFPZ9RQoCdfMF9WJMPcuObkE-goJd-2a7k0YsTRN_c8ZCKQq4n3VLMut9hjEcIn8GS8xb", + "descriptions": [ + { + "value": "Paint Color: Muskelmannbraun", + "color": "756b5e" + }, + { + "value": "Just like the Soldier's actual grenades, these shiny glass baubles are purely ornamental. " + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=641&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D3325607844352683521", + "name": "Inspect in Game..." + } + ], + "name": "The Ornament Armament", + "name_color": "7D6D00", + "type": "Level 20 Decorative Bombs", + "market_name": "The Ornament Armament", + "market_hash_name": "The Ornament Armament", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D3325607844352683521", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "8992093", + "instanceid": "19173094", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTfcPRMEs1nqWSMU5OD2N8GwCcPyShXOjLx2Sk5MbUqMcbBnQz4ruyeU3LgYwjJKiXQH2F7CeYabTearWzlsILIE3qeFPYqQgoDfvBR8zEdOM7Yaxc0goNe-zLvx0Z_TRNwK8YecQm9niUWYLlwhjEcIv2anxkr", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTfcPRMEs1nqWSMU5OD2N8GwCcPyShXOjLx2Sk5MbUqMcbBnQz4ruyeU3LgYwjJKiXQH2F7CeYabTearWzlsILIE3qeFPYqQgoDfvBR8zEdOM7Yaxc0goNe-zLvx0Z_TRNwK8YecQm9niUWYLlwhjEcIv2anxkr", + "descriptions": [ + { + "value": "Paint Color: Radigan Conagher Brown", + "color": "756b5e" + }, + { + "value": "Look like you know what you're doing when you pronounce people dead." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=621&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D290594439583256875", + "name": "Inspect in Game..." + } + ], + "name": "The Surgeon's Stethoscope", + "name_color": "7D6D00", + "type": "Level 20 Stethoscope", + "market_name": "The Surgeon's Stethoscope", + "market_hash_name": "The Surgeon's Stethoscope", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D290594439583256875", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + } + ] + }, + { + "appid": 440, + "classid": "73659000", + "instanceid": "414666248", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU2b4ajj7KSTdE0xpIu8Pdz-M4DrzseqTFm6fF-19EggHePQE8TBPNcqMbhE-1NNd8zzpzkB8TxJ6JpcIYAG8rcF9jqc", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU2b4ajj7KSTdE0xpIu8Pdz-M4DrzseqTFm6fF-19EggHePQE8TBPNcqMbhE-1NNd8zzpzkB8TxJ6JpcIYAG8rcF9jqc", + "descriptions": [ + { + "value": "Paint Color: Ye Olde Rustic Colour", + "color": "756b5e" + }, + { + "value": "Has back-stabbing lost its charm? Is sneaking too simple? Try wearing this 15 pound metal hat on your head! Enjoy the meta-challenge of keeping your neck from snapping as you sap sentries! This is spine-crushing entertainment!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=841&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7695213684731157543", + "name": "Inspect in Game..." + } + ], + "name": "The Stealth Steeler", + "name_color": "7D6D00", + "type": "Level 86 Hat", + "market_name": "The Stealth Steeler", + "market_hash_name": "The Stealth Steeler", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7695213684731157543", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "107365616", + "instanceid": "19186222", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTcePMQFc1nqWSMU5OD2NwOx3sIyShXOjLx2Sk5MbUqMcbBnQz4ruyeU2f4ZDPNKjPmD1VhFeIaWjSIvGTw--TAFjvOR7kqEgECeqUHpmEdPpyOPBc809UI-Wa9whwpTkVwc5EQKVz12noUr5Qbcz0", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTcePMQFc1nqWSMU5OD2NwOx3sIyShXOjLx2Sk5MbUqMcbBnQz4ruyeU2f4ZDPNKjPmD1VhFeIaWjSIvGTw--TAFjvOR7kqEgECeqUHpmEdPpyOPBc809UI-Wa9whwpTkVwc5EQKVz12noUr5Qbcz0", + "descriptions": [ + { + "value": "Style: Amateur", + "color": "756b5e" + }, + { + "value": "Paint Color: Noble Hatter's Violet", + "color": "756b5e" + }, + { + "value": "These extreme pro ski goggles let folks know there're be no bunny slopes for this guy. Not with YOUR middling-to-average ski skills. No, YOU'LL be skiing on all the intermediate slopes you can find, thank you very much\u2014hunting out those tasty gradual inclines." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=980&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D9673850849386808674", + "name": "Inspect in Game..." + } + ], + "name": "Soldier's Slope Scopers", + "name_color": "7D6D00", + "type": "Level 30 Hat", + "market_name": "Soldier's Slope Scopers", + "market_hash_name": "Soldier's Slope Scopers", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D9673850849386808674", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + } + ] + }, + { + "appid": 440, + "classid": "8919157", + "instanceid": "2106199679", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSKfKFOGJ1nqWSMU5OD2IoKlSUFmShXOjLx2Sk5MbUqMcbBnQz4ruyeU3LgYwjXLC7MCGF4D-wYbCuAoW3KubzWFW3XEL4lEAEFKKdSoGZANc3cN0A6hdQD-jHgkhwrGxApcMBHdVjiy3ZLZPM1xiYcNrYa2w", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSKfKFOGJ1nqWSMU5OD2IoKlSUFmShXOjLx2Sk5MbUqMcbBnQz4ruyeU3LgYwjXLC7MCGF4D-wYbCuAoW3KubzWFW3XEL4lEAEFKKdSoGZANc3cN0A6hdQD-jHgkhwrGxApcMBHdVjiy3ZLZPM1xiYcNrYa2w", + "descriptions": [ + { + "value": "Paint Color: Peculiarly Drab Tincture", + "color": "756b5e" + }, + { + "value": "Don't shoot the messenger. Actually, go ahead and try. Can't be done, pal! Too fast!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=633&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D5649871827508105287", + "name": "Inspect in Game..." + } + ], + "name": "The Hermes", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "The Hermes", + "market_hash_name": "The Hermes", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D5649871827508105287", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + } + ] + }, + { + "appid": 440, + "classid": "8919157", + "instanceid": "5276325947", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU3LgYwjXLC7MCGF4D-wYbCuAoW3KubzWFW3XEL4lEAEFKKdSoGZANc3cN0A6hdQD-jHgkhwrGxApcMBHdVjiy3ZLZPM1xiZ9rcedPA", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU3LgYwjXLC7MCGF4D-wYbCuAoW3KubzWFW3XEL4lEAEFKKdSoGZANc3cN0A6hdQD-jHgkhwrGxApcMBHdVjiy3ZLZPM1xiZ9rcedPA", + "descriptions": [ + { + "value": "Crafted by Aggelos1109", + "color": "7ea9d1" + }, + { + "value": "Paint Color: Muskelmannbraun", + "color": "756b5e" + }, + { + "value": "Don't shoot the messenger. Actually, go ahead and try. Can't be done, pal! Too fast!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=633&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16475549191439743527", + "name": "Inspect in Game..." + } + ], + "name": "The Hermes", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "The Hermes", + "market_hash_name": "The Hermes", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16475549191439743527", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + } + ] + }, + { + "appid": 440, + "classid": "11041262", + "instanceid": "19815166", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU2TlZzHBPDLWDmFgHOocWjGKoW3KubzWFW3XQr1_Qg5WfvED9GVAac6KOEY63NQO_z2-lUV7SER5JJwfdF7smicSMvM1xiaHpKcrlw", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU2TlZzHBPDLWDmFgHOocWjGKoW3KubzWFW3XQr1_Qg5WfvED9GVAac6KOEY63NQO_z2-lUV7SER5JJwfdF7smicSMvM1xiaHpKcrlw", + "descriptions": [ + { + "value": "Style: Manic", + "color": "756b5e" + }, + { + "value": "Paint Color: Muskelmannbraun", + "color": "756b5e" + }, + { + "value": "I think I can safely say that nobody understands quantum mechanics. Bullet mechanics? Well now that's a different thing entirely." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=384&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7822236483412600488", + "name": "Inspect in Game..." + } + ], + "name": "Professor's Peculiarity", + "name_color": "7D6D00", + "type": "Level 3 Hair", + "market_name": "Professor's Peculiarity", + "market_hash_name": "Professor's Peculiarity", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7822236483412600488", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "73659000", + "instanceid": "4459696336", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTRefgYEZxnqWSMU5OD2NEPzHMMmChXOjLx2Sk5MbUqMcbBnQz4ruyeU2b4ajj7KSTdE0xpIu8Pdz-M4DrzseqTFm6fF-19EggHePQE8TBPNcqMbhE-1NNd8zzpzkB8TxJ6JpcIYAG81mkiosk", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTRefgYEZxnqWSMU5OD2NEPzHMMmChXOjLx2Sk5MbUqMcbBnQz4ruyeU2b4ajj7KSTdE0xpIu8Pdz-M4DrzseqTFm6fF-19EggHePQE8TBPNcqMbhE-1NNd8zzpzkB8TxJ6JpcIYAG81mkiosk", + "descriptions": [ + { + "value": "Paint Color: Drably Olive", + "color": "756b5e" + }, + { + "value": "Has back-stabbing lost its charm? Is sneaking too simple? Try wearing this 15 pound metal hat on your head! Enjoy the meta-challenge of keeping your neck from snapping as you sap sentries! This is spine-crushing entertainment!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=841&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D4946751465395771053", + "name": "Inspect in Game..." + } + ], + "name": "The Stealth Steeler", + "name_color": "7D6D00", + "type": "Level 47 Hat", + "market_name": "The Stealth Steeler", + "market_hash_name": "The Stealth Steeler", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D4946751465395771053", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "73653587", + "instanceid": "80698881", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSMfqIdEs5nqWSMU5OD2IwIlnYPyihXOjLx2Sk5MbUqMcbBnQz4ruyeU2b4ajj7OjLRHVBjHNwCZCqOqy3ztOmUQG7MQe0lRghVfPRXp2AfNcyIaRZu0ocLrz26kx0qShR9IMRFPh-1zcYHv76b", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSMfqIdEs5nqWSMU5OD2IwIlnYPyihXOjLx2Sk5MbUqMcbBnQz4ruyeU2b4ajj7OjLRHVBjHNwCZCqOqy3ztOmUQG7MQe0lRghVfPRXp2AfNcyIaRZu0ocLrz26kx0qShR9IMRFPh-1zcYHv76b", + "descriptions": [ + { + "value": "Paint Color: Australium Gold", + "color": "756b5e" + }, + { + "value": "Roast this steel ushanka in the fire and place it on your head for sustained warmth throughout the day. Make sure to come up with an impressive sounding fake anecdote for your third degree burns!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=840&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D11820272204028474980", + "name": "Inspect in Game..." + } + ], + "name": "The U-clank-a", + "name_color": "7D6D00", + "type": "Level 83 Hat", + "market_name": "The U-clank-a", + "market_hash_name": "The U-clank-a", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D11820272204028474980", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "170976069", + "instanceid": "682015293", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTde_ROEs5nqWSMU5OD2N0NwCUPyihXOjLx2Sk5MbUqMcbBnQz4ruyeU37iZGaXECTUGUxvGO0NfAeau3PlubTBAVeVEKp7FhcBK6QC-2UaaZvabkc7gNEL-WS8xEAlHxJ7IsdCIQ7qmiZFZ-x2yXEWa9sMznOhLu5i", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTde_ROEs5nqWSMU5OD2N0NwCUPyihXOjLx2Sk5MbUqMcbBnQz4ruyeU37iZGaXECTUGUxvGO0NfAeau3PlubTBAVeVEKp7FhcBK6QC-2UaaZvabkc7gNEL-WS8xEAlHxJ7IsdCIQ7qmiZFZ-x2yXEWa9sMznOhLu5i", + "descriptions": [ + { + "value": "Paint Color: Zepheniah's Greed", + "color": "756b5e" + }, + { + "value": "\"Hello, men of war! You will be dead soon. Here are pills.\" (Description translated from German.)" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30096&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D4754540682289833100", + "name": "Inspect in Game..." + } + ], + "name": "Das Feelinbeterbager", + "name_color": "7D6D00", + "type": "Level 25 Supplies", + "market_name": "Das Feelinbeterbager", + "market_hash_name": "Das Feelinbeterbager", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D4754540682289833100", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + } + ] + }, + { + "appid": 440, + "classid": "367481209", + "instanceid": "19181773", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTfcPRMEs1nqWSMU5OD2N8GwCcPyShXOjLx2Sk5MbUqMcbBnQz4ruyeU2z6e2WUfnLmDFFkHPExdS2FomzjsK_7HmmLFr0yQwsCKKtXpDZIOs7YOhs00IcK_zXtkhR8RhMudJwQKA24miwVZe99zG8CK8z5mtmSwQ", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTfcPRMEs1nqWSMU5OD2N8GwCcPyShXOjLx2Sk5MbUqMcbBnQz4ruyeU2z6e2WUfnLmDFFkHPExdS2FomzjsK_7HmmLFr0yQwsCKKtXpDZIOs7YOhs00IcK_zXtkhR8RhMudJwQKA24miwVZe99zG8CK8z5mtmSwQ", + "descriptions": [ + { + "value": "Paint Color: Radigan Conagher Brown", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30329&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12093798161936364239", + "name": "Inspect in Game..." + } + ], + "name": "The Polar Pullover", + "name_color": "7D6D00", + "type": "Level 93 Hat", + "market_name": "The Polar Pullover", + "market_hash_name": "The Polar Pullover", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12093798161936364239", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "8941635", + "instanceid": "5364523787", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU3LgYwjHIDbbE0dgHPcxaTmbqWa75OSSEGuaRO5_EloBevBR92AcPs_cPxI6gIUK-2O6k0J7HBUqJZBAckGrxHOy5ZfAMw", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU3LgYwjHIDbbE0dgHPcxaTmbqWa75OSSEGuaRO5_EloBevBR92AcPs_cPxI6gIUK-2O6k0J7HBUqJZBAckGrxHOy5ZfAMw", + "descriptions": [ + { + "value": "Crafted by George S\u003E Unusuals TF2EASY.COM", + "color": "7ea9d1" + }, + { + "value": "Paint Color: Muskelmannbraun", + "color": "756b5e" + }, + { + "value": "A nameless hat for a nameless man." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=631&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14477432983580389147", + "name": "Inspect in Game..." + } + ], + "name": "The Hat With No Name", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "The Hat With No Name", + "market_hash_name": "The Hat With No Name", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14477432983580389147", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "2675", + "instanceid": "11040547", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbZQsUYhTkhzJWhsPZAfOeD-VOn4phtsdQ32ZtxFYoN7PkYmVmIgeaUKNaX_Rjpwy8UHMz6pcxAIfnovUWJ1t9nYFqYw", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbZQsUYhTkhzJWhsPZAfOeD-VOn4phtsdQ32ZtxFYoN7PkYmVmIgeaUKNaX_Rjpwy8UHMz6pcxAIfnovUWJ1t9nYFqYw", + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=5000&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Scrap Metal", + "name_color": "7D6D00", + "type": "Level 1 Craft Item", + "market_name": "Scrap Metal", + "market_hash_name": "Scrap Metal", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "Craft Item", + "localized_category_name": "Type", + "localized_tag_name": "Craft Item" + } + ] + }, + { + "appid": 440, + "classid": "5564", + "instanceid": "11040547", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbZQsUYhTkhzJWhsO0Mv6NGucF1YJlscMEgDdvxVYsMLPkMmFjI1OSUvMHDPBp9lu0CnVluZQxA9Gwp-hIOVK4sMMNWF4", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbZQsUYhTkhzJWhsO0Mv6NGucF1YJlscMEgDdvxVYsMLPkMmFjI1OSUvMHDPBp9lu0CnVluZQxA9Gwp-hIOVK4sMMNWF4", + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=5001&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Reclaimed Metal", + "name_color": "7D6D00", + "type": "Level 2 Craft Item", + "market_name": "Reclaimed Metal", + "market_hash_name": "Reclaimed Metal", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "Craft Item", + "localized_category_name": "Type", + "localized_tag_name": "Craft Item" + } + ] + }, + { + "appid": 440, + "classid": "9231673", + "instanceid": "5530661145", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "descriptions": [ + { + "value": "When used, this Action Item gives a random gift\nto a random person on the server!" + }, + { + "value": " " + }, + { + "value": "This is a limited use item. Uses: 1", + "color": "00a000" + }, + { + "value": "\nTradable After: Saturday, September 30, 2023 (7:00:00) GMT", + "color": "d83636" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=233&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Secret Saxton", + "name_color": "7D6D00", + "type": "Level 1 Gift", + "market_name": "Secret Saxton", + "market_hash_name": "Secret Saxton", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 1, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "TF_Gift", + "localized_category_name": "Type", + "localized_tag_name": "Gift" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "9231673", + "instanceid": "5531092680", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "descriptions": [ + { + "value": "When used, this Action Item gives a random gift\nto a random person on the server!" + }, + { + "value": "\nGift from: [F2P] POLAK", + "color": "7ea9d1" + }, + { + "value": "Date Received: Saturday, December 5, 2020 (13:39:23) GMT" + }, + { + "value": " " + }, + { + "value": "This is a limited use item. Uses: 1", + "color": "00a000" + }, + { + "value": "\nTradable After: Saturday, September 30, 2023 (7:00:00) GMT", + "color": "d83636" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=233&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Secret Saxton", + "name_color": "7D6D00", + "type": "Level 1 Gift", + "market_name": "Secret Saxton", + "market_hash_name": "Secret Saxton", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 1, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "TF_Gift", + "localized_category_name": "Type", + "localized_tag_name": "Gift" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "2570014029", + "instanceid": "1096263353", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbR8FUhXdsDlXt8TnH_WJRuVXmN9j48MCgTM4w1J-YOawM2M2JwDHB6YPDq1o9ljuXn43u5NlAob457UBglimjC8", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbR8FUhXdsDlXt8TnH_WJRuVXmN9j48MCgTM4w1J-YOawM2M2JwDHB6YPDq1o9ljuXn43u5NlAob457UBglimjC8", + "descriptions": [ + { + "value": "Now you too can look like Mann Co.'s owner and CEO! Specifically the head part, not the marvelously well-muscled below-the-head part." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=1185&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12603362078033979535", + "name": "Inspect in Game..." + } + ], + "name": "The Saxton", + "name_color": "7D6D00", + "type": "Level 50 Hat", + "market_name": "The Saxton", + "market_hash_name": "The Saxton", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12603362078033979535", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "62840109", + "instanceid": "5524471540", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEOYgAYUx7nqgdBhN3jHeCFBvQTpNg05ptq1Td5lgQ1bLrnNTJkIFSTWPQHWaFsrVu5X3E3uJVnAo60pL4CcVm6sILDYrkvZsYMQZf9TAxM-A", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEOYgAYUx7nqgdBhN3jHeCFBvQTpNg05ptq1Td5lgQ1bLrnNTJkIFSTWPQHWaFsrVu5X3E3uJVnAo60pL4CcVm6sILDYrkvZsYMQZf9TAxM-A", + "descriptions": [ + { + "value": "Crafted by LeMiXV3", + "color": "7ea9d1" + }, + { + "value": "This handsome leather cylinder improves on the diary in every way. Do you have secret thoughts? Write 'em down, ball 'em up, and stuff 'em in the tube. It's incredibly easy to find a thought when you need it, too. Simply empty out the tube and there they all are. You're just one simple unballing away from remembering it." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=784&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14134097454362331786", + "name": "Inspect in Game..." + } + ], + "name": "The Idea Tube", + "name_color": "7D6D00", + "type": "Level 96 Backpack", + "market_name": "The Idea Tube", + "market_hash_name": "The Idea Tube", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14134097454362331786", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "42266450", + "instanceid": "0", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEIYxATUgLgtzdXm_f1Av6IAeUSpNY095dQl2dvxQB-ZrfiNjUyJlWSU_QKWKY-rQq4WiFqvZ5lBYW1o71fKl-7tYHYc-57ZXFH8jk", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEIYxATUgLgtzdXm_f1Av6IAeUSpNY095dQl2dvxQB-ZrfiNjUyJlWSU_QKWKY-rQq4WiFqvZ5lBYW1o71fKl-7tYHYc-57ZXFH8jk", + "descriptions": [ + { + "value": "These steel-toed dogs were scientifically engineered (in a wind tunnel) by America's foremost authorities on mouth-kicking to perfectly fit the inside of an idiot's mouth." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=734&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14862696888372649438", + "name": "Inspect in Game..." + } + ], + "name": "The Teufort Tooth Kicker", + "name_color": "7D6D00", + "type": "Level 10 Boots", + "market_name": "The Teufort Tooth Kicker", + "market_hash_name": "The Teufort Tooth Kicker", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14862696888372649438", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "73675733", + "instanceid": "73657206", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYhjjqAdPidrhCLzUDLUBwtht4ZEBgW9qyAcoMbPmZGE1JlWXUKQIWac8pAvtXHRk65QzGse48Gm0Gvsv", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYhjjqAdPidrhCLzUDLUBwtht4ZEBgW9qyAcoMbPmZGE1JlWXUKQIWac8pAvtXHRk65QzGse48Gm0Gvsv", + "descriptions": [ + { + "value": "You'd think this robot cap would slow Scout down, but he's actually just as fast! It's all that milk he drinks. You didn't expect this item to be a thinly veiled milk advertisement, did you? We're full of surprises today. Just wait until you try to go to sleep tonight! Ohhh boy!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=846&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D3048035586084361136", + "name": "Inspect in Game..." + } + ], + "name": "The Robot Running Man", + "name_color": "7D6D00", + "type": "Level 24 Hat", + "market_name": "The Robot Running Man", + "market_hash_name": "The Robot Running Man", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D3048035586084361136", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + } + ] + }, + { + "appid": 440, + "classid": "80564753", + "instanceid": "5262710930", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYYg4BWAndqDdAg83yBv2NBOE_l9sn4pUb22FpxAB9NbLkZTFiJFXDVfcPWfFioV-9X3I2usYyDIOzp-xSLATqspyGbefkecBxOQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYYg4BWAndqDdAg83yBv2NBOE_l9sn4pUb22FpxAB9NbLkZTFiJFXDVfcPWfFioV-9X3I2usYyDIOzp-xSLATqspyGbefkecBxOQ", + "descriptions": [ + { + "value": "Crafted by BOBAN", + "color": "7ea9d1" + }, + { + "value": "Style: Twins", + "color": "756b5e" + }, + { + "value": "Watch as your enemies quake in fear at the sight of this tiny koala! Hear them scream at his horrifying little hat! Smell them reel in alarm at how deviously small it is! Warning: You may not be able to stand the terror yourself!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=824&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16883087473269659812", + "name": "Inspect in Game..." + } + ], + "name": "The Koala Compact", + "name_color": "7D6D00", + "type": "Level 21 Satchel", + "market_name": "The Koala Compact", + "market_hash_name": "The Koala Compact", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16883087473269659812", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + } + ] + }, + { + "appid": 440, + "classid": "343391228", + "instanceid": "4229332786", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbggJD0uz7AdPid_ZAfOeD-VOw9xnvMUEjGJpkgQpMrTgZ2cyc1yVUfYIDqVp8F3oCiFl68ExB4K0r_UWJ1tX9R8SjQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbggJD0uz7AdPid_ZAfOeD-VOw9xnvMUEjGJpkgQpMrTgZ2cyc1yVUfYIDqVp8F3oCiFl68ExB4K0r_UWJ1tX9R8SjQ", + "descriptions": [ + { + "value": "Crafted by notspikeymikey", + "color": "7ea9d1" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30362&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14056123460075107504", + "name": "Inspect in Game..." + } + ], + "name": "The Law", + "name_color": "7D6D00", + "type": "Level 50 Hat", + "market_name": "The Law", + "market_hash_name": "The Law", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14056123460075107504", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "343391228", + "instanceid": "13531535", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbggJD0uz7AdPid_ZAfOeD-VOw9xnvMUEjGJpkgQpMrTgZ2cyc1yVUfYIDqVp8F3oCiFl68ExB4K0r_UWJ1tX9R8SjQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbggJD0uz7AdPid_ZAfOeD-VOw9xnvMUEjGJpkgQpMrTgZ2cyc1yVUfYIDqVp8F3oCiFl68ExB4K0r_UWJ1tX9R8SjQ", + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30362&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16427870981362380988", + "name": "Inspect in Game..." + } + ], + "name": "The Law", + "name_color": "7D6D00", + "type": "Level 12 Hat", + "market_name": "The Law", + "market_hash_name": "The Law", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16427870981362380988", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "343391228", + "instanceid": "3807456231", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbggJD0uz7AdPid_ZAfOeD-VOw9xnvMUEjGJpkgQpMrTgZ2cyc1yVUfYIDqVp8F3oCiFl68ExB4K0r_UWJ1tX9R8SjQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbggJD0uz7AdPid_ZAfOeD-VOw9xnvMUEjGJpkgQpMrTgZ2cyc1yVUfYIDqVp8F3oCiFl68ExB4K0r_UWJ1tX9R8SjQ", + "descriptions": [ + { + "value": "Crafted by Auburn Beard", + "color": "7ea9d1" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30362&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D1140364054523885242", + "name": "Inspect in Game..." + } + ], + "name": "The Law", + "name_color": "7D6D00", + "type": "Level 71 Hat", + "market_name": "The Law", + "market_hash_name": "The Law", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D1140364054523885242", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "8885524", + "instanceid": "5396417234", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuTh7juzlTnMnvA82ACfIHnpQ05pIN22dvlVN-ZOK2NTU3JAeXAvYJCPRp91C1WnQx6ZY1DIHuouJQZ0yx4-IEvAG0", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuTh7juzlTnMnvA82ACfIHnpQ05pIN22dvlVN-ZOK2NTU3JAeXAvYJCPRp91C1WnQx6ZY1DIHuouJQZ0yx4-IEvAG0", + "descriptions": [ + { + "value": "Crafted by Baguette", + "color": "7ea9d1" + }, + { + "value": "Style: Salty", + "color": "756b5e" + }, + { + "value": "Get all of a boat captain's respect without the crushing responsibility of actually captaining a boat or the enormous amount of ongoing maintenance a boat requires!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=611&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16188306048281125435", + "name": "Inspect in Game..." + } + ], + "name": "The Salty Dog", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "The Salty Dog", + "market_hash_name": "The Salty Dog", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16188306048281125435", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "8875627", + "instanceid": "5378922764", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuVR7jriF8hN3rD_eeN-wBid0wq8VQgW5pwVR5Y7KzZWQzdFDBAPVfWvZqoQy4C3Zi65I3VYfjp-oEfgrx9NyRPVeq4rA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuVR7jriF8hN3rD_eeN-wBid0wq8VQgW5pwVR5Y7KzZWQzdFDBAPVfWvZqoQy4C3Zi65I3VYfjp-oEfgrx9NyRPVeq4rA", + "descriptions": [ + { + "value": "Crafted by \u272F\u272Fhanochan\u272F\u272F", + "color": "7ea9d1" + }, + { + "value": "Chop wood. Eat syrup. Live in Canada. This hat lets you do it all." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=603&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D316382643944395857", + "name": "Inspect in Game..." + } + ], + "name": "The Outdoorsman", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "The Outdoorsman", + "market_hash_name": "The Outdoorsman", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D316382643944395857", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "260680058", + "instanceid": "13533363", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRRDDUqxhyhMhMn0MuKZBOwPjd8n2pxUyzFu31EpYubsMzFlI1OVAPUHBaFqpVy8XCJi6Z9mUtHvoeMEKgzn4obEO-QycIYbf8BUXis", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRRDDUqxhyhMhMn0MuKZBOwPjd8n2pxUyzFu31EpYubsMzFlI1OVAPUHBaFqpVy8XCJi6Z9mUtHvoeMEKgzn4obEO-QycIYbf8BUXis", + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30329&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D861776857502396651", + "name": "Inspect in Game..." + } + ], + "name": "The Polar Pullover", + "name_color": "7D6D00", + "type": "Level 58 Hat", + "market_name": "The Polar Pullover", + "market_hash_name": "The Polar Pullover", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D861776857502396651", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "8875627", + "instanceid": "0", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuVR7jriF8hN3rD_eeN-wBid0wq8VQgW5pwVR5Y7KzZWQzdFDBAPVfWvZqoQy4C3Zi65I3VYfjp-oEfgrx9NyRPVeq4rA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuVR7jriF8hN3rD_eeN-wBid0wq8VQgW5pwVR5Y7KzZWQzdFDBAPVfWvZqoQy4C3Zi65I3VYfjp-oEfgrx9NyRPVeq4rA", + "descriptions": [ + { + "value": "Chop wood. Eat syrup. Live in Canada. This hat lets you do it all." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=603&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D2327285927365407291", + "name": "Inspect in Game..." + } + ], + "name": "The Outdoorsman", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "The Outdoorsman", + "market_hash_name": "The Outdoorsman", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D2327285927365407291", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "260680058", + "instanceid": "5485892300", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRRDDUqxhyhMhMn0MuKZBOwPjd8n2pxUyzFu31EpYubsMzFlI1OVAPUHBaFqpVy8XCJi6Z9mUtHvoeMEKgzn4obEO-QycIYbf8BUXis", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRRDDUqxhyhMhMn0MuKZBOwPjd8n2pxUyzFu31EpYubsMzFlI1OVAPUHBaFqpVy8XCJi6Z9mUtHvoeMEKgzn4obEO-QycIYbf8BUXis", + "descriptions": [ + { + "value": "Crafted by Tubsz caseopening.com", + "color": "7ea9d1" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30329&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D4699303336356429453", + "name": "Inspect in Game..." + } + ], + "name": "The Polar Pullover", + "name_color": "7D6D00", + "type": "Level 81 Hat", + "market_name": "The Polar Pullover", + "market_hash_name": "The Polar Pullover", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D4699303336356429453", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "260680058", + "instanceid": "5513753886", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRRDDUqxhyhMhMn0MuKZBOwPjd8n2pxUyzFu31EpYubsMzFlI1OVAPUHBaFqpVy8XCJi6Z9mUtHvoeMEKgzn4obEO-QycIYbf8BUXis", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRRDDUqxhyhMhMn0MuKZBOwPjd8n2pxUyzFu31EpYubsMzFlI1OVAPUHBaFqpVy8XCJi6Z9mUtHvoeMEKgzn4obEO-QycIYbf8BUXis", + "descriptions": [ + { + "value": "Crafted by Ok", + "color": "7ea9d1" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30329&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D13924971694186549257", + "name": "Inspect in Game..." + } + ], + "name": "The Polar Pullover", + "name_color": "7D6D00", + "type": "Level 73 Hat", + "market_name": "The Polar Pullover", + "market_hash_name": "The Polar Pullover", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D13924971694186549257", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "8885524", + "instanceid": "0", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuTh7juzlTnMnvA82ACfIHnpQ05pIN22dvlVN-ZOK2NTU3JAeXAvYJCPRp91C1WnQx6ZY1DIHuouJQZ0yx4-IEvAG0", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuTh7juzlTnMnvA82ACfIHnpQ05pIN22dvlVN-ZOK2NTU3JAeXAvYJCPRp91C1WnQx6ZY1DIHuouJQZ0yx4-IEvAG0", + "descriptions": [ + { + "value": "Style: Salty", + "color": "756b5e" + }, + { + "value": "Get all of a boat captain's respect without the crushing responsibility of actually captaining a boat or the enormous amount of ongoing maintenance a boat requires!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=611&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D5523880681946539197", + "name": "Inspect in Game..." + } + ], + "name": "The Salty Dog", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "The Salty Dog", + "market_hash_name": "The Salty Dog", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D5523880681946539197", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "260680058", + "instanceid": "11040770", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRRDDUqxhyhMhMn0MuKZBOwPjd8n2pxUyzFu31EpYubsMzFlI1OVAPUHBaFqpVy8XCJi6Z9mUtHvoeMEKgzn4obEO-QycIYbf8BUXis", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRRDDUqxhyhMhMn0MuKZBOwPjd8n2pxUyzFu31EpYubsMzFlI1OVAPUHBaFqpVy8XCJi6Z9mUtHvoeMEKgzn4obEO-QycIYbf8BUXis", + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30329&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14209916582495623693", + "name": "Inspect in Game..." + } + ], + "name": "The Polar Pullover", + "name_color": "7D6D00", + "type": "Level 87 Hat", + "market_name": "The Polar Pullover", + "market_hash_name": "The Polar Pullover", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14209916582495623693", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "51412729", + "instanceid": "3996029333", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEDaQYHRCTgtyBKhs_yAuWJBN8Mmsgy4N4FgTNuxQIibbvjNTQ0KleXAKIHDKdqpQ7vCnI3uMI7UNGzoexRKw_uqsKYZGrxiXTH", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEDaQYHRCTgtyBKhs_yAuWJBN8Mmsgy4N4FgTNuxQIibbvjNTQ0KleXAKIHDKdqpQ7vCnI3uMI7UNGzoexRKw_uqsKYZGrxiXTH", + "descriptions": [ + { + "value": "Crafted by Niilo Viheraho", + "color": "7ea9d1" + }, + { + "value": "Make sure you never throw in the towel, even accidentally, by keeping it nice and close, where it can't run off and surrender like a coward when you're not looking." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=757&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14313108524184355585", + "name": "Inspect in Game..." + } + ], + "name": "The Toss-Proof Towel", + "name_color": "7D6D00", + "type": "Level 87 Apparel", + "market_name": "The Toss-Proof Towel", + "market_hash_name": "The Toss-Proof Towel", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14313108524184355585", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "51412729", + "instanceid": "5413192679", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEDaQYHRCTgtyBKhs_yAuWJBN8Mmsgy4N4FgTNuxQIibbvjNTQ0KleXAKIHDKdqpQ7vCnI3uMI7UNGzoexRKw_uqsKYZGrxiXTH", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEDaQYHRCTgtyBKhs_yAuWJBN8Mmsgy4N4FgTNuxQIibbvjNTQ0KleXAKIHDKdqpQ7vCnI3uMI7UNGzoexRKw_uqsKYZGrxiXTH", + "descriptions": [ + { + "value": "Make sure you never throw in the towel, even accidentally, by keeping it nice and close, where it can't run off and surrender like a coward when you're not looking." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=757&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D5677470058657433995", + "name": "Inspect in Game..." + } + ], + "name": "The Toss-Proof Towel", + "name_color": "7D6D00", + "type": "Level 81 Apparel", + "market_name": "The Toss-Proof Towel", + "market_hash_name": "The Toss-Proof Towel", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D5677470058657433995", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "260680058", + "instanceid": "11040563", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRRDDUqxhyhMhMn0MuKZBOwPjd8n2pxUyzFu31EpYubsMzFlI1OVAPUHBaFqpVy8XCJi6Z9mUtHvoeMEKgzn4obEO-QycIYbf8BUXis", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRRDDUqxhyhMhMn0MuKZBOwPjd8n2pxUyzFu31EpYubsMzFlI1OVAPUHBaFqpVy8XCJi6Z9mUtHvoeMEKgzn4obEO-QycIYbf8BUXis", + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30329&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14374334914132275749", + "name": "Inspect in Game..." + } + ], + "name": "The Polar Pullover", + "name_color": "7D6D00", + "type": "Level 49 Hat", + "market_name": "The Polar Pullover", + "market_hash_name": "The Polar Pullover", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14374334914132275749", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "73674716", + "instanceid": "73953585", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeSSTqvTROjdzZAfOeD-VOwolstZVRiGA8k1R5ZLXlNmZkJV3EA6NcCqZi91voW3NgvpY2UtTnr_UWJ1vvLOouqg", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeSSTqvTROjdzZAfOeD-VOwolstZVRiGA8k1R5ZLXlNmZkJV3EA6NcCqZi91voW3NgvpY2UtTnr_UWJ1vvLOouqg", + "descriptions": [ + { + "value": "Style: Battered", + "color": "756b5e" + }, + { + "value": "The great thing about this helmet is that it stops bullets (no it doesn't)! Look at it \u2013 it's made of robot metal! Bullets can't go through robot metal (they definitely can)! There really is no way you could be harmed while wearing this helmet (there absolutely is)." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=844&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12027124743227462060", + "name": "Inspect in Game..." + } + ], + "name": "The Tin Pot", + "name_color": "7D6D00", + "type": "Level 93 Hat", + "market_name": "The Tin Pot", + "market_hash_name": "The Tin Pot", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12027124743227462060", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + } + ] + }, + { + "appid": 440, + "classid": "107343597", + "instanceid": "5463818369", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbaRMuTx7rtjpChMTpAvyFC-8SleU55IJS3Hg4wVd9ZuLmNGM-dFOVBPRcX6ZqrAy6X3Zl7sQ1VoW19uoFfgW-54XOLfByZ7h-ponm", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbaRMuTx7rtjpChMTpAvyFC-8SleU55IJS3Hg4wVd9ZuLmNGM-dFOVBPRcX6ZqrAy6X3Zl7sQ1VoW19uoFfgW-54XOLfByZ7h-ponm", + "descriptions": [ + { + "value": "Crafted by hacks", + "color": "7ea9d1" + }, + { + "value": "On Equip: Visit Pyroland", + "color": "7ea9d1" + }, + { + "value": "Only visible in Pyroland", + "color": "d83636" + }, + { + "value": "Tenth Most Famous Reindeer? Not for long! Reindoonicorn may have hit rock bottom after being benched in favor of a mutant with a bioluminescent growth on his nose, but those decades spent bouncing from one halfway house to the next have given him all the grit and determination he needs to get back on top! That and the fact that he's recently been seen hanging around with nine heavily armed lunatics practically guarantees that this is one reindeer to watch out for." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=995&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7512675504176950835", + "name": "Inspect in Game..." + } + ], + "name": "The Reindoonicorn", + "name_color": "7D6D00", + "type": "Level 20 Balloon", + "market_name": "The Reindoonicorn", + "market_hash_name": "The Reindoonicorn", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7512675504176950835", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "73674716", + "instanceid": "73727823", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeSSTqvTROjdzZAfOeD-VOwolstZVRiGA8k1R5ZLXlNmZkJV3EA6NcCqZi91voW3NgvpY2UtTnr_UWJ1vvLOouqg", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeSSTqvTROjdzZAfOeD-VOwolstZVRiGA8k1R5ZLXlNmZkJV3EA6NcCqZi91voW3NgvpY2UtTnr_UWJ1vvLOouqg", + "descriptions": [ + { + "value": "Style: Battered", + "color": "756b5e" + }, + { + "value": "The great thing about this helmet is that it stops bullets (no it doesn't)! Look at it \u2013 it's made of robot metal! Bullets can't go through robot metal (they definitely can)! There really is no way you could be harmed while wearing this helmet (there absolutely is)." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=844&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D5478284743947465100", + "name": "Inspect in Game..." + } + ], + "name": "The Tin Pot", + "name_color": "7D6D00", + "type": "Level 62 Hat", + "market_name": "The Tin Pot", + "market_hash_name": "The Tin Pot", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D5478284743947465100", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + } + ] + }, + { + "appid": 440, + "classid": "260680058", + "instanceid": "19273841", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSKL_cbEppnqWSMU5OD2IpZw3APnihXOjLx2Sk5MbUqMcbBnQz4ruyeU2z6e2WUfnLmDFFkHPExdS2FomzjsK_7HmmLFr0yQwsCKKtXpDZIOs7YOhs00IcK_zXtkhR8RhMudJwQKA24miwVZe99zG8CK8xy2kGA_A", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSKL_cbEppnqWSMU5OD2IpZw3APnihXOjLx2Sk5MbUqMcbBnQz4ruyeU2z6e2WUfnLmDFFkHPExdS2FomzjsK_7HmmLFr0yQwsCKKtXpDZIOs7YOhs00IcK_zXtkhR8RhMudJwQKA24miwVZe99zG8CK8xy2kGA_A", + "descriptions": [ + { + "value": "Paint Color: Mann Co. Orange", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30329&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16941387157507872263", + "name": "Inspect in Game..." + } + ], + "name": "The Polar Pullover", + "name_color": "7D6D00", + "type": "Level 61 Hat", + "market_name": "The Polar Pullover", + "market_hash_name": "The Polar Pullover", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16941387157507872263", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "22992753", + "instanceid": "11040545", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuThTuvDFGmvfpH_yNBeUOj8kK6ZFH3jMlkFcoYru0YWAxJ1SQVqFdD_Nv8ljvCiMwuZRmA9a18-IDKgm-vNHAO65sbo_tnnIg4g", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuThTuvDFGmvfpH_yNBeUOj8kK6ZFH3jMlkFcoYru0YWAxJ1SQVqFdD_Nv8ljvCiMwuZRmA9a18-IDKgm-vNHAO65sbo_tnnIg4g", + "descriptions": [ + { + "value": "Just like the Soldier's actual grenades, these shiny glass baubles are purely ornamental. " + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=641&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14450052525378683979", + "name": "Inspect in Game..." + } + ], + "name": "The Ornament Armament", + "name_color": "7D6D00", + "type": "Level 20 Decorative Bombs", + "market_name": "The Ornament Armament", + "market_hash_name": "The Ornament Armament", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14450052525378683979", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "22992753", + "instanceid": "0", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuThTuvDFGmvfpH_yNBeUOj8kK6ZFH3jMlkFcoYru0YWAxJ1SQVqFdD_Nv8ljvCiMwuZRmA9a18-IDKgm-vNHAO65sbo_tnnIg4g", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuThTuvDFGmvfpH_yNBeUOj8kK6ZFH3jMlkFcoYru0YWAxJ1SQVqFdD_Nv8ljvCiMwuZRmA9a18-IDKgm-vNHAO65sbo_tnnIg4g", + "descriptions": [ + { + "value": "Just like the Soldier's actual grenades, these shiny glass baubles are purely ornamental. " + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=641&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16639219605241506501", + "name": "Inspect in Game..." + } + ], + "name": "The Ornament Armament", + "name_color": "7D6D00", + "type": "Level 20 Decorative Bombs", + "market_name": "The Ornament Armament", + "market_hash_name": "The Ornament Armament", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16639219605241506501", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "8885524", + "instanceid": "40157166", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuTh7juzlTnMnvA82ACfIHnpQ05pIN22dvlVN-ZOK2NTU3JAeXAvYJCPRp91C1WnQx6ZY1DIHuouJQZ0yx4-IEvAG0", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuTh7juzlTnMnvA82ACfIHnpQ05pIN22dvlVN-ZOK2NTU3JAeXAvYJCPRp91C1WnQx6ZY1DIHuouJQZ0yx4-IEvAG0", + "descriptions": [ + { + "value": "Style: Salty", + "color": "756b5e" + }, + { + "value": "Get all of a boat captain's respect without the crushing responsibility of actually captaining a boat or the enormous amount of ongoing maintenance a boat requires!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=611&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D1056166938649724955", + "name": "Inspect in Game..." + } + ], + "name": "The Salty Dog", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "The Salty Dog", + "market_hash_name": "The Salty Dog", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D1056166938649724955", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "8885524", + "instanceid": "5477086962", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuTh7juzlTnMnvA82ACfIHnpQ05pIN22dvlVN-ZOK2NTU3JAeXAvYJCPRp91C1WnQx6ZY1DIHuouJQZ0yx4-IEvAG0", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuTh7juzlTnMnvA82ACfIHnpQ05pIN22dvlVN-ZOK2NTU3JAeXAvYJCPRp91C1WnQx6ZY1DIHuouJQZ0yx4-IEvAG0", + "descriptions": [ + { + "value": "Crafted by PAPERPORAPE", + "color": "7ea9d1" + }, + { + "value": "Style: Salty", + "color": "756b5e" + }, + { + "value": "Get all of a boat captain's respect without the crushing responsibility of actually captaining a boat or the enormous amount of ongoing maintenance a boat requires!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=611&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D2595778265876040339", + "name": "Inspect in Game..." + } + ], + "name": "The Salty Dog", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "The Salty Dog", + "market_hash_name": "The Salty Dog", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D2595778265876040339", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "8913913", + "instanceid": "0", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuWBXlsTZGjdrZDuCNBukBl-U55IJS3HhokwIpZeDnY2MxK1STA6ELC6Rvpwy6WXJhuZZgAYHv9rpVLw27s9CTLfByZ8lgoCW6", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuWBXlsTZGjdrZDuCNBukBl-U55IJS3HhokwIpZeDnY2MxK1STA6ELC6Rvpwy6WXJhuZZgAYHv9rpVLw27s9CTLfByZ8lgoCW6", + "descriptions": [ + { + "value": "With these on, you can pretend you're winning." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=628&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D603623880669340646", + "name": "Inspect in Game..." + } + ], + "name": "The Virtual Reality Headset", + "name_color": "7D6D00", + "type": "Level 10 Headset", + "market_name": "The Virtual Reality Headset", + "market_hash_name": "The Virtual Reality Headset", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D603623880669340646", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "107359128", + "instanceid": "13532481", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEcZQkFWAndqzFHjcrzH_yfN-wBid0wq8hTiGc6xwR_YbO3YDQzdwWVBPIMDvZvrVG6WyQ2u59lVdOwoulRel7x9NyR34zcl_Q", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEcZQkFWAndqzFHjcrzH_yfN-wBid0wq8hTiGc6xwR_YbO3YDQzdwWVBPIMDvZvrVG6WyQ2u59lVdOwoulRel7x9NyR34zcl_Q", + "descriptions": [ + { + "value": "Enjoy the absolute cutting edge of nineteenth century sideburn fashion with these lustrous, face-hugging muttons. There's no meat in these chops, ladies\u2014but there's plenty of beefcake." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=986&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16456164966534298672", + "name": "Inspect in Game..." + } + ], + "name": "The Mutton Mann", + "name_color": "7D6D00", + "type": "Level 41 Hair", + "market_name": "The Mutton Mann", + "market_hash_name": "The Mutton Mann", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16456164966534298672", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "22997362", + "instanceid": "5487227566", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuTQLwtwdBjcTqHs2ACfIHnpRm5MZUjTU8wFQoY-XkYTMzJl3BUaIHXfRtpVjpUSI3uJBlDYO08ulXZ0yx45zlRcm7", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuTQLwtwdBjcTqHs2ACfIHnpRm5MZUjTU8wFQoY-XkYTMzJl3BUaIHXfRtpVjpUSI3uJBlDYO08ulXZ0yx45zlRcm7", + "descriptions": [ + { + "value": "Crafted by So...", + "color": "7ea9d1" + }, + { + "value": "Jingle all the way", + "color": "d83636" + }, + { + "value": "Slay-bells will be ringing in the slow-roasted ears of your burn victims." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=651&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12135099531354861745", + "name": "Inspect in Game..." + } + ], + "name": "The Jingle Belt", + "name_color": "7D6D00", + "type": "Level 6 Bells", + "market_name": "The Jingle Belt", + "market_hash_name": "The Jingle Belt", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12135099531354861745", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "107359128", + "instanceid": "13535753", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEcZQkFWAndqzFHjcrzH_yfN-wBid0wq8hTiGc6xwR_YbO3YDQzdwWVBPIMDvZvrVG6WyQ2u59lVdOwoulRel7x9NyR34zcl_Q", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEcZQkFWAndqzFHjcrzH_yfN-wBid0wq8hTiGc6xwR_YbO3YDQzdwWVBPIMDvZvrVG6WyQ2u59lVdOwoulRel7x9NyR34zcl_Q", + "descriptions": [ + { + "value": "Enjoy the absolute cutting edge of nineteenth century sideburn fashion with these lustrous, face-hugging muttons. There's no meat in these chops, ladies\u2014but there's plenty of beefcake." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=986&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D11728570634577108048", + "name": "Inspect in Game..." + } + ], + "name": "The Mutton Mann", + "name_color": "7D6D00", + "type": "Level 71 Hair", + "market_name": "The Mutton Mann", + "market_hash_name": "The Mutton Mann", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D11728570634577108048", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "9043988", + "instanceid": "11040545", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYeAYcTRrgtD18hc3iDP6zBOESnN9758dW3Wc8k1AoYufgYzY2d1WTVfAHBPNuol27X3ZqsMEwUtaz9bkCfRKv6tWIQBV0DQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYeAYcTRrgtD18hc3iDP6zBOESnN9758dW3Wc8k1AoYufgYzY2d1WTVfAHBPNuol27X3ZqsMEwUtaz9bkCfRKv6tWIQBV0DQ", + "descriptions": [ + { + "value": "Because it's cheaper and less painful than a tattoo.\n\nCustom decals can be applied to this item." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=625&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D10250195991440861903", + "name": "Inspect in Game..." + } + ], + "name": "Clan Pride", + "name_color": "7D6D00", + "type": "Level 20 Medallion", + "market_name": "Clan Pride", + "market_hash_name": "Clan Pride", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D10250195991440861903", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "8913913", + "instanceid": "5509332647", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuWBXlsTZGjdrZDuCNBukBl-U55IJS3HhokwIpZeDnY2MxK1STA6ELC6Rvpwy6WXJhuZZgAYHv9rpVLw27s9CTLfByZ8lgoCW6", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuWBXlsTZGjdrZDuCNBukBl-U55IJS3HhokwIpZeDnY2MxK1STA6ELC6Rvpwy6WXJhuZZgAYHv9rpVLw27s9CTLfByZ8lgoCW6", + "descriptions": [ + { + "value": "Crafted by Average laptop gamer", + "color": "7ea9d1" + }, + { + "value": "With these on, you can pretend you're winning." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=628&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D5047972448907634436", + "name": "Inspect in Game..." + } + ], + "name": "The Virtual Reality Headset", + "name_color": "7D6D00", + "type": "Level 10 Headset", + "market_name": "The Virtual Reality Headset", + "market_hash_name": "The Virtual Reality Headset", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D5047972448907634436", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "22992753", + "instanceid": "5457510129", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuThTuvDFGmvfpH_yNBeUOj8kK6ZFH3jMlkFcoYru0YWAxJ1SQVqFdD_Nv8ljvCiMwuZRmA9a18-IDKgm-vNHAO65sbo_tnnIg4g", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuThTuvDFGmvfpH_yNBeUOj8kK6ZFH3jMlkFcoYru0YWAxJ1SQVqFdD_Nv8ljvCiMwuZRmA9a18-IDKgm-vNHAO65sbo_tnnIg4g", + "descriptions": [ + { + "value": "Crafted by leksio", + "color": "7ea9d1" + }, + { + "value": "Just like the Soldier's actual grenades, these shiny glass baubles are purely ornamental. " + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=641&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14744937989545430667", + "name": "Inspect in Game..." + } + ], + "name": "The Ornament Armament", + "name_color": "7D6D00", + "type": "Level 20 Decorative Bombs", + "market_name": "The Ornament Armament", + "market_hash_name": "The Ornament Armament", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14744937989545430667", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "22997362", + "instanceid": "0", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuTQLwtwdBjcTqHs2ACfIHnpRm5MZUjTU8wFQoY-XkYTMzJl3BUaIHXfRtpVjpUSI3uJBlDYO08ulXZ0yx45zlRcm7", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuTQLwtwdBjcTqHs2ACfIHnpRm5MZUjTU8wFQoY-XkYTMzJl3BUaIHXfRtpVjpUSI3uJBlDYO08ulXZ0yx45zlRcm7", + "descriptions": [ + { + "value": "Jingle all the way", + "color": "d83636" + }, + { + "value": "Slay-bells will be ringing in the slow-roasted ears of your burn victims." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=651&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7848769999839469169", + "name": "Inspect in Game..." + } + ], + "name": "The Jingle Belt", + "name_color": "7D6D00", + "type": "Level 1 Bells", + "market_name": "The Jingle Belt", + "market_hash_name": "The Jingle Belt", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7848769999839469169", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "9231673", + "instanceid": "5532159875", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "descriptions": [ + { + "value": "When used, this Action Item gives a random gift\nto a random person on the server!" + }, + { + "value": " " + }, + { + "value": "This is a limited use item. Uses: 1", + "color": "00a000" + }, + { + "value": "\nTradable After: Sunday, October 1, 2023 (7:00:00) GMT", + "color": "d83636" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=233&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Secret Saxton", + "name_color": "7D6D00", + "type": "Level 1 Gift", + "market_name": "Secret Saxton", + "market_hash_name": "Secret Saxton", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 1, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "TF_Gift", + "localized_category_name": "Type", + "localized_tag_name": "Gift" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "9231673", + "instanceid": "5533490305", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "descriptions": [ + { + "value": "When used, this Action Item gives a random gift\nto a random person on the server!" + }, + { + "value": "\nGift from: zorkiy", + "color": "7ea9d1" + }, + { + "value": "Date Received: Thursday, January 16, 2020 (12:15:24) GMT" + }, + { + "value": " " + }, + { + "value": "This is a limited use item. Uses: 1", + "color": "00a000" + }, + { + "value": "\nTradable After: Sunday, October 1, 2023 (7:00:00) GMT", + "color": "d83636" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=233&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Secret Saxton", + "name_color": "7D6D00", + "type": "Level 1 Gift", + "market_name": "Secret Saxton", + "market_hash_name": "Secret Saxton", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 1, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "TF_Gift", + "localized_category_name": "Type", + "localized_tag_name": "Gift" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "9231673", + "instanceid": "5533539396", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "descriptions": [ + { + "value": "When used, this Action Item gives a random gift\nto a random person on the server!" + }, + { + "value": " " + }, + { + "value": "This is a limited use item. Uses: 1", + "color": "00a000" + }, + { + "value": "\nTradable After: Monday, October 2, 2023 (7:00:00) GMT", + "color": "d83636" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=233&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Secret Saxton", + "name_color": "7D6D00", + "type": "Level 1 Gift", + "market_name": "Secret Saxton", + "market_hash_name": "Secret Saxton", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 1, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "TF_Gift", + "localized_category_name": "Type", + "localized_tag_name": "Gift" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "313", + "instanceid": "11040552", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEKYAsuWBfusSt8hMn0CvfCDLYDzo8z45JRjW84xgR5ZrblZjZlJQeSVPdaBaQ7oljtWiNh65E3DZmm-bzQBTxVGw", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEKYAsuWBfusSt8hMn0CvfCDLYDzo8z45JRjW84xgR5ZrblZjZlJQeSVPdaBaQ7oljtWiNh65E3DZmm-bzQBTxVGw", + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=263&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16432518629171569139", + "name": "Inspect in Game..." + } + ], + "name": "Ellis' Cap", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "Ellis' Cap", + "market_hash_name": "Ellis' Cap", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16432518629171569139", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "37882823", + "instanceid": "4557837858", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEKYAsuTx7hszdNgcbhMvCDBOcBleUx4J1a5jpqgwZ-erW2aTNlJwXDUfdcCaRq8Qu9X3djusY2BoDnpuoDLw_t4IqQNeJ_ONFSX56HA8BpKIs", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEKYAsuTx7hszdNgcbhMvCDBOcBleUx4J1a5jpqgwZ-erW2aTNlJwXDUfdcCaRq8Qu9X3djusY2BoDnpuoDLw_t4IqQNeJ_ONFSX56HA8BpKIs", + "descriptions": [ + { + "value": "Crafted by pinoues", + "color": "7ea9d1" + }, + { + "value": "Protect the all-important empty socket part of your face while giving enemies an irresistible target: unimportant exposed parts like your mouth, nose and generally all the non-socket parts of your face." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=703&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14332228835890155859", + "name": "Inspect in Game..." + } + ], + "name": "The Bolgan", + "name_color": "7D6D00", + "type": "Level 47 Helmet", + "market_name": "The Bolgan", + "market_hash_name": "The Bolgan", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14332228835890155859", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "9043988", + "instanceid": "5232973274", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYeAYcTRrgtD18hc3iDP6zBOESnN9758dW3Wc8k1AoYufgYzY2d1WTVfAHBPNuol27X3ZqsMEwUtaz9bkCfRKv6tWIQBV0DQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYeAYcTRrgtD18hc3iDP6zBOESnN9758dW3Wc8k1AoYufgYzY2d1WTVfAHBPNuol27X3ZqsMEwUtaz9bkCfRKv6tWIQBV0DQ", + "descriptions": [ + { + "value": "Because it's cheaper and less painful than a tattoo.\n\nCustom decals can be applied to this item." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=625&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7676506865122107395", + "name": "Inspect in Game..." + } + ], + "name": "Clan Pride", + "name_color": "7D6D00", + "type": "Level 20 Medallion", + "market_name": "Clan Pride", + "market_hash_name": "Clan Pride", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7676506865122107395", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "260682626", + "instanceid": "3229449603", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRRDDUqxhyhamsfZGfOFBO8SpNI08a9Z2CRslE8oMbLhMmc2K1XBBKZbCfY_9QruUCVhuJBmA9Xgo7pWfwzntYvDNeEvLpgSSDjBlDbr", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRRDDUqxhyhamsfZGfOFBO8SpNI08a9Z2CRslE8oMbLhMmc2K1XBBKZbCfY_9QruUCVhuJBmA9Xgo7pWfwzntYvDNeEvLpgSSDjBlDbr", + "descriptions": [ + { + "value": "Crafted by Baguette", + "color": "7ea9d1" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30327&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D4690430244803258751", + "name": "Inspect in Game..." + } + ], + "name": "The Toy Tailor", + "name_color": "7D6D00", + "type": "Level 69 Hat", + "market_name": "The Toy Tailor", + "market_hash_name": "The Toy Tailor", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D4690430244803258751", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "8913913", + "instanceid": "5494981714", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuWBXlsTZGjdrZDuCNBukBl-U55IJS3HhokwIpZeDnY2MxK1STA6ELC6Rvpwy6WXJhuZZgAYHv9rpVLw27s9CTLfByZ8lgoCW6", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuWBXlsTZGjdrZDuCNBukBl-U55IJS3HhokwIpZeDnY2MxK1STA6ELC6Rvpwy6WXJhuZZgAYHv9rpVLw27s9CTLfByZ8lgoCW6", + "descriptions": [ + { + "value": "Crafted by terrathemosqito", + "color": "7ea9d1" + }, + { + "value": "With these on, you can pretend you're winning." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=628&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D5197346344856537028", + "name": "Inspect in Game..." + } + ], + "name": "The Virtual Reality Headset", + "name_color": "7D6D00", + "type": "Level 10 Headset", + "market_name": "The Virtual Reality Headset", + "market_hash_name": "The Virtual Reality Headset", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D5197346344856537028", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "8913913", + "instanceid": "5497669983", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuWBXlsTZGjdrZDuCNBukBl-U55IJS3HhokwIpZeDnY2MxK1STA6ELC6Rvpwy6WXJhuZZgAYHv9rpVLw27s9CTLfByZ8lgoCW6", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuWBXlsTZGjdrZDuCNBukBl-U55IJS3HhokwIpZeDnY2MxK1STA6ELC6Rvpwy6WXJhuZZgAYHv9rpVLw27s9CTLfByZ8lgoCW6", + "descriptions": [ + { + "value": "Crafted by KalinAcer", + "color": "7ea9d1" + }, + { + "value": "With these on, you can pretend you're winning." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=628&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12008539258089081740", + "name": "Inspect in Game..." + } + ], + "name": "The Virtual Reality Headset", + "name_color": "7D6D00", + "type": "Level 10 Headset", + "market_name": "The Virtual Reality Headset", + "market_hash_name": "The Virtual Reality Headset", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12008539258089081740", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "22997362", + "instanceid": "79804445", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuTQLwtwdBjcTqHs2ACfIHnpRm5MZUjTU8wFQoY-XkYTMzJl3BUaIHXfRtpVjpUSI3uJBlDYO08ulXZ0yx45zlRcm7", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuTQLwtwdBjcTqHs2ACfIHnpRm5MZUjTU8wFQoY-XkYTMzJl3BUaIHXfRtpVjpUSI3uJBlDYO08ulXZ0yx45zlRcm7", + "descriptions": [ + { + "value": "Jingle all the way", + "color": "d83636" + }, + { + "value": "Slay-bells will be ringing in the slow-roasted ears of your burn victims." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=651&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14007510118768365821", + "name": "Inspect in Game..." + } + ], + "name": "The Jingle Belt", + "name_color": "7D6D00", + "type": "Level 34 Bells", + "market_name": "The Jingle Belt", + "market_hash_name": "The Jingle Belt", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14007510118768365821", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "73653587", + "instanceid": "73822265", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYg7xsDlNg8nZAfOeD-VOndthtcJTjGY-yFQqNbKzMzIzdFyXUKYKX6NqpAy0CyNrv5NhAYW39PUWJ1vlzoocaA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYg7xsDlNg8nZAfOeD-VOndthtcJTjGY-yFQqNbKzMzIzdFyXUKYKX6NqpAy0CyNrv5NhAYW39PUWJ1vlzoocaA", + "descriptions": [ + { + "value": "Roast this steel ushanka in the fire and place it on your head for sustained warmth throughout the day. Make sure to come up with an impressive sounding fake anecdote for your third degree burns!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=840&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D17160483520811644940", + "name": "Inspect in Game..." + } + ], + "name": "The U-clank-a", + "name_color": "7D6D00", + "type": "Level 87 Hat", + "market_name": "The U-clank-a", + "market_hash_name": "The U-clank-a", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D17160483520811644940", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "188034", + "instanceid": "4933486439", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYgvurTZEjdrZAfOeD-VOyo8wscgC3DdtwwUjNeLgM2Y_JgfHBKIIXvZj9Qy-XCIwsJJlDYbhrvUWJ1sYPyGwOQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYgvurTZEjdrZAfOeD-VOyo8wscgC3DdtwwUjNeLgM2Y_JgfHBKIIXvZj9Qy-XCIwsJJlDYbhrvUWJ1sYPyGwOQ", + "descriptions": [ + { + "value": "Crafted by Jelly", + "color": "7ea9d1" + }, + { + "value": "Clears all sorts of blockage." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=253&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D5216554057983580489", + "name": "Inspect in Game..." + } + ], + "name": "Handyman's Handle", + "name_color": "7D6D00", + "type": "Level 17 Hat", + "market_name": "Handyman's Handle", + "market_hash_name": "Handyman's Handle", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D5216554057983580489", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "70976275", + "instanceid": "5221776671", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgZWBfvhzxGhcfZAfOeD-VOzdxktcQGjjRtwgIoNufjZjU3IwfAVPRbWqRo8Qq9WnRi7p83DNKwpvUWJ1v87DDDeQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgZWBfvhzxGhcfZAfOeD-VOzdxktcQGjjRtwgIoNufjZjU3IwfAVPRbWqRo8Qq9WnRi7p83DNKwpvUWJ1v87DDDeQ", + "descriptions": [ + { + "value": "Crafted by kisliy 0_0", + "color": "7ea9d1" + }, + { + "value": "Style: Crash", + "color": "756b5e" + }, + { + "value": "Ask any daredevil what they strap onto their heads before getting shot out of a cannon and the answer will be the same: a glassy, unfocused stare from years of head trauma. Head trauma that could have been prevented with this sharp-looking crash helmet." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=817&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D13871098756924663367", + "name": "Inspect in Game..." + } + ], + "name": "The Human Cannonball", + "name_color": "7D6D00", + "type": "Level 85 Helmet", + "market_name": "The Human Cannonball", + "market_hash_name": "The Human Cannonball", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D13871098756924663367", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "8913913", + "instanceid": "4904566492", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuWBXlsTZGjdrZDuCNBukBl-U55IJS3HhokwIpZeDnY2MxK1STA6ELC6Rvpwy6WXJhuZZgAYHv9rpVLw27s9CTLfByZ8lgoCW6", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuWBXlsTZGjdrZDuCNBukBl-U55IJS3HhokwIpZeDnY2MxK1STA6ELC6Rvpwy6WXJhuZZgAYHv9rpVLw27s9CTLfByZ8lgoCW6", + "descriptions": [ + { + "value": "Crafted by Dr.Moon g4skins", + "color": "7ea9d1" + }, + { + "value": "With these on, you can pretend you're winning." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=628&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12549295842939441066", + "name": "Inspect in Game..." + } + ], + "name": "The Virtual Reality Headset", + "name_color": "7D6D00", + "type": "Level 10 Headset", + "market_name": "The Virtual Reality Headset", + "market_hash_name": "The Virtual Reality Headset", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12549295842939441066", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "73658545", + "instanceid": "73678745", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJbRMFWAn7hz9RjcbnCfezBOESnN97sclU32BuxVR5bOG3ZW43cVbEWfANWKVo9V_uWnUzsJJmDdbmo79QLxKv6tVOXke8CA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJbRMFWAn7hz9RjcbnCfezBOESnN97sclU32BuxVR5bOG3ZW43cVbEWfANWKVo9V_uWnUzsJJmDdbmo79QLxKv6tVOXke8CA", + "descriptions": [ + { + "value": "For the first time in history, batteries are included with your purchase of Demo's battery Bandolier. Because, well, you're purchasing batteries. We should have said, for the first time in history [except for all those times you bought batteries]." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=845&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16208082185676029189", + "name": "Inspect in Game..." + } + ], + "name": "The Battery Bandolier", + "name_color": "7D6D00", + "type": "Level 80 Decorative Bombs", + "market_name": "The Battery Bandolier", + "market_hash_name": "The Battery Bandolier", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16208082185676029189", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "343390679", + "instanceid": "13531344", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbggJD0uz7AdXms3oDvqJGvM_j9Ul9ZVH5jpqgwZ-erS3ZG4-KleTWfFbWadioVDtWCU07cMzVtGzo-xefF3q5YvPNrkvZt5SX56H3GrO0ew", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbggJD0uz7AdXms3oDvqJGvM_j9Ul9ZVH5jpqgwZ-erS3ZG4-KleTWfFbWadioVDtWCU07cMzVtGzo-xefF3q5YvPNrkvZt5SX56H3GrO0ew", + "descriptions": [ + { + "value": "Style: Style 1", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30336&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D10060315187085233674", + "name": "Inspect in Game..." + } + ], + "name": "The Trencher's Topper", + "name_color": "7D6D00", + "type": "Level 21 Helmet", + "market_name": "The Trencher's Topper", + "market_hash_name": "The Trencher's Topper", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D10060315187085233674", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "37876584", + "instanceid": "11041920", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEOdQIBVRT2twdPidrhCLzcCrFYz99nt8FRgGY5lFYoMrDmMWM0dAeSV_RYX6NppV66DXVg7J9hGse48PZCQTJo", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEOdQIBVRT2twdPidrhCLzcCrFYz99nt8FRgGY5lFYoMrDmMWM0dAeSV_RYX6NppV66DXVg7J9hGse48PZCQTJo", + "descriptions": [ + { + "value": "Be honest, lads. Ye cannae even tell, can ye?" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=709&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14150495127747077387", + "name": "Inspect in Game..." + } + ], + "name": "The Snapped Pupil", + "name_color": "7D6D00", + "type": "Level 35 Photograph", + "market_name": "The Snapped Pupil", + "market_hash_name": "The Snapped Pupil", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14150495127747077387", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "8913913", + "instanceid": "1400534506", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuWBXlsTZGjdrZDuCNBukBl-U55IJS3HhokwIpZeDnY2MxK1STA6ELC6Rvpwy6WXJhuZZgAYHv9rpVLw27s9CTLfByZ8lgoCW6", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuWBXlsTZGjdrZDuCNBukBl-U55IJS3HhokwIpZeDnY2MxK1STA6ELC6Rvpwy6WXJhuZZgAYHv9rpVLw27s9CTLfByZ8lgoCW6", + "descriptions": [ + { + "value": "Crafted by VERDINHO", + "color": "7ea9d1" + }, + { + "value": "With these on, you can pretend you're winning." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=628&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12115363031300679658", + "name": "Inspect in Game..." + } + ], + "name": "The Virtual Reality Headset", + "name_color": "7D6D00", + "type": "Level 10 Headset", + "market_name": "The Virtual Reality Headset", + "market_hash_name": "The Virtual Reality Headset", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12115363031300679658", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "201324372", + "instanceid": "4951136064", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfe1UuXhPnvSxCgPf0AvCJN-wBid0wq8UCgGFpwAB4MLW3ZW5hc1HDA_laXfM-olC9XCRmvJQ0DIS3oulfcA7x9NyRAa5uG3I", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfe1UuXhPnvSxCgPf0AvCJN-wBid0wq8UCgGFpwAB4MLW3ZW5hc1HDA_laXfM-olC9XCRmvJQ0DIS3oulfcA7x9NyRAa5uG3I", + "descriptions": [ + { + "value": "Crafted by Maxese", + "color": "7ea9d1" + }, + { + "value": "This cheetah-print skirt intimidates on the battlefield while allowing for freedom of movement. Let's be honest, it doesn't do a bad job of showing off those man-curves either." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30060&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7347947216255766988", + "name": "Inspect in Game..." + } + ], + "name": "The Cheet Sheet", + "name_color": "7D6D00", + "type": "Level 90 Apparel", + "market_name": "The Cheet Sheet", + "market_hash_name": "The Cheet Sheet", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7347947216255766988", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + } + ] + }, + { + "appid": 440, + "classid": "8995820", + "instanceid": "0", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuVRT2vDdEt8TnH_WJRrEDmIox5sMC3Gc9klB6ZuazYGA_JweVUPENWfZtpVDtWiMzvJ8zBoH457UBXPVo4HI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuVRT2vDdEt8TnH_WJRrEDmIox5sMC3Gc9klB6ZuazYGA_JweVUPENWfZtpVDtWiMzvJ8zBoH457UBXPVo4HI", + "descriptions": [ + { + "value": "There's been a terrible explosion at the hot dog factory! That's what you can tell people, and they'll believe you because you will look like an expert on hot dogs." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=614&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12163180629694410074", + "name": "Inspect in Game..." + } + ], + "name": "The Hot Dogger", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "The Hot Dogger", + "market_hash_name": "The Hot Dogger", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12163180629694410074", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "37876584", + "instanceid": "5498595969", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEOdQIBVRT2twdPidrhCLzcCrFYz99nt8FRgGY5lFYoMrDmMWM0dAeSV_RYX6NppV66DXVg7J9hGse48PZCQTJo", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEOdQIBVRT2twdPidrhCLzcCrFYz99nt8FRgGY5lFYoMrDmMWM0dAeSV_RYX6NppV66DXVg7J9hGse48PZCQTJo", + "descriptions": [ + { + "value": "Crafted by mosQito", + "color": "7ea9d1" + }, + { + "value": "Be honest, lads. Ye cannae even tell, can ye?" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=709&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7692331216084698373", + "name": "Inspect in Game..." + } + ], + "name": "The Snapped Pupil", + "name_color": "7D6D00", + "type": "Level 85 Photograph", + "market_name": "The Snapped Pupil", + "market_hash_name": "The Snapped Pupil", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7692331216084698373", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "70976275", + "instanceid": "11040888", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgZWBfvhzxGhcfZAfOeD-VOzdxktcQGjjRtwgIoNufjZjU3IwfAVPRbWqRo8Qq9WnRi7p83DNKwpvUWJ1v87DDDeQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgZWBfvhzxGhcfZAfOeD-VOzdxktcQGjjRtwgIoNufjZjU3IwfAVPRbWqRo8Qq9WnRi7p83DNKwpvUWJ1v87DDDeQ", + "descriptions": [ + { + "value": "Style: Crash", + "color": "756b5e" + }, + { + "value": "Ask any daredevil what they strap onto their heads before getting shot out of a cannon and the answer will be the same: a glassy, unfocused stare from years of head trauma. Head trauma that could have been prevented with this sharp-looking crash helmet." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=817&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7839124955296925191", + "name": "Inspect in Game..." + } + ], + "name": "The Human Cannonball", + "name_color": "7D6D00", + "type": "Level 37 Helmet", + "market_name": "The Human Cannonball", + "market_hash_name": "The Human Cannonball", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7839124955296925191", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "73658545", + "instanceid": "73816734", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJbRMFWAn7hz9RjcbnCfezBOESnN97sclU32BuxVR5bOG3ZW43cVbEWfANWKVo9V_uWnUzsJJmDdbmo79QLxKv6tVOXke8CA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJbRMFWAn7hz9RjcbnCfezBOESnN97sclU32BuxVR5bOG3ZW43cVbEWfANWKVo9V_uWnUzsJJmDdbmo79QLxKv6tVOXke8CA", + "descriptions": [ + { + "value": "For the first time in history, batteries are included with your purchase of Demo's battery Bandolier. Because, well, you're purchasing batteries. We should have said, for the first time in history [except for all those times you bought batteries]." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=845&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7097926395634169099", + "name": "Inspect in Game..." + } + ], + "name": "The Battery Bandolier", + "name_color": "7D6D00", + "type": "Level 22 Decorative Bombs", + "market_name": "The Battery Bandolier", + "market_hash_name": "The Battery Bandolier", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7097926395634169099", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "188034", + "instanceid": "11040771", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYgvurTZEjdrZAfOeD-VOyo8wscgC3DdtwwUjNeLgM2Y_JgfHBKIIXvZj9Qy-XCIwsJJlDYbhrvUWJ1sYPyGwOQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYgvurTZEjdrZAfOeD-VOyo8wscgC3DdtwwUjNeLgM2Y_JgfHBKIIXvZj9Qy-XCIwsJJlDYbhrvUWJ1sYPyGwOQ", + "descriptions": [ + { + "value": "Clears all sorts of blockage." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=253&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D9406557554881687951", + "name": "Inspect in Game..." + } + ], + "name": "Handyman's Handle", + "name_color": "7D6D00", + "type": "Level 17 Hat", + "market_name": "Handyman's Handle", + "market_hash_name": "Handyman's Handle", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D9406557554881687951", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "76951", + "instanceid": "5471658735", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "descriptions": [ + { + "value": "Crafted by Mashup Gargantuar", + "color": "7ea9d1" + }, + { + "value": "After a long day of burning scouts." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=248&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D2804724721089886724", + "name": "Inspect in Game..." + } + ], + "name": "Napper's Respite", + "name_color": "7D6D00", + "type": "Level 19 Hat", + "market_name": "Napper's Respite", + "market_hash_name": "Napper's Respite", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D2804724721089886724", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "201329591", + "instanceid": "5431393002", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfe1UuXhPnvSxCgPfuCPOIN-wBid0wq8EM22VqwlUqZuHsYGAzI1PEWaYHDPRjoVHqD3Ng6cY1A4Tnpr9QfQXx9NyRnUIVKwE", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfe1UuXhPnvSxCgPfuCPOIN-wBid0wq8EM22VqwlUqZuHsYGAzI1PEWaYHDPRjoVHqD3Ng6cY1A4Tnpr9QfQXx9NyRnUIVKwE", + "descriptions": [ + { + "value": "Crafted by PashOK", + "color": "7ea9d1" + }, + { + "value": "This ceremonial headdress tells your enemies that you have the heart of a lion, the strength of a bear, the speed of a cheetah, and the rotting head of a cheetah." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30059&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7751202304091918481", + "name": "Inspect in Game..." + } + ], + "name": "The Beastly Bonnet", + "name_color": "7D6D00", + "type": "Level 61 Hat", + "market_name": "The Beastly Bonnet", + "market_hash_name": "The Beastly Bonnet", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7751202304091918481", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + } + ] + }, + { + "appid": 440, + "classid": "76951", + "instanceid": "5518095444", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "descriptions": [ + { + "value": "Crafted by sauce", + "color": "7ea9d1" + }, + { + "value": "After a long day of burning scouts." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=248&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D10234648727830378126", + "name": "Inspect in Game..." + } + ], + "name": "Napper's Respite", + "name_color": "7D6D00", + "type": "Level 47 Hat", + "market_name": "Napper's Respite", + "market_hash_name": "Napper's Respite", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D10234648727830378126", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "73658545", + "instanceid": "73854420", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJbRMFWAn7hz9RjcbnCfezBOESnN97sclU32BuxVR5bOG3ZW43cVbEWfANWKVo9V_uWnUzsJJmDdbmo79QLxKv6tVOXke8CA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJbRMFWAn7hz9RjcbnCfezBOESnN97sclU32BuxVR5bOG3ZW43cVbEWfANWKVo9V_uWnUzsJJmDdbmo79QLxKv6tVOXke8CA", + "descriptions": [ + { + "value": "For the first time in history, batteries are included with your purchase of Demo's battery Bandolier. Because, well, you're purchasing batteries. We should have said, for the first time in history [except for all those times you bought batteries]." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=845&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D9710995115574964579", + "name": "Inspect in Game..." + } + ], + "name": "The Battery Bandolier", + "name_color": "7D6D00", + "type": "Level 85 Decorative Bombs", + "market_name": "The Battery Bandolier", + "market_hash_name": "The Battery Bandolier", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D9710995115574964579", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "76951", + "instanceid": "11040686", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "descriptions": [ + { + "value": "After a long day of burning scouts." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=248&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D5057158517754761444", + "name": "Inspect in Game..." + } + ], + "name": "Napper's Respite", + "name_color": "7D6D00", + "type": "Level 56 Hat", + "market_name": "Napper's Respite", + "market_hash_name": "Napper's Respite", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D5057158517754761444", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "70976275", + "instanceid": "5474765339", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgZWBfvhzxGhcfZAfOeD-VOzdxktcQGjjRtwgIoNufjZjU3IwfAVPRbWqRo8Qq9WnRi7p83DNKwpvUWJ1v87DDDeQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgZWBfvhzxGhcfZAfOeD-VOzdxktcQGjjRtwgIoNufjZjU3IwfAVPRbWqRo8Qq9WnRi7p83DNKwpvUWJ1v87DDDeQ", + "descriptions": [ + { + "value": "Crafted by Beastmode", + "color": "7ea9d1" + }, + { + "value": "Style: Crash", + "color": "756b5e" + }, + { + "value": "Ask any daredevil what they strap onto their heads before getting shot out of a cannon and the answer will be the same: a glassy, unfocused stare from years of head trauma. Head trauma that could have been prevented with this sharp-looking crash helmet." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=817&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14324347737659613807", + "name": "Inspect in Game..." + } + ], + "name": "The Human Cannonball", + "name_color": "7D6D00", + "type": "Level 57 Helmet", + "market_name": "The Human Cannonball", + "market_hash_name": "The Human Cannonball", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14324347737659613807", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "8995820", + "instanceid": "11040545", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuVRT2vDdEt8TnH_WJRrEDmIox5sMC3Gc9klB6ZuazYGA_JweVUPENWfZtpVDtWiMzvJ8zBoH457UBXPVo4HI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuVRT2vDdEt8TnH_WJRrEDmIox5sMC3Gc9klB6ZuazYGA_JweVUPENWfZtpVDtWiMzvJ8zBoH457UBXPVo4HI", + "descriptions": [ + { + "value": "There's been a terrible explosion at the hot dog factory! That's what you can tell people, and they'll believe you because you will look like an expert on hot dogs." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=614&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16169231350157181950", + "name": "Inspect in Game..." + } + ], + "name": "The Hot Dogger", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "The Hot Dogger", + "market_hash_name": "The Hot Dogger", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16169231350157181950", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "76951", + "instanceid": "11040572", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "descriptions": [ + { + "value": "After a long day of burning scouts." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=248&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14708912842033985132", + "name": "Inspect in Game..." + } + ], + "name": "Napper's Respite", + "name_color": "7D6D00", + "type": "Level 90 Hat", + "market_name": "Napper's Respite", + "market_hash_name": "Napper's Respite", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14708912842033985132", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "32914110", + "instanceid": "3950510342", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEPZg4fUyTuuTVTt8TnH_WJRuFZmY5t5JRXjmU7lFd_NrKxZ2QzJV3HVaJbDPdupg7oXyVkuJQ2UY_457UBac0RORQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEPZg4fUyTuuTVTt8TnH_WJRuFZmY5t5JRXjmU7lFd_NrKxZ2QzJV3HVaJbDPdupg7oXyVkuJQ2UY_457UBac0RORQ", + "descriptions": [ + { + "value": "Crafted by Andr\u00E1s", + "color": "7ea9d1" + }, + { + "value": "Originally owned by some punk kid in Syria, this Arabian wish-granter is a lamp full of liquid courage. Simply rub, think liquory thoughts, and pour. Warning: don't think about anything else while rubbing, or you might not get booze." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=708&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12026416901890256294", + "name": "Inspect in Game..." + } + ], + "name": "Aladdin's Private Reserve", + "name_color": "7D6D00", + "type": "Level 9 Mystical Lamp", + "market_name": "Aladdin's Private Reserve", + "market_hash_name": "Aladdin's Private Reserve", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12026416901890256294", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "104109", + "instanceid": "11041032", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "descriptions": [ + { + "value": "You wouldn't mind if I read this top secret document with my beard, would you?" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=103&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16295750433536477595", + "name": "Inspect in Game..." + } + ], + "name": "Camera Beard", + "name_color": "7D6D00", + "type": "Level 28 Facial Hair", + "market_name": "Camera Beard", + "market_hash_name": "Camera Beard", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16295750433536477595", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "104109", + "instanceid": "11042387", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "descriptions": [ + { + "value": "You wouldn't mind if I read this top secret document with my beard, would you?" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=103&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12168950669171902775", + "name": "Inspect in Game..." + } + ], + "name": "Camera Beard", + "name_color": "7D6D00", + "type": "Level 21 Facial Hair", + "market_name": "Camera Beard", + "market_hash_name": "Camera Beard", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12168950669171902775", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "104109", + "instanceid": "5490960771", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "descriptions": [ + { + "value": "Crafted by capes", + "color": "7ea9d1" + }, + { + "value": "You wouldn't mind if I read this top secret document with my beard, would you?" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=103&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7234512195123833751", + "name": "Inspect in Game..." + } + ], + "name": "Camera Beard", + "name_color": "7D6D00", + "type": "Level 75 Facial Hair", + "market_name": "Camera Beard", + "market_hash_name": "Camera Beard", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7234512195123833751", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "104109", + "instanceid": "11040888", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "descriptions": [ + { + "value": "You wouldn't mind if I read this top secret document with my beard, would you?" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=103&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7126526460242731485", + "name": "Inspect in Game..." + } + ], + "name": "Camera Beard", + "name_color": "7D6D00", + "type": "Level 37 Facial Hair", + "market_name": "Camera Beard", + "market_hash_name": "Camera Beard", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7126526460242731485", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "104109", + "instanceid": "2044159589", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "descriptions": [ + { + "value": "Crafted by MonsterAgent", + "color": "7ea9d1" + }, + { + "value": "You wouldn't mind if I read this top secret document with my beard, would you?" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=103&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D13999512974295433535", + "name": "Inspect in Game..." + } + ], + "name": "Camera Beard", + "name_color": "7D6D00", + "type": "Level 78 Facial Hair", + "market_name": "Camera Beard", + "market_hash_name": "Camera Beard", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D13999512974295433535", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "104109", + "instanceid": "11040570", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "descriptions": [ + { + "value": "You wouldn't mind if I read this top secret document with my beard, would you?" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=103&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D13882419296037670389", + "name": "Inspect in Game..." + } + ], + "name": "Camera Beard", + "name_color": "7D6D00", + "type": "Level 72 Facial Hair", + "market_name": "Camera Beard", + "market_hash_name": "Camera Beard", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D13882419296037670389", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "180555", + "instanceid": "4365074901", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJeQQaWA_dtDlRj82oVPeJUbRTyohkssUGjDBox1IsNrKxaWc1JFWQWPYHDKFsow2_WyVlv4lzWtBtJvRLsg", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJeQQaWA_dtDlRj82oVPeJUbRTyohkssUGjDBox1IsNrKxaWc1JFWQWPYHDKFsow2_WyVlv4lzWtBtJvRLsg", + "descriptions": [ + { + "value": "Crafted by edentt", + "color": "7ea9d1" + }, + { + "value": "Zombie tested, braaaains approved." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=434&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D11738780361677334622", + "name": "Inspect in Game..." + } + ], + "name": "Brain Bucket", + "name_color": "7D6D00", + "type": "Level 68 Hat", + "market_name": "Brain Bucket", + "market_hash_name": "Brain Bucket", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D11738780361677334622", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + } + ] + }, + { + "appid": 440, + "classid": "101869728", + "instanceid": "11042010", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "descriptions": [ + { + "value": "After a long day of burning scouts." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=248&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D2930979416581591178", + "name": "Inspect in Game..." + } + ], + "name": "Napper's Respite", + "name_color": "7D6D00", + "type": "Level 87 Hat", + "market_name": "Napper's Respite", + "market_hash_name": "Napper's Respite", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D2930979416581591178", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "76951", + "instanceid": "11046434", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "descriptions": [ + { + "value": "After a long day of burning scouts." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=248&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D13882494071719796290", + "name": "Inspect in Game..." + } + ], + "name": "Napper's Respite", + "name_color": "7D6D00", + "type": "Level 5 Hat", + "market_name": "Napper's Respite", + "market_hash_name": "Napper's Respite", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D13882494071719796290", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "73658545", + "instanceid": "73805344", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJbRMFWAn7hz9RjcbnCfezBOESnN97sclU32BuxVR5bOG3ZW43cVbEWfANWKVo9V_uWnUzsJJmDdbmo79QLxKv6tVOXke8CA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJbRMFWAn7hz9RjcbnCfezBOESnN97sclU32BuxVR5bOG3ZW43cVbEWfANWKVo9V_uWnUzsJJmDdbmo79QLxKv6tVOXke8CA", + "descriptions": [ + { + "value": "For the first time in history, batteries are included with your purchase of Demo's battery Bandolier. Because, well, you're purchasing batteries. We should have said, for the first time in history [except for all those times you bought batteries]." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=845&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D5667862163467967363", + "name": "Inspect in Game..." + } + ], + "name": "The Battery Bandolier", + "name_color": "7D6D00", + "type": "Level 48 Decorative Bombs", + "market_name": "The Battery Bandolier", + "market_hash_name": "The Battery Bandolier", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D5667862163467967363", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "73653587", + "instanceid": "73648972", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYg7xsDlNg8nZAfOeD-VOndthtcJTjGY-yFQqNbKzMzIzdFyXUKYKX6NqpAy0CyNrv5NhAYW39PUWJ1vlzoocaA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYg7xsDlNg8nZAfOeD-VOndthtcJTjGY-yFQqNbKzMzIzdFyXUKYKX6NqpAy0CyNrv5NhAYW39PUWJ1vlzoocaA", + "descriptions": [ + { + "value": "Roast this steel ushanka in the fire and place it on your head for sustained warmth throughout the day. Make sure to come up with an impressive sounding fake anecdote for your third degree burns!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=840&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12406933461185755814", + "name": "Inspect in Game..." + } + ], + "name": "The U-clank-a", + "name_color": "7D6D00", + "type": "Level 81 Hat", + "market_name": "The U-clank-a", + "market_hash_name": "The U-clank-a", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12406933461185755814", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "37876584", + "instanceid": "11042697", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEOdQIBVRT2twdPidrhCLzcCrFYz99nt8FRgGY5lFYoMrDmMWM0dAeSV_RYX6NppV66DXVg7J9hGse48PZCQTJo", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEOdQIBVRT2twdPidrhCLzcCrFYz99nt8FRgGY5lFYoMrDmMWM0dAeSV_RYX6NppV66DXVg7J9hGse48PZCQTJo", + "descriptions": [ + { + "value": "Be honest, lads. Ye cannae even tell, can ye?" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=709&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D9657551992306143211", + "name": "Inspect in Game..." + } + ], + "name": "The Snapped Pupil", + "name_color": "7D6D00", + "type": "Level 65 Photograph", + "market_name": "The Snapped Pupil", + "market_hash_name": "The Snapped Pupil", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D9657551992306143211", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "201324372", + "instanceid": "5499944482", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfe1UuXhPnvSxCgPf0AvCJN-wBid0wq8UCgGFpwAB4MLW3ZW5hc1HDA_laXfM-olC9XCRmvJQ0DIS3oulfcA7x9NyRAa5uG3I", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfe1UuXhPnvSxCgPf0AvCJN-wBid0wq8UCgGFpwAB4MLW3ZW5hc1HDA_laXfM-olC9XCRmvJQ0DIS3oulfcA7x9NyRAa5uG3I", + "descriptions": [ + { + "value": "Crafted by NO.2 white boy", + "color": "7ea9d1" + }, + { + "value": "This cheetah-print skirt intimidates on the battlefield while allowing for freedom of movement. Let's be honest, it doesn't do a bad job of showing off those man-curves either." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30060&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D4833399255802483466", + "name": "Inspect in Game..." + } + ], + "name": "The Cheet Sheet", + "name_color": "7D6D00", + "type": "Level 98 Apparel", + "market_name": "The Cheet Sheet", + "market_hash_name": "The Cheet Sheet", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D4833399255802483466", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + } + ] + }, + { + "appid": 440, + "classid": "73653587", + "instanceid": "73958002", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYg7xsDlNg8nZAfOeD-VOndthtcJTjGY-yFQqNbKzMzIzdFyXUKYKX6NqpAy0CyNrv5NhAYW39PUWJ1vlzoocaA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYg7xsDlNg8nZAfOeD-VOndthtcJTjGY-yFQqNbKzMzIzdFyXUKYKX6NqpAy0CyNrv5NhAYW39PUWJ1vlzoocaA", + "descriptions": [ + { + "value": "Roast this steel ushanka in the fire and place it on your head for sustained warmth throughout the day. Make sure to come up with an impressive sounding fake anecdote for your third degree burns!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=840&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7845842416302216800", + "name": "Inspect in Game..." + } + ], + "name": "The U-clank-a", + "name_color": "7D6D00", + "type": "Level 16 Hat", + "market_name": "The U-clank-a", + "market_hash_name": "The U-clank-a", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7845842416302216800", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "73658545", + "instanceid": "73672791", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJbRMFWAn7hz9RjcbnCfezBOESnN97sclU32BuxVR5bOG3ZW43cVbEWfANWKVo9V_uWnUzsJJmDdbmo79QLxKv6tVOXke8CA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJbRMFWAn7hz9RjcbnCfezBOESnN97sclU32BuxVR5bOG3ZW43cVbEWfANWKVo9V_uWnUzsJJmDdbmo79QLxKv6tVOXke8CA", + "descriptions": [ + { + "value": "For the first time in history, batteries are included with your purchase of Demo's battery Bandolier. Because, well, you're purchasing batteries. We should have said, for the first time in history [except for all those times you bought batteries]." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=845&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D3174489063510162339", + "name": "Inspect in Game..." + } + ], + "name": "The Battery Bandolier", + "name_color": "7D6D00", + "type": "Level 6 Decorative Bombs", + "market_name": "The Battery Bandolier", + "market_hash_name": "The Battery Bandolier", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D3174489063510162339", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "170965507", + "instanceid": "5526954584", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEBeQtADiT2sDFRm9zZHOeJBuMInsgK6ZFH3jMlxAd4YeXkMW43JFbGUKQKWKNs8QzvCnBmscNiBtGyoutQKwnrsNHOYq5sbo-YC1M7Lg", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEBeQtADiT2sDFRm9zZHOeJBuMInsgK6ZFH3jMlxAd4YeXkMW43JFbGUKQKWKNs8QzvCnBmscNiBtGyoutQKwnrsNHOYq5sbo-YC1M7Lg", + "descriptions": [ + { + "value": "Crafted by ddsd", + "color": "7ea9d1" + }, + { + "value": "\"When I'm hungry, I eat. When I'm thirsty, I drink. And when a man needs killin', I oblige him.\"" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30087&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12056428190330038259", + "name": "Inspect in Game..." + } + ], + "name": "The Dry Gulch Gulp", + "name_color": "7D6D00", + "type": "Level 8 Refreshment", + "market_name": "The Dry Gulch Gulp", + "market_hash_name": "The Dry Gulch Gulp", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12056428190330038259", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "170965507", + "instanceid": "5521599626", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEBeQtADiT2sDFRm9zZHOeJBuMInsgK6ZFH3jMlxAd4YeXkMW43JFbGUKQKWKNs8QzvCnBmscNiBtGyoutQKwnrsNHOYq5sbo-YC1M7Lg", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEBeQtADiT2sDFRm9zZHOeJBuMInsgK6ZFH3jMlxAd4YeXkMW43JFbGUKQKWKNs8QzvCnBmscNiBtGyoutQKwnrsNHOYq5sbo-YC1M7Lg", + "descriptions": [ + { + "value": "Crafted by Nezerone69", + "color": "7ea9d1" + }, + { + "value": "\"When I'm hungry, I eat. When I'm thirsty, I drink. And when a man needs killin', I oblige him.\"" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30087&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D114746689467844063", + "name": "Inspect in Game..." + } + ], + "name": "The Dry Gulch Gulp", + "name_color": "7D6D00", + "type": "Level 50 Refreshment", + "market_name": "The Dry Gulch Gulp", + "market_hash_name": "The Dry Gulch Gulp", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D114746689467844063", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "70976275", + "instanceid": "13533756", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgZWBfvhzxGhcfZAfOeD-VOzdxktcQGjjRtwgIoNufjZjU3IwfAVPRbWqRo8Qq9WnRi7p83DNKwpvUWJ1v87DDDeQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgZWBfvhzxGhcfZAfOeD-VOzdxktcQGjjRtwgIoNufjZjU3IwfAVPRbWqRo8Qq9WnRi7p83DNKwpvUWJ1v87DDDeQ", + "descriptions": [ + { + "value": "Style: Crash", + "color": "756b5e" + }, + { + "value": "Ask any daredevil what they strap onto their heads before getting shot out of a cannon and the answer will be the same: a glassy, unfocused stare from years of head trauma. Head trauma that could have been prevented with this sharp-looking crash helmet." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=817&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D481329026369414375", + "name": "Inspect in Game..." + } + ], + "name": "The Human Cannonball", + "name_color": "7D6D00", + "type": "Level 92 Helmet", + "market_name": "The Human Cannonball", + "market_hash_name": "The Human Cannonball", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D481329026369414375", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "70976275", + "instanceid": "13534153", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgZWBfvhzxGhcfZAfOeD-VOzdxktcQGjjRtwgIoNufjZjU3IwfAVPRbWqRo8Qq9WnRi7p83DNKwpvUWJ1v87DDDeQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgZWBfvhzxGhcfZAfOeD-VOzdxktcQGjjRtwgIoNufjZjU3IwfAVPRbWqRo8Qq9WnRi7p83DNKwpvUWJ1v87DDDeQ", + "descriptions": [ + { + "value": "Style: Crash", + "color": "756b5e" + }, + { + "value": "Ask any daredevil what they strap onto their heads before getting shot out of a cannon and the answer will be the same: a glassy, unfocused stare from years of head trauma. Head trauma that could have been prevented with this sharp-looking crash helmet." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=817&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D11596354236909830689", + "name": "Inspect in Game..." + } + ], + "name": "The Human Cannonball", + "name_color": "7D6D00", + "type": "Level 36 Helmet", + "market_name": "The Human Cannonball", + "market_hash_name": "The Human Cannonball", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D11596354236909830689", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "70976275", + "instanceid": "5335158614", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgZWBfvhzxGhcfZAfOeD-VOzdxktcQGjjRtwgIoNufjZjU3IwfAVPRbWqRo8Qq9WnRi7p83DNKwpvUWJ1v87DDDeQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgZWBfvhzxGhcfZAfOeD-VOzdxktcQGjjRtwgIoNufjZjU3IwfAVPRbWqRo8Qq9WnRi7p83DNKwpvUWJ1v87DDDeQ", + "descriptions": [ + { + "value": "Crafted by SEREXZZZ", + "color": "7ea9d1" + }, + { + "value": "Style: Crash", + "color": "756b5e" + }, + { + "value": "Ask any daredevil what they strap onto their heads before getting shot out of a cannon and the answer will be the same: a glassy, unfocused stare from years of head trauma. Head trauma that could have been prevented with this sharp-looking crash helmet." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=817&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D20880524381726415", + "name": "Inspect in Game..." + } + ], + "name": "The Human Cannonball", + "name_color": "7D6D00", + "type": "Level 91 Helmet", + "market_name": "The Human Cannonball", + "market_hash_name": "The Human Cannonball", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D20880524381726415", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "73658545", + "instanceid": "73658069", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJbRMFWAn7hz9RjcbnCfezBOESnN97sclU32BuxVR5bOG3ZW43cVbEWfANWKVo9V_uWnUzsJJmDdbmo79QLxKv6tVOXke8CA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJbRMFWAn7hz9RjcbnCfezBOESnN97sclU32BuxVR5bOG3ZW43cVbEWfANWKVo9V_uWnUzsJJmDdbmo79QLxKv6tVOXke8CA", + "descriptions": [ + { + "value": "For the first time in history, batteries are included with your purchase of Demo's battery Bandolier. Because, well, you're purchasing batteries. We should have said, for the first time in history [except for all those times you bought batteries]." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=845&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D1019619280788675459", + "name": "Inspect in Game..." + } + ], + "name": "The Battery Bandolier", + "name_color": "7D6D00", + "type": "Level 66 Decorative Bombs", + "market_name": "The Battery Bandolier", + "market_hash_name": "The Battery Bandolier", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D1019619280788675459", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "188034", + "instanceid": "5486545974", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYgvurTZEjdrZAfOeD-VOyo8wscgC3DdtwwUjNeLgM2Y_JgfHBKIIXvZj9Qy-XCIwsJJlDYbhrvUWJ1sYPyGwOQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYgvurTZEjdrZAfOeD-VOyo8wscgC3DdtwwUjNeLgM2Y_JgfHBKIIXvZj9Qy-XCIwsJJlDYbhrvUWJ1sYPyGwOQ", + "descriptions": [ + { + "value": "Crafted by Black Mesa (Source 2)", + "color": "7ea9d1" + }, + { + "value": "Clears all sorts of blockage." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=253&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D2774294904710592391", + "name": "Inspect in Game..." + } + ], + "name": "Handyman's Handle", + "name_color": "7D6D00", + "type": "Level 76 Hat", + "market_name": "Handyman's Handle", + "market_hash_name": "Handyman's Handle", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D2774294904710592391", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "76951", + "instanceid": "11042310", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "descriptions": [ + { + "value": "After a long day of burning scouts." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=248&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7268849554873635042", + "name": "Inspect in Game..." + } + ], + "name": "Napper's Respite", + "name_color": "7D6D00", + "type": "Level 53 Hat", + "market_name": "Napper's Respite", + "market_hash_name": "Napper's Respite", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7268849554873635042", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "76951", + "instanceid": "19211075", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeLfQYFp1nqWSMU5OD2N5bwHMLmShXOjLx2Sk5MbUqMcbBnQz4ruyeU2Tuejj7LSTYEldtIu8Pdz-M4GKt7L7GRWnPFeotQQFQKKIMpmRPOM3YNkY_hdYK-mfuzhR8HRQrIsEIYAG8lI9gI0w", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeLfQYFp1nqWSMU5OD2N5bwHMLmShXOjLx2Sk5MbUqMcbBnQz4ruyeU2Tuejj7LSTYEldtIu8Pdz-M4GKt7L7GRWnPFeotQQFQKKIMpmRPOM3YNkY_hdYK-mfuzhR8HRQrIsEIYAG8lI9gI0w", + "descriptions": [ + { + "value": "Paint Color: A Deep Commitment to Purple", + "color": "756b5e" + }, + { + "value": "After a long day of burning scouts." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=248&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12601320712401523278", + "name": "Inspect in Game..." + } + ], + "name": "Napper's Respite", + "name_color": "7D6D00", + "type": "Level 87 Hat", + "market_name": "Napper's Respite", + "market_hash_name": "Napper's Respite", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12601320712401523278", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "201324372", + "instanceid": "4944634297", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfe1UuXhPnvSxCgPf0AvCJN-wBid0wq8UCgGFpwAB4MLW3ZW5hc1HDA_laXfM-olC9XCRmvJQ0DIS3oulfcA7x9NyRAa5uG3I", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfe1UuXhPnvSxCgPf0AvCJN-wBid0wq8UCgGFpwAB4MLW3ZW5hc1HDA_laXfM-olC9XCRmvJQ0DIS3oulfcA7x9NyRAa5uG3I", + "descriptions": [ + { + "value": "Crafted by Butta", + "color": "7ea9d1" + }, + { + "value": "This cheetah-print skirt intimidates on the battlefield while allowing for freedom of movement. Let's be honest, it doesn't do a bad job of showing off those man-curves either." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30060&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D3436756594153004300", + "name": "Inspect in Game..." + } + ], + "name": "The Cheet Sheet", + "name_color": "7D6D00", + "type": "Level 71 Apparel", + "market_name": "The Cheet Sheet", + "market_hash_name": "The Cheet Sheet", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D3436756594153004300", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + } + ] + }, + { + "appid": 440, + "classid": "76951", + "instanceid": "11040582", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "descriptions": [ + { + "value": "After a long day of burning scouts." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=248&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7504941630694693930", + "name": "Inspect in Game..." + } + ], + "name": "Napper's Respite", + "name_color": "7D6D00", + "type": "Level 80 Hat", + "market_name": "Napper's Respite", + "market_hash_name": "Napper's Respite", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7504941630694693930", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "9231673", + "instanceid": "5534822501", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "descriptions": [ + { + "value": "When used, this Action Item gives a random gift\nto a random person on the server!" + }, + { + "value": " " + }, + { + "value": "This is a limited use item. Uses: 1", + "color": "00a000" + }, + { + "value": "\nTradable After: Tuesday, October 3, 2023 (7:00:00) GMT", + "color": "d83636" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=233&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Secret Saxton", + "name_color": "7D6D00", + "type": "Level 1 Gift", + "market_name": "Secret Saxton", + "market_hash_name": "Secret Saxton", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 1, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "TF_Gift", + "localized_category_name": "Type", + "localized_tag_name": "Gift" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "76951", + "instanceid": "11041704", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "descriptions": [ + { + "value": "After a long day of burning scouts." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=248&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D2660091091400488544", + "name": "Inspect in Game..." + } + ], + "name": "Napper's Respite", + "name_color": "7D6D00", + "type": "Level 33 Hat", + "market_name": "Napper's Respite", + "market_hash_name": "Napper's Respite", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D2660091091400488544", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "76951", + "instanceid": "5393889424", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "descriptions": [ + { + "value": "Crafted by Total Drama", + "color": "7ea9d1" + }, + { + "value": "After a long day of burning scouts." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=248&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7552220209719368270", + "name": "Inspect in Game..." + } + ], + "name": "Napper's Respite", + "name_color": "7D6D00", + "type": "Level 73 Hat", + "market_name": "Napper's Respite", + "market_hash_name": "Napper's Respite", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7552220209719368270", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "310201", + "instanceid": "11041116", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEIYxcuVR7utT1Xt8TnH_WJRuJWnoxn5sdU2DBul1YtMeG3ZTRhdFeXWPcLC607pl3pUXVq7ZE6B4L457UBWQBpW2A", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEIYxcuVR7utT1Xt8TnH_WJRuJWnoxn5sdU2DBul1YtMeG3ZTRhdFeXWPcLC607pl3pUXVq7ZE6B4L457UBWQBpW2A", + "descriptions": [ + { + "value": "Style: Peacekeeper", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=478&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7262879101404306266", + "name": "Inspect in Game..." + } + ], + "name": "Copper's Hard Top", + "name_color": "7D6D00", + "type": "Level 14 Helmet", + "market_name": "Copper's Hard Top", + "market_hash_name": "Copper's Hard Top", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7262879101404306266", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "111574", + "instanceid": "5330677178", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uWR72vTtXgd7jMvyDAfI_l9sn4pUbiWA7wAQpYeG3YzNkJwDGUPEGCvFjrV24WH9r658yDYPvru5TLFq94JyGbecJOPy8mg", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uWR72vTtXgd7jMvyDAfI_l9sn4pUbiWA7wAQpYeG3YzNkJwDGUPEGCvFjrV24WH9r658yDYPvru5TLFq94JyGbecJOPy8mg", + "descriptions": [ + { + "value": "Crafted by real markiplier", + "color": "7ea9d1" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=319&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D10098449887903955931", + "name": "Inspect in Game..." + } + ], + "name": "D\u00E9tective Noir", + "name_color": "7D6D00", + "type": "Level 53 Hat", + "market_name": "D\u00E9tective Noir", + "market_hash_name": "D\u00E9tective Noir", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D10098449887903955931", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "20060259", + "instanceid": "5342460901", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJYxAFVB7dtDlRj82oX6ONWLQBz4Jj5MUGjWcyw1h4ZLPkYzY_dAKbV6RcX_Rtowu4XHMwvIlzWtCgKmKX4g", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJYxAFVB7dtDlRj82oX6ONWLQBz4Jj5MUGjWcyw1h4ZLPkYzY_dAKbV6RcX_Rtowu4XHMwvIlzWtCgKmKX4g", + "descriptions": [ + { + "value": "Crafted by 420", + "color": "7ea9d1" + }, + { + "value": "" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=639&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7362941587144703287", + "name": "Inspect in Game..." + } + ], + "name": "Dr. Whoa", + "name_color": "7D6D00", + "type": "Level 15 Shirt", + "market_name": "Dr. Whoa", + "market_hash_name": "Dr. Whoa", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7362941587144703287", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "20060259", + "instanceid": "11040545", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJYxAFVB7dtDlRj82oX6ONWLQBz4Jj5MUGjWcyw1h4ZLPkYzY_dAKbV6RcX_Rtowu4XHMwvIlzWtCgKmKX4g", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJYxAFVB7dtDlRj82oX6ONWLQBz4Jj5MUGjWcyw1h4ZLPkYzY_dAKbV6RcX_Rtowu4XHMwvIlzWtCgKmKX4g", + "descriptions": [ + { + "value": "" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=639&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D5054737331650781117", + "name": "Inspect in Game..." + } + ], + "name": "Dr. Whoa", + "name_color": "7D6D00", + "type": "Level 15 Shirt", + "market_name": "Dr. Whoa", + "market_hash_name": "Dr. Whoa", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D5054737331650781117", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "13047086", + "instanceid": "4594973992", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbwgESSTvvTxChMTvAvyzBOESnN9758BTimFpklB-ZOG0Z2A1d1CXBPdYWvc5p1jqCiNqvpEzBNW08-lTehKv6tXneVP1wA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbwgESSTvvTxChMTvAvyzBOESnN9758BTimFpklB-ZOG0Z2A1d1CXBPdYWvc5p1jqCiNqvpEzBNW08-lTehKv6tXneVP1wA", + "descriptions": [ + { + "value": "Crafted by zenstars", + "color": "7ea9d1" + }, + { + "value": "One wolf, no moon. Collect all three!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=454&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D3370498922539012092", + "name": "Inspect in Game..." + } + ], + "name": "Sign of the Wolf's School", + "name_color": "7D6D00", + "type": "Level 20 Medallion", + "market_name": "Sign of the Wolf's School", + "market_hash_name": "Sign of the Wolf's School", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D3370498922539012092", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + } + ] + }, + { + "appid": 440, + "classid": "111574", + "instanceid": "11044225", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uWR72vTtXgd7jMvyDAfI_l9sn4pUbiWA7wAQpYeG3YzNkJwDGUPEGCvFjrV24WH9r658yDYPvru5TLFq94JyGbecJOPy8mg", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uWR72vTtXgd7jMvyDAfI_l9sn4pUbiWA7wAQpYeG3YzNkJwDGUPEGCvFjrV24WH9r658yDYPvru5TLFq94JyGbecJOPy8mg", + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=319&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D2326184573655267259", + "name": "Inspect in Game..." + } + ], + "name": "D\u00E9tective Noir", + "name_color": "7D6D00", + "type": "Level 96 Hat", + "market_name": "D\u00E9tective Noir", + "market_hash_name": "D\u00E9tective Noir", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D2326184573655267259", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "111574", + "instanceid": "11046419", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uWR72vTtXgd7jMvyDAfI_l9sn4pUbiWA7wAQpYeG3YzNkJwDGUPEGCvFjrV24WH9r658yDYPvru5TLFq94JyGbecJOPy8mg", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uWR72vTtXgd7jMvyDAfI_l9sn4pUbiWA7wAQpYeG3YzNkJwDGUPEGCvFjrV24WH9r658yDYPvru5TLFq94JyGbecJOPy8mg", + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=319&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16144996673370445687", + "name": "Inspect in Game..." + } + ], + "name": "D\u00E9tective Noir", + "name_color": "7D6D00", + "type": "Level 56 Hat", + "market_name": "D\u00E9tective Noir", + "market_hash_name": "D\u00E9tective Noir", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16144996673370445687", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "20060259", + "instanceid": "0", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJYxAFVB7dtDlRj82oX6ONWLQBz4Jj5MUGjWcyw1h4ZLPkYzY_dAKbV6RcX_Rtowu4XHMwvIlzWtCgKmKX4g", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJYxAFVB7dtDlRj82oX6ONWLQBz4Jj5MUGjWcyw1h4ZLPkYzY_dAKbV6RcX_Rtowu4XHMwvIlzWtCgKmKX4g", + "descriptions": [ + { + "value": "" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=639&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12016921512595370839", + "name": "Inspect in Game..." + } + ], + "name": "Dr. Whoa", + "name_color": "7D6D00", + "type": "Level 15 Shirt", + "market_name": "Dr. Whoa", + "market_hash_name": "Dr. Whoa", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12016921512595370839", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "211447724", + "instanceid": "11041135", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENbQsdD0uz6wdFgdrjMvCFGuQ_l9sn4pUbj2Q_x1ErN7TtZmFiK1CaA_FYBa1vrVi7CyJrvJA3Vo61pelVfgvvvJyGbecFAMzb0A", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENbQsdD0uz6wdFgdrjMvCFGuQ_l9sn4pUbj2Q_x1ErN7TtZmFiK1CaA_FYBa1vrVi7CyJrvJA3Vo61pelVfgvvvJyGbecFAMzb0A", + "descriptions": [ + { + "value": "Designed specifically for hotshot pilots, this mask only distributes oxygen if you're doing a cool barrel roll into the Danger Zone." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30163&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12086330508544927283", + "name": "Inspect in Game..." + } + ], + "name": "The Air Raider", + "name_color": "7D6D00", + "type": "Level 58 Hat", + "market_name": "The Air Raider", + "market_hash_name": "The Air Raider", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12086330508544927283", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "211447724", + "instanceid": "5208566760", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENbQsdD0uz6wdFgdrjMvCFGuQ_l9sn4pUbj2Q_x1ErN7TtZmFiK1CaA_FYBa1vrVi7CyJrvJA3Vo61pelVfgvvvJyGbecFAMzb0A", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENbQsdD0uz6wdFgdrjMvCFGuQ_l9sn4pUbj2Q_x1ErN7TtZmFiK1CaA_FYBa1vrVi7CyJrvJA3Vo61pelVfgvvvJyGbecFAMzb0A", + "descriptions": [ + { + "value": "Crafted by tajfun92", + "color": "7ea9d1" + }, + { + "value": "Designed specifically for hotshot pilots, this mask only distributes oxygen if you're doing a cool barrel roll into the Danger Zone." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30163&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D4697643403715519701", + "name": "Inspect in Game..." + } + ], + "name": "The Air Raider", + "name_color": "7D6D00", + "type": "Level 99 Hat", + "market_name": "The Air Raider", + "market_hash_name": "The Air Raider", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D4697643403715519701", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "780611895", + "instanceid": "13557221", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbeQoBVhLshzRChtzjH_yzDe4HktQw4IJq1Td5lgQ1Z7DnZGQ0dADEVPILCaFiol-_W3Q07MVhB4Tgpr4FK1rv5YrPN7R-YcYMQZcNG6UP1A", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbeQoBVhLshzRChtzjH_yzDe4HktQw4IJq1Td5lgQ1Z7DnZGQ0dADEVPILCaFiol-_W3Q07MVhB4Tgpr4FK1rv5YrPN7R-YcYMQZcNG6UP1A", + "descriptions": [ + { + "value": "Since time immemorial man has had two dreams: the dream of flying, and the dream of tricking people into thinking your ass is haunted. Airplanes took care of the easy dream. This miracle ass lantern tackles the other." + }, + { + "value": " " + }, + { + "value": "( Not Usable in Crafting )" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=869&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D10252073155213402443", + "name": "Inspect in Game..." + } + ], + "name": "The Rump-o'-Lantern", + "name_color": "7D6D00", + "type": "Level 97 Lantern", + "market_name": "The Rump-o'-Lantern", + "market_hash_name": "The Rump-o'-Lantern", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D10252073155213402443", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "170965507", + "instanceid": "11040563", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEBeQtADiT2sDFRm9zZHOeJBuMInsgK6ZFH3jMlxAd4YeXkMW43JFbGUKQKWKNs8QzvCnBmscNiBtGyoutQKwnrsNHOYq5sbo-YC1M7Lg", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEBeQtADiT2sDFRm9zZHOeJBuMInsgK6ZFH3jMlxAd4YeXkMW43JFbGUKQKWKNs8QzvCnBmscNiBtGyoutQKwnrsNHOYq5sbo-YC1M7Lg", + "descriptions": [ + { + "value": "\"When I'm hungry, I eat. When I'm thirsty, I drink. And when a man needs killin', I oblige him.\"" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30087&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D10167973067566762779", + "name": "Inspect in Game..." + } + ], + "name": "The Dry Gulch Gulp", + "name_color": "7D6D00", + "type": "Level 49 Refreshment", + "market_name": "The Dry Gulch Gulp", + "market_hash_name": "The Dry Gulch Gulp", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D10167973067566762779", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "104109", + "instanceid": "5267798607", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "descriptions": [ + { + "value": "Crafted by vileCreature", + "color": "7ea9d1" + }, + { + "value": "You wouldn't mind if I read this top secret document with my beard, would you?" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=103&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D17216179458235362259", + "name": "Inspect in Game..." + } + ], + "name": "Camera Beard", + "name_color": "7D6D00", + "type": "Level 67 Facial Hair", + "market_name": "Camera Beard", + "market_hash_name": "Camera Beard", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D17216179458235362259", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "9231673", + "instanceid": "5535931045", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "descriptions": [ + { + "value": "When used, this Action Item gives a random gift\nto a random person on the server!" + }, + { + "value": "\nGift from: Jlad", + "color": "7ea9d1" + }, + { + "value": "Date Received: Tuesday, December 6, 2022 (12:44:25) GMT" + }, + { + "value": " " + }, + { + "value": "This is a limited use item. Uses: 1", + "color": "00a000" + }, + { + "value": "\nTradable After: Tuesday, October 3, 2023 (7:00:00) GMT", + "color": "d83636" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=233&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Secret Saxton", + "name_color": "7D6D00", + "type": "Level 1 Gift", + "market_name": "Secret Saxton", + "market_hash_name": "Secret Saxton", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 1, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "TF_Gift", + "localized_category_name": "Type", + "localized_tag_name": "Gift" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "9231673", + "instanceid": "5536133014", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "descriptions": [ + { + "value": "When used, this Action Item gives a random gift\nto a random person on the server!" + }, + { + "value": " " + }, + { + "value": "This is a limited use item. Uses: 1", + "color": "00a000" + }, + { + "value": "\nTradable After: Wednesday, October 4, 2023 (7:00:00) GMT", + "color": "d83636" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=233&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Secret Saxton", + "name_color": "7D6D00", + "type": "Level 1 Gift", + "market_name": "Secret Saxton", + "market_hash_name": "Secret Saxton", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 1, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "TF_Gift", + "localized_category_name": "Type", + "localized_tag_name": "Gift" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "9231673", + "instanceid": "5536205829", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "descriptions": [ + { + "value": "When used, this Action Item gives a random gift\nto a random person on the server!" + }, + { + "value": "\nGift from: Wooper is my favorite pokemon", + "color": "7ea9d1" + }, + { + "value": "Date Received: Wednesday, May 6, 2020 (3:09:27) GMT" + }, + { + "value": " " + }, + { + "value": "This is a limited use item. Uses: 1", + "color": "00a000" + }, + { + "value": "\nTradable After: Wednesday, October 4, 2023 (7:00:00) GMT", + "color": "d83636" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=233&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Secret Saxton", + "name_color": "7D6D00", + "type": "Level 1 Gift", + "market_name": "Secret Saxton", + "market_hash_name": "Secret Saxton", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 1, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "TF_Gift", + "localized_category_name": "Type", + "localized_tag_name": "Gift" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "9231673", + "instanceid": "5536039375", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "descriptions": [ + { + "value": "When used, this Action Item gives a random gift\nto a random person on the server!" + }, + { + "value": "\nGift from: Hopeless", + "color": "7ea9d1" + }, + { + "value": "Date Received: Saturday, February 25, 2023 (4:59:56) GMT" + }, + { + "value": " " + }, + { + "value": "This is a limited use item. Uses: 1", + "color": "00a000" + }, + { + "value": "\nTradable After: Tuesday, October 3, 2023 (7:00:00) GMT", + "color": "d83636" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=233&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Secret Saxton", + "name_color": "7D6D00", + "type": "Level 1 Gift", + "market_name": "Secret Saxton", + "market_hash_name": "Secret Saxton", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 1, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "TF_Gift", + "localized_category_name": "Type", + "localized_tag_name": "Gift" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "104109", + "instanceid": "11040770", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "descriptions": [ + { + "value": "You wouldn't mind if I read this top secret document with my beard, would you?" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=103&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14883847572228279223", + "name": "Inspect in Game..." + } + ], + "name": "Camera Beard", + "name_color": "7D6D00", + "type": "Level 87 Facial Hair", + "market_name": "Camera Beard", + "market_hash_name": "Camera Beard", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14883847572228279223", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "101999848", + "instanceid": "11040578", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuVR7jriF8m8noCeSFC-gTmtww2pxUyzFu31Z9bLvgMjVjdFeWUaFdWaNuoA25XH9isJY6B4Xi9esFeQrnsIOSMrMycIYbxg-RAWw", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuVR7jriF8m8noCeSFC-gTmtww2pxUyzFu31Z9bLvgMjVjdFeWUaFdWaNuoA25XH9isJY6B4Xi9esFeQrnsIOSMrMycIYbxg-RAWw", + "descriptions": [ + { + "value": "Keep sandvich safe with sandvich safe. Okay, is good, no more description. Buy." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=643&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D5345322587638131955", + "name": "Inspect in Game..." + } + ], + "name": "The Sandvich Safe", + "name_color": "7D6D00", + "type": "Level 15 Lunchbox", + "market_name": "The Sandvich Safe", + "market_hash_name": "The Sandvich Safe", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D5345322587638131955", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "161007834", + "instanceid": "5506939527", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTde_ROEs5nqWSMU5OD2N0NwCUPyihXOjLx2Sk5MbUqMcbBnQz4ruyeU2b-bjvBIiDXD2F6HO8CfDuIvlz5tK_DFybAQOF6EloBfKJSpGZBNMCIO0E50o4NqD3skxUuRkApcJ1DJ17tn3ZGf60rz-o7cuoR", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTde_ROEs5nqWSMU5OD2N0NwCUPyihXOjLx2Sk5MbUqMcbBnQz4ruyeU2b-bjvBIiDXD2F6HO8CfDuIvlz5tK_DFybAQOF6EloBfKJSpGZBNMCIO0E50o4NqD3skxUuRkApcJ1DJ17tn3ZGf60rz-o7cuoR", + "descriptions": [ + { + "value": "Crafted by Pardexo", + "color": "7ea9d1" + }, + { + "value": "Paint Color: Zepheniah's Greed", + "color": "756b5e" + }, + { + "value": "The smooth lines of this versatile number will be instantly vaguely familiar to anyone who's ever seen a train conductor, been arrested in France, or fought in the U.S. Civil War." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30067&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D3168227093457742907", + "name": "Inspect in Game..." + } + ], + "name": "The Well-Rounded Rifleman", + "name_color": "7D6D00", + "type": "Level 3 Hat", + "market_name": "The Well-Rounded Rifleman", + "market_hash_name": "The Well-Rounded Rifleman", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D3168227093457742907", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "70976275", + "instanceid": "5445102808", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgZWBfvhzxGhcfZAfOeD-VOzdxktcQGjjRtwgIoNufjZjU3IwfAVPRbWqRo8Qq9WnRi7p83DNKwpvUWJ1v87DDDeQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgZWBfvhzxGhcfZAfOeD-VOzdxktcQGjjRtwgIoNufjZjU3IwfAVPRbWqRo8Qq9WnRi7p83DNKwpvUWJ1v87DDDeQ", + "descriptions": [ + { + "value": "Crafted by gamechair", + "color": "7ea9d1" + }, + { + "value": "Style: Crash", + "color": "756b5e" + }, + { + "value": "Ask any daredevil what they strap onto their heads before getting shot out of a cannon and the answer will be the same: a glassy, unfocused stare from years of head trauma. Head trauma that could have been prevented with this sharp-looking crash helmet." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=817&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14478732490311843951", + "name": "Inspect in Game..." + } + ], + "name": "The Human Cannonball", + "name_color": "7D6D00", + "type": "Level 93 Helmet", + "market_name": "The Human Cannonball", + "market_hash_name": "The Human Cannonball", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14478732490311843951", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "23001566", + "instanceid": "0", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuVR7jriF8m8noCeSFC-gTmtww2pxUyzFu31Z9bLvgMjVjdFeWUaFdWaNuoA25XH9isJY6B4Xi9esFeQrnsIOSMrMycIYbxg-RAWw", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuVR7jriF8m8noCeSFC-gTmtww2pxUyzFu31Z9bLvgMjVjdFeWUaFdWaNuoA25XH9isJY6B4Xi9esFeQrnsIOSMrMycIYbxg-RAWw", + "descriptions": [ + { + "value": "Keep sandvich safe with sandvich safe. Okay, is good, no more description. Buy." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=643&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14880710055420151025", + "name": "Inspect in Game..." + } + ], + "name": "The Sandvich Safe", + "name_color": "7D6D00", + "type": "Level 15 Lunchbox", + "market_name": "The Sandvich Safe", + "market_hash_name": "The Sandvich Safe", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14880710055420151025", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "310201", + "instanceid": "5456327924", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEIYxcuVR7utT1Xt8TnH_WJRuJWnoxn5sdU2DBul1YtMeG3ZTRhdFeXWPcLC607pl3pUXVq7ZE6B4L457UBWQBpW2A", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEIYxcuVR7utT1Xt8TnH_WJRuJWnoxn5sdU2DBul1YtMeG3ZTRhdFeXWPcLC607pl3pUXVq7ZE6B4L457UBWQBpW2A", + "descriptions": [ + { + "value": "Crafted by hacks", + "color": "7ea9d1" + }, + { + "value": "Style: Peacekeeper", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=478&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16295293283526507922", + "name": "Inspect in Game..." + } + ], + "name": "Copper's Hard Top", + "name_color": "7D6D00", + "type": "Level 23 Helmet", + "market_name": "Copper's Hard Top", + "market_hash_name": "Copper's Hard Top", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16295293283526507922", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "111574", + "instanceid": "20199415", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU2fncQjAKjXcH0phC-YxazeAvFz5tK_DFybJR-gtFgsBL_AHpjdMaZ2IPho7gI4C_jHpzx1-RkdxJpwfJVq-zHYXf60rz38B3sAp", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU2fncQjAKjXcH0phC-YxazeAvFz5tK_DFybJR-gtFgsBL_AHpjdMaZ2IPho7gI4C_jHpzx1-RkdxJpwfJVq-zHYXf60rz38B3sAp", + "descriptions": [ + { + "value": "Paint Color: Ye Olde Rustic Colour", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=319&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D9674346402953297233", + "name": "Inspect in Game..." + } + ], + "name": "D\u00E9tective Noir", + "name_color": "7D6D00", + "type": "Level 17 Hat", + "market_name": "D\u00E9tective Noir", + "market_hash_name": "D\u00E9tective Noir", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D9674346402953297233", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "104109", + "instanceid": "5521378990", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "descriptions": [ + { + "value": "Crafted by HenryS", + "color": "7ea9d1" + }, + { + "value": "You wouldn't mind if I read this top secret document with my beard, would you?" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=103&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D9377876382143914771", + "name": "Inspect in Game..." + } + ], + "name": "Camera Beard", + "name_color": "7D6D00", + "type": "Level 83 Facial Hair", + "market_name": "Camera Beard", + "market_hash_name": "Camera Beard", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D9377876382143914771", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "310201", + "instanceid": "11041575", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEIYxcuVR7utT1Xt8TnH_WJRuJWnoxn5sdU2DBul1YtMeG3ZTRhdFeXWPcLC607pl3pUXVq7ZE6B4L457UBWQBpW2A", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEIYxcuVR7utT1Xt8TnH_WJRuJWnoxn5sdU2DBul1YtMeG3ZTRhdFeXWPcLC607pl3pUXVq7ZE6B4L457UBWQBpW2A", + "descriptions": [ + { + "value": "Style: Peacekeeper", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=478&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D3360433433876602258", + "name": "Inspect in Game..." + } + ], + "name": "Copper's Hard Top", + "name_color": "7D6D00", + "type": "Level 20 Helmet", + "market_name": "Copper's Hard Top", + "market_hash_name": "Copper's Hard Top", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D3360433433876602258", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "101816950", + "instanceid": "11040945", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uWR72vTtXgd7jMvyDAfI_l9sn4pUbiWA7wAQpYeG3YzNkJwDGUPEGCvFjrV24WH9r658yDYPvru5TLFq94JyGbecJOPy8mg", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uWR72vTtXgd7jMvyDAfI_l9sn4pUbiWA7wAQpYeG3YzNkJwDGUPEGCvFjrV24WH9r658yDYPvru5TLFq94JyGbecJOPy8mg", + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=319&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16864503735975910809", + "name": "Inspect in Game..." + } + ], + "name": "D\u00E9tective Noir", + "name_color": "7D6D00", + "type": "Level 91 Hat", + "market_name": "D\u00E9tective Noir", + "market_hash_name": "D\u00E9tective Noir", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16864503735975910809", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "13047086", + "instanceid": "39142924", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbwgESSTvvTxChMTvAvyzBOESnN9758BTimFpklB-ZOG0Z2A1d1CXBPdYWvc5p1jqCiNqvpEzBNW08-lTehKv6tXneVP1wA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbwgESSTvvTxChMTvAvyzBOESnN9758BTimFpklB-ZOG0Z2A1d1CXBPdYWvc5p1jqCiNqvpEzBNW08-lTehKv6tXneVP1wA", + "descriptions": [ + { + "value": "One wolf, no moon. Collect all three!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=454&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D9289462362709707574", + "name": "Inspect in Game..." + } + ], + "name": "Sign of the Wolf's School", + "name_color": "7D6D00", + "type": "Level 20 Medallion", + "market_name": "Sign of the Wolf's School", + "market_hash_name": "Sign of the Wolf's School", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D9289462362709707574", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + } + ] + }, + { + "appid": 440, + "classid": "111574", + "instanceid": "4875861140", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uWR72vTtXgd7jMvyDAfI_l9sn4pUbiWA7wAQpYeG3YzNkJwDGUPEGCvFjrV24WH9r658yDYPvru5TLFq94JyGbecJOPy8mg", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uWR72vTtXgd7jMvyDAfI_l9sn4pUbiWA7wAQpYeG3YzNkJwDGUPEGCvFjrV24WH9r658yDYPvru5TLFq94JyGbecJOPy8mg", + "descriptions": [ + { + "value": "Crafted by Shying", + "color": "7ea9d1" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=319&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12540946652518251903", + "name": "Inspect in Game..." + } + ], + "name": "D\u00E9tective Noir", + "name_color": "7D6D00", + "type": "Level 9 Hat", + "market_name": "D\u00E9tective Noir", + "market_hash_name": "D\u00E9tective Noir", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12540946652518251903", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "76951", + "instanceid": "11040856", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "descriptions": [ + { + "value": "After a long day of burning scouts." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=248&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D352422538931338414", + "name": "Inspect in Game..." + } + ], + "name": "Napper's Respite", + "name_color": "7D6D00", + "type": "Level 50 Hat", + "market_name": "Napper's Respite", + "market_hash_name": "Napper's Respite", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D352422538931338414", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "76951", + "instanceid": "4919205536", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "descriptions": [ + { + "value": "Crafted by b9nson", + "color": "7ea9d1" + }, + { + "value": "After a long day of burning scouts." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=248&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D6921474904244049934", + "name": "Inspect in Game..." + } + ], + "name": "Napper's Respite", + "name_color": "7D6D00", + "type": "Level 14 Hat", + "market_name": "Napper's Respite", + "market_hash_name": "Napper's Respite", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D6921474904244049934", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "76951", + "instanceid": "11042678", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "descriptions": [ + { + "value": "After a long day of burning scouts." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=248&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12565682879806509102", + "name": "Inspect in Game..." + } + ], + "name": "Napper's Respite", + "name_color": "7D6D00", + "type": "Level 33 Hat", + "market_name": "Napper's Respite", + "market_hash_name": "Napper's Respite", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12565682879806509102", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "9231673", + "instanceid": "5535018163", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "descriptions": [ + { + "value": "When used, this Action Item gives a random gift\nto a random person on the server!" + }, + { + "value": "\nGift from: Madness and badness combination", + "color": "7ea9d1" + }, + { + "value": "Date Received: Monday, December 6, 2021 (19:02:09) GMT" + }, + { + "value": " " + }, + { + "value": "This is a limited use item. Uses: 1", + "color": "00a000" + }, + { + "value": "\nTradable After: Tuesday, October 3, 2023 (7:00:00) GMT", + "color": "d83636" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=233&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Secret Saxton", + "name_color": "7D6D00", + "type": "Level 1 Gift", + "market_name": "Secret Saxton", + "market_hash_name": "Secret Saxton", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 1, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "TF_Gift", + "localized_category_name": "Type", + "localized_tag_name": "Gift" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "9231673", + "instanceid": "5534414053", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "descriptions": [ + { + "value": "When used, this Action Item gives a random gift\nto a random person on the server!" + }, + { + "value": "\nGift from: Cosmic Emu", + "color": "7ea9d1" + }, + { + "value": "Date Received: Sunday, March 12, 2023 (10:34:07) GMT" + }, + { + "value": " " + }, + { + "value": "This is a limited use item. Uses: 1", + "color": "00a000" + }, + { + "value": "\nTradable After: Monday, October 2, 2023 (7:00:00) GMT", + "color": "d83636" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=233&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Secret Saxton", + "name_color": "7D6D00", + "type": "Level 1 Gift", + "market_name": "Secret Saxton", + "market_hash_name": "Secret Saxton", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 1, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "TF_Gift", + "localized_category_name": "Type", + "localized_tag_name": "Gift" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "73653587", + "instanceid": "73809544", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYg7xsDlNg8nZAfOeD-VOndthtcJTjGY-yFQqNbKzMzIzdFyXUKYKX6NqpAy0CyNrv5NhAYW39PUWJ1vlzoocaA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYg7xsDlNg8nZAfOeD-VOndthtcJTjGY-yFQqNbKzMzIzdFyXUKYKX6NqpAy0CyNrv5NhAYW39PUWJ1vlzoocaA", + "descriptions": [ + { + "value": "Roast this steel ushanka in the fire and place it on your head for sustained warmth throughout the day. Make sure to come up with an impressive sounding fake anecdote for your third degree burns!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=840&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D497206412343816712", + "name": "Inspect in Game..." + } + ], + "name": "The U-clank-a", + "name_color": "7D6D00", + "type": "Level 14 Hat", + "market_name": "The U-clank-a", + "market_hash_name": "The U-clank-a", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D497206412343816712", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "76951", + "instanceid": "4346927911", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "descriptions": [ + { + "value": "Crafted by wickpoop", + "color": "7ea9d1" + }, + { + "value": "After a long day of burning scouts." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=248&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D354276427762880672", + "name": "Inspect in Game..." + } + ], + "name": "Napper's Respite", + "name_color": "7D6D00", + "type": "Level 38 Hat", + "market_name": "Napper's Respite", + "market_hash_name": "Napper's Respite", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D354276427762880672", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "201329591", + "instanceid": "5436562942", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfe1UuXhPnvSxCgPfuCPOIN-wBid0wq8EM22VqwlUqZuHsYGAzI1PEWaYHDPRjoVHqD3Ng6cY1A4Tnpr9QfQXx9NyRnUIVKwE", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfe1UuXhPnvSxCgPfuCPOIN-wBid0wq8EM22VqwlUqZuHsYGAzI1PEWaYHDPRjoVHqD3Ng6cY1A4Tnpr9QfQXx9NyRnUIVKwE", + "descriptions": [ + { + "value": "Crafted by DreamySpyXXX", + "color": "7ea9d1" + }, + { + "value": "This ceremonial headdress tells your enemies that you have the heart of a lion, the strength of a bear, the speed of a cheetah, and the rotting head of a cheetah." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30059&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12204620476286115349", + "name": "Inspect in Game..." + } + ], + "name": "The Beastly Bonnet", + "name_color": "7D6D00", + "type": "Level 14 Hat", + "market_name": "The Beastly Bonnet", + "market_hash_name": "The Beastly Bonnet", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12204620476286115349", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + } + ] + }, + { + "appid": 440, + "classid": "76951", + "instanceid": "4005715713", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "descriptions": [ + { + "value": "Crafted by Gold Gang Requis", + "color": "7ea9d1" + }, + { + "value": "After a long day of burning scouts." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=248&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D4792540857976049728", + "name": "Inspect in Game..." + } + ], + "name": "Napper's Respite", + "name_color": "7D6D00", + "type": "Level 28 Hat", + "market_name": "Napper's Respite", + "market_hash_name": "Napper's Respite", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D4792540857976049728", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "343390679", + "instanceid": "5240758748", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbggJD0uz7AdXms3oDvqJGvM_j9Ul9ZVH5jpqgwZ-erS3ZG4-KleTWfFbWadioVDtWCU07cMzVtGzo-xefF3q5YvPNrkvZt5SX56H3GrO0ew", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbggJD0uz7AdXms3oDvqJGvM_j9Ul9ZVH5jpqgwZ-erS3ZG4-KleTWfFbWadioVDtWCU07cMzVtGzo-xefF3q5YvPNrkvZt5SX56H3GrO0ew", + "descriptions": [ + { + "value": "Crafted by LunaGaming", + "color": "7ea9d1" + }, + { + "value": "Style: Style 1", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30336&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D2870919232640918090", + "name": "Inspect in Game..." + } + ], + "name": "The Trencher's Topper", + "name_color": "7D6D00", + "type": "Level 14 Helmet", + "market_name": "The Trencher's Topper", + "market_hash_name": "The Trencher's Topper", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D2870919232640918090", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "76951", + "instanceid": "11040565", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "descriptions": [ + { + "value": "After a long day of burning scouts." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=248&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D182587978035837132", + "name": "Inspect in Game..." + } + ], + "name": "Napper's Respite", + "name_color": "7D6D00", + "type": "Level 24 Hat", + "market_name": "Napper's Respite", + "market_hash_name": "Napper's Respite", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D182587978035837132", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "188034", + "instanceid": "4951136042", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYgvurTZEjdrZAfOeD-VOyo8wscgC3DdtwwUjNeLgM2Y_JgfHBKIIXvZj9Qy-XCIwsJJlDYbhrvUWJ1sYPyGwOQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYgvurTZEjdrZAfOeD-VOyo8wscgC3DdtwwUjNeLgM2Y_JgfHBKIIXvZj9Qy-XCIwsJJlDYbhrvUWJ1sYPyGwOQ", + "descriptions": [ + { + "value": "Crafted by Maxese", + "color": "7ea9d1" + }, + { + "value": "Clears all sorts of blockage." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=253&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14765241347777871145", + "name": "Inspect in Game..." + } + ], + "name": "Handyman's Handle", + "name_color": "7D6D00", + "type": "Level 87 Hat", + "market_name": "Handyman's Handle", + "market_hash_name": "Handyman's Handle", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14765241347777871145", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "73658545", + "instanceid": "73836873", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJbRMFWAn7hz9RjcbnCfezBOESnN97sclU32BuxVR5bOG3ZW43cVbEWfANWKVo9V_uWnUzsJJmDdbmo79QLxKv6tVOXke8CA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJbRMFWAn7hz9RjcbnCfezBOESnN97sclU32BuxVR5bOG3ZW43cVbEWfANWKVo9V_uWnUzsJJmDdbmo79QLxKv6tVOXke8CA", + "descriptions": [ + { + "value": "For the first time in history, batteries are included with your purchase of Demo's battery Bandolier. Because, well, you're purchasing batteries. We should have said, for the first time in history [except for all those times you bought batteries]." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=845&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12441207693759656197", + "name": "Inspect in Game..." + } + ], + "name": "The Battery Bandolier", + "name_color": "7D6D00", + "type": "Level 71 Decorative Bombs", + "market_name": "The Battery Bandolier", + "market_hash_name": "The Battery Bandolier", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12441207693759656197", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "70976275", + "instanceid": "13533503", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgZWBfvhzxGhcfZAfOeD-VOzdxktcQGjjRtwgIoNufjZjU3IwfAVPRbWqRo8Qq9WnRi7p83DNKwpvUWJ1v87DDDeQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgZWBfvhzxGhcfZAfOeD-VOzdxktcQGjjRtwgIoNufjZjU3IwfAVPRbWqRo8Qq9WnRi7p83DNKwpvUWJ1v87DDDeQ", + "descriptions": [ + { + "value": "Style: Crash", + "color": "756b5e" + }, + { + "value": "Ask any daredevil what they strap onto their heads before getting shot out of a cannon and the answer will be the same: a glassy, unfocused stare from years of head trauma. Head trauma that could have been prevented with this sharp-looking crash helmet." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=817&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D2454116762914737839", + "name": "Inspect in Game..." + } + ], + "name": "The Human Cannonball", + "name_color": "7D6D00", + "type": "Level 7 Helmet", + "market_name": "The Human Cannonball", + "market_hash_name": "The Human Cannonball", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D2454116762914737839", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "70976275", + "instanceid": "4636369809", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgZWBfvhzxGhcfZAfOeD-VOzdxktcQGjjRtwgIoNufjZjU3IwfAVPRbWqRo8Qq9WnRi7p83DNKwpvUWJ1v87DDDeQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgZWBfvhzxGhcfZAfOeD-VOzdxktcQGjjRtwgIoNufjZjU3IwfAVPRbWqRo8Qq9WnRi7p83DNKwpvUWJ1v87DDDeQ", + "descriptions": [ + { + "value": "Crafted by Rappsure (at boot camp)", + "color": "7ea9d1" + }, + { + "value": "Style: Crash", + "color": "756b5e" + }, + { + "value": "Ask any daredevil what they strap onto their heads before getting shot out of a cannon and the answer will be the same: a glassy, unfocused stare from years of head trauma. Head trauma that could have been prevented with this sharp-looking crash helmet." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=817&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D5062686676711327405", + "name": "Inspect in Game..." + } + ], + "name": "The Human Cannonball", + "name_color": "7D6D00", + "type": "Level 15 Helmet", + "market_name": "The Human Cannonball", + "market_hash_name": "The Human Cannonball", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D5062686676711327405", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "73653587", + "instanceid": "73672800", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYg7xsDlNg8nZAfOeD-VOndthtcJTjGY-yFQqNbKzMzIzdFyXUKYKX6NqpAy0CyNrv5NhAYW39PUWJ1vlzoocaA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYg7xsDlNg8nZAfOeD-VOndthtcJTjGY-yFQqNbKzMzIzdFyXUKYKX6NqpAy0CyNrv5NhAYW39PUWJ1vlzoocaA", + "descriptions": [ + { + "value": "Roast this steel ushanka in the fire and place it on your head for sustained warmth throughout the day. Make sure to come up with an impressive sounding fake anecdote for your third degree burns!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=840&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12450323058372312234", + "name": "Inspect in Game..." + } + ], + "name": "The U-clank-a", + "name_color": "7D6D00", + "type": "Level 76 Hat", + "market_name": "The U-clank-a", + "market_hash_name": "The U-clank-a", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12450323058372312234", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "170965507", + "instanceid": "11042686", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEBeQtADiT2sDFRm9zZHOeJBuMInsgK6ZFH3jMlxAd4YeXkMW43JFbGUKQKWKNs8QzvCnBmscNiBtGyoutQKwnrsNHOYq5sbo-YC1M7Lg", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEBeQtADiT2sDFRm9zZHOeJBuMInsgK6ZFH3jMlxAd4YeXkMW43JFbGUKQKWKNs8QzvCnBmscNiBtGyoutQKwnrsNHOYq5sbo-YC1M7Lg", + "descriptions": [ + { + "value": "\"When I'm hungry, I eat. When I'm thirsty, I drink. And when a man needs killin', I oblige him.\"" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30087&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D2701352107019232189", + "name": "Inspect in Game..." + } + ], + "name": "The Dry Gulch Gulp", + "name_color": "7D6D00", + "type": "Level 44 Refreshment", + "market_name": "The Dry Gulch Gulp", + "market_hash_name": "The Dry Gulch Gulp", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D2701352107019232189", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "170965507", + "instanceid": "13531685", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEBeQtADiT2sDFRm9zZHOeJBuMInsgK6ZFH3jMlxAd4YeXkMW43JFbGUKQKWKNs8QzvCnBmscNiBtGyoutQKwnrsNHOYq5sbo-YC1M7Lg", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEBeQtADiT2sDFRm9zZHOeJBuMInsgK6ZFH3jMlxAd4YeXkMW43JFbGUKQKWKNs8QzvCnBmscNiBtGyoutQKwnrsNHOYq5sbo-YC1M7Lg", + "descriptions": [ + { + "value": "\"When I'm hungry, I eat. When I'm thirsty, I drink. And when a man needs killin', I oblige him.\"" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30087&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12652233611731820985", + "name": "Inspect in Game..." + } + ], + "name": "The Dry Gulch Gulp", + "name_color": "7D6D00", + "type": "Level 9 Refreshment", + "market_name": "The Dry Gulch Gulp", + "market_hash_name": "The Dry Gulch Gulp", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12652233611731820985", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "70976275", + "instanceid": "11042707", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgZWBfvhzxGhcfZAfOeD-VOzdxktcQGjjRtwgIoNufjZjU3IwfAVPRbWqRo8Qq9WnRi7p83DNKwpvUWJ1v87DDDeQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgZWBfvhzxGhcfZAfOeD-VOzdxktcQGjjRtwgIoNufjZjU3IwfAVPRbWqRo8Qq9WnRi7p83DNKwpvUWJ1v87DDDeQ", + "descriptions": [ + { + "value": "Style: Crash", + "color": "756b5e" + }, + { + "value": "Ask any daredevil what they strap onto their heads before getting shot out of a cannon and the answer will be the same: a glassy, unfocused stare from years of head trauma. Head trauma that could have been prevented with this sharp-looking crash helmet." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=817&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16744988813335169197", + "name": "Inspect in Game..." + } + ], + "name": "The Human Cannonball", + "name_color": "7D6D00", + "type": "Level 29 Helmet", + "market_name": "The Human Cannonball", + "market_hash_name": "The Human Cannonball", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16744988813335169197", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "201329591", + "instanceid": "5514288534", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfe1UuXhPnvSxCgPfuCPOIN-wBid0wq8EM22VqwlUqZuHsYGAzI1PEWaYHDPRjoVHqD3Ng6cY1A4Tnpr9QfQXx9NyRnUIVKwE", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfe1UuXhPnvSxCgPfuCPOIN-wBid0wq8EM22VqwlUqZuHsYGAzI1PEWaYHDPRjoVHqD3Ng6cY1A4Tnpr9QfQXx9NyRnUIVKwE", + "descriptions": [ + { + "value": "Crafted by White Snake", + "color": "7ea9d1" + }, + { + "value": "This ceremonial headdress tells your enemies that you have the heart of a lion, the strength of a bear, the speed of a cheetah, and the rotting head of a cheetah." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30059&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D5122603936355463421", + "name": "Inspect in Game..." + } + ], + "name": "The Beastly Bonnet", + "name_color": "7D6D00", + "type": "Level 96 Hat", + "market_name": "The Beastly Bonnet", + "market_hash_name": "The Beastly Bonnet", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D5122603936355463421", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + } + ] + }, + { + "appid": 440, + "classid": "73658545", + "instanceid": "73844420", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJbRMFWAn7hz9RjcbnCfezBOESnN97sclU32BuxVR5bOG3ZW43cVbEWfANWKVo9V_uWnUzsJJmDdbmo79QLxKv6tVOXke8CA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJbRMFWAn7hz9RjcbnCfezBOESnN97sclU32BuxVR5bOG3ZW43cVbEWfANWKVo9V_uWnUzsJJmDdbmo79QLxKv6tVOXke8CA", + "descriptions": [ + { + "value": "For the first time in history, batteries are included with your purchase of Demo's battery Bandolier. Because, well, you're purchasing batteries. We should have said, for the first time in history [except for all those times you bought batteries]." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=845&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D10136528396777035143", + "name": "Inspect in Game..." + } + ], + "name": "The Battery Bandolier", + "name_color": "7D6D00", + "type": "Level 8 Decorative Bombs", + "market_name": "The Battery Bandolier", + "market_hash_name": "The Battery Bandolier", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D10136528396777035143", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "37876584", + "instanceid": "4114423026", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEOdQIBVRT2twdPidrhCLzcCrFYz99nt8FRgGY5lFYoMrDmMWM0dAeSV_RYX6NppV66DXVg7J9hGse48PZCQTJo", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEOdQIBVRT2twdPidrhCLzcCrFYz99nt8FRgGY5lFYoMrDmMWM0dAeSV_RYX6NppV66DXVg7J9hGse48PZCQTJo", + "descriptions": [ + { + "value": "Crafted by jico", + "color": "7ea9d1" + }, + { + "value": "Be honest, lads. Ye cannae even tell, can ye?" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=709&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D3062566700882372419", + "name": "Inspect in Game..." + } + ], + "name": "The Snapped Pupil", + "name_color": "7D6D00", + "type": "Level 80 Photograph", + "market_name": "The Snapped Pupil", + "market_hash_name": "The Snapped Pupil", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D3062566700882372419", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "343390679", + "instanceid": "5262600117", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbggJD0uz7AdXms3oDvqJGvM_j9Ul9ZVH5jpqgwZ-erS3ZG4-KleTWfFbWadioVDtWCU07cMzVtGzo-xefF3q5YvPNrkvZt5SX56H3GrO0ew", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbggJD0uz7AdXms3oDvqJGvM_j9Ul9ZVH5jpqgwZ-erS3ZG4-KleTWfFbWadioVDtWCU07cMzVtGzo-xefF3q5YvPNrkvZt5SX56H3GrO0ew", + "descriptions": [ + { + "value": "Crafted by Axolotl-\u7121\u6148\u60B2", + "color": "7ea9d1" + }, + { + "value": "Style: Style 1", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30336&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14975469163356520576", + "name": "Inspect in Game..." + } + ], + "name": "The Trencher's Topper", + "name_color": "7D6D00", + "type": "Level 35 Helmet", + "market_name": "The Trencher's Topper", + "market_hash_name": "The Trencher's Topper", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14975469163356520576", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "37876584", + "instanceid": "11041863", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEOdQIBVRT2twdPidrhCLzcCrFYz99nt8FRgGY5lFYoMrDmMWM0dAeSV_RYX6NppV66DXVg7J9hGse48PZCQTJo", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEOdQIBVRT2twdPidrhCLzcCrFYz99nt8FRgGY5lFYoMrDmMWM0dAeSV_RYX6NppV66DXVg7J9hGse48PZCQTJo", + "descriptions": [ + { + "value": "Be honest, lads. Ye cannae even tell, can ye?" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=709&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D4958162836045840771", + "name": "Inspect in Game..." + } + ], + "name": "The Snapped Pupil", + "name_color": "7D6D00", + "type": "Level 10 Photograph", + "market_name": "The Snapped Pupil", + "market_hash_name": "The Snapped Pupil", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D4958162836045840771", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "180555", + "instanceid": "3501347968", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJeQQaWA_dtDlRj82oVPeJUbRTyohkssUGjDBox1IsNrKxaWc1JFWQWPYHDKFsow2_WyVlv4lzWtBtJvRLsg", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJeQQaWA_dtDlRj82oVPeJUbRTyohkssUGjDBox1IsNrKxaWc1JFWQWPYHDKFsow2_WyVlv4lzWtBtJvRLsg", + "descriptions": [ + { + "value": "Crafted by Dalma", + "color": "7ea9d1" + }, + { + "value": "Zombie tested, braaaains approved." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=434&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12109126219341848728", + "name": "Inspect in Game..." + } + ], + "name": "Brain Bucket", + "name_color": "7D6D00", + "type": "Level 86 Hat", + "market_name": "Brain Bucket", + "market_hash_name": "Brain Bucket", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12109126219341848728", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + } + ] + }, + { + "appid": 440, + "classid": "180555", + "instanceid": "5286274230", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJeQQaWA_dtDlRj82oVPeJUbRTyohkssUGjDBox1IsNrKxaWc1JFWQWPYHDKFsow2_WyVlv4lzWtBtJvRLsg", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJeQQaWA_dtDlRj82oVPeJUbRTyohkssUGjDBox1IsNrKxaWc1JFWQWPYHDKFsow2_WyVlv4lzWtBtJvRLsg", + "descriptions": [ + { + "value": "Crafted by Lynerx", + "color": "7ea9d1" + }, + { + "value": "Zombie tested, braaaains approved." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=434&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16307055428231440022", + "name": "Inspect in Game..." + } + ], + "name": "Brain Bucket", + "name_color": "7D6D00", + "type": "Level 5 Hat", + "market_name": "Brain Bucket", + "market_hash_name": "Brain Bucket", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16307055428231440022", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + } + ] + }, + { + "appid": 440, + "classid": "180555", + "instanceid": "5516744277", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJeQQaWA_dtDlRj82oVPeJUbRTyohkssUGjDBox1IsNrKxaWc1JFWQWPYHDKFsow2_WyVlv4lzWtBtJvRLsg", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJeQQaWA_dtDlRj82oVPeJUbRTyohkssUGjDBox1IsNrKxaWc1JFWQWPYHDKFsow2_WyVlv4lzWtBtJvRLsg", + "descriptions": [ + { + "value": "Zombie tested, braaaains approved." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=434&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12315728886038381116", + "name": "Inspect in Game..." + } + ], + "name": "Brain Bucket", + "name_color": "7D6D00", + "type": "Level 50 Hat", + "market_name": "Brain Bucket", + "market_hash_name": "Brain Bucket", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12315728886038381116", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + } + ] + }, + { + "appid": 440, + "classid": "32914110", + "instanceid": "5532863779", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEPZg4fUyTuuTVTt8TnH_WJRuFZmY5t5JRXjmU7lFd_NrKxZ2QzJV3HVaJbDPdupg7oXyVkuJQ2UY_457UBac0RORQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEPZg4fUyTuuTVTt8TnH_WJRuFZmY5t5JRXjmU7lFd_NrKxZ2QzJV3HVaJbDPdupg7oXyVkuJQ2UY_457UBac0RORQ", + "descriptions": [ + { + "value": "Crafted by Vifonty", + "color": "7ea9d1" + }, + { + "value": "Originally owned by some punk kid in Syria, this Arabian wish-granter is a lamp full of liquid courage. Simply rub, think liquory thoughts, and pour. Warning: don't think about anything else while rubbing, or you might not get booze." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=708&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D2516578133483456898", + "name": "Inspect in Game..." + } + ], + "name": "Aladdin's Private Reserve", + "name_color": "7D6D00", + "type": "Level 39 Mystical Lamp", + "market_name": "Aladdin's Private Reserve", + "market_hash_name": "Aladdin's Private Reserve", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D2516578133483456898", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "104109", + "instanceid": "11041039", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "descriptions": [ + { + "value": "You wouldn't mind if I read this top secret document with my beard, would you?" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=103&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D9385722490081397081", + "name": "Inspect in Game..." + } + ], + "name": "Camera Beard", + "name_color": "7D6D00", + "type": "Level 38 Facial Hair", + "market_name": "Camera Beard", + "market_hash_name": "Camera Beard", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D9385722490081397081", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "104109", + "instanceid": "11044814", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "descriptions": [ + { + "value": "You wouldn't mind if I read this top secret document with my beard, would you?" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=103&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D9655836960458182557", + "name": "Inspect in Game..." + } + ], + "name": "Camera Beard", + "name_color": "7D6D00", + "type": "Level 59 Facial Hair", + "market_name": "Camera Beard", + "market_hash_name": "Camera Beard", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D9655836960458182557", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "104109", + "instanceid": "13532813", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "descriptions": [ + { + "value": "You wouldn't mind if I read this top secret document with my beard, would you?" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=103&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D17071607715844244435", + "name": "Inspect in Game..." + } + ], + "name": "Camera Beard", + "name_color": "7D6D00", + "type": "Level 4 Facial Hair", + "market_name": "Camera Beard", + "market_hash_name": "Camera Beard", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D17071607715844244435", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "104109", + "instanceid": "11040898", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "descriptions": [ + { + "value": "You wouldn't mind if I read this top secret document with my beard, would you?" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=103&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D639617570596237213", + "name": "Inspect in Game..." + } + ], + "name": "Camera Beard", + "name_color": "7D6D00", + "type": "Level 70 Facial Hair", + "market_name": "Camera Beard", + "market_hash_name": "Camera Beard", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D639617570596237213", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "104109", + "instanceid": "11044905", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "descriptions": [ + { + "value": "You wouldn't mind if I read this top secret document with my beard, would you?" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=103&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7686064179936899029", + "name": "Inspect in Game..." + } + ], + "name": "Camera Beard", + "name_color": "7D6D00", + "type": "Level 27 Facial Hair", + "market_name": "Camera Beard", + "market_hash_name": "Camera Beard", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7686064179936899029", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "104109", + "instanceid": "11042678", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYfB4uXhrvvSpCt8rjDOCIN-wBid0wq5YA3GYzwlR5Y7uxMW4-cVLGWKMNDKNv9V69CnFkvMNmV4Lh87kFfQ3x9NyREm4-MBI", + "descriptions": [ + { + "value": "You wouldn't mind if I read this top secret document with my beard, would you?" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=103&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D11880575266603427325", + "name": "Inspect in Game..." + } + ], + "name": "Camera Beard", + "name_color": "7D6D00", + "type": "Level 33 Facial Hair", + "market_name": "Camera Beard", + "market_hash_name": "Camera Beard", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D11880575266603427325", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + } + ] + }, + { + "appid": 440, + "classid": "343390679", + "instanceid": "5272485014", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbggJD0uz7AdXms3oDvqJGvM_j9Ul9ZVH5jpqgwZ-erS3ZG4-KleTWfFbWadioVDtWCU07cMzVtGzo-xefF3q5YvPNrkvZt5SX56H3GrO0ew", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbggJD0uz7AdXms3oDvqJGvM_j9Ul9ZVH5jpqgwZ-erS3ZG4-KleTWfFbWadioVDtWCU07cMzVtGzo-xefF3q5YvPNrkvZt5SX56H3GrO0ew", + "descriptions": [ + { + "value": "Crafted by AlexaDefineSkill", + "color": "7ea9d1" + }, + { + "value": "Style: Style 1", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30336&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14795177129654259296", + "name": "Inspect in Game..." + } + ], + "name": "The Trencher's Topper", + "name_color": "7D6D00", + "type": "Level 10 Helmet", + "market_name": "The Trencher's Topper", + "market_hash_name": "The Trencher's Topper", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14795177129654259296", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "70976275", + "instanceid": "11043493", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgZWBfvhzxGhcfZAfOeD-VOzdxktcQGjjRtwgIoNufjZjU3IwfAVPRbWqRo8Qq9WnRi7p83DNKwpvUWJ1v87DDDeQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgZWBfvhzxGhcfZAfOeD-VOzdxktcQGjjRtwgIoNufjZjU3IwfAVPRbWqRo8Qq9WnRi7p83DNKwpvUWJ1v87DDDeQ", + "descriptions": [ + { + "value": "Style: Crash", + "color": "756b5e" + }, + { + "value": "Ask any daredevil what they strap onto their heads before getting shot out of a cannon and the answer will be the same: a glassy, unfocused stare from years of head trauma. Head trauma that could have been prevented with this sharp-looking crash helmet." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=817&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D11559297758442752131", + "name": "Inspect in Game..." + } + ], + "name": "The Human Cannonball", + "name_color": "7D6D00", + "type": "Level 71 Helmet", + "market_name": "The Human Cannonball", + "market_hash_name": "The Human Cannonball", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D11559297758442752131", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "76951", + "instanceid": "5014691740", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "descriptions": [ + { + "value": "Crafted by Dr. Dunce", + "color": "7ea9d1" + }, + { + "value": "After a long day of burning scouts." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=248&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D63242450538696866", + "name": "Inspect in Game..." + } + ], + "name": "Napper's Respite", + "name_color": "7D6D00", + "type": "Level 21 Hat", + "market_name": "Napper's Respite", + "market_hash_name": "Napper's Respite", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D63242450538696866", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "76951", + "instanceid": "11040878", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "descriptions": [ + { + "value": "After a long day of burning scouts." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=248&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D454552041773543616", + "name": "Inspect in Game..." + } + ], + "name": "Napper's Respite", + "name_color": "7D6D00", + "type": "Level 54 Hat", + "market_name": "Napper's Respite", + "market_hash_name": "Napper's Respite", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D454552041773543616", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "201324372", + "instanceid": "5530785836", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfe1UuXhPnvSxCgPf0AvCJN-wBid0wq8UCgGFpwAB4MLW3ZW5hc1HDA_laXfM-olC9XCRmvJQ0DIS3oulfcA7x9NyRAa5uG3I", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfe1UuXhPnvSxCgPf0AvCJN-wBid0wq8UCgGFpwAB4MLW3ZW5hc1HDA_laXfM-olC9XCRmvJQ0DIS3oulfcA7x9NyRAa5uG3I", + "descriptions": [ + { + "value": "Crafted by kitty cat", + "color": "7ea9d1" + }, + { + "value": "This cheetah-print skirt intimidates on the battlefield while allowing for freedom of movement. Let's be honest, it doesn't do a bad job of showing off those man-curves either." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30060&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7608098365021672390", + "name": "Inspect in Game..." + } + ], + "name": "The Cheet Sheet", + "name_color": "7D6D00", + "type": "Level 73 Apparel", + "market_name": "The Cheet Sheet", + "market_hash_name": "The Cheet Sheet", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7608098365021672390", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + } + ] + }, + { + "appid": 440, + "classid": "201324372", + "instanceid": "5300834396", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfe1UuXhPnvSxCgPf0AvCJN-wBid0wq8UCgGFpwAB4MLW3ZW5hc1HDA_laXfM-olC9XCRmvJQ0DIS3oulfcA7x9NyRAa5uG3I", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfe1UuXhPnvSxCgPf0AvCJN-wBid0wq8UCgGFpwAB4MLW3ZW5hc1HDA_laXfM-olC9XCRmvJQ0DIS3oulfcA7x9NyRAa5uG3I", + "descriptions": [ + { + "value": "Crafted by dPsNite", + "color": "7ea9d1" + }, + { + "value": "This cheetah-print skirt intimidates on the battlefield while allowing for freedom of movement. Let's be honest, it doesn't do a bad job of showing off those man-curves either." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30060&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16806850446205714280", + "name": "Inspect in Game..." + } + ], + "name": "The Cheet Sheet", + "name_color": "7D6D00", + "type": "Level 59 Apparel", + "market_name": "The Cheet Sheet", + "market_hash_name": "The Cheet Sheet", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16806850446205714280", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + } + ] + }, + { + "appid": 440, + "classid": "73653587", + "instanceid": "73998632", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYg7xsDlNg8nZAfOeD-VOndthtcJTjGY-yFQqNbKzMzIzdFyXUKYKX6NqpAy0CyNrv5NhAYW39PUWJ1vlzoocaA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYg7xsDlNg8nZAfOeD-VOndthtcJTjGY-yFQqNbKzMzIzdFyXUKYKX6NqpAy0CyNrv5NhAYW39PUWJ1vlzoocaA", + "descriptions": [ + { + "value": "Roast this steel ushanka in the fire and place it on your head for sustained warmth throughout the day. Make sure to come up with an impressive sounding fake anecdote for your third degree burns!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=840&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16330841773015210722", + "name": "Inspect in Game..." + } + ], + "name": "The U-clank-a", + "name_color": "7D6D00", + "type": "Level 19 Hat", + "market_name": "The U-clank-a", + "market_hash_name": "The U-clank-a", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16330841773015210722", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "201329591", + "instanceid": "5514104263", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfe1UuXhPnvSxCgPfuCPOIN-wBid0wq8EM22VqwlUqZuHsYGAzI1PEWaYHDPRjoVHqD3Ng6cY1A4Tnpr9QfQXx9NyRnUIVKwE", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfe1UuXhPnvSxCgPfuCPOIN-wBid0wq8EM22VqwlUqZuHsYGAzI1PEWaYHDPRjoVHqD3Ng6cY1A4Tnpr9QfQXx9NyRnUIVKwE", + "descriptions": [ + { + "value": "Crafted by soup can", + "color": "7ea9d1" + }, + { + "value": "This ceremonial headdress tells your enemies that you have the heart of a lion, the strength of a bear, the speed of a cheetah, and the rotting head of a cheetah." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30059&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7201729983720591381", + "name": "Inspect in Game..." + } + ], + "name": "The Beastly Bonnet", + "name_color": "7D6D00", + "type": "Level 27 Hat", + "market_name": "The Beastly Bonnet", + "market_hash_name": "The Beastly Bonnet", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7201729983720591381", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + } + ] + }, + { + "appid": 440, + "classid": "201324372", + "instanceid": "4483201804", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfe1UuXhPnvSxCgPf0AvCJN-wBid0wq8UCgGFpwAB4MLW3ZW5hc1HDA_laXfM-olC9XCRmvJQ0DIS3oulfcA7x9NyRAa5uG3I", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfe1UuXhPnvSxCgPf0AvCJN-wBid0wq8UCgGFpwAB4MLW3ZW5hc1HDA_laXfM-olC9XCRmvJQ0DIS3oulfcA7x9NyRAa5uG3I", + "descriptions": [ + { + "value": "Crafted by \u2B55wee", + "color": "7ea9d1" + }, + { + "value": "This cheetah-print skirt intimidates on the battlefield while allowing for freedom of movement. Let's be honest, it doesn't do a bad job of showing off those man-curves either." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30060&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16958027113400940832", + "name": "Inspect in Game..." + } + ], + "name": "The Cheet Sheet", + "name_color": "7D6D00", + "type": "Level 26 Apparel", + "market_name": "The Cheet Sheet", + "market_hash_name": "The Cheet Sheet", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16958027113400940832", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + } + ] + }, + { + "appid": 440, + "classid": "73653587", + "instanceid": "73805344", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYg7xsDlNg8nZAfOeD-VOndthtcJTjGY-yFQqNbKzMzIzdFyXUKYKX6NqpAy0CyNrv5NhAYW39PUWJ1vlzoocaA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYg7xsDlNg8nZAfOeD-VOndthtcJTjGY-yFQqNbKzMzIzdFyXUKYKX6NqpAy0CyNrv5NhAYW39PUWJ1vlzoocaA", + "descriptions": [ + { + "value": "Roast this steel ushanka in the fire and place it on your head for sustained warmth throughout the day. Make sure to come up with an impressive sounding fake anecdote for your third degree burns!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=840&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16159487844195802664", + "name": "Inspect in Game..." + } + ], + "name": "The U-clank-a", + "name_color": "7D6D00", + "type": "Level 48 Hat", + "market_name": "The U-clank-a", + "market_hash_name": "The U-clank-a", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16159487844195802664", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "37876584", + "instanceid": "11043490", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEOdQIBVRT2twdPidrhCLzcCrFYz99nt8FRgGY5lFYoMrDmMWM0dAeSV_RYX6NppV66DXVg7J9hGse48PZCQTJo", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEOdQIBVRT2twdPidrhCLzcCrFYz99nt8FRgGY5lFYoMrDmMWM0dAeSV_RYX6NppV66DXVg7J9hGse48PZCQTJo", + "descriptions": [ + { + "value": "Be honest, lads. Ye cannae even tell, can ye?" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=709&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14700878332233253861", + "name": "Inspect in Game..." + } + ], + "name": "The Snapped Pupil", + "name_color": "7D6D00", + "type": "Level 94 Photograph", + "market_name": "The Snapped Pupil", + "market_hash_name": "The Snapped Pupil", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14700878332233253861", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "201329591", + "instanceid": "5363827890", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfe1UuXhPnvSxCgPfuCPOIN-wBid0wq8EM22VqwlUqZuHsYGAzI1PEWaYHDPRjoVHqD3Ng6cY1A4Tnpr9QfQXx9NyRnUIVKwE", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfe1UuXhPnvSxCgPfuCPOIN-wBid0wq8EM22VqwlUqZuHsYGAzI1PEWaYHDPRjoVHqD3Ng6cY1A4Tnpr9QfQXx9NyRnUIVKwE", + "descriptions": [ + { + "value": "Crafted by LolEx2345", + "color": "7ea9d1" + }, + { + "value": "This ceremonial headdress tells your enemies that you have the heart of a lion, the strength of a bear, the speed of a cheetah, and the rotting head of a cheetah." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30059&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D17293124669263075961", + "name": "Inspect in Game..." + } + ], + "name": "The Beastly Bonnet", + "name_color": "7D6D00", + "type": "Level 92 Hat", + "market_name": "The Beastly Bonnet", + "market_hash_name": "The Beastly Bonnet", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D17293124669263075961", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + } + ] + }, + { + "appid": 440, + "classid": "37876584", + "instanceid": "11042681", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEOdQIBVRT2twdPidrhCLzcCrFYz99nt8FRgGY5lFYoMrDmMWM0dAeSV_RYX6NppV66DXVg7J9hGse48PZCQTJo", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEOdQIBVRT2twdPidrhCLzcCrFYz99nt8FRgGY5lFYoMrDmMWM0dAeSV_RYX6NppV66DXVg7J9hGse48PZCQTJo", + "descriptions": [ + { + "value": "Be honest, lads. Ye cannae even tell, can ye?" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=709&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D6927910732222701993", + "name": "Inspect in Game..." + } + ], + "name": "The Snapped Pupil", + "name_color": "7D6D00", + "type": "Level 55 Photograph", + "market_name": "The Snapped Pupil", + "market_hash_name": "The Snapped Pupil", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D6927910732222701993", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "73653587", + "instanceid": "73855290", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYg7xsDlNg8nZAfOeD-VOndthtcJTjGY-yFQqNbKzMzIzdFyXUKYKX6NqpAy0CyNrv5NhAYW39PUWJ1vlzoocaA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYg7xsDlNg8nZAfOeD-VOndthtcJTjGY-yFQqNbKzMzIzdFyXUKYKX6NqpAy0CyNrv5NhAYW39PUWJ1vlzoocaA", + "descriptions": [ + { + "value": "Roast this steel ushanka in the fire and place it on your head for sustained warmth throughout the day. Make sure to come up with an impressive sounding fake anecdote for your third degree burns!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=840&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16477735313626823812", + "name": "Inspect in Game..." + } + ], + "name": "The U-clank-a", + "name_color": "7D6D00", + "type": "Level 86 Hat", + "market_name": "The U-clank-a", + "market_hash_name": "The U-clank-a", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16477735313626823812", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "76951", + "instanceid": "11041920", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "descriptions": [ + { + "value": "After a long day of burning scouts." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=248&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D768609776532656876", + "name": "Inspect in Game..." + } + ], + "name": "Napper's Respite", + "name_color": "7D6D00", + "type": "Level 35 Hat", + "market_name": "Napper's Respite", + "market_hash_name": "Napper's Respite", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D768609776532656876", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "73653587", + "instanceid": "73916113", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYg7xsDlNg8nZAfOeD-VOndthtcJTjGY-yFQqNbKzMzIzdFyXUKYKX6NqpAy0CyNrv5NhAYW39PUWJ1vlzoocaA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYg7xsDlNg8nZAfOeD-VOndthtcJTjGY-yFQqNbKzMzIzdFyXUKYKX6NqpAy0CyNrv5NhAYW39PUWJ1vlzoocaA", + "descriptions": [ + { + "value": "Roast this steel ushanka in the fire and place it on your head for sustained warmth throughout the day. Make sure to come up with an impressive sounding fake anecdote for your third degree burns!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=840&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D11990880872101772334", + "name": "Inspect in Game..." + } + ], + "name": "The U-clank-a", + "name_color": "7D6D00", + "type": "Level 74 Hat", + "market_name": "The U-clank-a", + "market_hash_name": "The U-clank-a", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D11990880872101772334", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "76951", + "instanceid": "11041027", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhnnuTZKjffqDOCLDa4Bw4M258dUjzI5wFMjMOblaDM3JFGWAPlaDvQ7pVnuX35i6cRhV4eyuasILkzQ3AzI", + "descriptions": [ + { + "value": "After a long day of burning scouts." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=248&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D9542824577838815432", + "name": "Inspect in Game..." + } + ], + "name": "Napper's Respite", + "name_color": "7D6D00", + "type": "Level 91 Hat", + "market_name": "Napper's Respite", + "market_hash_name": "Napper's Respite", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D9542824577838815432", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "256997", + "instanceid": "5339964712", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhbjvDlOjffiBOqFDd8Mmsgy4N5Q22A4lQcibLuwZWJkKgaSAKILDac-8Vy-XiYxvcRgV9Xm9b0AeQ68qsKYZM_2q6JA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbdRUeYhbjvDlOjffiBOqFDd8Mmsgy4N5Q22A4lQcibLuwZWJkKgaSAKILDac-8Vy-XiYxvcRgV9Xm9b0AeQ68qsKYZM_2q6JA", + "descriptions": [ + { + "value": "Crafted by \u30D3\u30FC\u30EB(\u043F\u0438\u0432\u0430\u0441)", + "color": "7ea9d1" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=321&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D463000528863922723", + "name": "Inspect in Game..." + } + ], + "name": "Madame Dixie", + "name_color": "7D6D00", + "type": "Level 78 Hat", + "market_name": "Madame Dixie", + "market_hash_name": "Madame Dixie", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D463000528863922723", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "2779057605", + "instanceid": "11040545", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuVRT2vDdEt8TnH_WJRrEDmIox5sMC3Gc9klB6ZuazYGA_JweVUPENWfZtpVDtWiMzvJ8zBoH457UBXPVo4HI", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuVRT2vDdEt8TnH_WJRrEDmIox5sMC3Gc9klB6ZuazYGA_JweVUPENWfZtpVDtWiMzvJ8zBoH457UBXPVo4HI", + "descriptions": [ + { + "value": "There's been a terrible explosion at the hot dog factory! That's what you can tell people, and they'll believe you because you will look like an expert on hot dogs." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=614&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16720852211753339740", + "name": "Inspect in Game..." + } + ], + "fraudwarnings": [ + "This item has been renamed.\nOriginal name: \"Hot Dogger\"" + ], + "name": "''Welcome to Jame's Coney Island!''", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "The Hot Dogger", + "market_hash_name": "The Hot Dogger", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16720852211753339740", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "73658545", + "instanceid": "73676283", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJbRMFWAn7hz9RjcbnCfezBOESnN97sclU32BuxVR5bOG3ZW43cVbEWfANWKVo9V_uWnUzsJJmDdbmo79QLxKv6tVOXke8CA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJbRMFWAn7hz9RjcbnCfezBOESnN97sclU32BuxVR5bOG3ZW43cVbEWfANWKVo9V_uWnUzsJJmDdbmo79QLxKv6tVOXke8CA", + "descriptions": [ + { + "value": "For the first time in history, batteries are included with your purchase of Demo's battery Bandolier. Because, well, you're purchasing batteries. We should have said, for the first time in history [except for all those times you bought batteries]." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=845&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16458656563606344015", + "name": "Inspect in Game..." + } + ], + "name": "The Battery Bandolier", + "name_color": "7D6D00", + "type": "Level 59 Decorative Bombs", + "market_name": "The Battery Bandolier", + "market_hash_name": "The Battery Bandolier", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16458656563606344015", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "22997362", + "instanceid": "13532884", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuTQLwtwdBjcTqHs2ACfIHnpRm5MZUjTU8wFQoY-XkYTMzJl3BUaIHXfRtpVjpUSI3uJBlDYO08ulXZ0yx45zlRcm7", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuTQLwtwdBjcTqHs2ACfIHnpRm5MZUjTU8wFQoY-XkYTMzJl3BUaIHXfRtpVjpUSI3uJBlDYO08ulXZ0yx45zlRcm7", + "descriptions": [ + { + "value": "Jingle all the way", + "color": "d83636" + }, + { + "value": "Slay-bells will be ringing in the slow-roasted ears of your burn victims." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=651&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D4669826940757105881", + "name": "Inspect in Game..." + } + ], + "name": "The Jingle Belt", + "name_color": "7D6D00", + "type": "Level 13 Bells", + "market_name": "The Jingle Belt", + "market_hash_name": "The Jingle Belt", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D4669826940757105881", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "8913913", + "instanceid": "5526082406", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuWBXlsTZGjdrZDuCNBukBl-U55IJS3HhokwIpZeDnY2MxK1STA6ELC6Rvpwy6WXJhuZZgAYHv9rpVLw27s9CTLfByZ8lgoCW6", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuWBXlsTZGjdrZDuCNBukBl-U55IJS3HhokwIpZeDnY2MxK1STA6ELC6Rvpwy6WXJhuZZgAYHv9rpVLw27s9CTLfByZ8lgoCW6", + "descriptions": [ + { + "value": "Crafted by Main Ego", + "color": "7ea9d1" + }, + { + "value": "With these on, you can pretend you're winning." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=628&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D1046559228945836846", + "name": "Inspect in Game..." + } + ], + "name": "The Virtual Reality Headset", + "name_color": "7D6D00", + "type": "Level 10 Headset", + "market_name": "The Virtual Reality Headset", + "market_hash_name": "The Virtual Reality Headset", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D1046559228945836846", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "22997362", + "instanceid": "4509556710", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuTQLwtwdBjcTqHs2ACfIHnpRm5MZUjTU8wFQoY-XkYTMzJl3BUaIHXfRtpVjpUSI3uJBlDYO08ulXZ0yx45zlRcm7", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuTQLwtwdBjcTqHs2ACfIHnpRm5MZUjTU8wFQoY-XkYTMzJl3BUaIHXfRtpVjpUSI3uJBlDYO08ulXZ0yx45zlRcm7", + "descriptions": [ + { + "value": "Crafted by [N]*", + "color": "7ea9d1" + }, + { + "value": "Jingle all the way", + "color": "d83636" + }, + { + "value": "Slay-bells will be ringing in the slow-roasted ears of your burn victims." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=651&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D5507588650333902453", + "name": "Inspect in Game..." + } + ], + "name": "The Jingle Belt", + "name_color": "7D6D00", + "type": "Level 57 Bells", + "market_name": "The Jingle Belt", + "market_hash_name": "The Jingle Belt", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D5507588650333902453", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "260682626", + "instanceid": "3887663007", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRRDDUqxhyhamsfZGfOFBO8SpNI08a9Z2CRslE8oMbLhMmc2K1XBBKZbCfY_9QruUCVhuJBmA9Xgo7pWfwzntYvDNeEvLpgSSDjBlDbr", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRRDDUqxhyhamsfZGfOFBO8SpNI08a9Z2CRslE8oMbLhMmc2K1XBBKZbCfY_9QruUCVhuJBmA9Xgo7pWfwzntYvDNeEvLpgSSDjBlDbr", + "descriptions": [ + { + "value": "Crafted by The Big LeBosewski", + "color": "7ea9d1" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30327&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D1133538430141432187", + "name": "Inspect in Game..." + } + ], + "name": "The Toy Tailor", + "name_color": "7D6D00", + "type": "Level 64 Hat", + "market_name": "The Toy Tailor", + "market_hash_name": "The Toy Tailor", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D1133538430141432187", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "313", + "instanceid": "19175653", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTee_lNFZ5nqWSMU5OD2N4NzSYImihXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVIdwKvruEy", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTee_lNFZ5nqWSMU5OD2N4NzSYImihXOjLx2Sk5MbUqMcbBnQz4ruyeU3X7ZAjBIy3QD2FkHPEJYHaN-GCg4LvCEGzNSOsrFlsGeKICozZObsmMOEY01dYN-2Trkxd-SEJxPNVIdwKvruEy", + "descriptions": [ + { + "value": "Paint Color: Indubitably Green", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=263&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16639255723108600691", + "name": "Inspect in Game..." + } + ], + "name": "Ellis' Cap", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "Ellis' Cap", + "market_hash_name": "Ellis' Cap", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16639255723108600691", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "9231673", + "instanceid": "5534170335", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "descriptions": [ + { + "value": "When used, this Action Item gives a random gift\nto a random person on the server!" + }, + { + "value": "\nGift from: murderwow", + "color": "7ea9d1" + }, + { + "value": "Date Received: Friday, December 24, 2021 (13:04:29) GMT" + }, + { + "value": " " + }, + { + "value": "This is a limited use item. Uses: 1", + "color": "00a000" + }, + { + "value": "\nTradable After: Monday, October 2, 2023 (7:00:00) GMT", + "color": "d83636" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=233&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Secret Saxton", + "name_color": "7D6D00", + "type": "Level 1 Gift", + "market_name": "Secret Saxton", + "market_hash_name": "Secret Saxton", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 1, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "TF_Gift", + "localized_category_name": "Type", + "localized_tag_name": "Gift" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "107359128", + "instanceid": "4850205512", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEcZQkFWAndqzFHjcrzH_yfN-wBid0wq8hTiGc6xwR_YbO3YDQzdwWVBPIMDvZvrVG6WyQ2u59lVdOwoulRel7x9NyR34zcl_Q", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEcZQkFWAndqzFHjcrzH_yfN-wBid0wq8hTiGc6xwR_YbO3YDQzdwWVBPIMDvZvrVG6WyQ2u59lVdOwoulRel7x9NyR34zcl_Q", + "descriptions": [ + { + "value": "Crafted by Mr. E", + "color": "7ea9d1" + }, + { + "value": "Enjoy the absolute cutting edge of nineteenth century sideburn fashion with these lustrous, face-hugging muttons. There's no meat in these chops, ladies\u2014but there's plenty of beefcake." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=986&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16726419942507633400", + "name": "Inspect in Game..." + } + ], + "name": "The Mutton Mann", + "name_color": "7D6D00", + "type": "Level 3 Hair", + "market_name": "The Mutton Mann", + "market_hash_name": "The Mutton Mann", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16726419942507633400", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "107359128", + "instanceid": "13530982", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEcZQkFWAndqzFHjcrzH_yfN-wBid0wq8hTiGc6xwR_YbO3YDQzdwWVBPIMDvZvrVG6WyQ2u59lVdOwoulRel7x9NyR34zcl_Q", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEcZQkFWAndqzFHjcrzH_yfN-wBid0wq8hTiGc6xwR_YbO3YDQzdwWVBPIMDvZvrVG6WyQ2u59lVdOwoulRel7x9NyR34zcl_Q", + "descriptions": [ + { + "value": "Enjoy the absolute cutting edge of nineteenth century sideburn fashion with these lustrous, face-hugging muttons. There's no meat in these chops, ladies\u2014but there's plenty of beefcake." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=986&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D4632179076875131514", + "name": "Inspect in Game..." + } + ], + "name": "The Mutton Mann", + "name_color": "7D6D00", + "type": "Level 62 Hair", + "market_name": "The Mutton Mann", + "market_hash_name": "The Mutton Mann", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D4632179076875131514", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "22997362", + "instanceid": "11044060", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuTQLwtwdBjcTqHs2ACfIHnpRm5MZUjTU8wFQoY-XkYTMzJl3BUaIHXfRtpVjpUSI3uJBlDYO08ulXZ0yx45zlRcm7", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuTQLwtwdBjcTqHs2ACfIHnpRm5MZUjTU8wFQoY-XkYTMzJl3BUaIHXfRtpVjpUSI3uJBlDYO08ulXZ0yx45zlRcm7", + "descriptions": [ + { + "value": "Jingle all the way", + "color": "d83636" + }, + { + "value": "Slay-bells will be ringing in the slow-roasted ears of your burn victims." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=651&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12559414415319519871", + "name": "Inspect in Game..." + } + ], + "name": "The Jingle Belt", + "name_color": "7D6D00", + "type": "Level 22 Bells", + "market_name": "The Jingle Belt", + "market_hash_name": "The Jingle Belt", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12559414415319519871", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "22997362", + "instanceid": "3147056501", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuTQLwtwdBjcTqHs2ACfIHnpRm5MZUjTU8wFQoY-XkYTMzJl3BUaIHXfRtpVjpUSI3uJBlDYO08ulXZ0yx45zlRcm7", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuTQLwtwdBjcTqHs2ACfIHnpRm5MZUjTU8wFQoY-XkYTMzJl3BUaIHXfRtpVjpUSI3uJBlDYO08ulXZ0yx45zlRcm7", + "descriptions": [ + { + "value": "Crafted by Yoshi", + "color": "7ea9d1" + }, + { + "value": "Jingle all the way", + "color": "d83636" + }, + { + "value": "Slay-bells will be ringing in the slow-roasted ears of your burn victims." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=651&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D3091734442854324445", + "name": "Inspect in Game..." + } + ], + "name": "The Jingle Belt", + "name_color": "7D6D00", + "type": "Level 48 Bells", + "market_name": "The Jingle Belt", + "market_hash_name": "The Jingle Belt", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D3091734442854324445", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "8913913", + "instanceid": "5450747609", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuWBXlsTZGjdrZDuCNBukBl-U55IJS3HhokwIpZeDnY2MxK1STA6ELC6Rvpwy6WXJhuZZgAYHv9rpVLw27s9CTLfByZ8lgoCW6", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuWBXlsTZGjdrZDuCNBukBl-U55IJS3HhokwIpZeDnY2MxK1STA6ELC6Rvpwy6WXJhuZZgAYHv9rpVLw27s9CTLfByZ8lgoCW6", + "descriptions": [ + { + "value": "Crafted by kustom banditcamp.com", + "color": "7ea9d1" + }, + { + "value": "With these on, you can pretend you're winning." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=628&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D450396233261197806", + "name": "Inspect in Game..." + } + ], + "name": "The Virtual Reality Headset", + "name_color": "7D6D00", + "type": "Level 10 Headset", + "market_name": "The Virtual Reality Headset", + "market_hash_name": "The Virtual Reality Headset", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D450396233261197806", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "107359128", + "instanceid": "13536392", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEcZQkFWAndqzFHjcrzH_yfN-wBid0wq8hTiGc6xwR_YbO3YDQzdwWVBPIMDvZvrVG6WyQ2u59lVdOwoulRel7x9NyR34zcl_Q", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEcZQkFWAndqzFHjcrzH_yfN-wBid0wq8hTiGc6xwR_YbO3YDQzdwWVBPIMDvZvrVG6WyQ2u59lVdOwoulRel7x9NyR34zcl_Q", + "descriptions": [ + { + "value": "Enjoy the absolute cutting edge of nineteenth century sideburn fashion with these lustrous, face-hugging muttons. There's no meat in these chops, ladies\u2014but there's plenty of beefcake." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=986&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12538199832776897082", + "name": "Inspect in Game..." + } + ], + "name": "The Mutton Mann", + "name_color": "7D6D00", + "type": "Level 15 Hair", + "market_name": "The Mutton Mann", + "market_hash_name": "The Mutton Mann", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12538199832776897082", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "8885524", + "instanceid": "11040545", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuTh7juzlTnMnvA82ACfIHnpQ05pIN22dvlVN-ZOK2NTU3JAeXAvYJCPRp91C1WnQx6ZY1DIHuouJQZ0yx4-IEvAG0", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuTh7juzlTnMnvA82ACfIHnpQ05pIN22dvlVN-ZOK2NTU3JAeXAvYJCPRp91C1WnQx6ZY1DIHuouJQZ0yx4-IEvAG0", + "descriptions": [ + { + "value": "Style: Salty", + "color": "756b5e" + }, + { + "value": "Get all of a boat captain's respect without the crushing responsibility of actually captaining a boat or the enormous amount of ongoing maintenance a boat requires!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=611&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D5639674802495710973", + "name": "Inspect in Game..." + } + ], + "name": "The Salty Dog", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "The Salty Dog", + "market_hash_name": "The Salty Dog", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D5639674802495710973", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "8885524", + "instanceid": "4528916240", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuTh7juzlTnMnvA82ACfIHnpQ05pIN22dvlVN-ZOK2NTU3JAeXAvYJCPRp91C1WnQx6ZY1DIHuouJQZ0yx4-IEvAG0", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuTh7juzlTnMnvA82ACfIHnpQ05pIN22dvlVN-ZOK2NTU3JAeXAvYJCPRp91C1WnQx6ZY1DIHuouJQZ0yx4-IEvAG0", + "descriptions": [ + { + "value": "Crafted by \u0432\u0430\u043B\u0435\u0440\u0430 \u043B\u0438\u0437\u0434\u043E\u043F\u0451\u0437", + "color": "7ea9d1" + }, + { + "value": "Style: Salty", + "color": "756b5e" + }, + { + "value": "Get all of a boat captain's respect without the crushing responsibility of actually captaining a boat or the enormous amount of ongoing maintenance a boat requires!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=611&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14044616837998068469", + "name": "Inspect in Game..." + } + ], + "name": "The Salty Dog", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "The Salty Dog", + "market_hash_name": "The Salty Dog", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14044616837998068469", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "260676181", + "instanceid": "19451143", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTcePMQFc1nqWSMU5OD2NwOx3sIyShXOjLx2Sk5MbUqMcbBnQz4ruyeU2z6e2WUfnLmGFtlEtweaTmAqlz9tKn7HmmLFr0yRVgALKYCozAaPs6BNhs_1oUJ_z3gwhx5TUB-IJNEJQzoz3ZLYbx3kW8CK8wSMq_WMA", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTcePMQFc1nqWSMU5OD2NwOx3sIyShXOjLx2Sk5MbUqMcbBnQz4ruyeU2z6e2WUfnLmGFtlEtweaTmAqlz9tKn7HmmLFr0yRVgALKYCozAaPs6BNhs_1oUJ_z3gwhx5TUB-IJNEJQzoz3ZLYbx3kW8CK8wSMq_WMA", + "descriptions": [ + { + "value": "Paint Color: Noble Hatter's Violet", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30334&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7914240531169262418", + "name": "Inspect in Game..." + } + ], + "name": "Tartan Tyrolean", + "name_color": "7D6D00", + "type": "Level 51 Hat", + "market_name": "Tartan Tyrolean", + "market_hash_name": "Tartan Tyrolean", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7914240531169262418", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "73674716", + "instanceid": "73998632", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeSSTqvTROjdzZAfOeD-VOwolstZVRiGA8k1R5ZLXlNmZkJV3EA6NcCqZi91voW3NgvpY2UtTnr_UWJ1vvLOouqg", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeSSTqvTROjdzZAfOeD-VOwolstZVRiGA8k1R5ZLXlNmZkJV3EA6NcCqZi91voW3NgvpY2UtTnr_UWJ1vvLOouqg", + "descriptions": [ + { + "value": "Style: Battered", + "color": "756b5e" + }, + { + "value": "The great thing about this helmet is that it stops bullets (no it doesn't)! Look at it \u2013 it's made of robot metal! Bullets can't go through robot metal (they definitely can)! There really is no way you could be harmed while wearing this helmet (there absolutely is)." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=844&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D10299361748516272906", + "name": "Inspect in Game..." + } + ], + "name": "The Tin Pot", + "name_color": "7D6D00", + "type": "Level 19 Hat", + "market_name": "The Tin Pot", + "market_hash_name": "The Tin Pot", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D10299361748516272906", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + } + ] + }, + { + "appid": 440, + "classid": "107343597", + "instanceid": "11040545", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbaRMuTx7rtjpChMTpAvyFC-8SleU55IJS3Hg4wVd9ZuLmNGM-dFOVBPRcX6ZqrAy6X3Zl7sQ1VoW19uoFfgW-54XOLfByZ7h-ponm", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbaRMuTx7rtjpChMTpAvyFC-8SleU55IJS3Hg4wVd9ZuLmNGM-dFOVBPRcX6ZqrAy6X3Zl7sQ1VoW19uoFfgW-54XOLfByZ7h-ponm", + "descriptions": [ + { + "value": "On Equip: Visit Pyroland", + "color": "7ea9d1" + }, + { + "value": "Only visible in Pyroland", + "color": "d83636" + }, + { + "value": "Tenth Most Famous Reindeer? Not for long! Reindoonicorn may have hit rock bottom after being benched in favor of a mutant with a bioluminescent growth on his nose, but those decades spent bouncing from one halfway house to the next have given him all the grit and determination he needs to get back on top! That and the fact that he's recently been seen hanging around with nine heavily armed lunatics practically guarantees that this is one reindeer to watch out for." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=995&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14844465390640836243", + "name": "Inspect in Game..." + } + ], + "name": "The Reindoonicorn", + "name_color": "7D6D00", + "type": "Level 20 Balloon", + "market_name": "The Reindoonicorn", + "market_hash_name": "The Reindoonicorn", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14844465390640836243", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "8885524", + "instanceid": "4789934782", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuTh7juzlTnMnvA82ACfIHnpQ05pIN22dvlVN-ZOK2NTU3JAeXAvYJCPRp91C1WnQx6ZY1DIHuouJQZ0yx4-IEvAG0", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuTh7juzlTnMnvA82ACfIHnpQ05pIN22dvlVN-ZOK2NTU3JAeXAvYJCPRp91C1WnQx6ZY1DIHuouJQZ0yx4-IEvAG0", + "descriptions": [ + { + "value": "Crafted by Remix Arranged They How We Do", + "color": "7ea9d1" + }, + { + "value": "Style: Salty", + "color": "756b5e" + }, + { + "value": "Get all of a boat captain's respect without the crushing responsibility of actually captaining a boat or the enormous amount of ongoing maintenance a boat requires!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=611&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D14753797439872984789", + "name": "Inspect in Game..." + } + ], + "name": "The Salty Dog", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "The Salty Dog", + "market_hash_name": "The Salty Dog", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D14753797439872984789", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "51412729", + "instanceid": "5453670859", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEDaQYHRCTgtyBKhs_yAuWJBN8Mmsgy4N4FgTNuxQIibbvjNTQ0KleXAKIHDKdqpQ7vCnI3uMI7UNGzoexRKw_uqsKYZGrxiXTH", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEDaQYHRCTgtyBKhs_yAuWJBN8Mmsgy4N4FgTNuxQIibbvjNTQ0KleXAKIHDKdqpQ7vCnI3uMI7UNGzoexRKw_uqsKYZGrxiXTH", + "descriptions": [ + { + "value": "Crafted by Gay black thug", + "color": "7ea9d1" + }, + { + "value": "Make sure you never throw in the towel, even accidentally, by keeping it nice and close, where it can't run off and surrender like a coward when you're not looking." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=757&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D154294711392002859", + "name": "Inspect in Game..." + } + ], + "name": "The Toss-Proof Towel", + "name_color": "7D6D00", + "type": "Level 65 Apparel", + "market_name": "The Toss-Proof Towel", + "market_hash_name": "The Toss-Proof Towel", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D154294711392002859", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "51412729", + "instanceid": "4815516203", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEDaQYHRCTgtyBKhs_yAuWJBN8Mmsgy4N4FgTNuxQIibbvjNTQ0KleXAKIHDKdqpQ7vCnI3uMI7UNGzoexRKw_uqsKYZGrxiXTH", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEDaQYHRCTgtyBKhs_yAuWJBN8Mmsgy4N4FgTNuxQIibbvjNTQ0KleXAKIHDKdqpQ7vCnI3uMI7UNGzoexRKw_uqsKYZGrxiXTH", + "descriptions": [ + { + "value": "Make sure you never throw in the towel, even accidentally, by keeping it nice and close, where it can't run off and surrender like a coward when you're not looking." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=757&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D2513082062076094347", + "name": "Inspect in Game..." + } + ], + "name": "The Toss-Proof Towel", + "name_color": "7D6D00", + "type": "Level 72 Apparel", + "market_name": "The Toss-Proof Towel", + "market_hash_name": "The Toss-Proof Towel", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D2513082062076094347", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "8885524", + "instanceid": "19928764", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuTh7juzlTnMnvA82ACfIHnpQ05pIN22dvlVN-ZOK2NTU3JAeXAvYJCPRp91C1WnQx6ZY1DIHuouJQZ0yx4-IEvAG0", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuTh7juzlTnMnvA82ACfIHnpQ05pIN22dvlVN-ZOK2NTU3JAeXAvYJCPRp91C1WnQx6ZY1DIHuouJQZ0yx4-IEvAG0", + "descriptions": [ + { + "value": "Style: Salty", + "color": "756b5e" + }, + { + "value": "Get all of a boat captain's respect without the crushing responsibility of actually captaining a boat or the enormous amount of ongoing maintenance a boat requires!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=611&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D774834893182755035", + "name": "Inspect in Game..." + } + ], + "name": "The Salty Dog", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "The Salty Dog", + "market_hash_name": "The Salty Dog", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D774834893182755035", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "73674716", + "instanceid": "73648972", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeSSTqvTROjdzZAfOeD-VOwolstZVRiGA8k1R5ZLXlNmZkJV3EA6NcCqZi91voW3NgvpY2UtTnr_UWJ1vvLOouqg", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeSSTqvTROjdzZAfOeD-VOwolstZVRiGA8k1R5ZLXlNmZkJV3EA6NcCqZi91voW3NgvpY2UtTnr_UWJ1vvLOouqg", + "descriptions": [ + { + "value": "Style: Battered", + "color": "756b5e" + }, + { + "value": "The great thing about this helmet is that it stops bullets (no it doesn't)! Look at it \u2013 it's made of robot metal! Bullets can't go through robot metal (they definitely can)! There really is no way you could be harmed while wearing this helmet (there absolutely is)." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=844&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12594959140860640586", + "name": "Inspect in Game..." + } + ], + "name": "The Tin Pot", + "name_color": "7D6D00", + "type": "Level 81 Hat", + "market_name": "The Tin Pot", + "market_hash_name": "The Tin Pot", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12594959140860640586", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + } + ] + }, + { + "appid": 440, + "classid": "260680058", + "instanceid": "13535249", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRRDDUqxhyhMhMn0MuKZBOwPjd8n2pxUyzFu31EpYubsMzFlI1OVAPUHBaFqpVy8XCJi6Z9mUtHvoeMEKgzn4obEO-QycIYbf8BUXis", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRRDDUqxhyhMhMn0MuKZBOwPjd8n2pxUyzFu31EpYubsMzFlI1OVAPUHBaFqpVy8XCJi6Z9mUtHvoeMEKgzn4obEO-QycIYbf8BUXis", + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30329&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D8060044695177516651", + "name": "Inspect in Game..." + } + ], + "name": "The Polar Pullover", + "name_color": "7D6D00", + "type": "Level 45 Hat", + "market_name": "The Polar Pullover", + "market_hash_name": "The Polar Pullover", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D8060044695177516651", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "8875627", + "instanceid": "3145205116", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuVR7jriF8hN3rD_eeN-wBid0wq8VQgW5pwVR5Y7KzZWQzdFDBAPVfWvZqoQy4C3Zi65I3VYfjp-oEfgrx9NyRPVeq4rA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgENewwuVR7jriF8hN3rD_eeN-wBid0wq8VQgW5pwVR5Y7KzZWQzdFDBAPVfWvZqoQy4C3Zi65I3VYfjp-oEfgrx9NyRPVeq4rA", + "descriptions": [ + { + "value": "Crafted by SOAJWEHTGX20485672", + "color": "7ea9d1" + }, + { + "value": "Chop wood. Eat syrup. Live in Canada. This hat lets you do it all." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=603&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D5065535954583525073", + "name": "Inspect in Game..." + } + ], + "name": "The Outdoorsman", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "The Outdoorsman", + "market_hash_name": "The Outdoorsman", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D5065535954583525073", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "19173846", + "instanceid": "5248535874", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYzgZWBfvvSx8hMn0CvfCW-MEyI9hschU2zM5l1B4MLbiZTJiJgDBBKRbC6M-plG1USZjscFiUZmm-bxOodTUNw", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYzgZWBfvvSx8hMn0CvfCW-MEyI9hschU2zM5l1B4MLbiZTJiJgDBBKRbC6M-plG1USZjscFiUZmm-bxOodTUNw", + "descriptions": [ + { + "value": "Crafted by Kokojambo", + "color": "7ea9d1" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=516&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D5651576029650537280", + "name": "Inspect in Game..." + } + ], + "name": "The Stahlhelm", + "name_color": "7D6D00", + "type": "Level 10 Helmet", + "market_name": "The Stahlhelm", + "market_hash_name": "The Stahlhelm", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D5651576029650537280", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + } + ] + }, + { + "appid": 440, + "classid": "19173846", + "instanceid": "5506240370", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYzgZWBfvvSx8hMn0CvfCW-MEyI9hschU2zM5l1B4MLbiZTJiJgDBBKRbC6M-plG1USZjscFiUZmm-bxOodTUNw", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYzgZWBfvvSx8hMn0CvfCW-MEyI9hschU2zM5l1B4MLbiZTJiJgDBBKRbC6M-plG1USZjscFiUZmm-bxOodTUNw", + "descriptions": [ + { + "value": "Crafted by Hackcinto", + "color": "7ea9d1" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=516&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7110270066520236388", + "name": "Inspect in Game..." + } + ], + "name": "The Stahlhelm", + "name_color": "7D6D00", + "type": "Level 10 Helmet", + "market_name": "The Stahlhelm", + "market_hash_name": "The Stahlhelm", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7110270066520236388", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + } + ] + }, + { + "appid": 440, + "classid": "9231673", + "instanceid": "5531388324", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMZQEFYgjrtj9PjffqDOCLDa4CzYhtsZVWjjRoxQB5YrawYjJld1TDWPIMWKY8pQm0CiVkuJdhVdSyuasILgK_i0fr", + "descriptions": [ + { + "value": "When used, this Action Item gives a random gift\nto a random person on the server!" + }, + { + "value": "\nGift from: thedarklord447", + "color": "7ea9d1" + }, + { + "value": "Date Received: Thursday, December 28, 2017 (4:32:50) GMT" + }, + { + "value": " " + }, + { + "value": "This is a limited use item. Uses: 1", + "color": "00a000" + }, + { + "value": "\nTradable After: Saturday, September 30, 2023 (7:00:00) GMT", + "color": "d83636" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=233&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Secret Saxton", + "name_color": "7D6D00", + "type": "Level 1 Gift", + "market_name": "Secret Saxton", + "market_hash_name": "Secret Saxton", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 1, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "TF_Gift", + "localized_category_name": "Type", + "localized_tag_name": "Gift" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "80564753", + "instanceid": "3887663006", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYYg4BWAndqDdAg83yBv2NBOE_l9sn4pUb22FpxAB9NbLkZTFiJFXDVfcPWfFioV-9X3I2usYyDIOzp-xSLATqspyGbefkecBxOQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYYg4BWAndqDdAg83yBv2NBOE_l9sn4pUb22FpxAB9NbLkZTFiJFXDVfcPWfFioV-9X3I2usYyDIOzp-xSLATqspyGbefkecBxOQ", + "descriptions": [ + { + "value": "Crafted by The Big LeBosewski", + "color": "7ea9d1" + }, + { + "value": "Style: Twins", + "color": "756b5e" + }, + { + "value": "Watch as your enemies quake in fear at the sight of this tiny koala! Hear them scream at his horrifying little hat! Smell them reel in alarm at how deviously small it is! Warning: You may not be able to stand the terror yourself!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=824&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D17153085602727588032", + "name": "Inspect in Game..." + } + ], + "name": "The Koala Compact", + "name_color": "7D6D00", + "type": "Level 72 Satchel", + "market_name": "The Koala Compact", + "market_hash_name": "The Koala Compact", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D17153085602727588032", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + } + ] + }, + { + "appid": 440, + "classid": "343391228", + "instanceid": "5420051292", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbggJD0uz7AdPid_ZAfOeD-VOw9xnvMUEjGJpkgQpMrTgZ2cyc1yVUfYIDqVp8F3oCiFl68ExB4K0r_UWJ1tX9R8SjQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbggJD0uz7AdPid_ZAfOeD-VOw9xnvMUEjGJpkgQpMrTgZ2cyc1yVUfYIDqVp8F3oCiFl68ExB4K0r_UWJ1tX9R8SjQ", + "descriptions": [ + { + "value": "Crafted by jakey", + "color": "7ea9d1" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30362&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D10328952258917791408", + "name": "Inspect in Game..." + } + ], + "name": "The Law", + "name_color": "7D6D00", + "type": "Level 67 Hat", + "market_name": "The Law", + "market_hash_name": "The Law", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D10328952258917791408", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "42266450", + "instanceid": "5391025092", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEIYxATUgLgtzdXm_f1Av6IAeUSpNY095dQl2dvxQB-ZrfiNjUyJlWSU_QKWKY-rQq4WiFqvZ5lBYW1o71fKl-7tYHYc-57ZXFH8jk", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEIYxATUgLgtzdXm_f1Av6IAeUSpNY095dQl2dvxQB-ZrfiNjUyJlWSU_QKWKY-rQq4WiFqvZ5lBYW1o71fKl-7tYHYc-57ZXFH8jk", + "descriptions": [ + { + "value": "Crafted by KoE1z_", + "color": "7ea9d1" + }, + { + "value": "These steel-toed dogs were scientifically engineered (in a wind tunnel) by America's foremost authorities on mouth-kicking to perfectly fit the inside of an idiot's mouth." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=734&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7106931296231871764", + "name": "Inspect in Game..." + } + ], + "name": "The Teufort Tooth Kicker", + "name_color": "7D6D00", + "type": "Level 10 Boots", + "market_name": "The Teufort Tooth Kicker", + "market_hash_name": "The Teufort Tooth Kicker", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7106931296231871764", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "73675733", + "instanceid": "73651412", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYhjjqAdPidrhCLzUDLUBwtht4ZEBgW9qyAcoMbPmZGE1JlWXUKQIWac8pAvtXHRk65QzGse48Gm0Gvsv", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYhjjqAdPidrhCLzUDLUBwtht4ZEBgW9qyAcoMbPmZGE1JlWXUKQIWac8pAvtXHRk65QzGse48Gm0Gvsv", + "descriptions": [ + { + "value": "You'd think this robot cap would slow Scout down, but he's actually just as fast! It's all that milk he drinks. You didn't expect this item to be a thinly veiled milk advertisement, did you? We're full of surprises today. Just wait until you try to go to sleep tonight! Ohhh boy!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=846&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7533049051850891134", + "name": "Inspect in Game..." + } + ], + "name": "The Robot Running Man", + "name_color": "7D6D00", + "type": "Level 1 Hat", + "market_name": "The Robot Running Man", + "market_hash_name": "The Robot Running Man", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7533049051850891134", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + } + ] + }, + { + "appid": 440, + "classid": "73675733", + "instanceid": "73874074", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYhjjqAdPidrhCLzUDLUBwtht4ZEBgW9qyAcoMbPmZGE1JlWXUKQIWac8pAvtXHRk65QzGse48Gm0Gvsv", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYhjjqAdPidrhCLzUDLUBwtht4ZEBgW9qyAcoMbPmZGE1JlWXUKQIWac8pAvtXHRk65QzGse48Gm0Gvsv", + "descriptions": [ + { + "value": "You'd think this robot cap would slow Scout down, but he's actually just as fast! It's all that milk he drinks. You didn't expect this item to be a thinly veiled milk advertisement, did you? We're full of surprises today. Just wait until you try to go to sleep tonight! Ohhh boy!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=846&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D6945932376132850134", + "name": "Inspect in Game..." + } + ], + "name": "The Robot Running Man", + "name_color": "7D6D00", + "type": "Level 51 Hat", + "market_name": "The Robot Running Man", + "market_hash_name": "The Robot Running Man", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D6945932376132850134", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + } + ] + }, + { + "appid": 440, + "classid": "343391228", + "instanceid": "13534585", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbggJD0uz7AdPid_ZAfOeD-VOw9xnvMUEjGJpkgQpMrTgZ2cyc1yVUfYIDqVp8F3oCiFl68ExB4K0r_UWJ1tX9R8SjQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYbggJD0uz7AdPid_ZAfOeD-VOw9xnvMUEjGJpkgQpMrTgZ2cyc1yVUfYIDqVp8F3oCiFl68ExB4K0r_UWJ1tX9R8SjQ", + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30362&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D2836466980675590328", + "name": "Inspect in Game..." + } + ], + "name": "The Law", + "name_color": "7D6D00", + "type": "Level 76 Hat", + "market_name": "The Law", + "market_hash_name": "The Law", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D2836466980675590328", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "73675733", + "instanceid": "73959078", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYhjjqAdPidrhCLzUDLUBwtht4ZEBgW9qyAcoMbPmZGE1JlWXUKQIWac8pAvtXHRk65QzGse48Gm0Gvsv", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZYwUeYhjjqAdPidrhCLzUDLUBwtht4ZEBgW9qyAcoMbPmZGE1JlWXUKQIWac8pAvtXHRk65QzGse48Gm0Gvsv", + "descriptions": [ + { + "value": "You'd think this robot cap would slow Scout down, but he's actually just as fast! It's all that milk he drinks. You didn't expect this item to be a thinly veiled milk advertisement, did you? We're full of surprises today. Just wait until you try to go to sleep tonight! Ohhh boy!" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=846&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D9992938742513466876", + "name": "Inspect in Game..." + } + ], + "name": "The Robot Running Man", + "name_color": "7D6D00", + "type": "Level 97 Hat", + "market_name": "The Robot Running Man", + "market_hash_name": "The Robot Running Man", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D9992938742513466876", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + } + ] + }, + { + "appid": 440, + "classid": "101818790", + "instanceid": "19394029", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU3H5bz7KKiTLI11gHPMdWjSIvGTw-7-cRj6aQbl4Sw8GfqcB9Gcaac-BPUZrgYEJqWO-xxEpT0F_KpcTcl_12noUzaz0c3o", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU3H5bz7KKiTLI11gHPMdWjSIvGTw-7-cRj6aQbl4Sw8GfqcB9Gcaac-BPUZrgYEJqWO-xxEpT0F_KpcTcl_12noUzaz0c3o", + "descriptions": [ + { + "value": "Style: Tan", + "color": "756b5e" + }, + { + "value": "Paint Color: Ye Olde Rustic Colour", + "color": "756b5e" + }, + { + "value": "It's pants... Texas Style! These crotchless leather leggings are perfect if you already own pants. Note: To be used as auxiliary pants only. Please do not employ as primary source of pants." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=755&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D4902852219867857557", + "name": "Inspect in Game..." + } + ], + "name": "The Texas Half-Pants", + "name_color": "7D6D00", + "type": "Level 79 Pants", + "market_name": "The Texas Half-Pants", + "market_hash_name": "The Texas Half-Pants", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D4902852219867857557", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "8941635", + "instanceid": "19177621", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU3LgYwjHIDbbE0dgHPcxaTmbqWa75OSSEGuaRO5_EloBevBR92AcPs_cPxI6gIUK-2O6k0J7HBUqJZBAckGrxHOy5ZfAMw", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU3LgYwjHIDbbE0dgHPcxaTmbqWa75OSSEGuaRO5_EloBevBR92AcPs_cPxI6gIUK-2O6k0J7HBUqJZBAckGrxHOy5ZfAMw", + "descriptions": [ + { + "value": "Paint Color: Muskelmannbraun", + "color": "756b5e" + }, + { + "value": "A nameless hat for a nameless man." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=631&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7809922329567014739", + "name": "Inspect in Game..." + } + ], + "name": "The Hat With No Name", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "The Hat With No Name", + "market_hash_name": "The Hat With No Name", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7809922329567014739", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "260680058", + "instanceid": "5287709593", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeLPdNFslnqWSMU5OD2N5awyYLzShXOjLx2Sk5MbUqMcbBnQz4ruyeU2z6e2WUfnLmDFFkHPExdS2FomzjsK_7HmmLFr0yQwsCKKtXpDZIOs7YOhs00IcK_zXtkhR8RhMudJwQKA24miwVZe99zG8CK8zcJ6BReA", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeLPdNFslnqWSMU5OD2N5awyYLzShXOjLx2Sk5MbUqMcbBnQz4ruyeU2z6e2WUfnLmDFFkHPExdS2FomzjsK_7HmmLFr0yQwsCKKtXpDZIOs7YOhs00IcK_zXtkhR8RhMudJwQKA24miwVZe99zG8CK8zcJ6BReA", + "descriptions": [ + { + "value": "Crafted by BOBAN", + "color": "7ea9d1" + }, + { + "value": "Paint Color: Aged Moustache Grey", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30329&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D2843370046743091913", + "name": "Inspect in Game..." + } + ], + "name": "The Polar Pullover", + "name_color": "7D6D00", + "type": "Level 42 Hat", + "market_name": "The Polar Pullover", + "market_hash_name": "The Polar Pullover", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D2843370046743091913", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "170982195", + "instanceid": "5281995122", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSMfqIdEs5nqWSMU5OD2IwIlnYPyihXOjLx2Sk5MbUqMcbBnQz4ruyeU37iZGaXECncHUhxIvQLbD-Bulz3sLHQLWSYA795XQsEe_ZX9jUcNMvbahBu0oUP_TW-whR7T0ZwKpAUIgu6ySVKY-5ym3VcNcUF6wTXPSQ", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSMfqIdEs5nqWSMU5OD2IwIlnYPyihXOjLx2Sk5MbUqMcbBnQz4ruyeU37iZGaXECncHUhxIvQLbD-Bulz3sLHQLWSYA795XQsEe_ZX9jUcNMvbahBu0oUP_TW-whR7T0ZwKpAUIgu6ySVKY-5ym3VcNcUF6wTXPSQ", + "descriptions": [ + { + "value": "Crafted by Jueves", + "color": "7ea9d1" + }, + { + "value": "Paint Color: Australium Gold", + "color": "756b5e" + }, + { + "value": "\"This belt tells babies that Heavy is champ. Big belt champ of all time.\"" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30080&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D88351735717963778", + "name": "Inspect in Game..." + } + ], + "name": "The Heavy-Weight Champ", + "name_color": "7D6D00", + "type": "Level 45 Championship Belt", + "market_name": "The Heavy-Weight Champ", + "market_hash_name": "The Heavy-Weight Champ", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D88351735717963778", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "62840109", + "instanceid": "5482938855", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSKfKFOGJ1nqWSMU5OD2IoKlSUFmShXOjLx2Sk5MbUqMcbBnQz4ruyeU3H5bz7KKiTLI1xkCOYedzGHunDKt7zHGVeVEKp7FhcMdKBRpzdLPciAOxto0IEC-DDuwUEtTBJ-K8cVdQvjz3FHYegkkXIUa9sMzsafzueb", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSKfKFOGJ1nqWSMU5OD2IoKlSUFmShXOjLx2Sk5MbUqMcbBnQz4ruyeU3H5bz7KKiTLI1xkCOYedzGHunDKt7zHGVeVEKp7FhcMdKBRpzdLPciAOxto0IEC-DDuwUEtTBJ-K8cVdQvjz3FHYegkkXIUa9sMzsafzueb", + "descriptions": [ + { + "value": "Paint Color: Peculiarly Drab Tincture", + "color": "756b5e" + }, + { + "value": "This handsome leather cylinder improves on the diary in every way. Do you have secret thoughts? Write 'em down, ball 'em up, and stuff 'em in the tube. It's incredibly easy to find a thought when you need it, too. Simply empty out the tube and there they all are. You're just one simple unballing away from remembering it." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=784&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D5082312952193838312", + "name": "Inspect in Game..." + } + ], + "name": "The Idea Tube", + "name_color": "7D6D00", + "type": "Level 65 Backpack", + "market_name": "The Idea Tube", + "market_hash_name": "The Idea Tube", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D5082312952193838312", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "92538067", + "instanceid": "19249435", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeLfQYFp1nqWSMU5OD2N5bwHMLmShXOjLx2Sk5MbUqMcbBnQz4ruyeU3DyZTj7LS7XGVZpCdwCZCqOqy2l5--WQj2YSO9_R10GdKdX8jcfbsiLOEA_1YYK-2TrlkJ4Shd6IJ0ePh-1zVm7yS5x", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeLfQYFp1nqWSMU5OD2N5bwHMLmShXOjLx2Sk5MbUqMcbBnQz4ruyeU3DyZTj7LS7XGVZpCdwCZCqOqy2l5--WQj2YSO9_R10GdKdX8jcfbsiLOEA_1YYK-2TrlkJ4Shd6IJ0ePh-1zVm7yS5x", + "descriptions": [ + { + "value": "Paint Color: A Deep Commitment to Purple", + "color": "756b5e" + }, + { + "value": "Bones: They hold your body up, keep all your meat in place, and they're all that separates us from jellyfish. Why keep them inside, where they can't get the acclaim they deserve? Here's to you, bones." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=935&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D17035994349784942033", + "name": "Inspect in Game..." + } + ], + "name": "The Voodoo JuJu (Slight Return)", + "name_color": "7D6D00", + "type": "Level 13 Hat", + "market_name": "The Voodoo JuJu (Slight Return)", + "market_hash_name": "The Voodoo JuJu (Slight Return)", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D17035994349784942033", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "107353069", + "instanceid": "19413478", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU2f8fTvIKjXmEF96GuZAMz3YqzGltLjBEW7AFLp_QgwAeqAD92AbOJyLaxNs09EM-mS9w0ckTVg4fMKoCvmrLQ", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSIfPcdFZlnqWSMU5OD2IgKw3YInShXOjLx2Sk5MbUqMcbBnQz4ruyeU2f8fTvIKjXmEF96GuZAMz3YqzGltLjBEW7AFLp_QgwAeqAD92AbOJyLaxNs09EM-mS9w0ckTVg4fMKoCvmrLQ", + "descriptions": [ + { + "value": "Paint Color: Muskelmannbraun", + "color": "756b5e" + }, + { + "value": "Commemorate the age-old tradition of pummelling your opponents senseless on ice by sporting the stylish and practical hairdo of goons and enforcers worldwide." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=985&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16585141263414664295", + "name": "Inspect in Game..." + } + ], + "name": "Heavy's Hockey Hair", + "name_color": "7D6D00", + "type": "Level 50 Hair", + "market_name": "Heavy's Hockey Hair", + "market_hash_name": "Heavy's Hockey Hair", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16585141263414664295", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "62840972", + "instanceid": "4024911106", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTfcPRMEs1nqWSMU5OD2N8GwCcPyShXOjLx2Sk5MbUqMcbBnQz4ruyeU2TyeAjMLjXmEF96GuZAYW3ZrzX0tuyQR2zKSeB9QQ5QLvdSo2NIaJyMakFr14Ba_TO8kR0qHFg4fML3Ss_MGA", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTfcPRMEs1nqWSMU5OD2N8GwCcPyShXOjLx2Sk5MbUqMcbBnQz4ruyeU2TyeAjMLjXmEF96GuZAYW3ZrzX0tuyQR2zKSeB9QQ5QLvdSo2NIaJyMakFr14Ba_TO8kR0qHFg4fML3Ss_MGA", + "descriptions": [ + { + "value": "Crafted by reale", + "color": "7ea9d1" + }, + { + "value": "Paint Color: Radigan Conagher Brown", + "color": "756b5e" + }, + { + "value": "This hat commemorates that time you stuck it on a broom and tricked the Feds into shooting at it for an hour while you scooted off with all that bank money. Goes great with all those bullet wounds in your torso from that time you pulled the same trick on much smarter Feds." + }, + { + "value": " " + }, + { + "value": "The Public Enemy", + "color": "e1e10f" + }, + { + "value": " " + }, + { + "value": "Baby Face's Blaster", + "color": "8b8989" + }, + { + "value": "Pretty Boy's Pocket Pistol", + "color": "8b8989" + }, + { + "value": "Dillinger's Duffel", + "color": "8b8989" + }, + { + "value": "The Fed-Fightin' Fedora", + "color": "8b8989" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=780&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7378741415701969860", + "name": "Inspect in Game..." + } + ], + "name": "The Fed-Fightin' Fedora", + "name_color": "7D6D00", + "type": "Level 6 Hat", + "market_name": "The Fed-Fightin' Fedora", + "market_hash_name": "The Fed-Fightin' Fedora", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7378741415701969860", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + } + ] + }, + { + "appid": 440, + "classid": "146449", + "instanceid": "19250215", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTde_ROEs5nqWSMU5OD2N0NwCUPyihXOjLx2Sk5MbUqMcbBnQz4ruyeU2fjfTnQECncEFNtCdwCZCqOqy2s5--QRjifQuklFVxQefBW8mEdbMrcNxA41NQMqWTowRF7GkAuK5YQPh-1zQHiofZw", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTde_ROEs5nqWSMU5OD2N0NwCUPyihXOjLx2Sk5MbUqMcbBnQz4ruyeU2fjfTnQECncEFNtCdwCZCqOqy2s5--QRjifQuklFVxQefBW8mEdbMrcNxA41NQMqWTowRF7GkAuK5YQPh-1zQHiofZw", + "descriptions": [ + { + "value": "Paint Color: Zepheniah's Greed", + "color": "756b5e" + }, + { + "value": "A sticky-jumper's best friend." + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=255&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7128257313786934675", + "name": "Inspect in Game..." + } + ], + "name": "Sober Stuntman", + "name_color": "7D6D00", + "type": "Level 21 Helmet", + "market_name": "Sober Stuntman", + "market_hash_name": "Sober Stuntman", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7128257313786934675", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "260677038", + "instanceid": "3820544536", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU2z6e2WUfnLmC1dmCeYcWjCIulzmtrzWFFeVEKp7FhcCK6YGoWdONcjaPBU60dEP-zbvlRx4HUV6I8YfdgntniAVN79xyXFGa9sMzk8FCpNF", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTeKvZLFJtnqWSMU5OD2N5cwiAJnyhXOjLx2Sk5MbUqMcbBnQz4ruyeU2z6e2WUfnLmC1dmCeYcWjCIulzmtrzWFFeVEKp7FhcCK6YGoWdONcjaPBU60dEP-zbvlRx4HUV6I8YfdgntniAVN79xyXFGa9sMzk8FCpNF", + "descriptions": [ + { + "value": "Crafted by bmbmbm", + "color": "7ea9d1" + }, + { + "value": "Paint Color: Ye Olde Rustic Colour", + "color": "756b5e" + } + ], + "tradable": 1, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=30307&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D403606486549397525", + "name": "Inspect in Game..." + } + ], + "name": "Neckwear Headwear", + "name_color": "7D6D00", + "type": "Level 32 Hat", + "market_name": "Neckwear Headwear", + "market_hash_name": "Neckwear Headwear", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D403606486549397525", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "1419736", + "instanceid": "0", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEFYw4CWBbjsz1Rt8rvH-aEDOEZpNY095dQl248lFB4bLXiYGNkK1GaU6ELXqM59Qq6XyYx6pU0UtLk87hWcVjvvdPYc-57KrOyQig", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEFYw4CWBbjsz1Rt8rvH-aEDOEZpNY095dQl248lFB4bLXiYGNkK1GaU6ELXqM59Qq6XyYx6pU0UtLk87hWcVjvvdPYc-57KrOyQig", + "descriptions": [ + { + "value": "Holiday Restriction: TF Birthday", + "color": "d83636" + }, + { + "value": "Unlimited use", + "color": "7ea9d1" + }, + { + "value": " " + }, + { + "value": "( Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=536&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Noise Maker - TF Birthday", + "name_color": "7D6D00", + "type": "Level 5 Party Favor", + "market_name": "Noise Maker - TF Birthday", + "market_hash_name": "Noise Maker - TF Birthday", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "TF_Party_Favor", + "localized_category_name": "Type", + "localized_tag_name": "Party Favor" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "781371739", + "instanceid": "11040543", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEDewkuTgvntDRBh8ftMvGDBfAMns4w2pxUyzFu3wV6ZLKzYDUyKgKWA_QPDadirAu_X3BhscE3DNWypOlUeA7p59TAZ-QycIYbm3oEtCM", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEDewkuTgvntDRBh8ftMvGDBfAMns4w2pxUyzFu3wV6ZLKzYDUyKgKWA_QPDadirAu_X3BhscE3DNWypOlUeA7p59TAZ-QycIYbm3oEtCM", + "descriptions": [ + { + "value": "This weapon deploys 50% faster", + "color": "7ea9d1" + }, + { + "value": "Pages of Tumidum: 1", + "color": "7ea9d1" + }, + { + "value": "Pages of Gratanter: 5", + "color": "7ea9d1" + }, + { + "value": "Pages of Audere: 2", + "color": "7ea9d1" + }, + { + "value": "Pages of Congeriae: 2", + "color": "7ea9d1" + }, + { + "value": "Pages of Veteris: 4", + "color": "7ea9d1" + }, + { + "value": "\nThis is a fine-looking spellbook, full of pages you've collected. But you can never have too much magic..." + }, + { + "value": " " + }, + { + "value": "( Achievement Item: Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=1069&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Fancy Spellbook", + "name_color": "7D6D00", + "type": "Level 1 Spellbook\n", + "market_name": "Fancy Spellbook", + "market_hash_name": "Fancy Spellbook", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "action", + "localized_category_name": "Type", + "localized_tag_name": "Action" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "1365977426", + "instanceid": "3557545968", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEDewlDDUq3hz9Cms_pFP6JN-cPl94K6ZFH3jMllAQvN-GwZ2MxKwWTVvQMD_A_9Q7oWSJgsJQ3BITkoukEflrrvIGVMa5sbo96WARufQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEDewlDDUq3hz9Cms_pFP6JN-cPl94K6ZFH3jMllAQvN-GwZ2MxKwWTVvQMD_A_9Q7oWSJgsJQ3BITkoukEflrrvIGVMa5sbo96WARufQ", + "descriptions": [ + { + "value": "(Merasmissions Completed: 48)", + "color": "756b5e" + }, + { + "value": "(Halloween Transmutes Performed: 21)", + "color": "756b5e" + }, + { + "value": "The Soul Gargoyle grants access to Merasmissions during the Scream Fortress event each year.\nYou can level up the gargoyle by collecting souls. Souls can be found by killing enemies, completing Merasmissions and finding Soul Gargoyles.\nLevels up at 666, 1337, 2000 and then every 2000 Souls.\n\nProvides access to Halloween transmutes where you can transmute 3 items for an untradable and unmarketable Halloween item from years past.\nA bonus is given for every 10 transmutes." + }, + { + "value": " " + }, + { + "value": " " + }, + { + "value": "The Scream Fortress Collections" + }, + { + "value": " Gargoyle Collection", + "color": "4b69ff" + }, + { + "value": " Creepy Crawly Collection", + "color": "4b69ff" + }, + { + "value": " Violet Vermin Collection", + "color": "4b69ff" + }, + { + "value": " Scream Fortress X Collection", + "color": "4b69ff" + }, + { + "value": " Spooky Spoils Collection", + "color": "4b69ff" + }, + { + "value": " Wicked Windfall Collection", + "color": "4b69ff" + }, + { + "value": " Scream Fortress XII Collection", + "color": "4b69ff" + }, + { + "value": " Crimson Cache Collection", + "color": "4b69ff" + }, + { + "value": " Scream Fortress XIII Collection", + "color": "4b69ff" + }, + { + "value": " Ghoulish Gains Collection", + "color": "4b69ff" + }, + { + "value": " Scream Fortress XIV Collection", + "color": "4b69ff" + }, + { + "value": " " + }, + { + "value": "Case Global Bonus Item(s)" + }, + { + "value": "Paint Cans!\nTaunt Unusualifiers!\nMvM Tickets!\nAnd TF2 Tools!" + }, + { + "value": "Inspect for full list of unusual effects and more details" + }, + { + "value": " " + }, + { + "value": "( Not Tradable, Marketable, or Usable in Crafting )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=5826&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D2795365208282263280", + "name": "Inspect in Game..." + } + ], + "name": "Sad Soul Gargoyle", + "name_color": "7D6D00", + "type": "Sad Tool - Souls Collected: 9940", + "market_name": "Strange Soul Gargoyle", + "market_hash_name": "Strange Soul Gargoyle", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D2795365208282263280", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "Craft Item", + "localized_category_name": "Type", + "localized_tag_name": "Craft Item" + }, + { + "category": "Collection", + "internal_name": "Halloween_master_collection", + "localized_category_name": "Collection", + "localized_tag_name": "The Scream Fortress Collections" + } + ] + }, + { + "appid": 440, + "classid": "780610883", + "instanceid": "11040545", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEPaRQSYg_jvwdPidrhCLzZDLcGmI0xsMFXjjc6lQciMLGwaTIyIAabB6ZYXq1j8g7pXiVqsZQwGse48Fvx2DG3", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEPaRQSYg_jvwdPidrhCLzZDLcGmI0xsMFXjjc6lQciMLGwaTIyIAabB6ZYXq1j8g7pXiVqsZQwGse48Fvx2DG3", + "descriptions": [ + { + "value": "Changes the description of an item in your backpack" + }, + { + "value": " " + }, + { + "value": "This is a limited use item. Uses: 1", + "color": "00a000" + }, + { + "value": " " + }, + { + "value": "( Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=5044&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Description Tag", + "name_color": "7D6D00", + "type": "Level 1 Tool", + "market_name": "Description Tag", + "market_hash_name": "Description Tag", + "commodity": 1, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "TF_T", + "localized_category_name": "Type", + "localized_tag_name": "Tool" + } + ] + }, + { + "appid": 440, + "classid": "780610886", + "instanceid": "11040545", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfbQAuURrwvz0N3Z6xX6ffDLhUy9xj5skA3GZolFkqYbCxNW4xcVbDBaEHBfY891zuDWki5sDLBQ4iqw", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfbQAuURrwvz0N3Z6xX6ffDLhUy9xj5skA3GZolFkqYbCxNW4xcVbDBaEHBfY891zuDWki5sDLBQ4iqw", + "descriptions": [ + { + "value": "Changes the name of an item in your backpack" + }, + { + "value": " " + }, + { + "value": "This is a limited use item. Uses: 1", + "color": "00a000" + }, + { + "value": " " + }, + { + "value": "( Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=5020&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Name Tag", + "name_color": "7D6D00", + "type": "Level 1 Tool", + "market_name": "Name Tag", + "market_hash_name": "Name Tag", + "commodity": 1, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "TF_T", + "localized_category_name": "Type", + "localized_tag_name": "Tool" + } + ] + }, + { + "appid": 440, + "classid": "681087766", + "instanceid": "11040545", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTee_lNFZ5nqWSMU5PShIcCxWVd2H5fLn-siSQrbOhrZcLFzwvo7vKMFXrjazbKEC3YDlltU7ILYTmKrTT3t-mdE2nBQewrRwpRKfEHoGxPOM3aPhM8045d-zTgwxczDhgvm153-6I", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTee_lNFZ5nqWSMU5PShIcCxWVd2H5fLn-siSQrbOhrZcLFzwvo7vKMFXrjazbKEC3YDlltU7ILYTmKrTT3t-mdE2nBQewrRwpRKfEHoGxPOM3aPhM8045d-zTgwxczDhgvm153-6I", + "descriptions": [ + { + "value": "Used to paint other items." + }, + { + "value": " " + }, + { + "value": "This is a limited use item. Uses: 1", + "color": "00a000" + }, + { + "value": " " + }, + { + "value": "( Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=5027&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Indubitably Green", + "name_color": "7D6D00", + "type": "Level 5 Tool", + "market_name": "Indubitably Green", + "market_hash_name": "Indubitably Green", + "commodity": 1, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "TF_T", + "localized_category_name": "Type", + "localized_tag_name": "Tool" + } + ] + }, + { + "appid": 440, + "classid": "680903787", + "instanceid": "11040545", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSKfKFOGJ1nqWSMU5PShIcCxWVd2H5fLn-siSQrbOhrZcLFzwvo7vKMFXrjazbKEC3YDlltU7ILYTmKrTT3t-mdE2nBQewrRwpRKfEHoGxPOM3aPhM8045d-zTgwxczDhgvG7gZwMo", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfSKfKFOGJ1nqWSMU5PShIcCxWVd2H5fLn-siSQrbOhrZcLFzwvo7vKMFXrjazbKEC3YDlltU7ILYTmKrTT3t-mdE2nBQewrRwpRKfEHoGxPOM3aPhM8045d-zTgwxczDhgvG7gZwMo", + "descriptions": [ + { + "value": "Used to paint other items." + }, + { + "value": " " + }, + { + "value": "This is a limited use item. Uses: 1", + "color": "00a000" + }, + { + "value": " " + }, + { + "value": "( Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=5034&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Peculiarly Drab Tincture", + "name_color": "7D6D00", + "type": "Level 5 Tool", + "market_name": "Peculiarly Drab Tincture", + "market_hash_name": "Peculiarly Drab Tincture", + "commodity": 1, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "TF_T", + "localized_category_name": "Type", + "localized_tag_name": "Tool" + } + ] + }, + { + "appid": 440, + "classid": "680876993", + "instanceid": "11040545", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTfcPRMEs1nqWSMU5PShIcCxWVd2H5fLn-siSQrbOhrZcLFzwvo7vKMFXrjazbKEC3YDlltU7ILYTmKrTT3t-mdE2nBQewrRwpRKfEHoGxPOM3aPhM8045d-zTgwxczDhgv4OlkQfA", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTfcPRMEs1nqWSMU5PShIcCxWVd2H5fLn-siSQrbOhrZcLFzwvo7vKMFXrjazbKEC3YDlltU7ILYTmKrTT3t-mdE2nBQewrRwpRKfEHoGxPOM3aPhM8045d-zTgwxczDhgv4OlkQfA", + "descriptions": [ + { + "value": "Used to paint other items." + }, + { + "value": " " + }, + { + "value": "This is a limited use item. Uses: 1", + "color": "00a000" + }, + { + "value": " " + }, + { + "value": "( Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=5035&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Radigan Conagher Brown", + "name_color": "7D6D00", + "type": "Level 5 Tool", + "market_name": "Radigan Conagher Brown", + "market_hash_name": "Radigan Conagher Brown", + "commodity": 1, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "TF_T", + "localized_category_name": "Type", + "localized_tag_name": "Tool" + } + ] + }, + { + "appid": 440, + "classid": "13251699", + "instanceid": "11040543", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfbRIfSSTwvShPidHZAfOeD-VOn95t4cdTjTA4lVUuZrbkZWI_JgXDU_kGCaQ48V7vX3BqsJNgV4CwpvUWJ1tC_uqNsg", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfbRIfSSTwvShPidHZAfOeD-VOn95t4cdTjTA4lVUuZrbkZWI_JgXDU_kGCaQ48V7vX3BqsJNgV4CwpvUWJ1tC_uqNsg", + "descriptions": [ + { + "value": "All Class Taunt\nEquip this item in a Taunt Slot. Activate to tell your victims you are making a Replay of their pathetic demise to share with everyone." + }, + { + "value": " " + }, + { + "value": "( Achievement Item: Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=438&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12560091058903011222", + "name": "Inspect in Game..." + } + ], + "name": "Taunt: The Director's Vision", + "name_color": "7D6D00", + "type": "Level 5 Special Taunt", + "market_name": "Taunt: The Director's Vision", + "market_hash_name": "Taunt: The Director's Vision", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12560091058903011222", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "taunt", + "localized_category_name": "Type", + "localized_tag_name": "Taunt 1" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "73625845", + "instanceid": "23455570", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbYxAUTw7yujdXnMTjMv6NGucF1d9stpYDgDI6yVArMbq3ZjQ_cFHHWPAMBPNp8lC8DHRhsZVlVdLl9r5IOVK43gpEMGA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbYxAUTw7yujdXnMTjMv6NGucF1d9stpYDgDI6yVArMbq3ZjQ_cFHHWPAMBPNp8lC8DHRhsZVlVdLl9r5IOVK43gpEMGA", + "descriptions": [ + { + "value": "Holds a maximum of 3 charges", + "color": "7ea9d1" + }, + { + "value": "Currently holds 0 charges", + "color": "7ea9d1" + }, + { + "value": "Each charge lasts 5 seconds", + "color": "7ea9d1" + }, + { + "value": "Applies a bonus effect for a limited amount of time when used. Must first be filled at an Upgrade Station and can only be filled with one bonus type at a time." + }, + { + "value": " " + }, + { + "value": "( Achievement Item: Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=489&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "Power Up Canteen", + "name_color": "7D6D00", + "type": "Level 67 Usable Item", + "market_name": "Power Up Canteen", + "market_hash_name": "Power Up Canteen", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "TF_UsableItem", + "localized_category_name": "Type", + "localized_tag_name": "Usable Item" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "2569578442", + "instanceid": "2569629781", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEIUwEdXBbnujlPhPfqDOCLDa5Xn9tlvcYA2GNqxFIqZeDgYDM3KlDEBfNbWfZsrA7pC39jvpQyA4bguasILuCA4r1m", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEIUwEdXBbnujlPhPfqDOCLDa5Xn9tlvcYA2GNqxFIqZeDgYDM3KlDEBfNbWfZsrA7pC39jvpQyA4bguasILuCA4r1m", + "descriptions": [ + { + "value": "Uses a shared pressure tank for Primary Fire and Alt-Fire.\n\nPrimary Fire: Launches a fast-moving projectile that briefly ignites enemies\n\nAlt-Fire: Release a blast of air that pushes enemies and projectiles, and extinguishes teammates that are on fire." + }, + { + "value": "Extinguishing teammates restores 20 health", + "color": "7ea9d1" + }, + { + "value": "Deals 300% damage to burning players\n+50% re-pressurization rate on hit", + "color": "7ea9d1" + }, + { + "value": "-50% repressurization rate on Alt-Fire", + "color": "d83636" + }, + { + "value": "This powerful, single-shot flamethrower rewards consecutive hits with faster reloads and bonus damage." + }, + { + "value": " " + }, + { + "value": "( Free Contract Reward: Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=1178&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D1037738239482082454", + "name": "Inspect in Game..." + } + ], + "name": "The Dragon's Fury", + "name_color": "7D6D00", + "type": "Level 19 Flame Launcher", + "market_name": "The Dragon's Fury", + "market_hash_name": "The Dragon's Fury", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D1037738239482082454", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "primary", + "localized_category_name": "Type", + "localized_tag_name": "Primary weapon" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "780610893", + "instanceid": "11040543", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEIUwQQTxXrrjlPt8XnAf6JHN8Mmsgy4N4Fi2Q7wQN4beazZGZmJlKTVvlbD6BurF65X3BrvZRlA4K3pLpSLV65qsKYZGC7kCUi", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEIUwQQTxXrrjlPt8XnAf6JHN8Mmsgy4N4Fi2Q7wQN4beazZGZmJlKTVvlbD6BurF65X3BrvZRlA4K3pLpSLV65qsKYZGC7kCUi", + "descriptions": [ + { + "value": "" + }, + { + "value": " " + }, + { + "value": "( Achievement Item: Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=1123&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "The Necro Smasher", + "name_color": "7D6D00", + "type": "Level 50 Hammer", + "market_name": "The Necro Smasher", + "market_hash_name": "The Necro Smasher", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "melee", + "localized_category_name": "Type", + "localized_tag_name": "Melee weapon" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "2569550986", + "instanceid": "2569634213", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEIUwAQThjjtgdPidrhCLyKWbJUmN5js8hR3W5qk1kqYLuxZjI-J1zGAqMHWqA-o1G4USFr7p9iGse48LnelkD9", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEIUwAQThjjtgdPidrhCLyKWbJUmN5js8hR3W5qk1kqYLuxZjI-J1zGAqMHWqA-o1G4USFr7p9iGse48LnelkD9", + "descriptions": [ + { + "value": "Gas meter builds with damage done and/or time", + "color": "7ea9d1" + }, + { + "value": "Spawning and resupply do not affect the Gas meter", + "color": "d83636" + }, + { + "value": "Gas meter starts empty", + "color": "d83636" + }, + { + "value": "Creates a horrific visible gas cloud that coats enemies with a flammable material, which then ignites into afterburn if they take damage (even enemy Pyros!)" + }, + { + "value": " " + }, + { + "value": "( Free Contract Reward: Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=1180&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "The Gas Passer", + "name_color": "7D6D00", + "type": "Level 62 Gas-Like Substance", + "market_name": "The Gas Passer", + "market_hash_name": "The Gas Passer", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "secondary", + "localized_category_name": "Type", + "localized_tag_name": "Secondary weapon" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "2650371510", + "instanceid": "2650383002", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMaQkUTxr2vTx8mMnvA-aHAfQ_ktk664MayTdinxVwPffmaWZYexDHDPEHCMot8Qn-WGlk6Z82V9Lj87leKgjq59bPO7EkYoxFHcKCW_eGZVz_7hhphfJfLpWBvmqxivMht1av", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMaQkUTxr2vTx8mMnvA-aHAfQ_ktk664MayTdinxVwPffmaWZYexDHDPEHCMot8Qn-WGlk6Z82V9Lj87leKgjq59bPO7EkYoxFHcKCW_eGZVz_7hhphfJfLpWBvmqxivMht1av", + "descriptions": [ + { + "value": "Commando Grade Knife (Factory New)", + "color": "8847ff" + }, + { + "value": "Attack an enemy from behind to Backstab them for a one hit kill." + }, + { + "value": " " + }, + { + "value": " " + }, + { + "value": "Mann Co. Events Collection" + }, + { + "value": "\u2714 Smissmas Sweater War Paint", + "color": "8847ff" + }, + { + "value": " " + }, + { + "value": "( Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=194&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12548205737616622748", + "name": "Inspect in Game..." + } + ], + "name": "Smissmas Sweater Knife", + "name_color": "FAFAFA", + "type": "", + "market_name": "Smissmas Sweater Knife (Factory New)", + "market_hash_name": "Smissmas Sweater Knife (Factory New)", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12548205737616622748", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "paintkitweapon", + "localized_category_name": "Quality", + "localized_tag_name": "Decorated Weapon", + "color": "FAFAFA" + }, + { + "category": "Type", + "internal_name": "melee", + "localized_category_name": "Type", + "localized_tag_name": "Melee weapon" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Exterior", + "internal_name": "TFUI_InvTooltip_FactoryNew", + "localized_category_name": "Exterior", + "localized_tag_name": "Factory New" + } + ] + }, + { + "appid": 440, + "classid": "2569630574", + "instanceid": "2569630575", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEIUwUQUxrsuQdPidrhCLyJWrkBnt4xscAG2G9txwMtMeXkZ2VhJl3BAPANDvRupVi_DCZi7cY7Gse48MEfjbKt", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEIUwUQUxrsuQdPidrhCLyJWrkBnt4xscAG2G9txwMtMeXkZ2VhJl3BAPANDvRupVi_DCZi7cY7Gse48MEfjbKt", + "descriptions": [ + { + "value": "+50% increase in charge recharge rate", + "color": "7ea9d1" + }, + { + "value": "-33% healing effect", + "color": "d83636" + }, + { + "value": "Eat to gain health.\nAlt-fire: Share banana with a friend (Small Health Kit)" + }, + { + "value": " " + }, + { + "value": "( Free Contract Reward: Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=1190&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "The Second Banana", + "name_color": "7D6D00", + "type": "Level 1 Lunch Box", + "market_name": "The Second Banana", + "market_hash_name": "The Second Banana", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "secondary", + "localized_category_name": "Type", + "localized_tag_name": "Secondary weapon" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + } + ] + }, + { + "appid": 440, + "classid": "14496117", + "instanceid": "11040543", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEIUxMFWiTvuSB8j93oMv6NGucF1dsz4ZEHjWc4x1csMbG2aGdmK1KVAvUHWaJo8grtCiMwvMNhAYLior1IOVK4PATpep0", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEIUxMFWiTvuSB8j93oMv6NGucF1dsz4ZEHjWc4x1csMbG2aGdmK1KVAvUHWaJo8grtCiMwvMNhAYLior1IOVK4PATpep0", + "descriptions": [ + { + "value": "The ultimate in semi-concealed weaponry. There's no question you need this gun, the only question is: where will you keep it?" + }, + { + "value": " " + }, + { + "value": "( Achievement Item: Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=294&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "The Lugermorph", + "name_color": "7D6D00", + "type": "Level 5 Pistol", + "market_name": "The Lugermorph", + "market_hash_name": "The Lugermorph", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "secondary", + "localized_category_name": "Type", + "localized_tag_name": "Secondary weapon" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "2650369250", + "instanceid": "3119753409", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMaQkUTxr2vTx8mMnvA-aHAfQ_ktk664MayTdinxVwPffmaWZYexDHDPIOCcot8Qn-WGk07sFiDdKwo-xQKwq-sIaQNLAuN4kfG5XYWPGDMg__uxo8ifVZJ8aAvmqxil4d2Doy", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMaQkUTxr2vTx8mMnvA-aHAfQ_ktk664MayTdinxVwPffmaWZYexDHDPIOCcot8Qn-WGk07sFiDdKwo-xQKwq-sIaQNLAuN4kfG5XYWPGDMg__uxo8ifVZJ8aAvmqxil4d2Doy", + "descriptions": [ + { + "value": "Commando Grade Rocket Launcher (Factory New)", + "color": "8847ff" + }, + { + "value": " " + }, + { + "value": " " + }, + { + "value": "Mann Co. Events Collection" + }, + { + "value": "\u2714 Smissmas Sweater War Paint", + "color": "8847ff" + }, + { + "value": " " + }, + { + "value": "( Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=205&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D17176956484715032847", + "name": "Inspect in Game..." + } + ], + "name": "Smissmas Sweater Rocket Launcher", + "name_color": "FAFAFA", + "type": "", + "market_name": "Smissmas Sweater Rocket Launcher (Factory New)", + "market_hash_name": "Smissmas Sweater Rocket Launcher (Factory New)", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D17176956484715032847", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "paintkitweapon", + "localized_category_name": "Quality", + "localized_tag_name": "Decorated Weapon", + "color": "FAFAFA" + }, + { + "category": "Type", + "internal_name": "primary", + "localized_category_name": "Type", + "localized_tag_name": "Primary weapon" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Exterior", + "internal_name": "TFUI_InvTooltip_FactoryNew", + "localized_category_name": "Exterior", + "localized_tag_name": "Factory New" + } + ] + }, + { + "appid": 440, + "classid": "2569630430", + "instanceid": "2569631427", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEIUxUeXhDnrChCi8PZAfOeD-VOyYsxtsNQiWBoyFV9ZLS3MWFkd1SbUfgMX_Fpowm0DCUw7p5iVoG19PUWJ1skQfgPiA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEIUxUeXhDnrChCi8PZAfOeD-VOyYsxtsNQiWBoyFV9ZLS3MWFkd1SbUfgMX_Fpowm0DCUw7p5iVoG19PUWJ1skQfgPiA", + "descriptions": [ + { + "value": "Push enemies back when you land (force and radius based on velocity)", + "color": "7ea9d1" + }, + { + "value": "Death from above! Fires a short-duration blast that launches the Pyro in the direction they are aiming. Deal 3x falling damage to anyone you land on!" + }, + { + "value": " " + }, + { + "value": "( Free Contract Reward: Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=1179&lang=en_US", + "name": "Item Wiki Page..." + } + ], + "name": "The Thermal Thruster", + "name_color": "7D6D00", + "type": "Level 89 Rocket Pack", + "market_name": "The Thermal Thruster", + "market_hash_name": "The Thermal Thruster", + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "secondary", + "localized_category_name": "Type", + "localized_tag_name": "Secondary weapon" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "2650365927", + "instanceid": "4243651155", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMaQkUTxr2vTx8mMnvA-aHAfQ_ktk664MayTdinxVwPffmaWZYexDHDPIODMot8Qn-WGlr68Y7BoazpuMEeQ7v5YCSN7V-ZoxLS8aGWvDQMlv17U1p0qZaeZeJvmqxilRSyFCZ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMaQkUTxr2vTx8mMnvA-aHAfQ_ktk664MayTdinxVwPffmaWZYexDHDPIODMot8Qn-WGlr68Y7BoazpuMEeQ7v5YCSN7V-ZoxLS8aGWvDQMlv17U1p0qZaeZeJvmqxilRSyFCZ", + "descriptions": [ + { + "value": "Commando Grade Scattergun (Factory New)", + "color": "8847ff" + }, + { + "value": " " + }, + { + "value": " " + }, + { + "value": "Mann Co. Events Collection" + }, + { + "value": "\u2714 Smissmas Sweater War Paint", + "color": "8847ff" + }, + { + "value": " " + }, + { + "value": "( Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=200&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D749302521832856138", + "name": "Inspect in Game..." + } + ], + "name": "Smissmas Sweater Scattergun", + "name_color": "FAFAFA", + "type": "", + "market_name": "Smissmas Sweater Scattergun (Factory New)", + "market_hash_name": "Smissmas Sweater Scattergun (Factory New)", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D749302521832856138", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "paintkitweapon", + "localized_category_name": "Quality", + "localized_tag_name": "Decorated Weapon", + "color": "FAFAFA" + }, + { + "category": "Type", + "internal_name": "primary", + "localized_category_name": "Type", + "localized_tag_name": "Primary weapon" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Exterior", + "internal_name": "TFUI_InvTooltip_FactoryNew", + "localized_category_name": "Exterior", + "localized_tag_name": "Factory New" + } + ] + }, + { + "appid": 440, + "classid": "2650372337", + "instanceid": "4243651168", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMaQkUTxr2vTx8mMnvA-aHAfQ_ktk664MayTdinxVwPffmaWZYexDHDPIODcot8Qn-WGlm68NiBYa0p7hefljps4fAMLUqMIwaGMHUCKfTYlz07086h_UOKp2OvmqxipMCabGD", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMaQkUTxr2vTx8mMnvA-aHAfQ_ktk664MayTdinxVwPffmaWZYexDHDPIODcot8Qn-WGlm68NiBYa0p7hefljps4fAMLUqMIwaGMHUCKfTYlz07086h_UOKp2OvmqxipMCabGD", + "descriptions": [ + { + "value": "Commando Grade Sniper Rifle (Factory New)", + "color": "8847ff" + }, + { + "value": " " + }, + { + "value": " " + }, + { + "value": "Mann Co. Events Collection" + }, + { + "value": "\u2714 Smissmas Sweater War Paint", + "color": "8847ff" + }, + { + "value": " " + }, + { + "value": "( Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=201&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D6966616186637414563", + "name": "Inspect in Game..." + } + ], + "name": "Smissmas Sweater Sniper Rifle", + "name_color": "FAFAFA", + "type": "", + "market_name": "Smissmas Sweater Sniper Rifle (Factory New)", + "market_hash_name": "Smissmas Sweater Sniper Rifle (Factory New)", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D6966616186637414563", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "paintkitweapon", + "localized_category_name": "Quality", + "localized_tag_name": "Decorated Weapon", + "color": "FAFAFA" + }, + { + "category": "Type", + "internal_name": "primary", + "localized_category_name": "Type", + "localized_tag_name": "Primary weapon" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Exterior", + "internal_name": "TFUI_InvTooltip_FactoryNew", + "localized_category_name": "Exterior", + "localized_tag_name": "Factory New" + } + ] + }, + { + "appid": 440, + "classid": "780610889", + "instanceid": "11040543", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJYwoTUhXttTFAh8bZAfOeD-VOnY1l48ECjm4zwQAoN7viYGBmKgGRUvdYWKZv8FHpWXY2sMZiBI-z9vUWJ1vPuTdk3Q", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJYwoTUhXttTFAh8bZAfOeD-VOnY1l48ECjm4zwQAoN7viYGBmKgGRUvdYWKZv8FHpWXY2sMZiBI-z9vUWJ1vPuTdk3Q", + "descriptions": [ + { + "value": "Explode spectacularly on death", + "color": "7ea9d1" + }, + { + "value": "'If ye gaze upon one tome-themed badge this year, MAKE IT NOT THIS ONE!' - Merasmus the Magician'" + }, + { + "value": " " + }, + { + "value": "( Achievement Item: Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=583&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D6963207774481073467", + "name": "Inspect in Game..." + } + ], + "name": "The Bombinomicon", + "name_color": "7D6D00", + "type": "Level 20 Badge", + "market_name": "The Bombinomicon", + "market_hash_name": "The Bombinomicon", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D6963207774481073467", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "6353554", + "instanceid": "1936019842", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEPeQIdVBXlhzVGjMnqMvCeB-4anuU55IJS3HhtxAQqMeDkNWJkIFyTVKIGWvBt8lq-WSQzvcJmAIPg8b1fK13o4IvALfByZxDbHf-P", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEPeQIdVBXlhzVGjMnqMvCeB-4anuU55IJS3HhtxAQqMeDkNWJkIFyTVKIGWvBt8lq-WSQzvcJmAIPg8b1fK13o4IvALfByZxDbHf-P", + "descriptions": [ + { + "value": "This badge tracks your duel statistics.\nIncrease its level by winning duels!" + }, + { + "value": " " + }, + { + "value": "( Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=242&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D13855410757971058800", + "name": "Inspect in Game..." + } + ], + "name": "Bronze Dueling Badge", + "name_color": "7D6D00", + "type": "Level 1 Badge", + "market_name": "Bronze Dueling Badge", + "market_hash_name": "Bronze Dueling Badge", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D13855410757971058800", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "331369", + "instanceid": "1382149150", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgECaDgTXB_lvQdBmsfoF_ezBOESnN975sgC32I_xFV-MrvnMjNic1GUUKEND_Bu9l-4CHYz7sM7BY7j87gDfxKv6tWeoo5XMA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgECaDgTXB_lvQdBmsfoF_ezBOESnN975sgC32I_xFV-MrvnMjNic1GUUKEND_Bu9l-4CHYz7sM7BY7j87gDfxKv6tWeoo5XMA", + "descriptions": [ + { + "value": "Hire Date: Friday, October 2, 2015 (19:09:52) GMT" + }, + { + "value": "Even though you were late to the party, you were still the life of it." + }, + { + "value": " " + }, + { + "value": "( Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=166&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7782269368108230526", + "name": "Inspect in Game..." + } + ], + "name": "Mercenary", + "name_color": "7D6D00", + "type": "Level 5 Badge", + "market_name": "Mercenary", + "market_hash_name": "Mercenary", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7782269368108230526", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "1336074005", + "instanceid": "331432", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuXBfuuzRCm9vZCvuKHOIBn90w2pxUyzFu3wJ4Yua0NjIyKlDEUfkNXqBroA7qDXEz7p9iBtHioesHLwnpsIvEZ7QycIYbTv20z5o", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuXBfuuzRCm9vZCvuKHOIBn90w2pxUyzFu3wJ4Yua0NjIyKlDEUfkNXqBroA7qDXEz7p9iBtHioesHLwnpsIvEZ7QycIYbTv20z5o", + "descriptions": [ + { + "value": "The more gifts you give away, the bigger your heart will get! Get what gift-givers call \"the Smissmas spirit,\" and what cardiologists call hypertrophic cardiomyopathy." + }, + { + "value": " " + }, + { + "value": "( Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=655&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D2891993613343291741", + "name": "Inspect in Game..." + } + ], + "name": "The Spirit of Giving", + "name_color": "CF6A32", + "type": "The Badge - Gifts Given: 1", + "market_name": "Strange Spirit of Giving", + "market_hash_name": "Strange Spirit of Giving", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D2891993613343291741", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "strange", + "localized_category_name": "Quality", + "localized_tag_name": "Strange", + "color": "CF6A32" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "780611783", + "instanceid": "11040767", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEGegouXxrmvz18jcbhFM2ACfIHnpRs48AMijM5klh5ZObtZTExJFGWAvgKWqA7pAq6WXYw7Jc6UYCwo-0FZ0yx460D7Yp4", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEGegouXxrmvz18jcbhFM2ACfIHnpRs48AMijM5klh5ZObtZTExJFGWAvgKWqA7pAq6WXYw7Jc6UYCwo-0FZ0yx460D7Yp4", + "descriptions": [ + { + "value": "Your Mann Up progress through Operation Mecha Engine is saved on this badge." + }, + { + "value": "Challenges completed: 1", + "color": "7ea9d1" + }, + { + "value": "Completed: Decoy Disintegration", + "color": "7ea9d1" + }, + { + "value": " " + }, + { + "value": "( Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=975&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D3089485661316487007", + "name": "Inspect in Game..." + } + ], + "name": "Operation Mecha Engine Badge", + "name_color": "7D6D00", + "type": "Level 1 Badge", + "market_name": "Operation Mecha Engine Badge", + "market_hash_name": "Operation Mecha Engine Badge", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D3089485661316487007", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "780611755", + "instanceid": "11040767", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEGegouXxrmvz18mt31Gc2ACfIHnpRst5YD3WY6xlguYbe0NmA1dFGWU6IKWqBsoFG4UHVju5UyAtKyr-wFZ0yx4xN0pxC6", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEGegouXxrmvz18mt31Gc2ACfIHnpRst5YD3WY6xlguYbe0NmA1dFGWU6IKWqBsoFG4UHVju5UyAtKyr-wFZ0yx4xN0pxC6", + "descriptions": [ + { + "value": "Your Mann Up progress through Operation Oil Spill is saved on this badge." + }, + { + "value": "Challenges completed: 1", + "color": "7ea9d1" + }, + { + "value": "Completed: Decoy Day of Wreckening", + "color": "7ea9d1" + }, + { + "value": " " + }, + { + "value": "( Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=870&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D10152838673560814044", + "name": "Inspect in Game..." + } + ], + "name": "Operation Oil Spill Badge", + "name_color": "7D6D00", + "type": "Level 1 Badge", + "market_name": "Operation Oil Spill Badge", + "market_hash_name": "Operation Oil Spill Badge", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D10152838673560814044", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "13802197", + "instanceid": "11040543", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfeAAuXxrmvz18hMn0CvfCC7lWzY4x4ckB3zA8x1UrMLDnZTRkIAaSA_FbD6dorFu0WXY265UxUpmm-bxFwBo0Ww", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfeAAuXxrmvz18hMn0CvfCC7lWzY4x4ckB3zA8x1UrMLDnZTRkIAaSA_FbD6dorFu0WXY265UxUpmm-bxFwBo0Ww", + "descriptions": [ + { + "value": "And kill, and break, and smash, and bite. Mainly maim, though." + }, + { + "value": " " + }, + { + "value": "( Achievement Item: Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=296&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7395583957515940486", + "name": "Inspect in Game..." + } + ], + "name": "License to Maim", + "name_color": "7D6D00", + "type": "Level 20 Badge", + "market_name": "License to Maim", + "market_hash_name": "License to Maim", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7395583957515940486", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "2019673067", + "instanceid": "1366037640", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEPaQoeYhzwvTZCjM3ZHvmZBOwTpNY095dQl2E8wVMjMOe0MzQ2IwWbWPVaC_FiplHvXyZr7cIzBIbk9u0AcAvs4YXYc-577uTSMws", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEPaQoeYhzwvTZCjM3ZHvmZBOwTpNY095dQl2E8wVMjMOe0MzQ2IwWbWPVaC_FiplHvXyZr7cIzBIbk9u0AcAvs4YXYc-577uTSMws", + "descriptions": [ + { + "value": "Scare your friends into thinking you're carrying around deadly grenades. Bask in their relief when it turns out they're only harmless human skulls." + }, + { + "value": " " + }, + { + "value": "( Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=922&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D10262800401235513590", + "name": "Inspect in Game..." + } + ], + "name": "The Bonedolier", + "name_color": "7D6D00", + "type": "Level 66 Bones", + "market_name": "The Bonedolier", + "market_hash_name": "The Bonedolier", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D10262800401235513590", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + } + ] + }, + { + "appid": 440, + "classid": "780610902", + "instanceid": "11040767", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbfggXWAjxtyp8m9jjBuGzBOESnN97s5ZWjTMzwgd5YODsaDQwd1DGWaZaBKRu8lvoUXI2vcM1V4KypL9VfhKv6tVBDWJqSA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEbfggXWAjxtyp8m9jjBuGzBOESnN97s5ZWjTMzwgd5YODsaDQwd1DGWaZaBKRu8lvoUXI2vcM1V4KypL9VfhKv6tVBDWJqSA", + "descriptions": [ + { + "value": "Give your teacher the gift of insight, paper clip and rubber band included." + }, + { + "value": " " + }, + { + "value": "( Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=343&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D759679433140979613", + "name": "Inspect in Game..." + } + ], + "name": "Professor Speks", + "name_color": "7D6D00", + "type": "Level 5 Glasses", + "market_name": "Professor Speks", + "market_hash_name": "Professor Speks", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D759679433140979613", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "12415213", + "instanceid": "11040543", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfeAAuWhfjqytGm_fqDOCLDa5ZzN825sIMjDI7lAN_N7qzNm9lJVWQB_gKDaQ7rFG8DH8z7cQxAoS3uasILnivGBjx", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfeAAuWhfjqytGm_fqDOCLDa5ZzN825sIMjDI7lAN_N7qzNm9lJVWQB_gKDaQ7rFG8DH8z7cQxAoS3uasILnivGBjx", + "descriptions": [ + { + "value": "Splash the pot with all you got." + }, + { + "value": " " + }, + { + "value": "( Achievement Item: Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=295&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D17053522117904615295", + "name": "Inspect in Game..." + } + ], + "name": "Dangeresque, Too?", + "name_color": "7D6D00", + "type": "Level 20 Glasses", + "market_name": "Dangeresque, Too?", + "market_hash_name": "Dangeresque, Too?", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D17053522117904615295", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "1419737", + "instanceid": "0", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJaAYIVRr2hzBGid7_Mv6NGucF1YpjtpIF2mdowwArNbq0MW5lcAWRVfldC_Fs9126W35qsMRiVdK38b5IOVK4Ttx7-eY", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEJaAYIVRr2hzBGid7_Mv6NGucF1YpjtpIF2mdowwArNbq0MW5lcAWRVfldC_Fs9126W35qsMRiVdK38b5IOVK4Ttx7-eY", + "descriptions": [ + { + "value": "" + }, + { + "value": " " + }, + { + "value": "( Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=537&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D5253113297161131561", + "name": "Inspect in Game..." + } + ], + "name": "Party Hat", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "Party Hat", + "market_hash_name": "Party Hat", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D5253113297161131561", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "3432006512", + "instanceid": "11043698", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfYxcuVRr2hzRCms_jQ_aIC7cDn4k05MIEi2MzyVYtY7PtMzVlJVeVUPQKDqM5oAm1DHcz7JMtRNmxadpNPKE", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEfYxcuVRr2hzRCms_jQ_aIC7cDn4k05MIEi2MzyVYtY7PtMzVlJVeVUPQKDqM5oAm1DHcz7JMtRNmxadpNPKE", + "descriptions": [ + { + "value": "Style: Tasteful and Refined", + "color": "756b5e" + }, + { + "value": "\u2605 Unusual Effect: Miami Nights", + "color": "ffd700" + }, + { + "value": " " + }, + { + "value": "( Not Tradable, Marketable, Usable in Crafting, or Gift Wrappable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=120&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D12451967021637532324", + "name": "Inspect in Game..." + } + ], + "name": "Unusual Scotsman's Stove Pipe", + "name_color": "8650AC", + "type": "Level 60 Hat", + "market_name": "Unusual Scotsman's Stove Pipe", + "market_hash_name": "Unusual Scotsman's Stove Pipe", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D12451967021637532324", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "rarity4", + "localized_category_name": "Quality", + "localized_tag_name": "Unusual", + "color": "8650AC" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + } + ] + }, + { + "appid": 440, + "classid": "780610891", + "instanceid": "19173217", + "currency": 0, + "background_color": "3C352E", + "icon_url": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTfcPRMEs1nqWSMU5OD2N8GwCcPyShXOjLx2Sk5MbUqMcbBnQz4ruyeU3P_ZyTQIzjmG1dqCPAxYT2EoVz5tK_DFybBRuEtSl0DL6NRo2BPPcmAaRds1dJdqmTqxRQoR0EqcMNEdV3jmiZCf60rz08fAMc0", + "icon_url_large": "IzMF03bi9WpSBq-S-ekoE33L-iLqGFHVaU25ZzQNQcXdEH9myp0erksICfTfcPRMEs1nqWSMU5OD2N8GwCcPyShXOjLx2Sk5MbUqMcbBnQz4ruyeU3P_ZyTQIzjmG1dqCPAxYT2EoVz5tK_DFybBRuEtSl0DL6NRo2BPPcmAaRds1dJdqmTqxRQoR0EqcMNEdV3jmiZCf60rz08fAMc0", + "descriptions": [ + { + "value": "Paint Color: Radigan Conagher Brown", + "color": "756b5e" + }, + { + "value": "Dominate a player wearing any achievement Gibus hat, collect the Ghostly Gibus, and take your rightful place on the Halloween-update-related-hat-throne." + }, + { + "value": " " + }, + { + "value": "( Achievement Item: Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=940&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D16205678104758203816", + "name": "Inspect in Game..." + } + ], + "name": "Ghostly Gibus", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "Ghostly Gibus", + "market_hash_name": "Ghostly Gibus", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D16205678104758203816", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "780610907", + "instanceid": "23455879", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgDUhjpvSx8m9j_Mv6NGucF1d4xt8cG3DNoxlkubeftZ2Ezd1CSB_YLBKZuoFu8WH5r6ZA2DILuoOJIOVK4YRBpcFQ", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYaDgDUhjpvSx8m9j_Mv6NGucF1d4xt8cG3DNoxlkubeftZ2Ezd1CSB_YLBKZuoFu8WH5r6ZA2DILuoOJIOVK4YRBpcFQ", + "descriptions": [ + { + "value": "This snappy all-class stovepipe commemorates man and monkey's joint attempt to conquer the heavens with a built-in rocket that, every year on the anniversary of the launch, might violently explode." + }, + { + "value": " " + }, + { + "value": "( Achievement Item: Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=774&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7259802674563130650", + "name": "Inspect in Game..." + } + ], + "name": "The Gentle Munitionne of Leisure", + "name_color": "7D6D00", + "type": "Level 16 Hat", + "market_name": "The Gentle Munitionne of Leisure", + "market_hash_name": "The Gentle Munitionne of Leisure", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7259802674563130650", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "780610909", + "instanceid": "23455779", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuTg_nuTVUgMH1Gf6JN_MQguU55IJS3Hhpxgd-ZuDsNWFmJlbHBKQOCaNvoFm1Cn5hupJgBYO0pr9VK1-65tPALfByZ398vrrc", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgETYRQuTg_nuTVUgMH1Gf6JN_MQguU55IJS3Hhpxgd-ZuDsNWFmJlbHBKQOCaNvoFm1Cn5hupJgBYO0pr9VK1-65tPALfByZ398vrrc", + "descriptions": [ + { + "value": "You never took a break from cp_foundry, and now you can prove it with the actual steam whistle used to call the breaks you never took!" + }, + { + "value": " " + }, + { + "value": "( Achievement Item: Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=668&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D13902194348521378664", + "name": "Inspect in Game..." + } + ], + "name": "The Full Head of Steam", + "name_color": "7D6D00", + "type": "Level 89 Hat", + "market_name": "The Full Head of Steam", + "market_hash_name": "The Full Head of Steam", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D13902194348521378664", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "780611856", + "instanceid": "11040543", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEGaRUQThb3qwdQg93qAc2ACfIHnpRs5JJXj29pkFgtZuflZjI1cVOWV_cMCKdpoF-6XiZj6p5nAI7uru4HZ0yx4ximIjox", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEGaRUQThb3qwdQg93qAc2ACfIHnpRs5JJXj29pkFgtZuflZjI1cVOWV_cMCKdpoF-6XiZj6p5nAI7uru4HZ0yx4ximIjox", + "descriptions": [ + { + "value": "Killed Merasmus at level 7", + "color": "7ea9d1" + }, + { + "value": "This terrifying (innocuous) witching cap was found by the all-powerful (mediocre) wizard Merasmus in the depths of the Hades Spiral (right near the entrance of the Hades Spiral)." + }, + { + "value": " " + }, + { + "value": "( Achievement Item: Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=941&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7948398811063320047", + "name": "Inspect in Game..." + } + ], + "name": "The Skull Island Topper", + "name_color": "7D6D00", + "type": "Level 31 Hat", + "market_name": "The Skull Island Topper", + "market_hash_name": "The Skull Island Topper", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7948398811063320047", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "780619763", + "instanceid": "1800465132", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYZxIdUSTqtypNm_fkXs2ACfIHnpQx5sRWijM-xVB9bbblMzVmIFyUB_gGWPRv9QvvUHZjvMIxUYO19roHZ0yx47JZL-JL", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEYZxIdUSTqtypNm_fkXs2ACfIHnpQx5sRWijM-xVB9bbblMzVmIFyUB_gGWPRv9QvvUHZjvMIxUYO19roHZ0yx47JZL-JL", + "descriptions": [ + { + "value": "Crafted by confern", + "color": "7ea9d1" + }, + { + "value": "This is a special Halloween 2011 item", + "color": "7ea9d1" + }, + { + "value": "Express your discontent with the living." + }, + { + "value": " " + }, + { + "value": "( Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=580&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D9684608884232588744", + "name": "Inspect in Game..." + } + ], + "name": "The Spine-Twisting Skull", + "name_color": "7D6D00", + "type": "Level 31 Hat", + "market_name": "The Spine-Twisting Skull", + "market_hash_name": "The Spine-Twisting Skull", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D9684608884232588744", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "4724536", + "instanceid": "11040580", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEKYAsuUBrstjtCmPfqDOCLDa5SmI1mtZMC2zRqwlIvbOHnZ2UwJFfGBfkGCvdop1DoWXdq68UzUYe3uasILr2NNqzy", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEKYAsuUBrstjtCmPfqDOCLDa5SmI1mtZMC2zRqwlIvbOHnZ2UwJFfGBfkGCvdop1DoWXdq68UzUYe3uasILr2NNqzy", + "descriptions": [ + { + "value": "" + }, + { + "value": " " + }, + { + "value": "( Not Tradable, Marketable, or Usable in Crafting )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=261&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7088785132609792303", + "name": "Inspect in Game..." + } + ], + "name": "Mann Co. Cap", + "name_color": "7D6D00", + "type": "Level 10 Hat", + "market_name": "Mann Co. Cap", + "market_hash_name": "Mann Co. Cap", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7088785132609792303", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "1848849313", + "instanceid": "11040543", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEPaQoeYhHjuzNLjcniMvaFD-kDmtc62pxUyzFu3wQuZeHgZzQ_JwKQWPkKXac_owy6WHJr7pZmVYCwo-IFeQ_qsNSXO7gycIYbRavS_h4", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEPaQoeYhHjuzNLjcniMvaFD-kDmtc62pxUyzFu3wQuZeHgZzQ_JwKQWPkKXac_owy6WHJr7pZmVYCwo-IFeQ_qsNSXO7gycIYbRavS_h4", + "descriptions": [ + { + "value": "Guaranteed to prevent concussions and headshots... probably. Throwback Urban Camo edition!" + }, + { + "value": " " + }, + { + "value": "( Achievement Item: Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=1169&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D7685468676554302147", + "name": "Inspect in Game..." + } + ], + "name": "Military Grade JACK Hat", + "name_color": "7D6D00", + "type": "Level 50 Hat", + "market_name": "Military Grade JACK Hat", + "market_hash_name": "Military Grade JACK Hat", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D7685468676554302147", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "13334022", + "instanceid": "11040543", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZaRcdXALdsDlXt8TnH_WJRrcCyYli5MRX2GE4wQQiYOftZDVkI1HHWKIGBKc79wzuDyZg7MM1AYL457UBLeBvkW4", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEZaRcdXALdsDlXt8TnH_WJRrcCyYli5MRX2GE4wQQiYOftZDVkI1HHWKIGBKc79wzuDyZg7MM1AYL457UBLeBvkW4", + "descriptions": [ + { + "value": "I'm the writer, the director, and the star." + }, + { + "value": " " + }, + { + "value": "( Achievement Item: Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=302&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D739300773759702396", + "name": "Inspect in Game..." + } + ], + "name": "Frontline Field Recorder", + "name_color": "7D6D00", + "type": "Level 20 Headgear", + "market_name": "Frontline Field Recorder", + "market_hash_name": "Frontline Field Recorder", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D739300773759702396", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "1848849314", + "instanceid": "11040543", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEBbQQaXxrmvz18hMn0CvfCWbNVzIls58gEjjUzlAIjMLq0NTRjcALHVPQNBKE49w3qWXU0u8UyB5mm-bwaspehcA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEBbQQaXxrmvz18hMn0CvfCWbNVzIls58gEjjUzlAIjMLq0NTRjcALHVPQNBKE49w3qWXU0u8UyB5mm-bwaspehcA", + "descriptions": [ + { + "value": "A gift from Engineer to Soldier to commemorate his love of PASS Time." + }, + { + "value": " " + }, + { + "value": "( Achievement Item: Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=1170&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D11865557203302343922", + "name": "Inspect in Game..." + } + ], + "name": "PASS Time Miniature Half JACK", + "name_color": "7D6D00", + "type": "Level 50 Pin", + "market_name": "PASS Time Miniature Half JACK", + "market_hash_name": "PASS Time Miniature Half JACK", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D11865557203302343922", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "Unique", + "localized_category_name": "Quality", + "localized_tag_name": "Unique", + "color": "7D6D00" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "2372203817", + "instanceid": "37876811", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEOeAFDUSTkqj1QgPfrCPOYN_ABic485plF2Dh_rg16JuSwfmNhcFbAWaRaBfRroF-5DSMxvsM1BYK3puJVLFjpvYTFOuV4MNFOGcLOGqjRO0LfNaU", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEOeAFDUSTkqj1QgPfrCPOYN_ABic485plF2Dh_rg16JuSwfmNhcFbAWaRaBfRroF-5DSMxvsM1BYK3puJVLFjpvYTFOuV4MNFOGcLOGqjRO0LfNaU", + "descriptions": [ + { + "value": "Season 1" + }, + { + "value": " " + }, + { + "value": "( Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=9571&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D5086371060743596699", + "name": "Inspect in Game..." + } + ], + "name": "Genuine ETF2L Fresh Meat Challenge Participation Medal", + "name_color": "4D7455", + "type": "Level 1 Tournament Medal", + "market_name": "Genuine ETF2L Fresh Meat Challenge Participation Medal", + "market_hash_name": "Genuine ETF2L Fresh Meat Challenge Participation Medal", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D5086371060743596699", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "rarity1", + "localized_category_name": "Quality", + "localized_tag_name": "Genuine", + "color": "4D7455" + }, + { + "category": "Type", + "internal_name": "misc", + "localized_category_name": "Type", + "localized_tag_name": "Cosmetic" + }, + { + "category": "Class", + "internal_name": "Scout", + "localized_category_name": "Class", + "localized_tag_name": "Scout" + }, + { + "category": "Class", + "internal_name": "Sniper", + "localized_category_name": "Class", + "localized_tag_name": "Sniper" + }, + { + "category": "Class", + "internal_name": "Soldier", + "localized_category_name": "Class", + "localized_tag_name": "Soldier" + }, + { + "category": "Class", + "internal_name": "Demoman", + "localized_category_name": "Class", + "localized_tag_name": "Demoman" + }, + { + "category": "Class", + "internal_name": "Medic", + "localized_category_name": "Class", + "localized_tag_name": "Medic" + }, + { + "category": "Class", + "internal_name": "Heavy", + "localized_category_name": "Class", + "localized_tag_name": "Heavy" + }, + { + "category": "Class", + "internal_name": "Pyro", + "localized_category_name": "Class", + "localized_tag_name": "Pyro" + }, + { + "category": "Class", + "internal_name": "Spy", + "localized_category_name": "Class", + "localized_tag_name": "Spy" + }, + { + "category": "Class", + "internal_name": "Engineer", + "localized_category_name": "Class", + "localized_tag_name": "Engineer" + } + ] + }, + { + "appid": 440, + "classid": "2650364122", + "instanceid": "4657591880", + "currency": 0, + "background_color": "3C352E", + "icon_url": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMaQkUTxr2vTx8mMnvA-aHAfQ_ktk664MayTdinxVwPffmaWZYexDHDPkLD6MF4w3tG3Z8u8YwAoa39uIFeA7n4tCXZbMtMtwZHZTSCfSFZ1v07hgwg_JYJ5Pb9jSvg3rWUlDjcA", + "icon_url_large": "fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZULUrsm1j-9xgEMaQkUTxr2vTx8mMnvA-aHAfQ_ktk664MayTdinxVwPffmaWZYexDHDPkLD6MF4w3tG3Z8u8YwAoa39uIFeA7n4tCXZbMtMtwZHZTSCfSFZ1v07hgwg_JYJ5Pb9jSvg3rWUlDjcA", + "descriptions": [ + { + "value": "Commando Grade War Paint (Factory New)", + "color": "8847ff" + }, + { + "value": "Can be redeemed for an item with the same pattern." + }, + { + "value": " " + }, + { + "value": " " + }, + { + "value": "Mann Co. Events Collection" + }, + { + "value": "\u2714 Smissmas Sweater War Paint", + "color": "8847ff" + }, + { + "value": " " + }, + { + "value": "This is a limited use item. Uses: 1", + "color": "00a000" + }, + { + "value": " " + }, + { + "value": "( Not Tradable or Marketable )" + } + ], + "tradable": 0, + "actions": [ + { + "link": "http://wiki.teamfortress.com/scripts/itemredirect.php?id=16391&lang=en_US", + "name": "Item Wiki Page..." + }, + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20S%owner_steamid%A%assetid%D17252206071285346165", + "name": "Inspect in Game..." + } + ], + "name": "Smissmas Sweater War Paint", + "name_color": "FAFAFA", + "type": "", + "market_name": "Smissmas Sweater War Paint (Factory New)", + "market_hash_name": "Smissmas Sweater War Paint (Factory New)", + "market_actions": [ + { + "link": "steam://rungame/440/76561202255233023/+tf_econ_item_preview%20M%listingid%A%assetid%D17252206071285346165", + "name": "Inspect in Game..." + } + ], + "commodity": 0, + "market_tradable_restriction": 7, + "market_marketable_restriction": 0, + "marketable": 0, + "tags": [ + { + "category": "Quality", + "internal_name": "paintkitweapon", + "localized_category_name": "Quality", + "localized_tag_name": "Decorated Weapon", + "color": "FAFAFA" + }, + { + "category": "Type", + "internal_name": "TF_PaintKitTool", + "localized_category_name": "Type", + "localized_tag_name": "War Paint" + }, + { + "category": "Rarity", + "internal_name": "Rarity_Mythical", + "localized_category_name": "Grade", + "localized_tag_name": "Commando", + "color": "8847ff" + }, + { + "category": "Collection", + "internal_name": "UniqueFreeSkins_collection", + "localized_category_name": "Collection", + "localized_tag_name": "Mann Co. Events Collection" + }, + { + "category": "Exterior", + "internal_name": "TFUI_InvTooltip_FactoryNew", + "localized_category_name": "Exterior", + "localized_tag_name": "Factory New" + } + ] + } + ], + "total_inventory_count": 1130, + "success": 1, + "rwgrsn": -2 +} \ No newline at end of file diff --git a/examples/get_inventory_skus.py b/examples/get_inventory_skus.py new file mode 100644 index 0000000..72d639a --- /dev/null +++ b/examples/get_inventory_skus.py @@ -0,0 +1,8 @@ +from tf2_utils import map_inventory +import json + +local_inventory = json.loads(open("./example_inventory.json", "r").read()) +inventory = map_inventory(local_inventory, add_skus=True) + +for item in inventory: + print(item) diff --git a/examples/prices_tf_socket.py b/examples/prices_tf_socket.py new file mode 100644 index 0000000..b634b41 --- /dev/null +++ b/examples/prices_tf_socket.py @@ -0,0 +1,10 @@ +from tf2_utils import PricesTFSocket + + +def my_function(data: dict): + print("got data!", data) + + +socket = PricesTFSocket(my_function) + +socket.listen() diff --git a/examples/steamsupply_inventory_fetch.py b/examples/steamsupply_inventory_fetch.py new file mode 100644 index 0000000..0eca8ec --- /dev/null +++ b/examples/steamsupply_inventory_fetch.py @@ -0,0 +1,8 @@ +from tf2_utils import Inventory, map_inventory + +provider = Inventory("steamsupply", "9st947vs0qmgfpeqde1gj92l0oqmhysm") + +user_inventory = provider.fetch("76561198253325712") +inventory = map_inventory(user_inventory, add_skus=True) + +print(inventory) diff --git a/src/tf2_utils/__init__.py b/src/tf2_utils/__init__.py index 85fb128..f0b5994 100644 --- a/src/tf2_utils/__init__.py +++ b/src/tf2_utils/__init__.py @@ -1,10 +1,11 @@ __title__ = "tf2-utils" __author__ = "offish" -__version__ = "2.0.0" +__version__ = "2.0.1" __license__ = "MIT" from .schema import Schema, IEconItems from .inventory import Inventory, map_inventory from .sku import get_sku, get_sku_properties from .utils import to_refined, to_scrap, refinedify -from .backpack_tf import BackpackTFWebsocket +from .sockets import BackpackTFSocket, PricesTFSocket +from .prices_tf import PricesTF diff --git a/src/tf2_utils/backpack_tf.py b/src/tf2_utils/backpack_tf.py index fe6bd63..a6aab23 100644 --- a/src/tf2_utils/backpack_tf.py +++ b/src/tf2_utils/backpack_tf.py @@ -1,54 +1,3 @@ -import json - -from websockets.sync.client import connect - - -class BackpackTFWebsocket: - URL = "wss://ws.backpack.tf/events" - - def __init__( - self, - callback, - solo_entries: bool = True, - headers: dict = {"batch-test": True}, - max_size: int | None = None, - settings: dict = {}, - ) -> None: - """ - :param callback: Function pointer where you want the data to end up - - :param solo_entries: If data to callback should be solo entries or a batched list - :type solo_entries: bool - :param headers: Additional headers to send to the socket - :type headers: dict - :param settings: Additional websocket settings as a dict to be unpacked - :type settings: dict - """ - self.callback = callback - self.solo_entries = solo_entries - self.headers = headers - self.max_size = max_size - self.settings = settings - - def process_messages(self, data: str) -> None: - messages = json.loads(data) - - if not self.solo_entries: - self.callback(messages) - return - - for message in messages: - payload = message["payload"] - self.callback(payload) - - def listen(self) -> None: - """Listen for messages from BackpackTF""" - with connect( - self.URL, - additional_headers=self.headers, - max_size=self.max_size, - **self.settings, - ) as websocket: - while True: - data = websocket.recv() - self.process_messages(data) +class BackpackTF: + # to be done + pass diff --git a/src/tf2_utils/inventory.py b/src/tf2_utils/inventory.py index ddaa184..7502700 100644 --- a/src/tf2_utils/inventory.py +++ b/src/tf2_utils/inventory.py @@ -14,13 +14,11 @@ def map_inventory(inventory: dict, add_skus: bool = False) -> list[dict]: for asset in inventory["assets"]: for desc in inventory["descriptions"]: if ( - desc["tradable"] != 1 - or asset["classid"] != desc["classid"] + asset["classid"] != desc["classid"] or asset["instanceid"] != desc["instanceid"] ): continue - # ok, match if add_skus: mapped_inventory.append({"sku": get_sku(desc), **asset, **desc}) else: diff --git a/src/tf2_utils/prices_tf.py b/src/tf2_utils/prices_tf.py new file mode 100644 index 0000000..f627e38 --- /dev/null +++ b/src/tf2_utils/prices_tf.py @@ -0,0 +1,84 @@ +from websockets.sync.client import connect +import requests + + +class PricesTFError(Exception): + """General error""" + + +class InternalServerError(PricesTFError): + """Something went wrong""" + + +class RateLimited(PricesTFError): + """Rate limited""" + + +class EmptyResponse(PricesTFError): + """Response was empty""" + + +class PricesTF: + URI = "https://api2.prices.tf" + + def __init__(self) -> None: + self.access_token = "" + self.header = {} + + @staticmethod + def has_code(response, code: int) -> bool: + return response.get("statusCode") == code + + @staticmethod + def validate_response(response) -> None: + if not response: + raise EmptyResponse("response from server was empty") + + if PricesTF.has_code(response, 500): + raise InternalServerError("there was an interal server error") + + if PricesTF.has_code(response, 429): + raise RateLimited("currently ratelimited") + + def _get(self, endpoint: str, params: dict = {}) -> dict: + response = requests.get(self.URI + endpoint, headers=self.header, params=params) + + res = response.json() + + self.validate_response(res) + return res + + def _post(self, endpoint: str) -> tuple[dict, int]: + response = requests.post(self.URI + endpoint, headers=self.header) + + res = response.json() + + self.validate_response(res) + return (res, response.status_code) + + def _set_header(self, header: dict) -> None: + self.header = header + + def update_price(self, sku: str) -> tuple[dict, int]: + return self._post(f"/prices/{sku}/refresh") + + def get_prices(self, page: int) -> dict: + return self._get("/prices", {"page": page, "limit": 100, "order": "DESC"}) + + def get_headers(self) -> dict: + return self.header + + def request_access_token(self) -> None: + res, _ = self._post("/auth/access") + + self.validate_response(res) + + access_token = res["accessToken"] + self.access_token = access_token + + self._set_header( + { + "accept": "application/json", + "Authorization": f"Bearer {self.access_token}", + } + ) diff --git a/src/tf2_utils/schema.py b/src/tf2_utils/schema.py index 78cc258..fd72ce7 100644 --- a/src/tf2_utils/schema.py +++ b/src/tf2_utils/schema.py @@ -32,7 +32,7 @@ def __init__(self, schema: dict | str = {}, api_key: str = "") -> None: self.schema = schema - def set_effects(self) -> list[dict]: + def set_effects(self) -> dict: path = _get_json_path("effects") effects = self.schema["result"]["attribute_controlled_attached_particles"] @@ -49,7 +49,7 @@ def set_effects(self) -> list[dict]: write_json_file(path, data) return data - def set_qualities(self) -> None: + def set_qualities(self) -> dict: path = _get_json_path("qualities") qualtiy_ids = self.schema["result"]["qualities"] qualtiy_names = self.schema["result"]["qualityNames"] diff --git a/src/tf2_utils/sku.py b/src/tf2_utils/sku.py index 940fbf5..6587fde 100644 --- a/src/tf2_utils/sku.py +++ b/src/tf2_utils/sku.py @@ -8,19 +8,27 @@ def get_sku_properties(item_description: dict) -> dict: item = Item(item_description) - effect = item.get_effect() quality = ITEM_QUALITIES[item.get_quality()] + effect = item.get_effect() - return { + sku_properties = { "defindex": item.get_defindex(), "quality": quality, - "effect": EFFECTS[effect] if effect else -1, "craftable": item.is_craftable(), "australium": item.is_australium(), - "strange": item.is_strange() if quality != 11 else False - # TODO: add rest... } + if effect: + sku_properties["effect"] = EFFECTS[effect] + + # e.g. strange unusual + if quality != 11: + sku_properties["strange"] = item.is_strange() + + # TODO: add rest + + return sku_properties + # to_sku( # { # "defindex": 199, @@ -38,7 +46,6 @@ def get_sku_properties(item_description: dict) -> dict: # "crate_number": -1, # "output_defindex": -1, # "output_quality": -1, - # "paint": -1, # } # ) diff --git a/src/tf2_utils/sockets.py b/src/tf2_utils/sockets.py new file mode 100644 index 0000000..db72688 --- /dev/null +++ b/src/tf2_utils/sockets.py @@ -0,0 +1,90 @@ +from .prices_tf import PricesTF + +import json + +from websockets.sync.client import connect + + +class BackpackTFSocket: + URL = "wss://ws.backpack.tf/events" + + def __init__( + self, + callback, + solo_entries: bool = True, + headers: dict = {"batch-test": True}, + max_size: int | None = None, + settings: dict = {}, + ) -> None: + """ + Args: + callback: Function pointer where you want the data to end up + solo_entries: If data to callback should be solo entries or a batched list + headers: Additional headers to send to the socket + settings: Additional websocket settings as a dict to be unpacked + """ + self.callback = callback + self.solo_entries = solo_entries + self.headers = headers + self.max_size = max_size + self.settings = settings + + def process_messages(self, data: str) -> None: + messages = json.loads(data) + + if not self.solo_entries: + self.callback(messages) + return + + for message in messages: + payload = message["payload"] + self.callback(payload) + + def listen(self) -> None: + """Listen for messages from BackpackTF""" + with connect( + self.URL, + additional_headers=self.headers, + max_size=self.max_size, + **self.settings, + ) as websocket: + while True: + data = websocket.recv() + self.process_messages(data) + + +class PricesTFSocket: + URL = "wss://ws.prices.tf" + + def __init__( + self, + callback, + settings: dict = {}, + ) -> None: + """ + Args: + callback: Function pointer where you want the data to end up + settings: Additional websocket settings as a dict to be unpacked + """ + self.callback = callback + self.prices_tf = PricesTF() + self.settings = settings + + def process_message(self, message: str) -> None: + print(type(message)) + data = json.loads(message) + self.callback(data) + + def listen(self) -> None: + """Listen for messages from PricesTF.""" + self.prices_tf.request_access_token() + headers = self.prices_tf.get_headers() + + with connect( + self.URL, + additional_headers=headers, + **self.settings, + ) as websocket: + while True: + message = websocket.recv() + self.process_message(message)