Last.fm · Example Payload

Lastfm Track Scrobble Example

MusicAudioScrobblingRecommendationsChartsPublic APIsAudioScrobbler

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

scrobbles

Example Payload

Raw ↑
{
  "scrobbles": {
    "@attr": { "accepted": 1, "ignored": 0 },
    "scrobble": [
      {
        "artist": { "#text": "Radiohead", "corrected": "0" },
        "album": { "#text": "OK Computer", "corrected": "0" },
        "track": { "#text": "Karma Police", "corrected": "0" },
        "albumArtist": { "#text": "Radiohead", "corrected": "0" },
        "timestamp": "1716910230",
        "ignoredMessage": { "code": "0", "#text": "" }
      }
    ]
  }
}