---
title: "Gets a game's name and description in all supported languages"
method: GET
path: "/v1/name-description/games/{gameId}"
tags: ["Localization", "Universes"]
---

# Gets a game's name and description in all supported languages

`GET /v1/name-description/games/{gameId}`

## Path parameters

- `gameId` integer, required

## Response `200`

OK

- RobloxWebWebAPIModelsApiArrayResponseRobloxGameInternationalizationApiNameDescription
  - `data` RobloxGameInternationalizationApiNameDescription[]
    - `name` string
    - `description` string
    - `updateType` 'Invalid' | 'Name' | 'Description'
    - `languageCode` string

## Other responses

- `400` — 14: Invalid game id
- `503` — 17: Feature is disabled

---

[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/958b2b40425d/schema)
