Skip to content

Endpoints Web API Utilities

TeemoCell edited this page Jul 20, 2026 · 2 revisions

Web API Utility Endpoints

The utility client exposes ISteamWebAPIUtil information.

$utility = $steam->webApi();

Methods

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.

Clone this wiki locally