Skip to main content
GET
/
artistsongs
Error
A valid request URL is required to generate request examples
{
  "artist": "<string>",
  "image_url": "<string>",
  "top_tracks": [
    {
      "title": "<string>",
      "cover": "<string>"
    }
  ]
}

Query Parameters

query
string
required

The name of the artist.

alredy_played_song
string
required

A song title to exclude from the results.

Response

200 - application/json

Successful response with the artist's top tracks.

artist
string
image_url
string<uri>
top_tracks
object[]