Skip to main content
GET
track.search

Authorizations

apikey
string
query
required

Query Parameters

q_track
string

The song title.

Example:

"Sonne"

q_artist
string

The song artist.

Example:

"Rammstein"

q_lyrics
string

Any word in the lyrics.

q_track_artist
string

Any word in the song title or artist name.

q_writer
string

Search among writers.

q
string

Any word in the song title or artist name or lyrics.

f_artist_id
string

When set, filters by this artist ID.

f_music_genre_id
string

When set, filters by this music category ID.

f_lyrics_language
string

Filter by the lyrics language (en,it,..).

f_has_lyrics
string

When set (that is, value = 1), only content containing lyrics is returned. Indicating '0' as the value results in returning both tracks with and without lyrics.

f_has_subtitle
string

When set (that is, value = 1), only content containing synced lyrics (subtitles) is returned.

f_has_richsync
string

When set (that is, value = 1), only content containing word-level synced lyrics (richsync) is returned.

f_has_lyrics_analysis
enum<string>

Filter by lyrics analysis availability. Accepts 0, 1, true, or false. When true/1, returns only tracks with lyrics analysis available. When false/0, returns only tracks without lyrics analysis.

Available options:
0,
1,
true,
false
f_track_release_group_first_release_date_min
string

When set, filters the tracks with the release date newer than the indicated value, the format is YYYYMMDD.

f_track_release_group_first_release_date_max
string

When set, filters the tracks with the release date older than the indicated value, the format is YYYYMMDD.

s_artist_rating
string

Sort by our popularity index for artists (asc|desc).

Example:

"desc"

s_track_rating
string

Sort by our popularity index for tracks (asc|desc).

Example:

"desc"

page
string

Define the page number for paginated results.

Example:

"1"

page_size
string

Define the page size for paginated results. The allowed range is 1 to 100.

Example:

"3"

Response

200 - application/json

200 OK / 401 Unauthorized

message
object