rozod
    Preparing search index...

    Variable getGamesUniverseidFavoritesCountConst Api Param

    getGamesUniverseidFavoritesCount: EndpointGeneric<
        { universeId: number },
        { favoritesCount: number },
        undefined,
    > = ...

    GET https://games.roblox.com/v1/games/:universeId/favorites/count Get the favorites count of a specific game. universeId The Id of the universe.