Classic APIs
ClassicGamesApi
universesProductInfo

universesProductInfo

Gets product information for multiple games.

Parameters

NameTypeDescription
universeIdsArrayNonEmptyIfConstThe IDs of the games to get product information for.

Example

const { data: products } = await ClassicGamesApi.universesProductInfo({ universeIds: [1685831367] }); 

Example Data

{
  "1685831367": {
    isForSale: false,
    productId: 0,
    price: null,
    sellerId: 1536374574,
  },
} 

Endpoint

GET /v1/games/games-product-info