Last.fm · Example Payload
Artist Getinfo Response
MusicAudioScrobblingRecommendationsChartsPublic APIsAudioScrobbler
Artist Getinfo Response is an example object payload from Last.fm, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
artist
Example Payload
{
"artist": {
"name": "Radiohead",
"mbid": "a74b1b7f-71a5-4011-9441-d0b5e4122711",
"url": "https://www.last.fm/music/Radiohead",
"image": [
{
"#text": "https://lastfm.freetls.fastly.net/i/u/34s/radiohead.jpg",
"size": "small"
},
{
"#text": "https://lastfm.freetls.fastly.net/i/u/64s/radiohead.jpg",
"size": "medium"
},
{
"#text": "https://lastfm.freetls.fastly.net/i/u/174s/radiohead.jpg",
"size": "large"
},
{
"#text": "https://lastfm.freetls.fastly.net/i/u/300x300/radiohead.jpg",
"size": "extralarge"
},
{
"#text": "https://lastfm.freetls.fastly.net/i/u/500x500/radiohead.jpg",
"size": "mega"
}
],
"streamable": "0",
"ontour": "0",
"stats": {
"listeners": "4821039",
"playcount": "432156789",
"userplaycount": "0"
},
"similar": {
"artist": [
{
"name": "Thom Yorke",
"url": "https://www.last.fm/music/Thom+Yorke",
"image": [
{
"#text": "https://lastfm.freetls.fastly.net/i/u/34s/thomyorke.jpg",
"size": "small"
}
]
},
{
"name": "Portishead",
"url": "https://www.last.fm/music/Portishead",
"image": [
{
"#text": "https://lastfm.freetls.fastly.net/i/u/34s/portishead.jpg",
"size": "small"
}
]
}
]
},
"tags": {
"tag": [
{
"name": "alternative rock",
"url": "https://www.last.fm/tag/alternative+rock"
},
{
"name": "electronic",
"url": "https://www.last.fm/tag/electronic"
},
{
"name": "rock",
"url": "https://www.last.fm/tag/rock"
}
]
},
"bio": {
"published": "26 Jan 2009, 23:33",
"summary": "Radiohead are a British rock band from Abingdon, Oxfordshire, England, formed in 1985. The band consists of Thom Yorke (vocals, guitar, piano), Jonny Greenwood (guitar, keyboards, other instruments), Ed O'Brien (guitar, backing vocals), Colin Greenwood (bass) and Philip Selway (drums, percussion). <a href=\"https://www.last.fm/music/Radiohead\">Read more on Last.fm</a>",
"content": "Radiohead are a British rock band from Abingdon, Oxfordshire, England, formed in 1985..."
}
}
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/artist-getInfo-response"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.