Python
from gcore import Gcore client = Gcore( api_key="My API Key", ) broadcast_spectators_count = client.streaming.broadcasts.get_spectators_count( 0, ) print(broadcast_spectators_count.spectators_count)
{ "spectators_count": 100 }
Returns number of simultaneous broadcast viewers at the current moment
Was this page helpful?