---
title: "Get player config"
method: GET
path: "/1/radios/players/{player_uuid}/config"
tags: ["Players"]
---

# Get player config

`GET /1/radios/players/{player_uuid}/config`

This endpoint allows you to get the player config.

## Path parameters

- `player_uuid` string, required

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` union
    - 0cc1b8a9PlayerConfiguration
      - `artist` string, required — The current artist name of the played music
      - `background_color` string, required — The background color used in the `Player`
      - `button_color` string, required — The button color used in the `Player`
      - `cover` string, required — The current cover url of the played music
      - `display_name` string, required — Name of the ressource `Player` visible by final customer
      - `facebook_link` string, required — The Facebook link used to Facebook embed
      - `height` number, required — The height used for render the `Player` (px)
      - `history_display` 'none' | 'overlay' | 'split' | 'under', required — The history display used in the `Player`
      - `history_hold` integer, required — The max song in the history
      - `id` integer, required — Unique identifier of the resource `Player`
      - `is_auto_start` boolean, required — Is the auto start enabled?
      - `is_cover` boolean, required — Is the cover enabled?
      - `is_embed` boolean, required — Is embed link visible?
      - `is_facebook_embed` boolean, required — Is the Facebook embed link visible?
      - `is_history_clickable` boolean, required — Is the history player could be clickable ?
      - `is_history_time_display` boolean, required — Is the history player time will be display ?
      - `is_listeners` boolean, required — Is the listeners informations displayed?
      - `is_logo_enable` boolean, required — Is the logo Infomaniak enabled?
      - `is_metadata_display` boolean, required — Is the metadata title and author is enabled?
      - `is_spectrum` boolean, required — Is the spectrum enabled?
      - `is_station_thumbnail` boolean, required — Is the station thumbnail we be displayed like cover?
      - `is_hls_buffered` boolean, required — Is the player start at the beginning and buffer hls streams?
      - `is_direct_control` boolean, required — Is the player in direct control mode ?
      - `language` 'de' | 'en' | 'es' | 'fr' | 'it', required — The language used in the `Player`
      - `listeners` integer, required — The current number of listeners on the station
      - `listeners_hold` integer, required — The minimum number of listeners to display listeners
      - `loading` string, required — The url of the loading file used in the player
      - `restriction` string, required — The url of the restriction file used in the player
      - `secondary_color` string, required — The secondary color used in the `Player`
      - `stations` unknown[], required
        - unknown
      - `timeline` unknown[], required — The list of last songs played on the station
        - unknown
      - `title` string, required — The current artist title of the played music
      - `thumbnail` string, required — The thumbnail url of the `Player`
      - `twitter_account` string, required — The Twitter account used to Twitter embed
      - `twitter_backlink` string, required — The Twitter backlink used to Twitter embed
      - `twitter_hashtag` string, required — The Twitter hashtag used to Twitter embed
      - `unavailable` string, required — The url of the unavailable file used in the player
      - `volume` integer, required — The volume used in the `Player`
      - `width` number, required — The width used for render the `Player` (px)
    - unknown

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/158a854b0c7d/schema)
