Skip to main content
GET
/
devices
/
{id}
Get a device by id (use 'current' for the active sink)
curl --request GET \
  --url http://localhost:6063/devices/{id}
{
  "id": "builtin",
  "name": "Rockbox (Built-in)",
  "host": "localhost",
  "ip": "127.0.0.1",
  "port": 0,
  "service": "builtin",
  "app": "builtin",
  "is_connected": false,
  "base_url": null,
  "is_cast_device": false,
  "is_source_device": false,
  "is_current_device": true
}

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.

Path Parameters

id
string
required

Response

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