Steam API to get game info

18.9k views Asked by At

how will I use steam API to get the info on a game if they search a game name in my website , I'm new to using API's please help!! example : I need to get the games minimum requirement in my website from steam

1

There are 1 answers

2
p0ryae On BEST ANSWER

Take a look at Steam's Web API Documentation:
https://steamcommunity.com/dev

That should guide you through all the process. Make sure you read everything carefully so you won't miss anything!

These might help you:

Replace STEAMKEY in the url to your desired Steam Key.

Replace App_ID in the url to your desired Application/Game ID.