Search code examples
steamsteam-web-api

How can I get info on a game searched by name?


How can I use Steam API to get info on a game if searched by name on my website? I need to get the game's minimum requirement on my website from Steam.


Solution

  • 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.