{ "info": { "_postman_id": "d7e080e2-e0f2-4539-854d-92da976875ce", "name": "Last.fm Album API", "description": "The Last.fm API provides access to the Last.fm music platform, enabling developers to retrieve music metadata for artists, albums, and tracks; read and write user scrobble data; explore personalized recommendations; access global and geographic music charts; search the music catalog; and retrieve user listening histories and social data such as friends and loved tracks. Authentication is required for write operations including scrobbling. The API uses REST over HTTP with responses available in JSON or XML format.\n\nContact Support:\n Name: Last.fm API Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:02:48.000Z", "updatedAt": "2026-07-28T02:02:48.000Z", "lastUpdatedBy": "35240", "uid": "35240-d7e080e2-e0f2-4539-854d-92da976875ce" }, "item": [ { "name": "/", "item": [ { "name": "Get album info", "id": "3f23dbf9-9cfd-4722-9a03-5c4e5e6ee17f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/?method=album.getInfo&artist=&album=&mbid=&autocorrect=0&username=&lang=&api_key=&format=xml", "host": [ "{{baseUrl}}" ], "path": [ "" ], "query": [ { "description": "(Required) API method name", "key": "method", "value": "album.getInfo" }, { "description": "The artist name. Required unless mbid is provided.", "key": "artist", "value": "" }, { "description": "The album name. Required unless mbid is provided.", "key": "album", "value": "" }, { "description": "The MusicBrainz ID for the album.", "key": "mbid", "value": "" }, { "description": "Transform misspelled artist names into correct artist names (0 or 1).", "key": "autocorrect", "value": "0" }, { "description": "The username for the context of the request. Includes playcount in response.", "key": "username", "value": "" }, { "description": "The language to return the biography in, expressed as an ISO 639 alpha-2 code.", "key": "lang", "value": "" }, { "description": "(Required) A Last.fm API key.", "key": "api_key", "value": "" }, { "description": "The response format (default is xml).", "key": "format", "value": "xml" } ] }, "description": "Get the metadata and tracklisting for an album on Last.fm using the album name or a MusicBrainz id." }, "response": [ { "id": "fac7b0a7-e786-48ea-99e1-203aaf4ccd78", "name": "Successful album info response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/?method=album.getInfo&artist=&album=&mbid=&autocorrect=0&username=&lang=&api_key=&format=xml", "host": [ "{{baseUrl}}" ], "path": [ "" ], "query": [ { "description": "(Required) API method name", "key": "method", "value": "album.getInfo" }, { "description": "The artist name. Required unless mbid is provided.", "key": "artist", "value": "" }, { "description": "The album name. Required unless mbid is provided.", "key": "album", "value": "" }, { "description": "The MusicBrainz ID for the album.", "key": "mbid", "value": "" }, { "description": "Transform misspelled artist names into correct artist names (0 or 1).", "key": "autocorrect", "value": "0" }, { "description": "The username for the context of the request. Includes playcount in response.", "key": "username", "value": "" }, { "description": "The language to return the biography in, expressed as an ISO 639 alpha-2 code.", "key": "lang", "value": "" }, { "description": "(Required) A Last.fm API key.", "key": "api_key", "value": "" }, { "description": "The response format (default is xml).", "key": "format", "value": "xml" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"album\": {\n \"name\": \"\",\n \"artist\": \"\",\n \"id\": \"\",\n \"mbid\": \"\",\n \"url\": \"\",\n \"releasedate\": \"\",\n \"image\": [\n {\n \"#text\": \"\",\n \"size\": \"large\"\n },\n {\n \"#text\": \"\",\n \"size\": \"mega\"\n }\n ],\n \"listeners\": \"\",\n \"playcount\": \"\",\n \"toptags\": {\n \"tag\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ]\n },\n \"tracks\": {\n \"track\": [\n {\n \"name\": \"\",\n \"duration\": \"\",\n \"mbid\": \"\",\n \"url\": \"\",\n \"artist\": {\n \"name\": \"\",\n \"mbid\": \"\",\n \"url\": \"\",\n \"image\": [\n {\n \"#text\": \"\",\n \"size\": \"extralarge\"\n },\n {\n \"#text\": \"\",\n \"size\": \"small\"\n }\n ]\n }\n },\n {\n \"name\": \"\",\n \"duration\": \"\",\n \"mbid\": \"\",\n \"url\": \"\",\n \"artist\": {\n \"name\": \"\",\n \"mbid\": \"\",\n \"url\": \"\",\n \"image\": [\n {\n \"#text\": \"\",\n \"size\": \"small\"\n },\n {\n \"#text\": \"\",\n \"size\": \"extralarge\"\n }\n ]\n }\n }\n ]\n }\n }\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-fac7b0a7-e786-48ea-99e1-203aaf4ccd78" } ], "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-3f23dbf9-9cfd-4722-9a03-5c4e5e6ee17f" }, { "name": "Add tags to an album", "id": "c447cf20-33cd-4444-b62a-fc3aded88143", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "sk", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "query", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/?method=album.addTags&artist=&album=&tags=&api_key=&api_sig=&sk=", "host": [ "{{baseUrl}}" ], "path": [ "" ], "query": [ { "description": "(Required) ", "key": "method", "value": "album.addTags" }, { "description": "(Required) The artist name.", "key": "artist", "value": "" }, { "description": "(Required) The album name.", "key": "album", "value": "" }, { "description": "(Required) A comma delimited list of user supplied tags to apply to this album. Accepts a maximum of 10 tags.", "key": "tags", "value": "" }, { "description": "(Required) A Last.fm API key.", "key": "api_key", "value": "" }, { "description": "(Required) A Last.fm method signature. See authentication.", "key": "api_sig", "value": "" }, { "description": "(Required) A session key generated by authenticating a user via the authentication API.", "key": "sk", "value": "" } ] }, "description": "Tag an album using a list of user supplied tags." }, "response": [ { "id": "1686f395-5af6-416a-acc9-931ed4fbe729", "name": "Tags added successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/?method=album.addTags&artist=&album=&tags=&api_key=&api_sig=&sk=", "host": [ "{{baseUrl}}" ], "path": [ "" ], "query": [ { "description": "(Required) ", "key": "method", "value": "album.addTags" }, { "description": "(Required) The artist name.", "key": "artist", "value": "" }, { "description": "(Required) The album name.", "key": "album", "value": "" }, { "description": "(Required) A comma delimited list of user supplied tags to apply to this album. Accepts a maximum of 10 tags.", "key": "tags", "value": "" }, { "description": "(Required) A Last.fm API key.", "key": "api_key", "value": "" }, { "description": "(Required) A Last.fm method signature. See authentication.", "key": "api_sig", "value": "" }, { "description": "(Required) A session key generated by authenticating a user via the authentication API.", "key": "sk", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"lfm\": {\n \"status\": \"ok\"\n }\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-1686f395-5af6-416a-acc9-931ed4fbe729" } ], "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-c447cf20-33cd-4444-b62a-fc3aded88143" } ], "id": "df876a96-9677-4061-aca8-33fde4f38f38", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-df876a96-9677-4061-aca8-33fde4f38f38" } ], "variable": [ { "key": "baseUrl", "value": "https://ws.audioscrobbler.com/2.0" } ] }