---
title: "Get all players"
method: GET
path: "/streaming/players"
tags: ["Players"]
---

# Get all players

`GET /streaming/players`

Returns a list of created players

## Query parameters

- `page` integer

## Response `200`

Successful

- Player[]
  - `id` integer — Player ID
  - `name` string, required — Player name
  - `client_id` integer — Client ID
  - `framework` string — Player framework type
  - `design` string — String to be rendered as JS parameters to player
  - `custom_css` string — Custom CSS to be added to player iframe
  - `js_url` string — Player main JS file URL. Leave empty to use JS URL from the default player
  - `skin_is_url` string — URL to custom skin JS file
  - `bg_color` string — Color of skin background in format #AAAAAA
  - `fg_color` string — Color of skin foreground (elements) in format #AAAAAA
  - `text_color` string — Color of skin text elements in format #AAAAAA
  - `hover_color` string — Color of foreground elements when mouse is over in format #AAAAAA
  - `autoplay` boolean — Enables video playback right after player load: - **true** — video starts playing right after player loads - **false** — video isn’t played automatically. A user must click play to start Default is false
  - `mute` boolean — Regulates the sound volume: - **true** — video starts with volume off - **false** — video starts with volume on Default is false
  - `disable_skin` boolean — Enables/Disables player skin: - **true** — player skin is disabled - **false** — player skin is enabled Default is false
  - `save_options_to_cookies` boolean — Enables/Disables saving volume and other options in cookies: - **true** — user settings will be saved - **false** — user settings will not be saved Default is true
  - `show_sharing` boolean — Enables/Disables sharing button display: - **true** — sharing button is displayed - **false** — no sharing button is displayed Default is true
  - `logo_position` string — Logotype position. Has four possible values: - **tl** — top left - **tr** — top right - **bl** — bottom left - **br** — bottom right Default is null
  - `speed_control` boolean — Enables/Disables speed control button display: - **true** — sharing button is displayed - **false** — no sharing button is displayed Default is false
  - `logo` string — URL to logo image

---

[API](https://skmtc.net/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.net/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
