Skip to main content
GET
/
api
/
now-playing
Get Current Track
curl --request GET \
  --url https://{spoofify_url}/api/now-playing

JSON Response

A BasicTrack object

Example Response

{
  id: "5jkFvD4UJrmdoezzT1FRoP",
  album: "Nightflight to Venus",
  artist: "Boney M.",
  href: "https://api.spotify.com/v1/tracks/5jkFvD4UJrmdoezzT1FRoP",
  imageUrl: "https://i.scdn.co/image/ab67616d0000b2739e77d65619f80436b5cc9d12",
  title: "Rasputin",
  uri: "spotify:track:5jkFvD4UJrmdoezzT1FRoP"
}