Skip to content

Fetch user profiles directly from steamcommunity.com

License

Notifications You must be signed in to change notification settings

ajhsu/steam-profile-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steam Profile API

Fetch user profiles directly from steamcommunity.com

Install and Run

Install

$ npm install

And start

$ npm start

After bootstraped, you'll get the following JSON response by accessing http://localhost:8090/user/ajhsu,

{
  "privacy":"",
  "currentStatus":"Currently Offline",
  "lastStatus":"Last Online 6 hrs, 21 mins ago",
  "realName":"AJ Hsu",
  "country":"Taiwan",
  "recentPlayTime":"55.8 hours past 2 weeks",
  "recentGames":[
    {
      "name":"Don't Starve Together",
      "details":"7.7 hrs on record\nlast played on 4 Jul"
    },
    {
      "name":"Street Fighter V",
      "details":"3.3 hrs on record\nlast played on 3 Jul"
    },
    {
      "name":"Shower With Your Dad Simulator 2015: Do You Still Shower With Your Dad",
      "details":"0.0 hrs on record\nlast played on 2 Jul"
    }
  ],
  "badgeCount":"2",
  "gameCount":"23",
  "friendCount":"12"
}

About

Fetch user profiles directly from steamcommunity.com

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published