Difference between revisions of "WebAPI/ResolveVanityURL"
< WebAPI
('''Main article about WebAPI.''') |
|||
Line 1: | Line 1: | ||
+ | '''Main article about [[WebAPI]].''' | ||
== URL == | == URL == | ||
<nowiki>GET http://api.steampowered.com/ISteamUser/ResolveVanityURL/v0001/</nowiki> | <nowiki>GET http://api.steampowered.com/ISteamUser/ResolveVanityURL/v0001/</nowiki> |
Latest revision as of 20:17, 18 December 2021
Main article about WebAPI.
Contents
URL
GET http://api.steampowered.com/ISteamUser/ResolveVanityURL/v0001/
Example
Arguments
- key
- Your Steam API Key
- vanityurl
- The user's vanity URL that you would like to retrieve a steam ID for, e.g. http://steamcommunity.com/id/gabelogannewell would use "gabelogannewell"
Result Data
- response
-
- success
- The status of the request. 1 if successful, 42 if there was no match.
- steamid (Optional)
- The 64 bit Steam ID the vanity URL resolves to. Not returned on resolution failures.
- message (Optional)
- The message associated with the request status. Currently only used on resolution failures.