rozod
    Preparing search index...

    Variable getLocalizationTableTablesTableidEntryCountConst Api Param

    getLocalizationTableTablesTableidEntryCount: EndpointGeneric<
        {
            entryFormat?: "Invalid"
            | "Legacy"
            | "Icu";
            gameId?: number;
            tableId: string;
        },
        { entryCount: number; id: string },
        undefined,
    > = ...

    GET https://localizationtables.roblox.com/v1/localization-table/tables/:tableId/entry-count Gets the number of entries in the specified table tableId The table id gameId The game id entryFormat