Diablo III

Number of APIs: 20

  1. Community APIs-Act API - Act GET {{battle-net-host}}/d3/data/act/{{d3.act-id}}?locale={{locale}}&access_token={{access-token}}

  2. Community APIs-Artisan and Recipe API - Artisan GET {{battle-net-host}}/d3/data/artisan/{{d3.artisan-slug}}?locale={{locale}}&access_token={{access-token}}

  3. Community APIs-Follower API - Follower GET {{battle-net-host}}/d3/data/follower/{{d3.follower-slug}}?locale={{locale}}&access_token={{access-token}}

  4. Community APIs-Character Class and Skill API - Skill GET {{battle-net-host}}/d3/data/hero/{{d3.class-slug}}/skill/{{d3.skill-slug}}?locale={{locale}}&access_token={{access-token}}

  5. Community APIs-Profile API - Account GET {{battle-net-host}}/d3/profile/{{d3.profile-battle-tag}}?locale={{locale}}&access_token={{access-token}}

  6. Community APIs-Profile API - Detail Follower Items GET {{battle-net-host}}/d3/profile/{{d3.profile-battle-tag}}/hero/{{d3.profile-hero-id}}/follower-items?locale={{locale}}&access_token={{access-token}}

  7. Community APIs-Act API - Act Index GET {{battle-net-host}}/d3/data/act?locale={{locale}}&access_token={{access-token}}

  8. Community APIs-Artisan and Recipe API - Recipe GET {{battle-net-host}}/d3/data/artisan/{{d3.artisan-slug}}/recipe/{{d3.recipe-slug}}?locale={{locale}}&access_token={{access-token}}

  9. Community APIs-Character Class and Skill API - Character Class GET {{battle-net-host}}/d3/data/hero/{{d3.class-slug}}?locale={{locale}}&access_token={{access-token}}

  10. Community APIs-Item Type API - Item Type Index GET {{battle-net-host}}/d3/data/item-type?locale={{locale}}&access_token={{access-token}}