---
title: "Returns the automatic translation quota info 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}/quota"
tags: ["Localization", "Universes"]
---

# Returns the automatic translation quota info for a game.
The user must still have proper permissions for the game to get this info.

`GET /v1/automatic-translation/games/{gameId}/quota`

## Path parameters

- `gameId` integer, required

## Response `200`

OK

- RobloxGameInternationalizationApiGetAutomaticTranslationQuotaForGameResponse — A response model for getting the automatic translation quota info of a game.
  - `monthlyQuota` RobloxGameInternationalizationApiMonthlyQuotaModel
    - `previousRefreshDate` string, date-time
    - `nextRefreshDate` string, date-time
    - `remaining` integer
    - `capacity` integer
  - `bankQuota` RobloxGameInternationalizationApiQuotaModel
    - `remaining` integer
    - `capacity` integer

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