Buy All Steam Games

English | 中文

Ever wonder how much does it cost to buy all games from Steam?

Well, at the moment it costs $1080629.58 at a discounted price which costs $1146921.4 at full price.

This page was last updated 1 day ago, based on the price of the US region.

Trends

How does it work?

This page was inspired by http://buyallofsteam.appspot.com/, but it hasn't been updated since 2014.

This page however is based on PHP and Laravel, and automatically fetch daily.

API

You can hit https://steam.seewang.me/api/records to get all the data. It should look like this.

            {
                "data": [
                    {
                        "id": 1,
                        "original": 233448.27,
                        "sale": 229259.34,
                        "created_at": "2017-04-24T20:27:36+00:00"
                    },
                    ...
                ]
            }