
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
@__mdev/m-steamapi
Advanced tools
const steamAPI = require('@__mdev/m-steamapi');
const api = new steamAPI({
apiKey: YOUR_STEAM_API_KEY
});
await api.getPlayerCount(APPID);
To get your API key go here: https://steamcommunity.com/dev/apikey
> getPlayerCount(appID)
- Get back player count from specified Steam app ID.
> getPlayerSummaries(steamID)
- Get back player data from specified SteamID64.
> getUserGroups(steamID)
- Get back user groups list from specified SteamID64.
> resolveVanityUrl(vanityURL)
- Get back user SteamID64 from VanityURL.
> getUserBans(steamID)
- Get user ban stats from SteamID64.
> getGameAchievements(appID)
- Get list of achievements from specified appID.
> getUserStatsForGame(steamID, appID)
- Get user achievements from specified appID.
> getSteamGames()
- Returns Steam games from store.
> getSteamSoftware()
- Returns Steam software from store.
> getUserBadges(steamID)
- Returns user owned Steam badges.
> getUserCommunityBadgeProgress(steamID)
- Returns user Community Badge progress.
> getUserDisplayedBadge(steamID)
- Returns user's displayed badge details.
> getUserGames(steamID)
- Returns list of user's owned games.
> getUserCustomizationDetails(steamID)
- Returns user's profile customization details.
> getUserProfileItemsEquipped(steamID)
- Returns user's profile items equipped.
> getUserRecentlyPlayedGames(steamID)
- Returns user's recently played games count and list.
> getUserLevel(steamID)
- Returns user's Steam level.
> getLevelDistribution(level)
- Returns data about Steam level distribution.
> getAppNews(appID)
- Returns news of providen appID.
> getInventory(appID, steamID)
- Returns Array with user inventory items.
> getAppDetails(appID)
- Returns details about specified appID.
FAQs
This package allows you to access Steam web api data easily.
We found that @__mdev/m-steamapi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.