Skip to content

Simple Diablo 3 Web API PHP Wrapper

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
LICENSE-GPL.txt
MIT
LICENSE-MIT.txt
Notifications You must be signed in to change notification settings

XjSv/Diablo-3-API-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

!!! No longer working due to changes to the API !!!

Diablo 3 API PHP

A Diablo 3 Web API wrapper written in PHP.

This is meant to be very simple, easy to use and modify. It supports the 'If-Modified-Since' header. o Create an account at dev.battle.net to obtain an API Key.

Caching

If caching is enabled when calling the API, the 'If-Modified-Since' header will be effect. This however does not save on API points. Points will still be deducted from your limit. A '304 Not Modified' response from the API will only save bandwidth and time.

Required Folder Structure (for images and cache):

  • root
    • cache
    • img
      • items
        • large
        • small
      • skills
        • 21
        • 42
        • 64

Methods Available

  • Get Career Profile
  • Get Hero Profile
  • Get Item Information
  • Get Follower Information
  • Get Artisan Information
  • Get Item Image
  • Get Skill Image
  • Get Skill Tooltip
  • Get Skill Rune Tooltip
  • Get All Hero Item Images
  • Get All Hero Skill Images
  • Get Paperdoll

Official Site: https://dev.battle.net/

Original Documentation: https://dev.battle.net/io-docs

Dual Licensed: MIT/GPL

About

Simple Diablo 3 Web API PHP Wrapper

Resources

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
LICENSE-GPL.txt
MIT
LICENSE-MIT.txt

Stars

Watchers

Forks

Packages

No packages published

Languages