rozod
    Preparing search index...

    Variable getGamesRecommendationsGameUniverseidConst Api Param

    getGamesRecommendationsGameUniverseid: EndpointGeneric<
        {
            IsTruncatedResultsEnabled: boolean;
            MaxRows: number;
            PaginationKey: string;
            universeId: number;
        },
        {
            games: {
                ageRecommendationDisplayName: string;
                analyticsIdentifier: string;
                creatorHasVerifiedBadge: boolean;
                creatorId: number;
                creatorName: string;
                creatorType: string;
                gameDescription: string;
                genre: string;
                imageToken: string;
                isShowSponsoredLabel: boolean;
                isSponsored: boolean;
                minimumAge: number;
                name: string;
                nativeAdData: string;
                placeId: number;
                playerCount: number;
                price: number;
                totalDownVotes: number;
                totalUpVotes: number;
                universeId: number;
            }[];
            nextPaginationKey: string;
        },
        undefined,
    > = ...

    GET https://games.roblox.com/v1/games/recommendations/game/:universeId Get games recommendations based on a given universe universeId The universe to base recommendations on PaginationKey The key of a page, which includes the start row index and all other necessary information to query the data. This parameter is usually not needed for the first page. MaxRows The requested number of rows. IsTruncatedResultsEnabled Truncated Results