Free Steam Games API

Games-Popularity.com API is a free public Steam API that provides current and historical game popularity data. It includes Steam player counts, wishlist rankings, top sellers positions, followers, reviews, and price history.

This API is designed for developers, analysts, and websites that need reliable Steam statistics and game popularity trends.

Interactive API Explorer

For live testing and request exploration, use the Swagger API Explorer.

Base URL

https://games-popularity.com

Authentication

No authentication is required. The API is free to use.

Endpoints

GET /swagger/api/top-wishlist

Returns the current Steam top wishlist games ranking.

GET https://games-popularity.com/swagger/api/top-wishlist

GET /swagger/api/top-sellers

Returns the current Steam top sellers ranking.

GET https://games-popularity.com/swagger/api/top-sellers

GET /swagger/api/apps-list

Returns a paginated list of Steam applications supported by the API.

GET /swagger/api/game/top-wishlist/{steamId}

Returns historical wishlist ranking data for a specific Steam game.

GET /swagger/api/game/top-sellers/{steamId}

Returns historical top sellers positions for a Steam game.

GET /swagger/api/game/players/{steamId}

Returns historical and current Steam player count data.

GET /swagger/api/game/followers/{steamId}

Returns the historical number of Steam followers.

GET /swagger/api/game/price/{steamId}

Returns Steam price history, including discounts and price changes.

GET /swagger/api/game/reviews/{steamId}

Returns historical Steam review counts and review score changes.

GET /swagger/api/game/latest/{steamId}

Returns the latest aggregated snapshot of game data, including players, reviews, followers, wishlist position, and price.

FAQ

Is this Steam API free?

Yes. The Games Popularity API is completely free and does not require authentication.

How often is the data updated?

Data is updated regularly based on Steam data availability.

What Steam data is included?

Player counts, wishlist rankings, top sellers positions, followers, reviews, and historical price data.

Does this API provide historical Steam data?

Yes. The API provides access to historical data such as player counts, wishlist positions, followers, reviews, and price history.

Do I need an API key to use this Steam API?

No. The API does not require an API key or authentication.

Which Steam games are supported?

The API supports Steam games that are available in the Steam store and included in the Games-Popularity.com dataset.