Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:1234/api/services/lastfm/playback/nowplaying
Get information about Last.FM’s playback
{ 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 }
{ data: null, error: "Something went wrong!" }