---
title: "Gets a list of games' product info, used to purchase a game"
method: GET
path: "/v1/games/games-product-info"
tags: ["Universes"]
---

# Gets a list of games' product info, used to purchase a game

`GET /v1/games/games-product-info`

## Query parameters

- `universeIds` integer[], required

## Response `200`

OK

- RobloxWebWebAPIModelsApiArrayResponseRobloxGamesApiModelsResponseGameProductResponse
  - `data` RobloxGamesApiModelsResponseGameProductResponse[]
    - `universeId` integer — The game universe id
    - `isForSale` boolean — The game purchasability
    - `productId` integer — The game product id
    - `price` integer — The game price
    - `sellerId` integer — The game seller id User ID for users, Agent ID for groups
    - `fiatPurchaseData` RobloxGamesApiModelsResponsePurchaseData
      - `localizedFiatPrice` string — Fiat purchase price in a localized string for display on client.
      - `basePriceId` string — ID of base price, needed by clients to prepare purchase url.

## Other responses

- `400` — 8: The universe IDs specified are invalid. 9: Too many universe IDs were requested.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/40ce8069acc1/schema)
