Skip to main content
GET
Get artist compilations

Authorizations

x-rapidapi-key
string
header
required

API Key

Query Parameters

uri
string
required

Spotify artist URI to get artist compilations

Pattern: ^spotify:artist:[a-zA-Z0-9]+$
Example:

"spotify:artist:1yxSLGMDHlW21z4YXirZDS"

offset
number
default:0

Offset for pagination (default: 0)

Required range: x >= 0
Example:

0

limit
number
default:20

Number of results to return

Required range: 1 <= x <= 100
Example:

20

order_by
enum<string>
default:DATE_DESC

Order by

Available options:
DATE_ASC,
DATE_DESC
Example:

"DATE_DESC"

Response

Success

message
string
Example:

"Success"

statusCode
number
Example:

200

pagination
object
data
object

Artist compilations information