Last.fm · Example Payload

Lastfm Track Getinfo Example

MusicAudioScrobblingRecommendationsChartsPublic APIsAudioScrobbler

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

track

Example Payload

Raw ↑
{
  "track": {
    "name": "Karma Police",
    "mbid": "63b3a8ca-26f2-4e2b-b867-647a6ec2bebd",
    "url": "https://www.last.fm/music/Radiohead/_/Karma+Police",
    "duration": "262000",
    "streamable": { "#text": "0", "fulltrack": "0" },
    "listeners": "2456391",
    "playcount": "21384590",
    "artist": {
      "name": "Radiohead",
      "mbid": "a74b1b7f-71a5-4011-9441-d0b5e4122711",
      "url": "https://www.last.fm/music/Radiohead"
    },
    "album": {
      "artist": "Radiohead",
      "title": "OK Computer",
      "mbid": "0b6b4ba0-d36f-47bd-b4ea-6a5b91842d29",
      "url": "https://www.last.fm/music/Radiohead/OK+Computer"
    },
    "toptags": {
      "tag": [
        { "name": "alternative", "url": "https://www.last.fm/tag/alternative" },
        { "name": "rock", "url": "https://www.last.fm/tag/rock" },
        { "name": "alternative rock", "url": "https://www.last.fm/tag/alternative+rock" },
        { "name": "indie", "url": "https://www.last.fm/tag/indie" },
        { "name": "britpop", "url": "https://www.last.fm/tag/britpop" }
      ]
    },
    "wiki": {
      "published": "30 Aug 2008, 14:42",
      "summary": "\"Karma Police\" is a song by the English rock band Radiohead, released as the second single from their third album, OK Computer (1997).",
      "content": "\"Karma Police\" is a song by the English rock band Radiohead, released as the second single from their third album, OK Computer (1997). The song peaked at number eight on the UK Singles Chart."
    }
  }
}

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