---
title: "Checks if automatic translation can be enabled for a game.
The user must still have proper permissions for the game to get this info."
method: GET
path: "/v1/automatic-translation/games/{gameId}/feature-status"
tags: ["Localization", "Universes"]
---

# Checks if automatic translation can be enabled for a game.
The user must still have proper permissions for the game to get this info.

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

## Path parameters

- `gameId` integer, required

## Response `200`

OK

- RobloxGameInternationalizationApiGetAutomaticTranslationFeatureStatusForGameResponse — A response model for getting the automatic translation allowed status of a game.
  - `gameId` integer — The game id.
  - `isAutomaticTranslationAllowed` boolean — Indicates whether or not automatic translation is allowed for the game.
  - `isAutomaticTranslationSwitchesUIEnabled` boolean — Indicates whether or not automatic translation switches are enabled for the game.

## Other responses

- `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)
