ConsoleCatalog
Sign in
SteamDB logo

SteamDB

steamdb.infoGamingauth

Steam product search, sales, charts, pricing, and player counts.

App Price Details

ASYNCREADNo auth

Returns a game's current and lowest prices, rating, reviews, and player count.

ParametersFormJSON

Steam application ID to fetch price and metadata detail for

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_steamdb_app_price_detail",
    "params": {
      "app_id": "447530"
    }
  }'