---
title: "Get all names and descriptions of a game pass"
method: GET
path: "/v1/game-passes/{gamePassId}/name-description"
tags: ["Game passes", "Localization"]
---

# Get all names and descriptions of a game pass

`GET /v1/game-passes/{gamePassId}/name-description`

## Path parameters

- `gamePassId` integer, required

## Response `200`

OK

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

## Other responses

- `400` — 61: Invalid game pass id
- `401` — 0: Authorization has been denied for this request.
- `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/1d2042bb1a48/schema)
