Skip to main content
GET
/
player
/
volume
Get current volume range and value
curl --request GET \
  --url http://localhost:6063/player/volume
{
  "volume": 123,
  "min": 123,
  "max": 123
}

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

Volume info

volume
integer<int32>
min
integer<int32>
max
integer<int32>