seishun / node-steam

Interface directly with Steam servers from Node.js
MIT License
1k stars 181 forks source link

I would get last van ban list using Steam API (node js) #420

Closed willowTank closed 6 years ago

willowTank commented 6 years ago

Hello Sir. I am a beginner of steam api. So Can you help me? Please let me know best Steam API document. Then How can I get last vac ban list using Steam API in Node JS Thanks

batizisanya commented 6 years ago

Hi, this is an old thread, but maybe it can help for someone. If you want to get someone bans, you can use steam web api. http://api.steampowered.com/ISteamUser/GetPlayerBans/v1/?key=XXXXXXXX&steamids=XXXX,YYYY Documentation: https://developer.valvesoftware.com/wiki/Steam_Web_API

Or you can use some third party api (like: https://steamid.eu/vac-banned/page/1) and get the whole banlist from there.