tracks

Search for a track or tracks

get/tracks/search

Query parameters

offsetinteger

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

limitinteger

The number of items to fetch

querystring

The search query

genrestring[]

The genres to filter by

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

The sort method

moodstring[]

The moods to filter by

only_downloadablestring

Return only downloadable tracks

includePurchaseablestring

Whether or not to include purchaseable content

is_purchaseablestring

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

has_downloadsstring

Only include tracks that have downloads in the track results

keystring[]

Only include tracks that match the musical key

bpm_minstring

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

bpm_maxstring

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

Response

Success

Example response

{
  "data": [
    {
      "stream_conditions": {
        "usdc_purchase": {
          "splits": [
            {
              "user_id": 1234
            }
          ]
        }
      },
      "download_conditions": {
        "usdc_purchase": {
          "splits": [
            {
              "user_id": 1234
            }
          ]
        }
      }
    }
  ]
}

Changes

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