Back to catalog
🎵

Spotify

OAuth

View Spotify music catalog, manage users' libraries, get recommendations and more

🎵MusicHTTPS

Spotify

5 items

Blinding Lights

The Weeknd

3.8K

As It Was

Harry Styles

2.9K

Someone You Loved

Lewis Capaldi

2.7K

Cruel Summer

Taylor Swift

2.5K

Starboy

The Weeknd

2.2K

Sample Response

response.json
1{
2 "items": [
3 {
4 "title": "Blinding Lights",
5 "secondary": "The Weeknd",
6 "badge": 3842
7 },
8 {
9 "title": "As It Was",
10 "secondary": "Harry Styles",
11 "badge": 2917
12 },
13 {
14 "title": "Someone You Loved",
15 "secondary": "Lewis Capaldi",

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://beta.developer.spotify.com/documentation/web-api/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs