API Docs
The API returns a JSON response by default unless request comes from known bot (Nightbot, StreamElements).
If you want pretty outputs, you can add &pretty to url of most endpoints. JSON can be forced by adding &json.
Characters
https://dbd.tricky.lol/api/characters
Returns all characters (including bio/backstory and perks).
Events
https://dbd.tricky.lol/api/events
Returns current/upcoming event name and timestamp for when it starts and ends.
Leaderboard Position
https://dbd.tricky.lol/api/leaderboardposition?steamid=<steamid64>&stat=escaped
Returns leaderboard position for a specific player and stat.
Perk Info
https://dbd.tricky.lol/api/perkinfo?perk=Adrenaline
Returns information on specific perk.
Perks
https://dbd.tricky.lol/api/perks
Returns list of perks, perk id can be used with perkinfo above.
Playerstats
https://dbd.tricky.lol/api/playerstats?steamid=<steamid64>
Returns player stats for specific player (times escaped, items collected, successful skill checks etc.)
Steam privacy settings will prevent this from working.
Random Perks
https://dbd.tricky.lol/api/randomperks?role=survivor
Returns 4 random perks for survivor or killer.
Rank Reset
https://dbd.tricky.lol/api/rankreset
Returns timestamp for next reset.
Shrine
https://dbd.tricky.lol/api/shrine
Returns current shrine offerings (updated automatically!).
If you need help Join Discord!