ConsoleCatalog
Sign in
Epic Games logo

Epic Games

epicgames.comGamingno auth

Epic Games Store - game search, product details, pricing, and system requirements.

Category Listing

ASYNCREADNo auth

Returns games and metadata for a store category such as action games.

ParametersFormJSON

Category page slug (e.g. action-games, casual-games)

Store locale (e.g. en-US)

cost: 2 credits · 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_epicgames_category_listing",
    "params": {
      "category_slug": "action-games",
      "locale": "en-US"
    }
  }'