Search for Anything on Deezer
Explore how to use the Deezer API to search for tracks, albums, and artists. Understand basic and advanced search techniques to retrieve specific music content and improve your app's user experience.
We'll cover the following...
We'll cover the following...
Searching is always an integral part of any application’s user experience. We can search for tracks, artists, albums, and playlists on Deezer.
The base URL for this endpoint is:
https://api.deezer.com/search
Search tracks on Deezer
We can search for any track on Deezer using the base URL with parameter q=track: "track name".
Request parameters
Parameter | Type | Category | Description |
| String | Mandatory |
|
Let’s search for a popular song, “Something Just Like This” by Coldplay and The Chainsmokers.
Click the ...
Ask