The Sonos Control API is the primary means by which your application will interact with Sonos groups. First, discover available groups and players. Then use Control API commands to control players. For example, perform basic transport control such as play, pause, or skip. Or subscribe to receive events from the player, like track metadata.

👍

The base URL is the API gateway to the Sonos cloud and the current version number:
api.ws.sonos.com/control/api/v1

See Control for details.