Skip to main content
GET
/
v1
/
listening
/
trends
Listening trends
curl --request GET \
  --url https://api.rewind.rest/v1/listening/trends \
  --header 'Authorization: Bearer <token>'
{
  "metric": "scrobbles",
  "data": [
    {
      "period": "2026-01",
      "value": 552
    },
    {
      "period": "2026-02",
      "value": 501
    },
    {
      "period": "2026-03",
      "value": 387
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.rewind.rest/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.

Query Parameters

metric
enum<string>
default:scrobbles
Available options:
scrobbles,
artists,
albums,
tracks
Example:

"scrobbles"

from
string
Example:

"2024-01-01T00:00:00.000Z"

to
string
Example:

"2024-12-31T23:59:59.999Z"

Response

Trend data

metric
string
required
data
object[]
required