/SteamPostmanCollection

An automatically generated Postman collection for Steam's entire web api

Primary LanguagePythonMIT LicenseMIT

Postman Steamwork Web API Collection

An automatically generated Postman collection for Steam's entire web api

View the public Postman collection here.

Running

Set the environment variable STEAM_API_KEY and then any of the follow python management tools can run the script directly:

  • pipx,
    • via pipx run generate.py
  • uv, or
    • via uv run generate.py
  • hatch
    • via hatch run generate.py

You can obtain a key from the Register Steam Web API Key page.