Skip to content

Get listening heatmap for a month

GET
/api/v1/user-stats/listening/heatmap/monthly
curl --request GET \
--url 'http://127.0.0.1:58259/api/v1/user-stats/listening/heatmap/monthly?year=1&month=1'

Returns daily listening session counts and duration for the authenticated user for a specific month

year
required
integer format: int32
month
required
integer format: int32

Listening heatmap data retrieved successfully

Media type */*
Array<object>
object
date
string format: date
sessions
integer format: int64
durationMinutes
integer format: int64

Unauthorized

Media type */*
Array<object>
object
date
string format: date
sessions
integer format: int64
durationMinutes
integer format: int64