--- swagger: "2.0" x-collection-name: Spotify x-complete: 0 info: title: Spotify Get Album Tracks description: '[Get an Album''s Tracks](https://developer.spotify.com/web-api/get-albums-tracks/)' version: v1 host: api.spotify.com basePath: /v1 schemes: - http produces: - application/json consumes: - application/json paths: /albums: get: summary: Get Albums description: '[Get Several Albums](https://developer.spotify.com/web-api/get-several-albums/)' operationId: get-several-albumshttpsdeveloperspotifycomwebapigetseveralalbums x-api-path-slug: albums-get parameters: - in: query name: ids description: A comma-separated list of IDs - in: query name: market description: The market (an ISO 3166-1 alpha-2 country code) responses: 200: description: OK tags: - Music - Albums /albums/{id}: get: summary: Get Album description: '[Get an Album](https://developer.spotify.com/web-api/get-album/)' operationId: get-an-albumhttpsdeveloperspotifycomwebapigetalbum x-api-path-slug: albumsid-get parameters: - in: path name: id description: The Spotify ID for the album - in: query name: market description: The market (an ISO 3166-1 alpha-2 country code) responses: 200: description: OK tags: - Music - Albums /artists/{id}/albums: get: summary: Get Artist Albums description: '[Get an Artist''s Albums](https://developer.spotify.com/web-api/get-artists-albums/)' operationId: get-an-artists-albumshttpsdeveloperspotifycomwebapigetartistsalbums x-api-path-slug: artistsidalbums-get parameters: - in: query name: album_type description: Filter by album types - in: path name: id description: The Spotify ID for the artist - in: query name: limit description: The maximum number of items to return - in: query name: market description: The market (an ISO 3166-1 alpha-2 country code) - in: query name: offset description: The index of the first item to return responses: 200: description: OK tags: - Music - Artists - Albums /albums/{id}/tracks: get: summary: Get Album Tracks description: '[Get an Album''s Tracks](https://developer.spotify.com/web-api/get-albums-tracks/)' operationId: get-an-albums-trackshttpsdeveloperspotifycomwebapigetalbumstracks x-api-path-slug: albumsidtracks-get parameters: - in: path name: id description: The Spotify ID for the album - in: query name: limit description: The maximum number of items to return - in: query name: market description: The market (an ISO 3166-1 alpha-2 country code) - in: query name: offset description: The index of the first item to return responses: 200: description: OK tags: - Music - Album - Tracks x-streamrank: polling_total_time_average: 0 polling_size_download_average: 0 streaming_total_time_average: 0 streaming_size_download_average: 0 change_yes: 0 change_no: 0 time_percentage: 0 size_percentage: 0 change_percentage: 0 last_run: "" days_run: 0 minute_run: 0 ---