Last.fm · Example Payload

Lastfm Album Getinfo Example

MusicAudioScrobblingRecommendationsChartsPublic APIsAudioScrobbler

Lastfm Album 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

album

Example Payload

Raw ↑
{
  "album": {
    "name": "OK Computer",
    "artist": "Radiohead",
    "mbid": "0b6b4ba0-d36f-47bd-b4ea-6a5b91842d29",
    "url": "https://www.last.fm/music/Radiohead/OK+Computer",
    "image": [
      { "size": "small", "#text": "https://lastfm.freetls.fastly.net/i/u/34s/ok.png" },
      { "size": "extralarge", "#text": "https://lastfm.freetls.fastly.net/i/u/300x300/ok.png" }
    ],
    "listeners": "1928374",
    "playcount": "84219384",
    "tracks": {
      "track": [
        { "name": "Airbag", "duration": "284", "url": "https://www.last.fm/music/Radiohead/_/Airbag", "@attr": { "rank": "1" } },
        { "name": "Paranoid Android", "duration": "383", "url": "https://www.last.fm/music/Radiohead/_/Paranoid+Android", "@attr": { "rank": "2" } },
        { "name": "Karma Police", "duration": "262", "url": "https://www.last.fm/music/Radiohead/_/Karma+Police", "@attr": { "rank": "6" } }
      ]
    },
    "tags": {
      "tag": [
        { "name": "alternative rock", "url": "https://www.last.fm/tag/alternative+rock" },
        { "name": "britpop", "url": "https://www.last.fm/tag/britpop" }
      ]
    },
    "wiki": {
      "published": "16 Jun 2008, 22:21",
      "summary": "OK Computer is the third studio album by the English rock band Radiohead, released on 21 May 1997.",
      "content": "OK Computer is the third studio album by the English rock band Radiohead, released on 21 May 1997."
    }
  }
}

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-album-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.