Query Steam User
Query Steam User
GET /game/steam/summary - Query Steam User
Want to display a user's Steam profile on your website or app? This endpoint is designed for you.
Overview
With a user's Steam identifier (supports multiple formats), you can get their public profile summary, including nickname, avatar, online status, real name (if public) and profile homepage URL.
Supported Parameter Formats
The endpoint now supports the following identifier formats:
- steamid: 64-bit SteamID (e.g., 76561197960287930)
- id: Custom URL name (e.g., gabelogannewell)
- id3: Steam ID3 format (e.g., STEAM0:0:22202)
- Complete profile link
- Friend code
Usage Notes
[!IMPORTANT]
Access Credential Description
This endpoint accepts a key parameter to use your own access credentials. If you choose to provide it, please keep it secure and don't put it in public frontend code.
When processing responses, note the meanings of the following numeric codes:
- personastate (User Status): 0-Offline, 1-Online, 2-Busy, 3-Away, 4-Snooze, 5-Looking to Trade, 6-Looking to Play.
- communityvisibilitystate (Community Visibility): 1-Private, 3-Public (API can usually only query these two states).