ConsoleCatalog
Sign in
Steam Community logo

Steam Community

steamcommunity.comGamingno auth

Steam Community hub - titles, guides, artwork, reviews, and workshop listings.

App Hub Content Listing

ASYNCREADNo auth

Returns a game's community hub content including guides, artwork, and reviews.

ParametersFormJSON

Steam application ID for the game hub to browse (e.g. Brutal Legend = 225260)

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_steamcommunity_app_hub_content_listing",
    "params": {
      "app_id": "225260"
    }
  }'