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
Asked
Active
Viewed 1.3k times
1 Answers
10
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.
- App details API: http://store.steampowered.com/api/appdetails?appids={APP_ID}
Replace App_ID
in the url to your desired Application/Game ID.

DashCruft
- 126
- 1
- 7
-
App details API no longer works. – Manvendra SK Mar 26 '23 at 13:29
-
4Yes it does, appdetails still works. – Alexis Pautrot Apr 15 '23 at 18:34