Brian Garr
Brian Garr

Reputation: 125

Spotify web api to play playlists

I'm building a voice activated AI system for my home. A la Echo, I want to be able to start streaming music on my android host when I say "play some rock". I can handle the ai part, but I need a web API endpoint to start streaming music.

Upvotes: 3

Views: 1616

Answers (2)

iamgr007
iamgr007

Reputation: 986

Here's Web API Endpoint Reference. This Web API endpoints gives external applications access to Spotify catalog and user data. And some Web API Code Examples & Libraries and here's Working With Playlists.

Also have a look at this. This repo is a Go wrapper for working with Spotify's Web API which aims to support every task listed in the Web API Endpoint Reference.

Hope this helps!

Upvotes: 3

Stefan Paul Noack
Stefan Paul Noack

Reputation: 3734

The Mopidy music server can stream music from spotify and offers lots of API options for clients.

Upvotes: 0

Related Questions