tracks

Gets random tracks found on the "Feeling Lucky" smart playlist

get/tracks/feeling-lucky

Query parameters

user_idstring

The user ID of the user making the request

limitinteger

Number of tracks to fetch

with_usersboolean

Boolean to include user info with tracks

min_followersinteger

Fetch tracks from users with at least this number of followers

Response

Success

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

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.