Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Search api

Search api

Plan

Free/Premium

Country

India 

Device

Window

Operating System

Windows 

 

My Question or Issue

I am using the Spotify search api , I am passing the type audiobook, show , episode
but it always return only these type {artists , albums ,tracks , playlists} not audiobook, show , episode.
here is my url : -

 https://api.spotify.com/v1/search?q=ranbeer&type=show,episode,audiobook
return result :-

{
    "artists": null,
    "albums": null,
    "tracks": null,
    "playlists": null
}

 

 

Reply
2 Replies

Hi Abhishek, 

 

I think Audiobooks are available in particular markets only. 
Could you please test one more time with Market selected in the request? 

I think you won't get any results back for audiobooks until the market is passed as (US, UK, Canada, Ireland, New Zealand, and Australia). 

Kindly, 
Sum+it 

Hi MashroomHead

Still i am getting same result 
here is my url :-
https://api.spotify.com/v1/search?q=industry&type=audiobook&market=US&limit=10&offset=5

This url always return this result :-

{
    "artists": null,
    "albums": null,
    "tracks": null,
    "playlists": null
}

Suggested posts