Spotify GraphQL Schema
This document describes a conceptual GraphQL schema for the Spotify Web API. The Spotify Web API is a RESTful service, but this schema models its resources and relationships as GraphQL types to enable structured querying of music catalog, user library, playback state, audio analysis, and recommendation data.
Overview
Spotify GraphQL Schema is a GraphQL API specification published by Spotify on the APIs.io network.
This document describes a conceptual GraphQL schema for the Spotify Web API. The Spotify Web API is a RESTful service, but this schema models its resources and relationships as GraphQL types to enable structured querying of music catalog, user library, playback state, audio analysis, and recommendation data.
documentation is published at https://developer.spotify.com/documentation/web-api/reference/.
Tagged areas include Music, Audio, Streaming, Podcasts, and Playlists.