---
title: "Gets the number of entries in the specified table"
method: GET
path: "/v1/localization-table/tables/{tableId}/entry-count"
tags: ["Localization"]
---

# Gets the number of entries in the specified table

`GET /v1/localization-table/tables/{tableId}/entry-count`

## Path parameters

- `tableId` string, uuid, required

## Query parameters

- `gameId` integer
- `entryFormat` 'Invalid' | 'Legacy' | 'Icu'

## Response `200`

OK

- RobloxLocalizationTablesApiGetTableEntryCountResponse
  - `id` string, uuid
  - `entryCount` integer

## Other responses

- `400` — 3: Invalid table id. 14: Invalid game id
- `401` — 0: Authorization has been denied for this request.
- `403` — 2: You do not have permission to get this table.

---

[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/756260310407/schema)
