Skip to main content
GET
/
api
/
services
/
lastfm
/
playback
/
nowplaying
Get Last.FM Playback
curl --request GET \
  --url http://localhost:1234/api/services/lastfm/playback/nowplaying

JSON Response

data
LastFMNowPlayingResponse
required
error
null
required

Example Response

{
  data: {
  artist: {
      mbid: "",
      "#text": "Tiffany Stringer"
  },
  streamable: "0",
  image: [
      {
          size: "small",
          "#text": "https://lastfm.freetls.fastly.net/i/u/34s/d140a39f4c7260567f0aacf8737b9440.jpg"
      },
      {
          size: "medium",
          "#text": "https://lastfm.freetls.fastly.net/i/u/64s/d140a39f4c7260567f0aacf8737b9440.jpg"
      },
      {
          size: "large",
          "#text": "https://lastfm.freetls.fastly.net/i/u/174s/d140a39f4c7260567f0aacf8737b9440.jpg"
      },
      {
          size: "extralarge",
          "#text": "https://lastfm.freetls.fastly.net/i/u/300x300/d140a39f4c7260567f0aacf8737b9440.jpg"
      }
  ],
  mbid: "",
  album: {
      mbid: "",
      "#text": "The National Anthem (of Independence)"
  },
  name: "The National Anthem (of Independence)",
  url: "https://www.last.fm/music/Tiffany+Stringer/_/The+National+Anthem+(of+Independence)",
  date: {
      uts: "1776835530",
      "#text": "22 Apr 2026, 05:25"
  }
  },
  error: null
}