steam_resolve_vanity_url
Resolve a Steam custom profile URL name to its numeric SteamID64. Use this when you have a vanity name like 'gabelogannewell' to get the ID required by other tools.
Instructions
Resolve a Steam custom (vanity) profile URL name into a SteamID64.
Many Steam profiles use a custom URL like steamcommunity.com/id/ instead of a numeric ID. Other tools in this server need the numeric SteamID64, so use this first if you only have a custom URL name.
Args: params (VanityUrlInput): Validated input containing: - vanity_name (str): The custom URL name (without the full URL).
Returns: str: On success, the resolved SteamID64 and original name. On failure, an "Error: ..." string. If the name doesn't match a profile, returns a message saying no match was found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |