https://github.com/mrsteele/hellforge
A simple api service to fetch information on diablo 2 information
https://github.com/mrsteele/hellforge
Last synced: about 1 year ago
JSON representation
A simple api service to fetch information on diablo 2 information
- Host: GitHub
- URL: https://github.com/mrsteele/hellforge
- Owner: mrsteele
- License: mit
- Created: 2021-09-11T22:27:25.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-13T19:52:50.000Z (over 4 years ago)
- Last Synced: 2025-03-26T06:42:02.725Z (about 1 year ago)
- Language: JavaScript
- Homepage: d2api.vercel.app
- Size: 1.75 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hellforge API
This is an example, but useful for experimentation.
### Disclaimer
To get the most accurate information, we use data from the actua game files. These files are the intellectual property of *Blizzard Entertainment* and I take no credit for the contents of them.
### Live Site
This site is hosted in its entirety at https://hellforge.vercel.app.
### API Resources
The following is the beginnings of a list of things we may want to support in an API. Pretty much anything inside of the patchd2.mpq:
* Character Classes
* Skills
* Stats
* Items
* Quality
* Types
* Properties
* Monsters
* Waypoints
* Quests
* ...and many more
### Resources
* https://diablo2.diablowiki.net/Item_Generation_Tutorial - A list of where I could find ids for things if I needed them.
* https://github.com/fabd/diablo2/tree/master/code/d2_113_data - Some d2 data someone uploaded to Github.
* https://d2mods.info/forum/kb/index - An explanation of all the files and what they mean.
* https://user.xmission.com/~trevin/DiabloIIv1.09_Magic_Properties.shtml - All magic properties
* https://github.com/blizzhackers/d2data/blob/master/compile.js - A better compiler
### License
MIT