---
title: "Gets a list of games' detail"
method: GET
path: "/v1/games"
tags: ["Universes"]
---

# Gets a list of games' detail

`GET /v1/games`

## Query parameters

- `universeIds` integer[], required
- `fields` string

## Response `200`

OK

- RobloxWebWebAPIModelsApiArrayResponseRobloxGamesApiModelsResponseGameDetailResponse
  - `data` RobloxGamesApiModelsResponseGameDetailResponse[]
    - `id` integer — The game universe id
    - `rootPlaceId` integer — The game root place id
    - `name` string — The game name
    - `description` string — The game description
    - `sourceName` string — The game name in the source language, if different from the returned name.
    - `sourceDescription` string — The game description in the source language, if different from the returned description.
    - `creator` RobloxGamesApiModelsResponseGameCreator — Response model for getting the game creator
      - `id` integer — The game creator id
      - `name` string — The game creator name
      - `type` string — The game creator type
      - `isRNVAccount` boolean — The game creator account is Luobu Real Name Verified
      - `hasVerifiedBadge` boolean — Builder verified badge status.
    - `price` integer — The game paid access price
    - `allowedGearGenres` string[] — The game allowed gear genres
    - `allowedGearCategories` string[] — The game allowed gear categoris
    - `isGenreEnforced` boolean — The game must specify a genre
    - `copyingAllowed` boolean — The game allows place to be copied
    - `playing` integer — Current player count of the game
    - `visits` integer — The total visits to the game
    - `maxPlayers` integer — The game max players
    - `created` string, date-time — The game created time
    - `updated` string, date-time — The game updated time
    - `studioAccessToApisAllowed` boolean — The setting of IsStudioAccessToApisAllowed of the universe
    - `createVipServersAllowed` boolean — Gets or sets the flag to indicate whether the create vip servers button should be allowed in game details page
    - `universeAvatarType` 1 | 2 | 3 — Avatar type. Possible values are MorphToR6, MorphToR15, and PlayerChoice
    - `genre` string — The game genre display name
    - `genre_l1` string — The game genre from experience-genres-service
    - `genre_l2` string — The game subgenre from experience-genres-service
    - `untranslated_genre_l1` string — The game genre from experience-genres-service untranslated
    - `isAllGenre` boolean — Is this game all genre.
    - `isFavoritedByUser` boolean — Is this game favorited by user.
    - `favoritedCount` integer — Game number of favorites.
    - `licenseDescription` string
    - `refundLink` string
    - `localizedFiatPrice` string
    - `refundPolicy` RobloxGamesApiModelsResponseRefundPolicy
      - `policyText` string — The display text with a placeholder for clients to inject a link, such as: "Learn more about policy xyz {linkStart}Learn More{linkEnd}"
      - `learnMoreBaseUrl` string — The base URL that the client should redirect to.
      - `locale` string — The Roblox selected language locale that the user has presently selected.
      - `articleId` string — Zendesk (or similar forum provider) article ID for the client to build a redirect URL.
    - `canonicalUrlPath` string — Canonical URL path for the game page, e.g. /games/{placeId}/{canonical-slug}. It must be the same as the canonical URL (rel-canonical meta tag) on the game's EDP.
    - `isContentRestricted` boolean — Indicates whether this experience is content-restricted and has had its details wiped. When true, the content fields (name, description, creator, etc.) contain placeholder or empty values rather than the real data. Consumers should branch on this flag instead of inferring restriction from placeholder text.

## Other responses

- `400` — 8: The universe IDs specified are invalid. 9: Too many universe IDs were requested.
- `429` — 4: Too many requests have been made.

---

[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/versions/e15802062270/schema)
