GET /analytics/streams
Daily streams time-series grouped by date and platform
Each point totals every track in the resolved filter scope, so a
filter[upc] or filter[release_id] read returns one album-wide series
rather than a row per track. For an exact per-track daily series call
GET /analytics/summary with metrics[]=track-streams-daily, which reports
per ISRC; GET /analytics/leaderboards?type=tracks ranks the scope's tracks
by name, so recordings sharing a title and artist combine into one row.
Parameters
- filter[start_date] (query)
- filter[end_date] (query)
- filter[platform] (query)
- filter[ugc_platform] (query)
- filter[release_id] (query)
- filter[isrc] (query)
- filter[upc] (query)
- filter[artist_names][] (query)
- limit (query)
Responses
- 200
- 422
- 401