🦆 Create: Jukebox Display is currently under review on Modrinth. A temporary download is available here
cURL
curl --request GET \ --url http://localhost:1234/api/services/cider/playback/volume
Get the volume of Cider’s playback
Hide properties of data
{ data: { volume: 0.05 }, error: null }
{ data: null, error: "Something went wrong!" }