rozod
    Preparing search index...

    Variable getLocalizationTableTablesTableidEntriesConst Api Param

    getLocalizationTableTablesTableidEntries: EndpointGeneric<
        {
            cursor?: string;
            entryFormat?: "Invalid"
            | "Legacy"
            | "Icu";
            gameId?: number;
            tableId: string;
        },
        {
            data: {
                createdTime: string;
                identifier: {
                    context: string;
                    entryFormat: "Invalid"
                    | "Legacy"
                    | "Icu";
                    key: string;
                    source: string;
                };
                metadata: {
                    entryFormat: "Invalid"
                    | "Legacy"
                    | "Icu";
                    example: string;
                    gameLocations: { path: string }[];
                };
                translations: {
                    feedbackCount: number;
                    locale: string;
                    translationText: string;
                    translator: { agentType: "User"
                    | "Automation"; id: number };
                    updatedTime: string;
                }[];
            }[];
            nextPageCursor: string;
            previousPageCursor: string;
        },
        undefined,
    > = ...

    GET https://localizationtables.roblox.com/v1/localization-table/tables/:tableId/entries Gets a batch of entries for a table. tableId cursor If null, there are no more entries in the table and you've reached the last page. gameId entryFormat