Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v2 GET /lol/get_items
Returns all items
Request URL
https://dsg-api.com/clients/{client_name}/lol/get_items?client={client_name}&authkey={client_authkey}
Parameters
authkey
string Required
client authentification key
client
string Required
unique client ID
ftype
string
changes feed type from XML to json (ftype=json)
item_id
int
to filter for a specific item_id
lang
string
two-character language code, defaults to 'en'
Nodes
datasportsgroup
details about the API version, sport, language and generation timestamp
generated_utc
UTC timestamp when the API output was generated
lang
language of the API call
sport
sport value
version
version of the API
item
details about all available items
gold_base
base gold price for the particular item
gold_sell
total gold sell price for the particular item
gold_total
total gold price for the particular item
item_id
unique identifier of the particular item
item_name
name of the particular item
method
details about the API function
method_id
unique ID of method
name
name of method
Response Headers
200
Success
401
Unauthorized
429
Too Many Requests
Code Samples
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://dsg-api.com/clients/{client_name}/lol/get_items?client={client_name}&authkey={client_authkey}");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_USERPWD, "{User}:{Password}");
$content = curl_exec($ch);
curl_close($ch);
?>
curl GET -u "User:Password" "https://dsg-api.com/clients/{client_name}/lol/get_items?client={client_name}&authkey={client_authkey}"
Imports System
Imports System.Net	
Imports System.IO
Imports System.Text

Public Module Module1
	Public Sub Main()
		Dim url As String = "https://dsg-api.com/clients/{client_name}/lol/get_items?client={client_name}&authkey={client_authkey}"
		Dim myReq As WebRequest = WebRequest.Create(url)
		myReq.Credentials = new System.Net.NetworkCredential("{User}", "{Password}")
		Dim wr As WebResponse = myReq.GetResponse()
		Dim receiveStream As Stream = wr.GetResponseStream()
		Dim reader As StreamReader = New StreamReader(receiveStream, Encoding.UTF8)
		Dim content As String = reader.ReadToEnd()
	End Sub
End Module
response = requests.get("https://dsg-api.com/clients/{client_name}/lol/get_items?client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example
200 Success
{"datasportsgroup":{"version":"1.0","sport":"league_of_legends","lang":"en","method":{"method_id":"23","name":"get_items"},"item":[{"item_id":"1001","item_name":"Boots of Speed","gold_base":"300","gold_total":"300","gold_sell":"210"},{"item_id":"1004","item_name":"Faerie Charm","gold_base":"125","gold_total":"125","gold_sell":"88"},{"item_id":"1006","item_name":"Rejuvenation Bead","gold_base":"150","gold_total":"150","gold_sell":"105"},{"item_id":"1011","item_name":"Giant's Belt","gold_base":"600","gold_total":"1000","gold_sell":"700"},{"item_id":"1018","item_name":"Cloak of Agility","gold_base":"800","gold_total":"800","gold_sell":"560"},{"item_id":"1026","item_name":"Blasting Wand","gold_base":"850","gold_total":"850","gold_sell":"595"},{"item_id":"1027","item_name":"Sapphire Crystal","gold_base":"350","gold_total":"350","gold_sell":"245"},{"item_id":"1028","item_name":"Ruby Crystal","gold_base":"400","gold_total":"400","gold_sell":"280"},{"item_id":"1029","item_name":"Cloth Armor","gold_base":"300","gold_total":"300","gold_sell":"210"},{"item_id":"1031","item_name":"Chain Vest","gold_base":"500","gold_total":"800","gold_sell":"560"},{"item_id":"1033","item_name":"Null-Magic Mantle","gold_base":"450","gold_total":"450","gold_sell":"315"},{"item_id":"1036","item_name":"Long Sword","gold_base":"350","gold_total":"350","gold_sell":"245"},{"item_id":"1037","item_name":"Pickaxe","gold_base":"875","gold_total":"875","gold_sell":"613"},{"item_id":"1038","item_name":"B. F. Sword","gold_base":"1300","gold_total":"1300","gold_sell":"910"},{"item_id":"1039","item_name":"Hunter's Talisman","gold_base":"350","gold_total":"350","gold_sell":"245"},{"item_id":"1041","item_name":"Hunter's Machete","gold_base":"350","gold_total":"350","gold_sell":"245"},{"item_id":"1042","item_name":"Dagger","gold_base":"300","gold_total":"300","gold_sell":"210"},{"item_id":"1043","item_name":"Recurve Bow","gold_base":"400","gold_total":"1000","gold_sell":"700"},{"item_id":"1051","item_name":"Brawler's Gloves","gold_base":"400","gold_total":"400","gold_sell":"280"},{"item_id":"1052","item_name":"Amplifying Tome","gold_base":"435","gold_total":"435","gold_sell":"305"},{"item_id":"1053","item_name":"Vampiric Scepter","gold_base":"550","gold_total":"900","gold_sell":"630"},{"item_id":"1054","item_name":"Doran's Shield","gold_base":"450","gold_total":"450","gold_sell":"180"},{"item_id":"1055","item_name":"Doran's Blade","gold_base":"450","gold_total":"450","gold_sell":"180"},{"item_id":"1056","item_name":"Doran's Ring","gold_base":"400","gold_total":"400","gold_sell":"160"},{"item_id":"1057","item_name":"Negatron Cloak","gold_base":"270","gold_total":"720","gold_sell":"504"},{"item_id":"1058","item_name":"Needlessly Large Rod","gold_base":"1250","gold_total":"1250","gold_sell":"875"},{"item_id":"1059","item_name":"Space Vampiric Scepter","gold_base":"550","gold_total":"900","gold_sell":"630"},{"item_id":"1082","item_name":"The Dark Seal","gold_base":"350","gold_total":"350","gold_sell":"140"},{"item_id":"1083","item_name":"Cull","gold_base":"450","gold_total":"450","gold_sell":"180"},{"item_id":"1400","item_name":"Enchantment: Warrior","gold_base":"525","gold_total":"2625","gold_sell":"1838"},{"item_id":"1401","item_name":"Enchantment: Cinderhulk","gold_base":"600","gold_total":"2500","gold_sell":"1750"},{"item_id":"1402","item_name":"Enchantment: Runic Echoes","gold_base":"250","gold_total":"2500","gold_sell":"1750"},{"item_id":"1408","item_name":"Enchantment: Warrior","gold_base":"525","gold_total":"2625","gold_sell":"1838"},{"item_id":"1409","item_name":"Enchantment: Cinderhulk","gold_base":"600","gold_total":"2500","gold_sell":"1750"},{"item_id":"1410","item_name":"Enchantment: Runic Echoes","gold_base":"340","gold_total":"2625","gold_sell":"1838"},{"item_id":"1412","item_name":"Enchantment: Warrior","gold_base":"525","gold_total":"2625","gold_sell":"1838"},{"item_id":"1413","item_name":"Enchantment: Cinderhulk","gold_base":"600","gold_total":"2500","gold_sell":"1750"},{"item_id":"1414","item_name":"Enchantment: Runic Echoes","gold_base":"250","gold_total":"2500","gold_sell":"1750"},{"item_id":"1416","item_name":"Enchantment: Bloodrazor","gold_base":"625","gold_total":"2625","gold_sell":"1838"},{"item_id":"1418","item_name":"Enchantment: Bloodrazor","gold_base":"625","gold_total":"2625","gold_sell":"1838"},{"item_id":"1419","item_name":"Enchantment: Bloodrazor","gold_base":"625","gold_total":"2625","gold_sell":"1838"},{"item_id":"2003","item_name":"Health Potion","gold_base":"50","gold_total":"50","gold_sell":"20"},{"item_id":"2004","item_name":"Mana Potion","gold_base":"30","gold_total":"30","gold_sell":"12"},{"item_id":"2009","item_name":"Total Biscuit of Rejuvenation","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"2010","item_name":"Total Biscuit of Everlasting Will","gold_base":"75","gold_total":"75","gold_sell":"30"},{"item_id":"2011","item_name":"Elixir Of Skill","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"2012","item_name":"Looted Biscuit of Rejuvenation","gold_base":"75","gold_total":"75","gold_sell":"30"},{"item_id":"2013","item_name":"Looted Oracle's Extract","gold_base":"60","gold_total":"60","gold_sell":"24"},{"item_id":"2015","item_name":"Kircheis Shard","gold_base":"300","gold_total":"600","gold_sell":"420"},{"item_id":"2031","item_name":"Refillable Potion","gold_base":"150","gold_total":"150","gold_sell":"60"},{"item_id":"2032","item_name":"Hunter's Potion","gold_base":"250","gold_total":"400","gold_sell":"160"},{"item_id":"2033","item_name":"Corrupting Potion","gold_base":"350","gold_total":"500","gold_sell":"200"},{"item_id":"2045","item_name":"Ruby Sightstone","gold_base":"400","gold_total":"1600","gold_sell":"640"},{"item_id":"2047","item_name":"Oracle's Extract","gold_base":"300","gold_total":"300","gold_sell":"120"},{"item_id":"2049","item_name":"Sightstone","gold_base":"400","gold_total":"800","gold_sell":"320"},{"item_id":"2050","item_name":"Explorer's Ward","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"2051","item_name":"Guardian's Horn","gold_base":"950","gold_total":"950","gold_sell":"380"},{"item_id":"2052","item_name":"Poro-Snax","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"2053","item_name":"Raptor Cloak","gold_base":"450","gold_total":"900","gold_sell":"630"},{"item_id":"2054","item_name":"Diet Poro-Snax","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"2055","item_name":"Control Ward","gold_base":"75","gold_total":"75","gold_sell":"30"},{"item_id":"2056","item_name":"Pilfered Stealth Ward","gold_base":"60","gold_total":"60","gold_sell":"24"},{"item_id":"2057","item_name":"Peering Farsight Ward","gold_base":"60","gold_total":"60","gold_sell":"24"},{"item_id":"2058","item_name":"Travel Size Elixir of Iron","gold_base":"80","gold_total":"80","gold_sell":"32"},{"item_id":"2059","item_name":"Travel Size Elixir of Sorcery","gold_base":"80","gold_total":"80","gold_sell":"32"},{"item_id":"2060","item_name":"Travel Size Elixir of Wrath","gold_base":"80","gold_total":"80","gold_sell":"32"},{"item_id":"2061","item_name":"Pilfered Health Potion","gold_base":"40","gold_total":"40","gold_sell":"16"},{"item_id":"2062","item_name":"Pilfered Potion of Rouge","gold_base":"80","gold_total":"80","gold_sell":"32"},{"item_id":"2065","item_name":"Shurelya's Reverie","gold_base":"475","gold_total":"2250","gold_sell":"1575"},{"item_id":"2138","item_name":"Elixir of Iron","gold_base":"500","gold_total":"500","gold_sell":"200"},{"item_id":"2139","item_name":"Elixir of Sorcery","gold_base":"500","gold_total":"500","gold_sell":"200"},{"item_id":"2140","item_name":"Elixir of Wrath","gold_base":"500","gold_total":"500","gold_sell":"200"},{"item_id":"2301","item_name":"Eye of the Watchers","gold_base":"550","gold_total":"2200","gold_sell":"880"},{"item_id":"2302","item_name":"Eye of the Oasis","gold_base":"250","gold_total":"1900","gold_sell":"760"},{"item_id":"2303","item_name":"Eye of the Equinox","gold_base":"650","gold_total":"2300","gold_sell":"920"},{"item_id":"2319","item_name":"Sly Sack of Gold","gold_base":"65","gold_total":"65","gold_sell":"65"},{"item_id":"2403","item_name":"Minion Dematerializer","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"2419","item_name":"Commencing Stopwatch","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"2420","item_name":"Stopwatch","gold_base":"600","gold_total":"600","gold_sell":"240"},{"item_id":"2421","item_name":"Broken Stopwatch","gold_base":"600","gold_total":"600","gold_sell":"240"},{"item_id":"2422","item_name":"Slightly Magical Boots","gold_base":"300","gold_total":"300","gold_sell":"210"},{"item_id":"2423","item_name":"Stopwatch","gold_base":"600","gold_total":"600","gold_sell":"240"},{"item_id":"2424","item_name":"Broken Stopwatch","gold_base":"600","gold_total":"600","gold_sell":"240"},{"item_id":"3001","item_name":"Abyssal Mask","gold_base":"1180","gold_total":"3000","gold_sell":"2100"},{"item_id":"3003","item_name":"Archangel's Staff","gold_base":"1050","gold_total":"3200","gold_sell":"2240"},{"item_id":"3004","item_name":"Manamune","gold_base":"675","gold_total":"2400","gold_sell":"1680"},{"item_id":"3005","item_name":"Atma's Reckoning","gold_base":"925","gold_total":"2900","gold_sell":"2030"},{"item_id":"3006","item_name":"Berserker's Greaves","gold_base":"500","gold_total":"1100","gold_sell":"770"},{"item_id":"3007","item_name":"Archangel's Staff (Quick Charge)","gold_base":"1050","gold_total":"3200","gold_sell":"2240"},{"item_id":"3008","item_name":"Manamune (Quick Charge)","gold_base":"675","gold_total":"2400","gold_sell":"1680"},{"item_id":"3009","item_name":"Boots of Swiftness","gold_base":"600","gold_total":"900","gold_sell":"630"},{"item_id":"3010","item_name":"Catalyst of Aeons","gold_base":"350","gold_total":"1100","gold_sell":"770"},{"item_id":"3020","item_name":"Sorcerer's Shoes","gold_base":"800","gold_total":"1100","gold_sell":"770"},{"item_id":"3022","item_name":"Frozen Mallet","gold_base":"900","gold_total":"3100","gold_sell":"2170"},{"item_id":"3024","item_name":"Glacial Shroud","gold_base":"250","gold_total":"900","gold_sell":"630"},{"item_id":"3025","item_name":"Iceborn Gauntlet","gold_base":"750","gold_total":"2700","gold_sell":"1890"},{"item_id":"3026","item_name":"Guardian Angel","gold_base":"100","gold_total":"2800","gold_sell":"1120"},{"item_id":"3027","item_name":"Rod of Ages","gold_base":"650","gold_total":"2600","gold_sell":"1820"},{"item_id":"3028","item_name":"Chalice of Harmony","gold_base":"100","gold_total":"800","gold_sell":"560"},{"item_id":"3029","item_name":"Rod of Ages (Quick Charge)","gold_base":"650","gold_total":"2600","gold_sell":"1820"},{"item_id":"3030","item_name":"Hextech GLP-800","gold_base":"450","gold_total":"2800","gold_sell":"1960"},{"item_id":"3031","item_name":"Infinity Edge","gold_base":"425","gold_total":"3400","gold_sell":"2380"},{"item_id":"3033","item_name":"Mortal Reminder","gold_base":"550","gold_total":"2800","gold_sell":"1960"},{"item_id":"3034","item_name":"Giant Slayer","gold_base":"650","gold_total":"1000","gold_sell":"700"},{"item_id":"3035","item_name":"Last Whisper","gold_base":"750","gold_total":"1450","gold_sell":"1015"},{"item_id":"3036","item_name":"Lord Dominik's Regards","gold_base":"475","gold_total":"2800","gold_sell":"1960"},{"item_id":"3040","item_name":"Seraph's Embrace","gold_base":"3200","gold_total":"3200","gold_sell":"2240"},{"item_id":"3041","item_name":"Mejai's Soulstealer","gold_base":"1050","gold_total":"1400","gold_sell":"980"},{"item_id":"3042","item_name":"Muramana","gold_base":"2400","gold_total":"2400","gold_sell":"1680"},{"item_id":"3043","item_name":"Muramana","gold_base":"2400","gold_total":"2400","gold_sell":"1680"},{"item_id":"3044","item_name":"Phage","gold_base":"500","gold_total":"1250","gold_sell":"875"},{"item_id":"3046","item_name":"Phantom Dancer","gold_base":"700","gold_total":"2600","gold_sell":"1820"},{"item_id":"3047","item_name":"Ninja Tabi","gold_base":"500","gold_total":"1100","gold_sell":"770"},{"item_id":"3048","item_name":"Seraph's Embrace","gold_base":"3200","gold_total":"3200","gold_sell":"2240"},{"item_id":"3050","item_name":"Zeke's Convergence","gold_base":"250","gold_total":"2250","gold_sell":"1575"},{"item_id":"3052","item_name":"Jaurim's Fist","gold_base":"450","gold_total":"1200","gold_sell":"840"},{"item_id":"3053","item_name":"Sterak's Gage","gold_base":"725","gold_total":"3200","gold_sell":"2240"},{"item_id":"3056","item_name":"Ohmwrecker","gold_base":"950","gold_total":"2650","gold_sell":"1855"},{"item_id":"3057","item_name":"Sheen","gold_base":"700","gold_total":"1050","gold_sell":"735"},{"item_id":"3060","item_name":"Banner of Command","gold_base":"200","gold_total":"2200","gold_sell":"1540"},{"item_id":"3065","item_name":"Spirit Visage","gold_base":"800","gold_total":"2800","gold_sell":"1960"},{"item_id":"3067","item_name":"Kindlegem","gold_base":"400","gold_total":"800","gold_sell":"560"},{"item_id":"3068","item_name":"Sunfire Cape","gold_base":"650","gold_total":"2750","gold_sell":"1925"},{"item_id":"3069","item_name":"Remnant of the Ascended","gold_base":"250","gold_total":"1500","gold_sell":"600"},{"item_id":"3070","item_name":"Tear of the Goddess","gold_base":"375","gold_total":"850","gold_sell":"595"},{"item_id":"3071","item_name":"The Black Cleaver","gold_base":"950","gold_total":"3000","gold_sell":"2100"},{"item_id":"3072","item_name":"The Bloodthirster","gold_base":"950","gold_total":"3500","gold_sell":"2450"},{"item_id":"3073","item_name":"Tear of the Goddess (Quick Charge)","gold_base":"375","gold_total":"850","gold_sell":"595"},{"item_id":"3074","item_name":"Ravenous Hydra","gold_base":"400","gold_total":"3500","gold_sell":"2450"},{"item_id":"3075","item_name":"Thornmail","gold_base":"500","gold_total":"2900","gold_sell":"2030"},{"item_id":"3076","item_name":"Bramble Vest","gold_base":"400","gold_total":"1000","gold_sell":"700"},{"item_id":"3077","item_name":"Tiamat","gold_base":"475","gold_total":"1325","gold_sell":"928"},{"item_id":"3078","item_name":"Trinity Force","gold_base":"333","gold_total":"3733","gold_sell":"2613"},{"item_id":"3080","item_name":"Space Bloodthirster","gold_base":"750","gold_total":"3300","gold_sell":"2310"},{"item_id":"3082","item_name":"Warden's Mail","gold_base":"400","gold_total":"1000","gold_sell":"700"},{"item_id":"3083","item_name":"Warmog's Armor","gold_base":"400","gold_total":"2850","gold_sell":"1995"},{"item_id":"3084","item_name":"Overlord's Bloodmail","gold_base":"900","gold_total":"2550","gold_sell":"1785"},{"item_id":"3085","item_name":"Runaan's Hurricane","gold_base":"800","gold_total":"2600","gold_sell":"1820"},{"item_id":"3086","item_name":"Zeal","gold_base":"500","gold_total":"1200","gold_sell":"840"},{"item_id":"3087","item_name":"Statikk Shiv","gold_base":"800","gold_total":"2600","gold_sell":"1820"},{"item_id":"3089","item_name":"Rabadon's Deathcap","gold_base":"1100","gold_total":"3600","gold_sell":"2520"},{"item_id":"3090","item_name":"Wooglet's Witchcap","gold_base":"450","gold_total":"3400","gold_sell":"2380"},{"item_id":"3091","item_name":"Wit's End","gold_base":"880","gold_total":"2900","gold_sell":"2030"},{"item_id":"3092","item_name":"Remnant of the Watchers","gold_base":"550","gold_total":"1800","gold_sell":"720"},{"item_id":"3094","item_name":"Rapid Firecannon","gold_base":"800","gold_total":"2600","gold_sell":"1820"},{"item_id":"3095","item_name":"Stormrazor","gold_base":"850","gold_total":"3100","gold_sell":"2170"},{"item_id":"3096","item_name":"Nomad's Medallion","gold_base":"300","gold_total":"850","gold_sell":"340"},{"item_id":"3097","item_name":"Targon's Brace","gold_base":"300","gold_total":"850","gold_sell":"340"},{"item_id":"3098","item_name":"Frostfang","gold_base":"325","gold_total":"850","gold_sell":"340"},{"item_id":"3100","item_name":"Lich Bane","gold_base":"450","gold_total":"3200","gold_sell":"2240"},{"item_id":"3101","item_name":"Stinger","gold_base":"500","gold_total":"1100","gold_sell":"770"},{"item_id":"3102","item_name":"Banshee's Veil","gold_base":"800","gold_total":"3000","gold_sell":"2100"},{"item_id":"3104","item_name":"Lord Van Damm's Pillager","gold_base":"700","gold_total":"3000","gold_sell":"2100"},{"item_id":"3105","item_name":"Aegis of the Legion","gold_base":"350","gold_total":"1100","gold_sell":"770"},{"item_id":"3107","item_name":"Redemption","gold_base":"650","gold_total":"2100","gold_sell":"1470"},{"item_id":"3108","item_name":"Fiendish Codex","gold_base":"465","gold_total":"900","gold_sell":"630"},{"item_id":"3109","item_name":"Knight's Vow","gold_base":"600","gold_total":"2200","gold_sell":"1540"},{"item_id":"3110","item_name":"Frozen Heart","gold_base":"800","gold_total":"2700","gold_sell":"1890"},{"item_id":"3111","item_name":"Mercury's Treads","gold_base":"350","gold_total":"1100","gold_sell":"770"},{"item_id":"3112","item_name":"Guardian's Orb","gold_base":"950","gold_total":"950","gold_sell":"380"},{"item_id":"3113","item_name":"Aether Wisp","gold_base":"415","gold_total":"850","gold_sell":"595"},{"item_id":"3114","item_name":"Forbidden Idol","gold_base":"550","gold_total":"800","gold_sell":"560"},{"item_id":"3115","item_name":"Nashor's Tooth","gold_base":"1000","gold_total":"3000","gold_sell":"2100"},{"item_id":"3116","item_name":"Rylai's Crystal Scepter","gold_base":"915","gold_total":"2600","gold_sell":"1820"},{"item_id":"3117","item_name":"Boots of Mobility","gold_base":"600","gold_total":"900","gold_sell":"630"},{"item_id":"3118","item_name":"Space Knight's Vow","gold_base":"600","gold_total":"2200","gold_sell":"1540"},{"item_id":"3122","item_name":"Wicked Hatchet","gold_base":"450","gold_total":"1200","gold_sell":"840"},{"item_id":"3123","item_name":"Executioner's Calling","gold_base":"450","gold_total":"800","gold_sell":"560"},{"item_id":"3124","item_name":"Guinsoo's Rageblade","gold_base":"790","gold_total":"3100","gold_sell":"2170"},{"item_id":"3128","item_name":"Deathfire Grasp","gold_base":"850","gold_total":"3000","gold_sell":"2100"},{"item_id":"3131","item_name":"Sword of the Divine","gold_base":"800","gold_total":"2500","gold_sell":"1750"},{"item_id":"3133","item_name":"Caulfield's Warhammer","gold_base":"400","gold_total":"1100","gold_sell":"770"},{"item_id":"3134","item_name":"Serrated Dirk","gold_base":"400","gold_total":"1100","gold_sell":"770"},{"item_id":"3135","item_name":"Void Staff","gold_base":"1365","gold_total":"2650","gold_sell":"1855"},{"item_id":"3136","item_name":"Haunting Guise","gold_base":"665","gold_total":"1500","gold_sell":"1050"},{"item_id":"3137","item_name":"Dervish Blade","gold_base":"300","gold_total":"2700","gold_sell":"1890"},{"item_id":"3139","item_name":"Mercurial Scimitar","gold_base":"325","gold_total":"3400","gold_sell":"2380"},{"item_id":"3140","item_name":"Quicksilver Sash","gold_base":"850","gold_total":"1300","gold_sell":"910"},{"item_id":"3142","item_name":"Youmuu's Ghostblade","gold_base":"700","gold_total":"2900","gold_sell":"2030"},{"item_id":"3143","item_name":"Randuin's Omen","gold_base":"900","gold_total":"2900","gold_sell":"2030"},{"item_id":"3144","item_name":"Bilgewater Cutlass","gold_base":"350","gold_total":"1600","gold_sell":"1120"},{"item_id":"3145","item_name":"Hextech Revolver","gold_base":"180","gold_total":"1050","gold_sell":"735"},{"item_id":"3146","item_name":"Hextech Gunblade","gold_base":"750","gold_total":"3400","gold_sell":"2380"},{"item_id":"3147","item_name":"Duskblade of Draktharr","gold_base":"700","gold_total":"2900","gold_sell":"2030"},{"item_id":"3148","item_name":"Space Hextech Gunblade","gold_base":"750","gold_total":"3400","gold_sell":"2380"},{"item_id":"3149","item_name":"Space Blade of the Ruined King","gold_base":"700","gold_total":"3300","gold_sell":"2310"},{"item_id":"3151","item_name":"Liandry's Torment","gold_base":"750","gold_total":"3100","gold_sell":"2170"},{"item_id":"3152","item_name":"Hextech Protobelt-01","gold_base":"650","gold_total":"2500","gold_sell":"1750"},{"item_id":"3153","item_name":"Blade of the Ruined King","gold_base":"700","gold_total":"3300","gold_sell":"2310"},{"item_id":"3155","item_name":"Hexdrinker","gold_base":"500","gold_total":"1300","gold_sell":"910"},{"item_id":"3156","item_name":"Maw of Malmortius","gold_base":"850","gold_total":"3250","gold_sell":"2275"},{"item_id":"3157","item_name":"Zhonya's Hourglass","gold_base":"300","gold_total":"2900","gold_sell":"2030"},{"item_id":"3158","item_name":"Ionian Boots of Lucidity","gold_base":"600","gold_total":"900","gold_sell":"630"},{"item_id":"3161","item_name":"Spear of Shojin","gold_base":"950","gold_total":"3400","gold_sell":"2380"},{"item_id":"3162","item_name":"Space Bilgewater Cutlass","gold_base":"350","gold_total":"1600","gold_sell":"1120"},{"item_id":"3163","item_name":"Space Maw of Malmortius","gold_base":"850","gold_total":"3250","gold_sell":"2275"},{"item_id":"3165","item_name":"Morellonomicon","gold_base":"550","gold_total":"3000","gold_sell":"2100"},{"item_id":"3170","item_name":"Moonflair Spellblade","gold_base":"580","gold_total":"2400","gold_sell":"1680"},{"item_id":"3172","item_name":"Zephyr","gold_base":"900","gold_total":"2800","gold_sell":"1960"},{"item_id":"3173","item_name":"Space Boots of Lucidity","gold_base":"600","gold_total":"900","gold_sell":"630"},{"item_id":"3174","item_name":"Athene's Unholy Grail","gold_base":"400","gold_total":"2100","gold_sell":"1470"},{"item_id":"3175","item_name":"Head of Kha'Zix","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3181","item_name":"Sanguine Blade","gold_base":"625","gold_total":"2400","gold_sell":"1680"},{"item_id":"3184","item_name":"Guardian's Hammer","gold_base":"950","gold_total":"950","gold_sell":"380"},{"item_id":"3185","item_name":"The Lightbringer","gold_base":"350","gold_total":"2350","gold_sell":"1645"},{"item_id":"3187","item_name":"Arcane Sweeper","gold_base":"350","gold_total":"2050","gold_sell":"1435"},{"item_id":"3190","item_name":"Locket of the Iron Solari","gold_base":"650","gold_total":"2200","gold_sell":"1540"},{"item_id":"3191","item_name":"Seeker's Armguard","gold_base":"65","gold_total":"1100","gold_sell":"770"},{"item_id":"3193","item_name":"Gargoyle Stoneplate","gold_base":"380","gold_total":"2500","gold_sell":"1750"},{"item_id":"3194","item_name":"Adaptive Helm","gold_base":"1000","gold_total":"2800","gold_sell":"1960"},{"item_id":"3196","item_name":"The Hex Core mk-1","gold_base":"1150","gold_total":"1150","gold_sell":"805"},{"item_id":"3197","item_name":"The Hex Core mk-2","gold_base":"1000","gold_total":"2150","gold_sell":"1505"},{"item_id":"3198","item_name":"Perfect Hex Core","gold_base":"850","gold_total":"3000","gold_sell":"2100"},{"item_id":"3200","item_name":"Prototype Hex Core","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3211","item_name":"Spectre's Cowl","gold_base":"350","gold_total":"1200","gold_sell":"840"},{"item_id":"3222","item_name":"Mikael's Crucible","gold_base":"500","gold_total":"2100","gold_sell":"1470"},{"item_id":"3230","item_name":"Space Ravenous Hydra","gold_base":"400","gold_total":"3500","gold_sell":"2450"},{"item_id":"3231","item_name":"Space Mercurial Scimitar","gold_base":"325","gold_total":"3400","gold_sell":"2380"},{"item_id":"3252","item_name":"Poacher\\'s Dirk","gold_base":"150","gold_total":"500","gold_sell":"350"},{"item_id":"3285","item_name":"Luden's Echo","gold_base":"1050","gold_total":"3200","gold_sell":"2240"},{"item_id":"3301","item_name":"Ancient Coin","gold_base":"400","gold_total":"400","gold_sell":"160"},{"item_id":"3302","item_name":"Relic Shield","gold_base":"400","gold_total":"400","gold_sell":"160"},{"item_id":"3303","item_name":"Spellthief's Edge","gold_base":"400","gold_total":"400","gold_sell":"160"},{"item_id":"3304","item_name":"Timeworn Ancient Coin","gold_base":"400","gold_total":"400","gold_sell":"160"},{"item_id":"3305","item_name":"Timeworn Nomad's Medallion","gold_base":"300","gold_total":"850","gold_sell":"340"},{"item_id":"3306","item_name":"Timeworn Talisman of Ascension","gold_base":"450","gold_total":"2200","gold_sell":"880"},{"item_id":"3307","item_name":"Timeworn Relic Shield","gold_base":"400","gold_total":"400","gold_sell":"160"},{"item_id":"3308","item_name":"Timeworn Targon's Brace","gold_base":"300","gold_total":"850","gold_sell":"340"},{"item_id":"3309","item_name":"Timeworn Face of the Mountain","gold_base":"450","gold_total":"2100","gold_sell":"840"},{"item_id":"3310","item_name":"Timeworn Spellthief's Edge","gold_base":"400","gold_total":"400","gold_sell":"160"},{"item_id":"3311","item_name":"Timeworn Frostfang","gold_base":"325","gold_total":"850","gold_sell":"340"},{"item_id":"3312","item_name":"Timeworn Frost Queen's Claim","gold_base":"500","gold_total":"2200","gold_sell":"880"},{"item_id":"3340","item_name":"Warding Totem (Trinket)","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3341","item_name":"Sweeping Lens (Trinket)","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3345","item_name":"Soul Anchor (Trinket)","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3348","item_name":"Arcane Sweeper","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3361","item_name":"Greater Stealth Totem (Trinket)","gold_base":"250","gold_total":"250","gold_sell":"175"},{"item_id":"3362","item_name":"Greater Vision Totem (Trinket)","gold_base":"250","gold_total":"250","gold_sell":"175"},{"item_id":"3363","item_name":"Farsight Alteration","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3364","item_name":"Oracle Lens","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3371","item_name":"Molten Edge","gold_base":"0","gold_total":"3400","gold_sell":"2380"},{"item_id":"3373","item_name":"Forgefire Cape","gold_base":"0","gold_total":"2750","gold_sell":"1925"},{"item_id":"3374","item_name":"Rabadon's Deathcrown","gold_base":"0","gold_total":"3600","gold_sell":"2520"},{"item_id":"3379","item_name":"Infernal Mask","gold_base":"0","gold_total":"3000","gold_sell":"2100"},{"item_id":"3380","item_name":"The Obsidian Cleaver","gold_base":"0","gold_total":"3000","gold_sell":"2100"},{"item_id":"3382","item_name":"Salvation","gold_base":"0","gold_total":"2100","gold_sell":"1470"},{"item_id":"3383","item_name":"Circlet of the Iron Solari","gold_base":"0","gold_total":"2200","gold_sell":"1540"},{"item_id":"3384","item_name":"Trinity Fusion","gold_base":"0","gold_total":"3733","gold_sell":"2613"},{"item_id":"3385","item_name":"Wooglet's Witchcrown","gold_base":"0","gold_total":"3400","gold_sell":"2380"},{"item_id":"3386","item_name":"Zhonya's Paradox","gold_base":"0","gold_total":"2900","gold_sell":"2030"},{"item_id":"3387","item_name":"Frozen Fist","gold_base":"0","gold_total":"2700","gold_sell":"1890"},{"item_id":"3388","item_name":"Youmuu's Wraithblade","gold_base":"0","gold_total":"2900","gold_sell":"2030"},{"item_id":"3389","item_name":"Might of the Ruined King","gold_base":"0","gold_total":"3300","gold_sell":"2310"},{"item_id":"3390","item_name":"Luden's Pulse","gold_base":"0","gold_total":"3200","gold_sell":"2240"},{"item_id":"3400","item_name":"'Your Cut'","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3401","item_name":"Remnant of the Aspect","gold_base":"550","gold_total":"1800","gold_sell":"720"},{"item_id":"3410","item_name":"Head of Kha'Zix","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3416","item_name":"Head of Kha'Zix","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3422","item_name":"Head of Kha'Zix","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3455","item_name":"Head of Kha'Zix","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3460","item_name":"Golden Transcendence","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3461","item_name":"Golden Transcendence (Disabled)","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3462","item_name":"Seer Stone (Trinket)","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3504","item_name":"Ardent Censer","gold_base":"650","gold_total":"2300","gold_sell":"1610"},{"item_id":"3508","item_name":"Essence Reaver","gold_base":"100","gold_total":"3300","gold_sell":"2310"},{"item_id":"3512","item_name":"Zz'Rot Portal","gold_base":"1080","gold_total":"2700","gold_sell":"1890"},{"item_id":"3513","item_name":"Eye of the Herald","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3514","item_name":"Eye of the Herald","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3520","item_name":"Ghost Poro","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3599","item_name":"The Black Spear","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3600","item_name":"The Black Spear","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3630","item_name":"Siege Teleport","gold_base":"10","gold_total":"10","gold_sell":"7"},{"item_id":"3631","item_name":"Siege Ballista","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3632","item_name":"","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3633","item_name":"Siege Teleport","gold_base":"10","gold_total":"10","gold_sell":"7"},{"item_id":"3634","item_name":"Tower: Beam of Ruination","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3635","item_name":"Port Pad","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3636","item_name":"Tower: Storm Bulwark","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3637","item_name":"Nexus Siege: Siege Weapon Slot","gold_base":"10","gold_total":"10","gold_sell":"7"},{"item_id":"3640","item_name":"Flash Zone","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3641","item_name":"Vanguard Banner","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3642","item_name":"Siege Refund","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3643","item_name":"Entropy Field","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3645","item_name":"Seer Stone (Trinket)","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3647","item_name":"Shield Totem","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3648","item_name":"Siege Teleport (Inactive)","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3649","item_name":"Siege Sight Warder","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3671","item_name":"Enchantment: Warrior","gold_base":"525","gold_total":"1625","gold_sell":"1138"},{"item_id":"3672","item_name":"Enchantment: Cinderhulk","gold_base":"525","gold_total":"1425","gold_sell":"998"},{"item_id":"3673","item_name":"Enchantment: Runic Echoes","gold_base":"340","gold_total":"1625","gold_sell":"1138"},{"item_id":"3675","item_name":"Enchantment: Bloodrazor","gold_base":"625","gold_total":"1625","gold_sell":"1138"},{"item_id":"3680","item_name":"Frosted Snax","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3681","item_name":"Super Spicy Snax","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3682","item_name":"Espresso Snax","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3683","item_name":"Rainbow Snax Party Pack!","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3690","item_name":"Cosmic Shackle","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3691","item_name":"Singularity Lantern","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3692","item_name":"Dark Matter Scythe","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3693","item_name":"Gravity Boots","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3694","item_name":"Cloak of Stars","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3695","item_name":"Dark Star Sigil","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3706","item_name":"Stalker's Blade","gold_base":"300","gold_total":"1000","gold_sell":"700"},{"item_id":"3711","item_name":"Tracker's Knife","gold_base":"300","gold_total":"1000","gold_sell":"700"},{"item_id":"3715","item_name":"Skirmisher's Sabre","gold_base":"300","gold_total":"1000","gold_sell":"700"},{"item_id":"3742","item_name":"Dead Man's Plate","gold_base":"1100","gold_total":"2900","gold_sell":"2030"},{"item_id":"3748","item_name":"Titanic Hydra","gold_base":"575","gold_total":"3500","gold_sell":"2450"},{"item_id":"3751","item_name":"Bami's Cinder","gold_base":"500","gold_total":"900","gold_sell":"630"},{"item_id":"3800","item_name":"Righteous Glory","gold_base":"1100","gold_total":"2650","gold_sell":"1855"},{"item_id":"3801","item_name":"Crystalline Bracer","gold_base":"100","gold_total":"650","gold_sell":"455"},{"item_id":"3802","item_name":"Lost Chapter","gold_base":"80","gold_total":"1300","gold_sell":"910"},{"item_id":"3812","item_name":"Death's Dance","gold_base":"625","gold_total":"3500","gold_sell":"2450"},{"item_id":"3813","item_name":"Space Death's Dance","gold_base":"625","gold_total":"3500","gold_sell":"2450"},{"item_id":"3814","item_name":"Edge of Night","gold_base":"625","gold_total":"3000","gold_sell":"2100"},{"item_id":"3901","item_name":"Fire at Will","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3902","item_name":"Death's Daughter","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3903","item_name":"Raise Morale","gold_base":"0","gold_total":"0","gold_sell":"0"},{"item_id":"3905","item_name":"Twin Shadows","gold_base":"650","gold_total":"2400","gold_sell":"1680"},{"item_id":"3907","item_name":"Spellbinder","gold_base":"800","gold_total":"2900","gold_sell":"2030"},{"item_id":"3916","item_name":"Oblivion Orb","gold_base":"765","gold_total":"1600","gold_sell":"1120"},{"item_id":"4001","item_name":"Ghostwalkers (Melee Only)","gold_base":"700","gold_total":"1000","gold_sell":"700"},{"item_id":"4003","item_name":"Lifeline","gold_base":"550","gold_total":"1500","gold_sell":"1050"},{"item_id":"4004","item_name":"Spectral Cutlass","gold_base":"400","gold_total":"3000","gold_sell":"2100"},{"item_id":"4101","item_name":"Pridestalker's Blade","gold_base":"450","gold_total":"450","gold_sell":"315"},{"item_id":"4102","item_name":"Enchantment: Warrior","gold_base":"1075","gold_total":"2625","gold_sell":"1838"},{"item_id":"4103","item_name":"Enchantment: Cinderhulk","gold_base":"1275","gold_total":"2625","gold_sell":"1838"},{"item_id":"4104","item_name":"Enchantment: Runic Echoes","gold_base":"925","gold_total":"2625","gold_sell":"1838"},{"item_id":"4105","item_name":"Enchantment: Bloodrazor","gold_base":"1175","gold_total":"2625","gold_sell":"1838"},{"item_id":"4201","item_name":"Doran's Lost Shield","gold_base":"450","gold_total":"450","gold_sell":"180"},{"item_id":"4202","item_name":"Doran's Lost Blade","gold_base":"450","gold_total":"450","gold_sell":"180"},{"item_id":"4203","item_name":"Doran's Lost Ring","gold_base":"400","gold_total":"400","gold_sell":"160"},{"item_id":"4204","item_name":"Doran's Lost Idol","gold_base":"400","gold_total":"400","gold_sell":"160"},{"item_id":"4301","item_name":"Philosopher's Medallion","gold_base":"450","gold_total":"450","gold_sell":"180"},{"item_id":"4302","item_name":"Heart of Targon","gold_base":"400","gold_total":"400","gold_sell":"160"},{"item_id":"4401","item_name":"Force of Nature","gold_base":"1160","gold_total":"2900","gold_sell":"2030"},{"item_id":"4402","item_name":"Innervating Locket","gold_base":"600","gold_total":"2800","gold_sell":"1960"},{"item_id":"4403","item_name":"Stat-Stick of Stoicism","gold_base":"687","gold_total":"7237","gold_sell":"5066"}]}}