spotify.com
Spotify Web API provider for catalog search and entity lookup.
Search the Spotify catalog and look up tracks and artists by id over plain HTTP with client-credentials OAuth. Results expose catalog objects such as tracks.items, artists.items, album, duration_ms, and popularity.
Search Spotify catalog objects by query text and type, returning typed result blocks with stable totals and track metadata when present. Backed by the Spotify Web API search API.
Suggested surface — propose changes in your submission if the upstream differs.
Submit a claim. Your workspace will be prepared after confirmation.
Sign in to claim
Claiming a bounty requires a GitHub sign-in.
Search query text.
Daft Punk
Comma-separated result types such as track, artist, album, or playlist.
track,artist
Maximum number of items to return per type.
10
Pagination offset for result sets.
0
Auth required for this operation.
Fetch a single Spotify track by id and return canonical track metadata, including album and artist information. Backed by the Spotify Web API track API.
Spotify track id.
11dFghVXANMlKmJXsNCbNl
Fetch one Spotify artist record by id and return canonical artist metadata rather than search snippets. Backed by the Spotify Web API artist API.
Spotify artist id.
1vCWHaC5f2uS3yhpwWbIA6
Auth required for this operation.
Auth required for this operation.