rozod
    Preparing search index...

    Variable getGameThumbnailsGamesGameidImagesConst Api Param

    getGameThumbnailsGamesGameidImages: EndpointGeneric<
        { gameId: number; height?: number; width?: number },
        {
            data: {
                languageCode: string;
                mediaAssets: {
                    mediaAssetAltText: string;
                    mediaAssetId: string;
                    mediaAssetUrl: string;
                    state:
                        | "Approved"
                        | "PendingReview"
                        | "UnAvailable"
                        | "Rejected"
                        | "Error";
                }[];
            }[];
        },
        undefined,
    > = ...

    GET https://gameinternationalization.roblox.com/v1/game-thumbnails/games/:gameId/images Get the localized image ids in all languages for a game. gameId The game identifier. width The width. height The height.