Skip to main content
GET
/
player
Get the current output device
curl --request GET \
  --url http://localhost:6063/player
{
  "app": "Snapcast",
  "base_url": null,
  "host": "192.168.1.220",
  "id": "snapcast-192.168.1.220",
  "ip": "192.168.1.220",
  "is_cast_device": true,
  "is_connected": false,
  "is_current_device": true,
  "is_source_device": false,
  "name": "Snapcast (192.168.1.220)",
  "port": 4953,
  "service": "snapcast"
}

Documentation Index

Fetch the complete documentation index at: https://rockboxzig.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Current device

id
string
name
string
host
string
ip
string
port
integer<int32>
service
string

builtin | fifo | airplay | squeezelite | upnp | chromecast | snapcast

app
string
is_connected
boolean
is_cast_device
boolean
is_source_device
boolean
is_current_device
boolean
base_url
string | null