rozod
    Preparing search index...

    Variable getGamesUniverseidVotesConst Api Param

    getGamesUniverseidVotes: EndpointGeneric<
        { universeId: number },
        { downVotes: number; id: number; upVotes: number },
        undefined,
    > = ...

    GET https://games.roblox.com/v1/games/:universeId/votes Get the game vote status universeId The id of the universe we get vote status from.