Dead By Daylight API
It allows you to communicate with Dead By Daylight's backend, though if you have any suggestions for new things to add to the API, I may add them for you.
Currently I use it to retreive and display the shrine of secrets and output when the next one is.
It logins in anonymously to the Dead By Daylight API, and retrieves information from endpoints from the api and returns them, additionally it does the same from Dead By Daylight's CDN. It also reads from the PAK file (which is what requires the steam user to download the files), to get information such as perks, offerings, characters, tunables, items, etc...
you can find it here
- /api/maps(?branch=live)
- /api/perks(?branch=live)
- /api/offerings(?branch=live)
- /api/characters(?branch=live)
- /api/tunables(?branch=live&killer=)
- /api/emblemtunables(?branch=live)
- /api/customizationitems(?branch=live)
- /api/gameconfigs(?branch=live)
- /api/ranksthresholds(?branch=live)
- /api/itemaddons(?branch=live)
- /api/items(?branch=live)
- /api/stats/:steam_64: (Profile needs to be public)
- /api/shrineofsecrets(?pretty=true&branch=live)
- /api/storeoutfits(?branch=live)
- /api/config(?branch=live)
- /api/catalog(?branch=live)
- /api/news(?branch=live)
- /api/featured(?branch=live)
- /api/schedule(?branch=live)
- /api/bpevents(?branch=live)
- /api/specialevents(?branch=live)
- /api/archive(?branch=ptb&tome=Tome01)
- /api/archiverewarddata(?branch=live)