Skip to main content
GET
/
player
/
status
Get the playback status
curl --request GET \
  --url http://localhost:6063/player/status
{
  "status": 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

Audio status

status
integer<int32>

0 = stopped, 1 = playing, 2 = paused (bitfield)