Difference between revisions of "WebAPI/ResolveVanityURL"

From Team Fortress Wiki
Jump to: navigation, search
m (Unnecessary link to appIds. Reckon, this happend due to copy and paste.)
m (Added HTTP method)
Line 1: Line 1:
 
== URL ==
 
== URL ==
<nowiki>http://api.steampowered.com/ISteamUser/ResolveVanityURL/v0001/</nowiki>
+
<nowiki>GET http://api.steampowered.com/ISteamUser/ResolveVanityURL/v0001/</nowiki>
  
 
== Method-specific Parameters ==
 
== Method-specific Parameters ==

Revision as of 12:14, 2 June 2013

URL

GET http://api.steampowered.com/ISteamUser/ResolveVanityURL/v0001/

Method-specific Parameters

vanityurl
The vanity URL part of a user's Steam profile URL. This is the basename of http://steamcommunity.com/id/ URLs.

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.