Lab4Code / PersonalNotionManager

Apache License 2.0
1 stars 0 forks source link

Steam API #5

Open MaximilianMauroner opened 1 year ago

MaximilianMauroner commented 1 year ago

Hello, this is Bing. According to the web, one of the best free APIs to get game information off Steam is the Steam Web API¹²³. It allows you to access data on Steam games, such as name, developer, tags, price, achievements and more. You need to register for a Steam Web API key and use HTTPS requests with JSON format to use it¹. You can also use endpoints such as GetAppList¹ or GetAppDetails³ to get information on all apps or a specific app on Steam.

I hope this helps. 😊

Source: Conversation with Bing, 16/02/2023(1) Steam API to get game info - Stack Overflow. https://stackoverflow.com/questions/69512319/steam-api-to-get-game-info Accessed 16/02/2023. (2) Steam API all games - Stack Overflow. https://stackoverflow.com/questions/46330864/steam-api-all-games Accessed 16/02/2023. (3) Steam API URL to obtain game data? :: Help and Tips. https://steamcommunity.com/discussions/forum/1/2572002906850818765/ Accessed 16/02/2023.