...

/

Discovering Artists Using the Deezer API

Discovering Artists Using the Deezer API

Learn how to discover artists on Deezer using the Deezer API.

Get information about an artist

Deezer contains a lot of artists and we can get information about any of those artists by using this endpoint. This endpoint also tells about the number of albums and fans an artist artist has.

Press + to interact
Endpoint to find information about an artist
Endpoint to find information about an artist

The base URL for this endpoint:

https://api.deezer.com/artist/id

The path parameter id is replaced by the artist ID. We can call this endpoint by the code shown in the code widget below. We can see that this API endpoint doesn’t require an ...