Is there a terminal command to see if Volumio is being streamed to?

I have a script that is currently using the “volumio status” command to check the title field.

If the title is blank, it means volumio isn’t being streamed to… but I feel like there should be a better way. Is there?

I’m running the latest version of volumio on a Raspberry Pi 3b.

Have a look at Rest API https://volumio.github.io/docs/API/REST_API.html

I didn’t see anything there that would tell me whether Volumio is receiving a stream or not. Perhaps I missed it?