20 January, 2026

Bang & Olufsen: Mozart API

How can I get a response from my device via the Mozart API? 
Use curl along these lines:

curl --request GET \
  --url http://192.168.*.*:80/api/v1/setup/remotes \
  --header 'Accept: application/json'

Let the asterisks be the IP-address on your LAN. 

How can I get the IP of my device?
In the B&O app go to "Settings" > "About" > "IP-address"

Where is the API?

The BeoNetRemote API
You could also try the BeoNetRemote platform, that works with devices such as "Contour" and "Beosound 2": https://documenter.getpostman.com/view/1053298/T1LTe4Lt#0ea7e41f-9b15-4be7-8560-5fdae05754ee

No comments: