rozod
    Preparing search index...

    Variable getGamesConst Api Param

    getGames: EndpointGeneric<
        { universeIds: number[] },
        {
            data: {
                allowedGearCategories: string[];
                allowedGearGenres: string[];
                copyingAllowed: boolean;
                created: string;
                createVipServersAllowed: boolean;
                creator: {
                    hasVerifiedBadge: boolean;
                    id: number;
                    isRNVAccount: boolean;
                    name: string;
                    type: string;
                };
                description: string;
                favoritedCount: number;
                genre: string;
                genre_l1: string;
                genre_l2: string;
                id: number;
                isAllGenre: boolean;
                isFavoritedByUser: boolean;
                isGenreEnforced: boolean;
                licenseDescription: string;
                localizedFiatPrice: string;
                maxPlayers: number;
                name: string;
                playing: number;
                price: number;
                refundLink: string;
                refundPolicy: {
                    articleId: string;
                    learnMoreBaseUrl: string;
                    locale: string;
                    policyText: string;
                };
                rootPlaceId: number;
                sourceDescription: string;
                sourceName: string;
                studioAccessToApisAllowed: boolean;
                universeAvatarType: 1
                | 2
                | 3;
                updated: string;
                visits: number;
            }[];
        },
        undefined,
    > = ...

    GET https://games.roblox.com/v1/games Gets a list of games' detail universeIds A list of universe Ids. Cannot exceed a maximum of 50 IDs.