rozod
    Preparing search index...

    Variable getUniversesMultigetConst Api Param Description

    getUniversesMultiget: EndpointGeneric<
        { ids: number[] },
        {
            data: {
                created: string;
                creatorName: string;
                creatorTargetId: number;
                creatorType: string;
                description: string;
                id: number;
                isActive: boolean;
                isArchived: boolean;
                name: string;
                privacyType: string;
                rootPlaceId: number;
                updated: string;
            }[];
        },
        undefined,
    > = ...

    GET https://develop.roblox.com/v1/universes/multiget Gets a System.Collections.Generic.List`1. ids The universe IDs to get. Limit 100. If a universe can not be found for a given ID (such as -1) it will be skipped.