Skip to main content
GET
/
v1
/
listening
/
now-playing
Now playing
curl --request GET \
  --url https://api.rewind.rest/v1/listening/now-playing \
  --header 'Authorization: Bearer <token>'
{
  "is_playing": true,
  "track": {
    "name": "Espresso",
    "artist": {
      "id": 471,
      "name": "Sabrina Carpenter",
      "apple_music_url": "https://music.apple.com/us/artist/sabrina-carpenter/595947033?uo=4"
    },
    "album": {
      "id": 254,
      "name": "Short n' Sweet",
      "image": {
        "url": "https://cdn.rewind.rest/listening/albums/254/original.jpg?width=300&height=300&fit=cover&format=auto&quality=85&v=1",
        "thumbhash": "HBkKHQi694WIeIiAh3Z3d2eAd4B3",
        "dominant_color": "#5c4a6d",
        "accent_color": "#c4a8d4"
      }
    },
    "url": "https://www.last.fm/music/Sabrina+Carpenter/_/Espresso",
    "apple_music_url": "https://music.apple.com/us/album/espresso/1745069032?i=1745069234&uo=4",
    "preview_url": null
  },
  "scrobbled_at": "2026-03-18T22:30:00.000Z"
}

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.

Response

Now playing info

is_playing
boolean
required
scrobbled_at
string | null
required
track
any