Last.fm · Postman Collection

Last.fm Web Services API (2.0)

The Last.fm (AudioScrobbler) Web Services 2.0 API provides programmatic access to music metadata, charts, geo-listening data, tags, user listening history, and scrobbling. The API is method-dispatched: every request targets the single endpoint `https://ws.audioscrobbler.com/2.0/` and identifies the operation via the `method` query/body parameter (e.g. `method=track.getInfo`). Read methods accept `GET`; write methods (scrobbling, tagging, love/unlove, session management) require `POST` with an au

59
Requests
58
Folders
View on GitHub Raw JSON MusicAudioScrobblingRecommendationsChartsPublic APIsAudioScrobblerPostman Collection

Overview

Last.fm Web Services API (2.0) is a Postman Collection published by Last.fm on the APIs.io network.

The Last.fm (AudioScrobbler) Web Services 2.0 API provides programmatic access to music metadata, charts, geo-listening data, tags, user listening history, and scrobbling. The API is method-dispatched: every request targets the single endpoint https://ws.audioscrobbler.com/2.0/ and identifies the operation via the method query/body parameter (e.g. method=track.getInfo). Read methods accept GET; write methods (scrobbling, tagging, love/unlove, session management) require POST with an au

The collection contains 59 requests organised into 58 folders.

Tagged areas include Music, Audio, Scrobbling, Recommendations, and Charts.

Requests & Folders

/
?method=album.addTags
?method=album.getInfo
?method=album.getTags
?method=album.getTopTags
?method=album.removeTag
?method=album.search
?method=artist.addTags
?method=artist.getCorrection
?method=artist.getInfo
?method=artist.getSimilar
?method=artist.getTags
?method=artist.getTopAlbums
?method=artist.getTopTags
?method=artist.getTopTracks
?method=artist.removeTag
?method=artist.search
?method=auth.getMobileSession
?method=auth.getSession
?method=auth.getToken

Related API Specs

Last.fm Web Services 2.0 (OpenAPI)
Back to Last.fm · All Collections · GitHub