rozod
    Preparing search index...

    Variable getGamesMultigetPlayabilityStatusConst Api Param

    getGamesMultigetPlayabilityStatus: EndpointGeneric<
        { universeIds: number[] },
        {
            isPlayable: boolean;
            playabilityStatus:
                | 0
                | 1
                | 2
                | 3
                | 4
                | 5
                | 6
                | 7
                | 8
                | 9
                | 10
                | 11
                | 12
                | 13
                | 14
                | 15
                | 16
                | 17
                | 18
                | 19
                | 20
                | 21
                | 22
                | 23
                | 24
                | 25;
            universeId: number;
            unplayableDisplayText: string;
        }[],
        undefined,
    > = ...

    GET https://games.roblox.com/v1/games/multiget-playability-status Gets a list of universe playability statuses for the authenticated user universeIds A list of universe Ids. Cannot exceed a maximum of 50 IDs.