WebAPI/ResolveVanityURL

From Team Fortress Wiki
< WebAPI
Revision as of 08:38, 7 December 2011 by Lagg (talk | contribs) (Also trying a different documentation style, we can't rely on things like response object roots being "result" anymore)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

URL

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

See the ID list for a valid ID.

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
steamid
The 64 bit Steam ID the vanity URL resolves to.
success
The status of the request. 1 if successful, 42 if there was no match.
message (Optional)
The message associated with the request status. Currently only used on resolution failures.