SteamWebAPIDocumentation
SteamWebAPIDocumentation copied to clipboard
📃 An automatically generated list of Steam Web API interfaces, methods and parameters. Allows you to craft requests in the browser.
Steam Web API Documentation
An automatically generated list of Steam Web API interfaces, methods and parameters. Allows you to craft requests in the browser.
If you specify the web api key, it will be stored in your browser, and will only be sent to Valve's API servers if you chose to do so.
If you know of an API that is not listed here, make a pull request to the repository of undocumented APIs.
⚠ Please do not email me about questions on how to use specific APIs, I provide an automatically updated and generated list, I do not personally know how to use all of them.
api.json
api.json is the final file that is generated from various sources:
- Takes existing
api.jsonfile as a base, so removed methods are persisted - Official list from
GetSupportedAPIList- Using normal API key
- Using partner API key
- Parsed protobufs to find service methods and tested against the API
- Descriptions and fields are also parsed
- Manual list of undocumented methods
api_type_overrides.jsonto fix up types of known method parameters. Such as enforcing arrays.
config.php
To run generation scripts, a config file with API keys needs to be created:
<?php
$PublicApiKey = '';
$PublisherApiKey = '';