🦆 Create: Jukebox Display is currently under review on Modrinth. A temporary download is available here
curl --request GET \
--url http://localhost:1234/api/services/lastfm/playback/nowplayingGet information about Last.FM’s playback
curl --request GET \
--url http://localhost:1234/api/services/lastfm/playback/nowplaying{
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
}