Skip to main content

Get User Monthly Track Listens

GET 

/users/:id/listen_counts_monthly

Gets the listen data for a user by month and track within a given time frame.

Request

Path Parameters

    id stringrequired

    A User ID

Query Parameters

    start_time stringrequired

    Start time from which to start results for user listen count data (inclusive).

    end_time stringrequired

    End time until which to cut off results of listen count data (not inclusive).

Responses

Success

Schema

    data

    object

    property name*

    monthly_aggregate_play

    totalListens integer
    trackIds integer[]

    listenCounts

    object[]

  • Array [

  • trackId integer
    date string
    listens integer
  • ]

Loading...