Difference between revisions of "WebAPI/GetSupportedAPIList"
< WebAPI
(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...") |
('''Main article about WebAPI.''') |
||
Line 1: | Line 1: | ||
+ | '''Main article about [[WebAPI]].''' | ||
==URL== | ==URL== | ||
<nowiki>GET http://api.steampowered.com/ISteamWebAPIUtil/GetSupportedAPIList/v0001/</nowiki> | <nowiki>GET http://api.steampowered.com/ISteamWebAPIUtil/GetSupportedAPIList/v0001/</nowiki> |
Latest revision as of 20:16, 18 December 2021
Main article about 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.