WebAPI/GetSupportedAPIList
< WebAPI
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.