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.

Note: API requests may be rate limited.

Note 2: Parameters encased in parentheses are optional.

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!).

This is not a complete list of endpoints. Check Here

If you need help Join Discord!