---
title: "Gets the history for name or description in a provided language."
method: POST
path: "/v1/name-description/games/translation-history"
tags: ["Localization", "Universes"]
---

# Gets the history for name or description in a provided language.

`POST /v1/name-description/games/translation-history`

## Request body

- RobloxGameInternationalizationApiGetNameDescriptionHistoryV2Request — A model containing request for getting the translation history of a content source type's name or description.
  - `contentId` integer
  - `contentType` 'UniverseDisplayNames' | 'UniverseDisplayDescriptions' | 'BadgeDisplayName' | 'BadgeDisplayDescription' | 'DeveloperProductDisplayName' | 'DeveloperProductDisplayDescription' | 'GamePassDisplayName' | 'GamePassDisplayDescription' — The enum representing the type of request while requesting name/description history ['UniverseDisplayNames' = 0, 'UniverseDisplayDescriptions' = 1, 'BadgeDisplayName' = 2, 'BadgeDisplayDescription' = 3, 'DeveloperProductDisplayName' = 4, 'DeveloperProductDisplayDescription' = 5, 'GamePassDisplayName' = 6, 'GamePassDisplayDescription' = 7]
  - `languageCode` string
  - `cursor` string
  - `count` integer
  - `sortOrder` 'Asc' | 'Desc' — ['Asc' = 1, 'Desc' = 2]

## Response `200`

OK

- RobloxGameInternationalizationApiGetNameDescriptionHistoryResponse
  - `history` RobloxGameInternationalizationApiTranslationHistory[]
    - `translationText` string — The translation provided by the translator.
    - `translator` RobloxGameInternationalizationApiTranslator
      - `id` integer
      - `agentType` 'User' | 'Automation' — ['User' = 0, 'Automation' = 1]
    - `created` string, date-time — The time the translation was provided.
  - `lastEvaluatedId` string

## Other responses

- `400` — 13: Request body can't be null 14: Invalid game id 18: You do not have permission to manage this game 22: Invalid language code 39: Count should be at least 1 and less than 50. 53: Language is not supported for the game. 54: No history available for source data 55: Invalid exclusive start Id
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed
- `500` — 0: An unknown error occurred.
- `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/40ce8069acc1/schema)
