forked from syntaxerrors/Steam
-
Notifications
You must be signed in to change notification settings - Fork 0
Endpoints Web API Utilities
TeemoCell edited this page Jul 20, 2026
·
2 revisions
The utility client exposes ISteamWebAPIUtil information.
$utility = $steam->webApi();| Method | Description |
|---|---|
GetServerInfo() |
Returns Steam Web API server information and time values. |
GetSupportedAPIList() |
Returns interfaces and methods visible to the supplied API key. |
$server = $steam->webApi()->GetServerInfo();
$interfaces = $steam->webApi()->GetSupportedAPIList();GetSupportedAPIList() is useful for diagnostics and discovering differences between normal and publisher keys. It should not be called on every request; cache the result when used in tooling.
Documentation for teemocell/steam-web-api · Licensed under the MIT License