├── README.md ├── artisan_blacksmith.json ├── documentup.min.js ├── follower_scoundrel.json ├── index.html ├── item_magic_enchantress_special.json ├── item_magic_helm.json ├── item_rare_pants.json ├── item_rare_ring.json └── item_weapon_legendary.json /README.md: -------------------------------------------------------------------------------- 1 | # Diablo 3 Web API 2 | 3 | All documentation for any Blizzard community APIs has been moved to our 4 | developer site: https://dev.battle.net/ 5 | 6 | You can also find information on our forums: 7 | http://us.battle.net/en/forum/15051532/ 8 | -------------------------------------------------------------------------------- /artisan_blacksmith.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blizzard/d3-api-docs/4a40a7c2e455c2b91584db8873648ce45eb6002e/artisan_blacksmith.json -------------------------------------------------------------------------------- /documentup.min.js: -------------------------------------------------------------------------------- 1 | this.DocumentUp={},DocumentUp.document=function(a){var b;"string"==typeof a?(b=a,a=null):(b=a.repo,delete a.repo),window.callback=function(b){b.status===200&&(document.open(),document.write(b.html),document.close(),a&&a.afterRender&&typeof a.afterRender=="function"&&a.afterRender())};var c=document.createElement("script");c.src="http://documentup.com/"+b,a?c.src+="?config="+encodeURIComponent(JSON.stringify(a))+"&callback=callback":c.src+="?callback=callback",document.getElementsByTagName("head")[0].appendChild(c)} 2 | -------------------------------------------------------------------------------- /follower_scoundrel.json: -------------------------------------------------------------------------------- 1 | { 2 | "slug":"scoundrel", 3 | "name":"Scoundrel", 4 | "portrait":"scoundrel", 5 | "skills":{ 6 | "active":[ 7 | { 8 | "slug":"crippling-shot", 9 | "name":"Crippling Shot", 10 | "icon":"scoundrel_cripplingshot", 11 | "level":5, 12 | "tooltipUrl":"skill/scoundrel/crippling-shot", 13 | "description":"Ranged attack that slows the target by 60% for 3 seconds.\r\n\r\nCooldown: 6 seconds", 14 | "simpleDescription":"Deals damage and slows the target.", 15 | "skillCalcId":"a" 16 | }, 17 | { 18 | "slug":"poison-bolts", 19 | "name":"Poison Bolts", 20 | "icon":"scoundrel_poisonarrow", 21 | "level":5, 22 | "tooltipUrl":"skill/scoundrel/poison-bolts", 23 | "description":"Ranged attack which deals 40% weapon damage and an additional 40% weapon damage as Poison over 3 seconds.\r\n\r\nCooldown: 6 seconds", 24 | "simpleDescription":"Shoots a deadly poisoned bolt.", 25 | "skillCalcId":"Z" 26 | }, 27 | { 28 | "slug":"dirty-fighting", 29 | "name":"Dirty Fighting", 30 | "icon":"scoundrel_dirtyfighting", 31 | "level":10, 32 | "tooltipUrl":"skill/scoundrel/dirty-fighting", 33 | "description":"Blinds enemies in front of the Scoundrel for 3 seconds.\r\n\r\nCooldown: 30 seconds", 34 | "simpleDescription":"Blinds nearby enemies.", 35 | "skillCalcId":"b" 36 | }, 37 | { 38 | "slug":"vanish", 39 | "name":"Vanish", 40 | "icon":"scoundrel_vanish", 41 | "level":10, 42 | "tooltipUrl":"skill/scoundrel/vanish", 43 | "description":"The Scoundrel vanishes in a cloud of smoke when injured, reappearing after 5 seconds. While vanished, he will heal himself for 15505 Life.\r\n\r\nCooldown: 30 seconds", 44 | "simpleDescription":"The Scoundrel temporarily vanishes when in danger.", 45 | "skillCalcId":"Y" 46 | }, 47 | { 48 | "slug":"powered-shot", 49 | "name":"Powered Shot", 50 | "icon":"scoundrel_powershot", 51 | "level":15, 52 | "tooltipUrl":"skill/scoundrel/powered-shot", 53 | "description":"Powerful ranged attack that explodes on impact, dealing 25% weapon damage as Arcane to targets within 6 yards and has a 50% chance to Stun targets for 2 seconds.\r\n\r\nCooldown: 20 seconds", 54 | "simpleDescription":"Deals massive damage in an area and knocks back enemies.", 55 | "skillCalcId":"c" 56 | }, 57 | { 58 | "slug":"multishot", 59 | "name":"Multishot", 60 | "icon":"scoundrel_multishot", 61 | "level":15, 62 | "tooltipUrl":"skill/scoundrel/multishot", 63 | "description":"The Scoundrel's ranged attacks fire 3 bolts at a time.", 64 | "simpleDescription":"The Scoundrel's attacks shoot multiple bolts.", 65 | "skillCalcId":"X" 66 | }, 67 | { 68 | "slug":"hysteria", 69 | "name":"Hysteria", 70 | "icon":"scoundrel_hysteria", 71 | "level":20, 72 | "tooltipUrl":"skill/scoundrel/hysteria", 73 | "description":"Whenever you or the Scoundrel land a Critical Hit, you both will go into hysterics, increasing all damage done by 10% for 3 seconds. This effect cannot occur more than once every 6 seconds.", 74 | "simpleDescription":"Critical Hits cause you and the Scoundrel to temporarily deal more damage.", 75 | "skillCalcId":"d" 76 | }, 77 | { 78 | "slug":"anatomy", 79 | "name":"Anatomy", 80 | "icon":"scoundrel_anatomy", 81 | "level":20, 82 | "tooltipUrl":"skill/scoundrel/anatomy", 83 | "description":"Increases Critical Hit Chance by 3% for the Scoundrel and his allies.", 84 | "simpleDescription":"Increases the Critical Hit Chance of the Scoundrel and his allies.", 85 | "skillCalcId":"W" 86 | } 87 | ], 88 | "passive":[ 89 | 90 | ] 91 | } 92 | } 93 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /item_magic_enchantress_special.json: -------------------------------------------------------------------------------- 1 | { 2 | "name":"Steadfast Root of Mutilation", 3 | "icon":"enchantress_special_104", 4 | "displayColor":"blue", 5 | "tooltipParams":"item-data/CMWEkoMLEgcIBBXynmItHQVEX6AdInwGyDAJOABAAFAI", 6 | "bonusAffixes":0, 7 | "requiredLevel":46, 8 | "socketEffects":[ 9 | 10 | ], 11 | "salvage":[ 12 | { 13 | "chance":1, 14 | "item":{ 15 | "name":"Shimmering Essence", 16 | "icon":"crafting_tier_02b", 17 | "displayColor":"blue", 18 | "tooltipParams":"item/shimmering-essence" 19 | }, 20 | "quantity":1 21 | }, 22 | { 23 | "chance":0.15, 24 | "item":{ 25 | "name":"Lizard Eye", 26 | "icon":"crafting_tier_02c", 27 | "displayColor":"yellow", 28 | "tooltipParams":"item/lizard-eye" 29 | }, 30 | "quantity":1 31 | } 32 | ], 33 | "itemLevel":48, 34 | "attributes":[ 35 | "+42 Dexterity", 36 | "+46 Intelligence", 37 | "+250 Life after Each Kill" 38 | ] 39 | } 40 | -------------------------------------------------------------------------------- /item_magic_helm.json: -------------------------------------------------------------------------------- 1 | { 2 | "name":"Wild Casque of Invasion", 3 | "icon":"helm_104", 4 | "displayColor":"blue", 5 | "tooltipParams":"item-data/CPvK9pADEgcIBBU69U5dHTIL5KIdAn-SATAJOPUDQABIFVAIYPUD", 6 | "bonusAffixes":0, 7 | "requiredLevel":44, 8 | "socketEffects":[ 9 | 10 | ], 11 | "salvage":[ 12 | { 13 | "chance":1, 14 | "item":{ 15 | "name":"Shimmering Essence", 16 | "icon":"crafting_tier_02b", 17 | "displayColor":"blue", 18 | "tooltipParams":"item/shimmering-essence" 19 | }, 20 | "quantity":1 21 | }, 22 | { 23 | "chance":0.15, 24 | "item":{ 25 | "name":"Lizard Eye", 26 | "icon":"crafting_tier_02c", 27 | "displayColor":"yellow", 28 | "tooltipParams":"item/lizard-eye" 29 | }, 30 | "quantity":1 31 | } 32 | ], 33 | "itemLevel":46, 34 | "attributes":[ 35 | "+59 Strength", 36 | "+60 Dexterity", 37 | "+56 Vitality" 38 | ], 39 | "armor":{ 40 | "min":214, 41 | "max":214 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /item_rare_pants.json: -------------------------------------------------------------------------------- 1 | { 2 | "name":"Battle Cinder", 3 | "icon":"pants_102", 4 | "displayColor":"yellow", 5 | "tooltipParams":"item-data/CI-_yboGEgcIBBVYjtWlHbyNjMMdidXDnR25MEgIHQvRkggdGE28Kh2UvzSKIgsIARV1QgMAGAIgGDAJOLEEQABIDVAQYLEEaiUKDAgAEOaWgIuAgICAEBIVCIaN74UDEgcIBBVG9YtfMAk4AEAB", 6 | "bonusAffixes":0, 7 | "requiredLevel":35, 8 | "socketEffects":[ 9 | 10 | ], 11 | "salvage":[ 12 | { 13 | "chance":1, 14 | "item":{ 15 | "name":"Shimmering Essence", 16 | "icon":"crafting_tier_02b", 17 | "displayColor":"blue", 18 | "tooltipParams":"item/shimmering-essence" 19 | }, 20 | "quantity":1 21 | }, 22 | { 23 | "chance":1, 24 | "item":{ 25 | "name":"Lizard Eye", 26 | "icon":"crafting_tier_02c", 27 | "displayColor":"yellow", 28 | "tooltipParams":"item/lizard-eye" 29 | }, 30 | "quantity":1 31 | } 32 | ], 33 | "itemLevel":37, 34 | "attributes":[ 35 | "+41 Strength", 36 | "+68 Vitality", 37 | "+14 Fire Resistance", 38 | "Melee attackers take 19 damage per hit", 39 | "Level Requirement Reduced by 2" 40 | ], 41 | "armor":{ 42 | "min":144, 43 | "max":144 44 | } 45 | } 46 | -------------------------------------------------------------------------------- /item_rare_ring.json: -------------------------------------------------------------------------------- 1 | { 2 | "name":"Gambler's Loop", 3 | "icon":"ring_10", 4 | "displayColor":"yellow", 5 | "tooltipParams":"item-data/CNT-vN0DEgcIBBUQVV1EHYutUmgdRH0C5R0-vYo1HRjTLBAdjrDM0B0WpNPYIgsIABW2_gEAGCQgCDAJOKwDQABQEGCsA2okCgwIABCk2tSagICA4CASFAjysbA9EgcIBBVF9YtfMAk4AEAB", 6 | "bonusAffixes":0, 7 | "requiredLevel":25, 8 | "socketEffects":[ 9 | 10 | ], 11 | "salvage":[ 12 | { 13 | "chance":1, 14 | "item":{ 15 | "name":"Subtle Essence", 16 | "icon":"crafting_tier_01b", 17 | "displayColor":"blue", 18 | "tooltipParams":"item/subtle-essence" 19 | }, 20 | "quantity":1 21 | }, 22 | { 23 | "chance":1, 24 | "item":{ 25 | "name":"Fallen Tooth", 26 | "icon":"crafting_tier_01c", 27 | "displayColor":"yellow", 28 | "tooltipParams":"item/fallen-tooth" 29 | }, 30 | "quantity":1 31 | } 32 | ], 33 | "itemLevel":28, 34 | "attributes":[ 35 | "+48 Damage", 36 | "+5 Intelligence", 37 | "Regenerates 2 Life per Second", 38 | "7% Better Chance of Finding Magical Items", 39 | "Critical Hit Chance Increased by 1.0%" 40 | ] 41 | } 42 | -------------------------------------------------------------------------------- /item_weapon_legendary.json: -------------------------------------------------------------------------------- 1 | { 2 | "name":"Skywarden", 3 | "icon":"unique_mace_2h_010", 4 | "displayColor":"orange", 5 | "tooltipParams":"item-data/CPjT4eQLEgcIBBX1otksHZuwzNAdPoRWVB2xIBV7HTeqe1AdSmNPMDAJOLwDQABQEmC8Aw", 6 | "bonusAffixes":0, 7 | "requiredLevel":41, 8 | "socketEffects":[ 9 | 10 | ], 11 | "flavorText":"Favored weapon of the angelic Host.", 12 | "salvage":[ 13 | { 14 | "chance":1, 15 | "item":{ 16 | "name":"Lizard Eye", 17 | "icon":"crafting_tier_02c", 18 | "displayColor":"yellow", 19 | "tooltipParams":"item/lizard-eye" 20 | }, 21 | "quantity":3 22 | } 23 | ], 24 | "itemLevel":43, 25 | "attributes":[ 26 | "+1129 Holy Damage", 27 | "+90 Intelligence", 28 | "Increases Attack Speed by 3%", 29 | "10.6% chance to inflict Bleed for 2943 damage over 5 seconds." 30 | ], 31 | "minDamage":{ 32 | "min":106, 33 | "max":106 34 | }, 35 | "maxDamage":{ 36 | "min":113, 37 | "max":113 38 | }, 39 | "dps":{ 40 | "min":120.04649681985379, 41 | "max":120.04649681985379 42 | }, 43 | "attacksPerSecond":{ 44 | "min":0.9269999754428864, 45 | "max":0.9269999754428864 46 | } 47 | } 48 | --------------------------------------------------------------------------------