i'm running this code but the api stopped to send bets values, how can i dataframe the "vazio" to scrappe values inside?
vazio='https://api-v2.blaze.com/roulette_games/current'
urlData = requests.get(vazio).content
rodadaatual = pd.read_json(io.StringIO(urlData.decode('utf-8')))
output
Empty DataFrame
Columns: [id, color, roll, created_at, updated_at, status, total_red_eur_bet, total_red_bets_placed, total_white_eur_bet, total_white_bets_placed, total_black_eur_bet, total_black_bets_placed, bets]
Index: []
requestto a random API will output?