Last.fm · Example Payload

Lastfm Artist Getinfo Example

MusicAudioScrobblingRecommendationsChartsPublic APIsAudioScrobbler

Lastfm Artist Getinfo Example 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

Raw ↑
{
  "artist": {
    "name": "Radiohead",
    "mbid": "a74b1b7f-71a5-4011-9441-d0b5e4122711",
    "url": "https://www.last.fm/music/Radiohead",
    "image": [
      { "size": "small", "#text": "https://lastfm.freetls.fastly.net/i/u/34s/2a96cbd8b46e442fc41c2b86b821562f.png" },
      { "size": "medium", "#text": "https://lastfm.freetls.fastly.net/i/u/64s/2a96cbd8b46e442fc41c2b86b821562f.png" },
      { "size": "large", "#text": "https://lastfm.freetls.fastly.net/i/u/174s/2a96cbd8b46e442fc41c2b86b821562f.png" },
      { "size": "extralarge", "#text": "https://lastfm.freetls.fastly.net/i/u/300x300/2a96cbd8b46e442fc41c2b86b821562f.png" }
    ],
    "streamable": "0",
    "ontour": "0",
    "stats": { "listeners": "5341295", "playcount": "743219384" },
    "similar": {
      "artist": [
        { "name": "Thom Yorke", "url": "https://www.last.fm/music/Thom+Yorke" },
        { "name": "Atoms for Peace", "url": "https://www.last.fm/music/Atoms+for+Peace" },
        { "name": "Muse", "url": "https://www.last.fm/music/Muse" }
      ]
    },
    "tags": {
      "tag": [
        { "name": "alternative rock", "url": "https://www.last.fm/tag/alternative+rock" },
        { "name": "rock", "url": "https://www.last.fm/tag/rock" },
        { "name": "indie", "url": "https://www.last.fm/tag/indie" }
      ]
    },
    "bio": {
      "published": "21 Aug 2007, 11:30",
      "summary": "Radiohead is an English rock band from Abingdon, Oxfordshire, formed in 1985.",
      "content": "Radiohead is an English rock band from Abingdon, Oxfordshire, formed in 1985. The band consists of Thom Yorke, Jonny Greenwood, Colin Greenwood, Ed O'Brien, and Philip Selway."
    }
  }
}

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.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/lastfm-artist-getinfo-example"
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 email required.

A second provider on the same verified email joins the account you already have.