Last.fm · Example Payload

Lastfm Chart Gettopartists Example

MusicAudioScrobblingRecommendationsChartsPublic APIsAudioScrobbler

Lastfm Chart Gettopartists 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

artists

Example Payload

Raw ↑
{
  "artists": {
    "artist": [
      {
        "name": "Taylor Swift",
        "playcount": "187452391",
        "listeners": "4321890",
        "mbid": "20244d07-534f-4eff-b4d4-930878889970",
        "url": "https://www.last.fm/music/Taylor+Swift",
        "streamable": "0"
      },
      {
        "name": "The Weeknd",
        "playcount": "164238912",
        "listeners": "3892145",
        "mbid": "c8b03190-306c-4120-bb0b-6f2ebfc06ea9",
        "url": "https://www.last.fm/music/The+Weeknd"
      },
      {
        "name": "Kendrick Lamar",
        "playcount": "129834012",
        "listeners": "2987432",
        "mbid": "381086ea-f511-4aba-bdf9-71c753dc5077",
        "url": "https://www.last.fm/music/Kendrick+Lamar"
      }
    ],
    "@attr": {
      "page": "1",
      "perPage": "50",
      "totalPages": "200",
      "total": "10000"
    }
  }
}