Type in your question below and we'll check to see what answers we can find...
Loading article...
Submitting...
If you couldn't find any answers in the previous step then we need to post your question in the community and wait for someone to respond. You'll be notified when that happens.
Simply add some detail to your question and refine the title if needed, choose the relevant category, then post.
Before we can post your question we need you to quickly make an account (or sign in if you already have one).
Don't worry - it's quick and painless! Just click below, and once you're logged in we'll bring you right back here and post your question. We'll remember what you've already typed in so you won't have to do it again.
Please see below the most popular frequently asked questions.
Loading article...
Loading faqs...
Please see below the current ongoing issues which are under investigation.
Loading issue...
Loading ongoing issues...
Hello, I made an API on ASP.NET who search tracks info.
Sometime when I do a search request wuth my app i got nothing but with Spotify console i have tracks
Exemple:
Request:
https://api.spotify.com/v1/search?q=CLEO%20LAINE%20LET'S%20SLIP%20AWAY&type=track
My app return :
{
"tracks":{
"href":"https://api.spotify.com/v1/search?query=CLEO+LAINE+LET%27S+SLIP+AWAY&type=track&offset=0&limit=20",
"items":[
],
"limit":20,
"next":null,
"offset":0,
"previous":null,
"total":0
}
}
Spotify console return :
{ "tracks": { "href": "https://api.spotify.com/v1/search?query=CLEO+LAINE+LET%27S+SLIP+AWAY&type=track&offset=0&limit=20", "items": [ { "album": { "album_type": "compilation", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7GUNyLdzdGxR828EyGvM7k" }, "href": "https://api.spotify.com/v1/artists/7GUNyLdzdGxR828EyGvM7k", "id": "7GUNyLdzdGxR828EyGvM7k", "name": "Cleo Laine", "type": "artist", "uri": "spotify:artist:7GUNyLdzdGxR828EyGvM7k" } ], "available_markets": [ "AD", "AL", "AT", "BA", "BE", "BG", "BY", "CA", "CH", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "GR", "HR", "HU", "IE", "IS", "IT", "LI", "LT", "LU", "LV", "MC", "MD", "ME", "MK", "MT", "NL", "NO", "PL", "PT", "RO", "RS", "RU", "SE", "SI", "SK", "UA", "XK", "ZA" ], "external_urls": { "spotify": "https://open.spotify.com/album/5utLQERlj28Z4Ohq5y3Bsd" }, "href": "https://api.spotify.com/v1/albums/5utLQERlj28Z4Ohq5y3Bsd", "id": "5utLQERlj28Z4Ohq5y3Bsd", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b27302d31e55caf1186d6b95a6f0", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e0202d31e55caf1186d6b95a6f0", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d0000485102d31e55caf1186d6b95a6f0", "width": 64 } ], "name": "Scat Singing", "release_date": "2015-06-19", "release_date_precision": "day", "total_tracks": 23, "type": "album", "uri": "spotify:album:5utLQERlj28Z4Ohq5y3Bsd" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7GUNyLdzdGxR828EyGvM7k" }, "href": "https://api.spotify.com/v1/artists/7GUNyLdzdGxR828EyGvM7k", "id": "7GUNyLdzdGxR828EyGvM7k", "name": "Cleo Laine", "type": "artist", "uri": "spotify:artist:7GUNyLdzdGxR828EyGvM7k" } ], "available_markets": [ "AD", "AL", "AT", "BA", "BE", "BG", "BY", "CA", "CH", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "GR", "HR", "HU", "IE", "IS", "IT", "LI", "LT", "LU", "LV", "MC", "MD", "ME", "MK", "MT", "NL", "NO", "PL", "PT", "RO", "RS", "RU", "SE", "SI", "SK", "UA", "XK", "ZA" ], "disc_number": 1, "duration_ms": 158026, "explicit": false, "external_ids": { "isrc": "DK5C50015124" }, "external_urls": { "spotify": "https://open.spotify.com/track/4q5jKMFH5zu2kKrdTIS9EL" }, "href": "https://api.spotify.com/v1/tracks/4q5jKMFH5zu2kKrdTIS9EL", "id": "4q5jKMFH5zu2kKrdTIS9EL", "is_local": false, "name": "Let's Slip Away", "popularity": 1, "preview_url": "https://p.scdn.co/mp3-preview/57fc2e13e996d5b42df5e3944d9f4ce0cc3ff4ae?cid=774b29d4f13844c495f206cafdad9c86", "track_number": 19, "type": "track", "uri": "spotify:track:4q5jKMFH5zu2kKrdTIS9EL" }, { "album": { "album_type": "single", "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7GUNyLdzdGxR828EyGvM7k" }, "href": "https://api.spotify.com/v1/artists/7GUNyLdzdGxR828EyGvM7k", "id": "7GUNyLdzdGxR828EyGvM7k", "name": "Cleo Laine", "type": "artist", "uri": "spotify:artist:7GUNyLdzdGxR828EyGvM7k" } ], "available_markets": [ "AD", "AE", "AL", "AT", "BA", "BE", "BG", "BH", "BO", "BY", "CA", "CH", "CL", "CO", "CR", "CY", "CZ", "DE", "DK", "DO", "DZ", "EC", "EE", "EG", "ES", "FI", "FR", "GB", "GR", "GT", "HK", "HN", "HR", "HU", "ID", "IE", "IL", "IN", "IS", "IT", "JO", "JP", "KR", "KW", "KZ", "LB", "LI", "LT", "LU", "LV", "MA", "MC", "MD", "ME", "MK", "MT", "MY", "NI", "NL", "NO", "OM", "PA", "PE", "PH", "PL", "PS", "PT", "PY", "QA", "RO", "RS", "RU", "SA", "SE", "SG", "SI", "SK", "SV", "TH", "TN", "TR", "TW", "UA", "UY", "VN", "XK", "ZA" ], "external_urls": { "spotify": "https://open.spotify.com/album/0pEd7kUpeJqikX1Krxjr2m" }, "href": "https://api.spotify.com/v1/albums/0pEd7kUpeJqikX1Krxjr2m", "id": "0pEd7kUpeJqikX1Krxjr2m", "images": [ { "height": 640, "url": "https://i.scdn.co/image/ab67616d0000b273f189a4ec1a37881f63caa1f1", "width": 640 }, { "height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02f189a4ec1a37881f63caa1f1", "width": 300 }, { "height": 64, "url": "https://i.scdn.co/image/ab67616d00004851f189a4ec1a37881f63caa1f1", "width": 64 } ], "name": "The April Age", "release_date": "2013-09-08", "release_date_precision": "day", "total_tracks": 6, "type": "album", "uri": "spotify:album:0pEd7kUpeJqikX1Krxjr2m" }, "artists": [ { "external_urls": { "spotify": "https://open.spotify.com/artist/7GUNyLdzdGxR828EyGvM7k" }, "href": "https://api.spotify.com/v1/artists/7GUNyLdzdGxR828EyGvM7k", "id": "7GUNyLdzdGxR828EyGvM7k", "name": "Cleo Laine", "type": "artist", "uri": "spotify:artist:7GUNyLdzdGxR828EyGvM7k" } ], "available_markets": [ "AD", "AE", "AL", "AT", "BA", "BE", "BG", "BH", "BO", "BY", "CA", "CH", "CL", "CO", "CR", "CY", "CZ", "DE", "DK", "DO", "DZ", "EC", "EE", "EG", "ES", "FI", "FR", "GB", "GR", "GT", "HK", "HN", "HR", "HU", "ID", "IE", "IL", "IN", "IS", "IT", "JO", "JP", "KR", "KW", "KZ", "LB", "LI", "LT", "LU", "LV", "MA", "MC", "MD", "ME", "MK", "MT", "MY", "NI", "NL", "NO", "OM", "PA", "PE", "PH", "PL", "PS", "PT", "PY", "QA", "RO", "RS", "RU", "SA", "SE", "SG", "SI", "SK", "SV", "TH", "TN", "TR", "TW", "UA", "UY", "VN", "XK", "ZA" ], "disc_number": 1, "duration_ms": 159634, "explicit": false, "external_ids": { "isrc": "GBQRF1252599" }, "external_urls": { "spotify": "https://open.spotify.com/track/435fgoi0SIp2k8R9cSAIKw" }, "href": "https://api.spotify.com/v1/tracks/435fgoi0SIp2k8R9cSAIKw", "id": "435fgoi0SIp2k8R9cSAIKw", "is_local": false, "name": "Let's Slip Away", "popularity": 2, "preview_url": "https://p.scdn.co/mp3-preview/318be580ed6df11a46b77d9b40d4d8fa3d147843?cid=774b29d4f13844c495f206cafdad9c86", "track_number": 3, "type": "track", "uri": "spotify:track:435fgoi0SIp2k8R9cSAIKw" } ], "limit": 20, "next": null, "offset": 0, "previous": null, "total": 2 } }
Solved! Go to Solution.
Ho yes! I didn't try! thx !!
Hey there you, Yeah, you! 😁 Welcome - we're glad you joined the Spotify Community! While you here, let's have a fun game and get…