REST API for interacting with sonos (node.js based)

  • 15 March 2017
  • 1 reply
  • 5892 views

Hi
I have written a node.js program that exposes a REST API for interacting with sonos. It was inspired by the program written by jishi, but it is implemented in a very different way and is not compatible with his code.

It implements most features available from the controller, as well as a few that are not (such as iplayer radio on demand searching and playback). However it is not designed to be used as a replacement for the controller, but as a way to integrate sonos easily with other systems and home automation setups

The code and more information on it is at https://github.com/antxxxx/sonos-swagger-api

This topic has been closed for further comments. You can use the search bar to find a similar topic, or create a new one by clicking Create Topic at the top of the page.

1 reply

Cool! I always prefer REST to SOAP in my job.