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

Get Several Artists endpoint - incorrect maximum number of IDs in docs

Get Several Artists endpoint - incorrect maximum number of IDs in docs

The "Get Several Artists" endpoint has an incorrect value for the maximum number of IDs you can submit in a request.

 

https://developer.spotify.com/documentation/web-api/reference/get-multiple-artists

 

Currently, the docs say "Maximum: 100 IDs." However, if more than 50 IDs are submitted a 400 error is returned:

 

{
    "error": {
        "status": 400,
        "message": "too many ids requested"
    }
}

 

 Based on my testing, the actual maximum is 50.

Reply
0 Replies

Suggested posts