rozod
    Preparing search index...

    Variable getGamesVotesConst Api Param

    getGamesVotes: EndpointGeneric<
        { universeIds: number[] },
        { data: { downVotes: number; id: number; upVotes: number }[] },
        undefined,
    > = ...

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