Skip to main content
GET
/
streaming
/
players
/
{player_id}
Python
from gcore import Gcore

client = Gcore(
    api_key="My API Key",
)
player = client.streaming.players.get(
    0,
)
print(player.id)
{
  "id": 123,
  "name": "<string>",
  "client_id": 123,
  "framework": "<string>",
  "design": "<string>",
  "custom_css": "<string>",
  "js_url": "<string>",
  "skin_is_url": "<string>",
  "bg_color": "<string>",
  "fg_color": "<string>",
  "text_color": "<string>",
  "hover_color": "<string>",
  "autoplay": true,
  "mute": true,
  "disable_skin": true,
  "save_options_to_cookies": true,
  "show_sharing": true,
  "logo_position": "<string>",
  "speed_control": true,
  "logo": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

player_id
integer
required

Response

200 - application/json
name
string
required
id
integer
client_id
integer
framework
string
design
string
custom_css
string
js_url
string
skin_is_url
string
bg_color
string
fg_color
string
text_color
string
hover_color
string
autoplay
boolean
mute
boolean
disable_skin
boolean
save_options_to_cookies
boolean
show_sharing
boolean
logo_position
string
speed_control
boolean