---
title: "Get limits for translation table entries operations"
method: GET
path: "/v1/localization-table/limits"
tags: ["Localization", "Metadata"]
---

# Get limits for translation table entries operations

`GET /v1/localization-table/limits`

## Response `200`

OK

- RobloxLocalizationTablesApiGetLimitsResponse
  - `entryOperationLimits` RobloxLocalizationTablesApiEntryOperationLimits
    - `maxContextLength` integer — Maximum character limit for entry context
    - `maxKeyLength` integer — Maximum character limit for entry key
    - `maxSourceLength` integer — Maximum character limit for entry source text
    - `maxExampleLength` integer — Maximum character limit for entry example
    - `maxGameLocationPathLength` integer — Maximum character limit for game location path
  - `tableOperationLimits` RobloxLocalizationTablesApiTableOperationLimits
    - `maxEntriesPerUpdate` integer — Maximum number of entries for a patch request

## Other responses

- `401` — 0: Authorization has been denied for this request.

---

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