Zane Anis
Zane Anis

Reputation: 77

Deezer - Search for tracks, artists, albums with one api call

Is it possible to search for tracks, artists and albums at the same time and get something like the deezer homepage search

enter image description here

Upvotes: 1

Views: 4577

Answers (1)

Fred_Dzr
Fred_Dzr

Reputation: 950

It is not possible to do all these searches at the same time, you have to execute multiple requests on each endpoint you need, with the parameters you will find here: http://developers.deezer.com/api/search#connections

Upvotes: 2

Related Questions