Skip to content
a-sync edited this page Apr 18, 2022 · 8 revisions

How to get it

You need a steam account to acquire one. Go to https://steamcommunity.com/dev/apikey to request or revoke your key.

Environmental variables

Set your key as the value of STEAM_WEB_API_KEY env var to enable steam API features.

Configuration options

Set the appId field for a game server to enable a backup lookup for the server via the steam API if the gamedig query fails.
The appId for games can be found here: https://steamdb.info/apps/

Note: The steam API qeuery doesn't return individual player info, only player numbers.

Clone this wiki locally