WebAPI/GetSupportedAPIList

From Team Fortress Wiki
< WebAPI
Revision as of 23:41, 30 April 2013 by TheSeg (talk | contribs) (Created page with "==URL== <nowiki>GET http://api.steampowered.com/ISteamWebAPIUtil/GetSupportedAPIList/v0001/</nowiki> ==Method-specific parameters== ;{{API optional|key}}: Presence of a Steam We...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

URL

GET http://api.steampowered.com/ISteamWebAPIUtil/GetSupportedAPIList/v0001/

Method-specific parameters

key (Optional)
Presence of a Steam Web API key will display all available methods & interfaces allowed for that key.

Result data

apilist (array)
interfaces (array)
name (string)
Name of Interface.
methods (array)
Methods with-in the interface.
name (string)
Name of method.
version (int)
Version of method.
httpmethod (string)
Allowed HTTP method for method (GET, POST).
parameters (array)
name (string)
Name of parameter.
type (string)
Expected type of value.
optional (bool)
Is input optional for the method.
description (string)
API Documentation of parameter.