GET/steam/achievementsapiKey1 credit/request
Get global achievement completion percentages for a Steam app
Returns the global unlock percentage for each of an app's achievements, sorted most-unlocked first. Apps without global achievement stats return an empty list. Credential-free public Steam WebAPI JSON.
Required params: appid:query
GET/steam/appapiKey1 credit/request
Get Steam store details for an app
Returns normalized store metadata for a single Steam app (title, type, price, developers/publishers, platforms, genres, categories, release date, metacritic, recommendation and achievement counts). cc selects the store region (and price currency) and l the text language. filters is a comma-separated subset of allowed fields to shrink the payload. Credential-free public Steam storefront JSON.
Required params: appid:query
GET/steam/category/{slug}apiKey2 credits/request
Browse a store category (tag) with weighted community tags
Returns a catalog slice for a community tag / category via Steam's keyless IStoreQueryService, carrying each item's WEIGHTED community tags, review-score breakdown, developer/publisher credits, release date, platforms and price. The slug is a numeric tag id or a tag name (case- and separator-insensitive, e.g. rogue_like); resolve ids via /steam/tags/list. Ordering is Steam's default relevance — for sorted or os/price-faceted browse use /steam/tags. Credential-free public Steam store query API.
Required params: slug:path
GET/steam/charts/concurrentapiKey1 credit/request
Get Steam's live games-by-concurrent-players leaderboard
Returns the live leaderboard of games ranked by current concurrent players (rank, appid, current concurrent, peak). By default each row is enriched with the game name and review summary; pass enrich=false for raw ranked app ids. Credential-free public Steam WebAPI JSON.
Required params: None
GET/steam/charts/most-playedapiKey2 credits/request
Get Steam's weekly most-played games chart
Returns Steam's weekly most-played chart: the top games ranked by peak concurrent players over the last week (rank, appid, previous-week rank, peak players). By default each row is enriched with the game name and review summary via a batch lookup; pass enrich=false for the raw ranked app ids only. Credential-free public Steam WebAPI JSON.
Required params: None
GET/steam/charts/top-releasesapiKey1 credit/request
Get Steam's monthly best-new-releases index
Returns Steam's monthly top-releases index: one page per month, each listing that month's top-released app ids (with the month label and start date). The app-id lists are large and not name-enriched; resolve names via /steam/items. Credential-free public Steam WebAPI JSON.
Required params: None
GET/steam/community-recommendationsapiKey2 credits/request
Get the store's community-recommended reviews feed
Returns a batch of recent, quality user reviews recommended across the whole store (author, playtime, helpful votes, and the recommended app). Filter by review kind/sort, reviewer playtime window, review language, and store region. The upstream serves a fixed batch and, unauthenticated, does not support tag filtering or deep pagination. Credential-free public Steam storefront JSON.
Required params: None
GET/steam/featured-categoriesapiKey1 credit/request
Get Steam top sellers, new releases, specials and coming soon
Returns the storefront merchandising buckets for a region: specials, top_sellers, new_releases, and coming_soon, each with its item list. Credential-free public Steam storefront JSON.
Required params: None
GET/steam/featuredapiKey1 credit/request
Get the Steam store featured capsules
Returns the storefront's featured capsules for a region (per-platform featured lists plus large spotlight capsules), including discount and price fields. Credential-free public Steam storefront JSON.
Required params: None
GET/steam/itemsapiKey2 credits/request
Resolve a batch of app ids to store items with weighted tags
Resolves up to 100 Steam app ids in one call to normalized store items via Steam's keyless IStoreBrowseService, each carrying its WEIGHTED community tags, review-score breakdown, developer/publisher credits, release date, platforms and price. The batch enrichment primitive for the community-tag taxonomy. Credential-free public Steam store query API.
Required params: appids:query
GET/steam/newsapiKey1 credit/request
Get recent news posts for a Steam app
Returns recent news/announcement posts for an app (title, author, contents, feed, date). Credential-free public Steam WebAPI JSON.
Required params: appid:query
GET/steam/packageapiKey1 credit/request
Get Steam store details for a package
Returns normalized details for a Steam package (a purchasable bundle): name, the apps it contains, price, platforms, and release date. cc selects the store region and price currency. Credential-free public Steam storefront JSON.
Required params: packageid:query
GET/steam/playersapiKey1 credit/request
Get the current concurrent-player count for a Steam app
Returns the official current concurrent-players count for an app. Credential-free public Steam WebAPI JSON.
Required params: appid:query
GET/steam/reviewsapiKey2 credits/request
List reviews for a Steam app
Returns a page of user reviews for an app with cursor pagination and an aggregate query_summary (score, positive/negative totals). Aggregate totals populate only on the first page (cursor=*). Pass the returned cursor back to page. Credential-free public Steam storefront JSON.
Required params: appid:query
GET/steam/reviews/histogramapiKey1 credit/request
Get the review up/down histogram for a Steam app
Returns the positive/negative recommendation counts over time (the store review graph): weekly/monthly rollups plus recent daily buckets. Credential-free public Steam storefront JSON.
Required params: appid:query
GET/steam/searchapiKey1 credit/request
Search the Steam store by title
Resolves a search term to Steam apps via the store typeahead JSON (title, appid, price, platforms, metascore). Best for title -> appid lookup; returns roughly ten results. For faceted, paginated search use /steam/search/results. Credential-free public Steam storefront JSON.
Required params: term:query
GET/steam/search/resultsapiKey2 credits/request
Faceted, paginated Steam store search
Runs the Steam store search with pagination and sorting and returns the result rows (appid, title, release date, review summary, price, platforms). Supports start/count paging and sort_by. Credential-free public Steam storefront JSON.
Required params: term:query
GET/steam/steamspyapiKey1 credit/request
Get SteamSpy third-party ownership and playtime estimates
Returns third-party ownership, concurrent-user, playtime, and review estimates for an app from SteamSpy. These are SteamSpy estimates, not official Steam figures. Credential-free public third-party JSON.
Required params: appid:query
GET/steam/tagsapiKey2 credits/request
Browse the Steam store by community tag and store facets
Browses the store by the community-tag taxonomy (Roguelike, Metroidvania, Cozy...) and the store filter facets, with no free-text term. Filter by one or more tag ids, a store category id, platform (os), a maximum price, specials-only, and hide-free-to-play; sort and page the browse-rank rows. Each row includes its community tag ids (resolve names via /steam/tags/list). Pagination runs the full result set (total is the real, fully-pageable match count); paging past total returns an empty page. Credential-free public Steam storefront JSON.
Required params: None
GET/steam/tags/listapiKey1 credit/request
List Steam community tag ids and names
Returns Steam's popular community tags (numeric id + localized name) so callers can map a tag name to the id that /steam/tags and /steam/category expect. Credential-free public Steam storefront JSON.
Required params: None
GET/steam/top-sellersapiKey2 credits/request
Get Steam's weekly top-sellers chart for a country
Returns the store's weekly top-sellers chart for a country, each rank carrying the full store item (name, price, weighted community tags, review summary, platforms). cc selects the country whose sales ranking and currency are returned. Credential-free public Steam store top-sellers API.
Required params: None