Steam IDs ¶
What is a Steam ID ¶
Your Steam ID is a unique 17-digit number that identifies your Steam account. Steam Stats needs this to fetch your specific gaming data.
- SteamID64: a 17-digit numeric ID
- Custom Steam ID: an alphanumeric URL slug (for Workshop stats)
Find Your Steam ID ¶
Method 1: Through Steam Client (Recommended)¶
- Open Steam on your computer and ensure you're logged in
- Click your username in the top right corner of the Steam client
-
Click "Account details" from the dropdown menu
-
Copy your Steam ID from the account page:
- Look for "[username]'s Account" at the top
- Your 17-digit Steam ID will be displayed below it
- Double Click or manually select the number to copy
Method 2: Through Web Browser¶
- Go to Steam's website: Steam
- Log in to your Steam account
- Click your username in the top right corner
- Select "View my profile" from the dropdown
- Copy the numbers from the URL address bar after
/profiles/
Example: https://steamcommunity.com/profiles/76561198404498463/
Steam ID is 76561198404498463
What is a Custom Steam ID ¶
Your Custom Steam ID is the personalized part of your Steam profile URL (e.g., /id/yourcustomname/
). This is required only if you want Workshop stats.
Find Your Custom Steam ID ¶
How to Find Your Custom ID¶
Method 1: From Your Profile URL
- Go to your Steam profile (in client or browser)
-
Inspect the URL:
- If it reads
/id/<customname>/
, your custom ID is<customname>
. - If it reads
/profiles/<numbers>/
, you have not set a custom ID.
- If it reads
-
Copy the
<customname>
portion if present.
Method 2: Set or Change Your Custom Steam ID
If you don't have a custom ID but want Workshop stats:
- In the Steam client or web, go to your profile.
- Click Edit Profile
- Under General, find Custom URL.
- Enter your desired custom ID (alphanumeric, no spaces).
- Save your changes.
-
Your custom ID now appears in your profile URL at
/id/<customname>/
.
Workshop Stats Requirement
Custom Steam ID is required to generate Workshop statistics.
Storing Steam IDs in GitHub¶
Add your Steam ID¶
- Click "New repository variable"
- Name:
STEAM_ID
- Value: Paste your 17-digit Steam ID
- Click "Add variable"
Add your Steam Custom ID¶
- Click "New repository variable" again
- Name:
STEAM_CUSTOM_ID
- Value: Paste your Steam custom name
- Click "Add variable"