GraphQL-logoSpotify Graphql Server

by @lowsky@mastodontech.de

Try these predefined queries in GraphiQL playground:

Start a query for
artists with a name containing Red Hot Chili
artists with a name containing Red Hot Chili and their albums and its tracks.
in the GraphiQL playground.

Or open an empty GraphiQL playground.

Loading Tracks is currently not implemented. Follow issue #3 for updates

Please do not mind, that there is a "natural" limit set by Spotify, so the query results may be "incomplete".


Find (old) details in the English or German blog post. Find the sources on GitHub