search

Get Users/Tracks/Playlists/Albums that best match the search query

Same as search but optimized for quicker response at the cost of some entity information.

get/search/autocomplete

Query parameters

offsetinteger

The number of items to skip. Useful for pagination (page number * limit)

limitinteger

The number of items to fetch

user_idstring

The user ID of the user making the request

querystring

The search query

kind'all' | 'users' | 'tracks' | 'playlists' | 'albums'

The type of response, one of: all, users, tracks, playlists, or albums

includePurchaseableboolean

Whether or not to include purchaseable content

genrestring[]

The genres to filter by

moodstring[]

The moods to filter by

is_verifiedboolean

Only include verified users in the user results

has_downloadsboolean

Only include tracks that have downloads in the track results

is_purchaseableboolean

Only include purchaseable tracks and albums in the track and album results

keystring[]

Only include tracks that match the musical key

bpm_minnumber

Only include tracks that have a bpm greater than or equal to

bpm_maxnumber

Only include tracks that have a bpm less than or equal to

sort_method'relevant' | 'popular' | 'recent'

The sort method

Response

Success

latest_chain_blockinteger required
latest_indexed_blockinteger required
latest_chain_slot_playsinteger required
latest_indexed_slot_playsinteger required
signaturestring required
timestampstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.