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
Steam API to get game info
Asked Answered
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.
App details API no longer works. –
Simplistic
Yes it does, appdetails still works. –
Spouse
© 2022 - 2024 — McMap. All rights reserved.