Announcements

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 for unreleased albums

Search API for unreleased albums

Hey there,

 

I was seeing a website which shows the title of the track and artists just by the upc/isrc codes and it works with unreleased songs. I was wondering if that was made using the Spotify API as wenn I'm trying to use the Search API all I get as response is the search query link.

 

I wanted to build my own pre-save portal.

 

Maybe you have some tips what to use 🙂

 

Best,

Fabio

Reply
1 Reply

Hello,
You can use Search API in the following ways:

For Track:
q=isrc:YOURISRC
type=track

For Album:
q=upc:YOURUPC
type=album

You can check the response count for items and if the items count is 0 then the release is not live and if there is a match then the release is live.

Hope that this is helpful.

Suggested posts