---
title: "Get the automatic translation status of supported languages for a game."
method: GET
path: "/v1/supported-languages/games/{gameId}/automatic-translation-status"
tags: ["Localization", "Universes"]
---

# Get the automatic translation status of supported languages for a game.

`GET /v1/supported-languages/games/{gameId}/automatic-translation-status`

## Path parameters

- `gameId` integer, required

## Response `200`

OK

- RobloxWebWebAPIModelsApiArrayResponseRobloxGameInternationalizationApiLanguageOrLocaleSettings
  - `data` RobloxGameInternationalizationApiLanguageOrLocaleSettings[]
    - `languageCodeType` 'Language' | 'Locale' — The language code type. ['Language' = 0, 'Locale' = 1]
    - `languageCode` string — The language code.
    - `isAutomaticTranslationEnabled` boolean — Indicates whether or not automatic translation is currently enabled for the game and language.
    - `isImageTranslationEnabled` boolean — Indicates whether image translation is currently enabled for the game and language.

## Other responses

- `400` — 14: Invalid game id
- `401` — 0: Authorization has been denied for this request.
- `403` — 18: You do not have permission to manage this game
- `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/versions/e15802062270/schema)
