5

I'm trying to create an NPM module to get steam game versions from the appID.

Currently, I can get the game info with https://store.steampowered.com/api/appdetails?appids=730 (730 is CSGO appID)

How do I get the current game version?

This is so I can check if an update I available.

1 Answers1

1

You can query buildid using steamdb.info or steamcmd. This increments any time files change.

reflexiv
  • 1,693
  • 1
  • 21
  • 24