Lifestyle
Steam
9min
the steam modules allow you to list the recently played games, new games, and news for the steam app in your steam account get started with steam prerequisites a steam account in order to use steam with {{product name}} , is necessary to have a steam account if you do not have one, you can create a steam account at store steampowered com connect steam to make to connect your steam account to make you need to obtain the api key from your steam account and insert it in the create a connection dialog in the make module 1\ go to the steam api key page and log in to your steam account 2\ copy the api key to your clipboard you must have games in your account to enable the api key 3\ go to make and open the steam module' s create a connection dialog 4\ in the connection name field, enter a name for the connection 5\ in the api key field, enter the api key copied in step 2, and click continue steam does not provide a method to verify the api key ensure to double check that the entered api key is correct the connection has been established games list owned games gets a list of owned games by profile id field description connection establish a connection to your steam account steam id enter (map) the steam id whose games you want to list your steam is an integer and can be found at your profile icon > accounts include app info select whether you want to include the game name and logo information in the results include played free games select whether you want to include the free games played by the user apps id filter enter the app id to list the games related to the specified app id limit set the maximum number of owned games make should return during one execution cycle list recently played games gets a list of recently played games of two weeks on a specified account field description connection establish a connection to your steam account steam id enter (map) the steam id whose recently played games you want to list your steam is an integer and can be found at your profile icon > accounts limit set the maximum number of played games make should return during one execution cycle list news for app gets all news about the specified app field description connection establish a connection to your steam account steam id enter (map) the steam id whose games you want to list your steam is an integer and can be found at your profile icon > accounts include app info select whether you want to include the game name and logo information in the results include played free games select whether you want to include the free games played by the user apps id filter enter the app id to list the games related to the specified app id limit set the maximum number of news items make should return during one execution cycle other make an api call performs an arbitrary authorized api call field description connection establish a connection to your steam account url enter a path relative to https //api/steampowered com for example /isteamnews/getnewsforapp/v0002 method select the http method you want to use get to retrieve information for an entry post to create a new entry put to update/replace an existing entry patch to make a partial entry update delete to delete an entry headers enter the desired request headers you don't have to add authorization headers; we already did that for you query string enter the request query string body enter the body content for your api call example of use get news for app the following api call returns all the news items for the specified app from your steam account url /isteamnews/getnewsforapp/v0002 method get matches of the search can be found in the module's output under bundle > body > newsitems in our example, 152 news items were returned for the list of available endpoints, refer to the steam api documentation https //developer valvesoftware com/wiki/steam web api