Skip to main content
GET
Search

Authorizations

x-rapidapi-key
string
header
required

API Key

Query Parameters

keyword
string
required

Search keyword for tracks, artists, albums

Example:

"despacito"

offset
number

Offset for pagination

Example:

0

limit
number
default:20

Number of results to return

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

20

filterBy
enum<string>
default:song

Type of search

Available options:
song,
playlist,
album,
artist,
podcast_show,
profile,
genres_mood
Example:

"song"

Response

Success

data
object[]
required

Array of track search results

message
string
Example:

"Success"

statusCode
number
Example:

200

pagination
object