# Spotify

> Access music data including albums, artists, tracks, and user library information through the Spotify API.

Source: https://cotera.co/docs/reference/tools/individual-tools/spotify

---

**Authentication Type:** OAuth
**Description:** Access music data including albums, artists, tracks, and user library information through the Spotify API.

***

## Beta Notice

**This tool is currently in beta testing and not yet available for general use.**

To get the Spotify tool added to your Cotera workspace, please contact our support team at [support.cotera.co](https://support.cotera.co).

***

## Album

Access and search for album information.

### Get Album

Get an album by URI or ID to retrieve detailed information including track listings, release date, and artist details.

**Operation Type:** Query (Read)

### Get New Album Releases

Get a list of new album releases to discover recently released albums across various genres and artists.

**Operation Type:** Query (Read)

### Get Album Tracks

Get an album's tracks by URI or ID to retrieve the complete track listing with duration and preview information.

**Operation Type:** Query (Read)

### Search Albums

Search albums by keyword to find albums matching your search criteria across Spotify's catalog.

**Operation Type:** Query (Read)

## Artist

Access and search for artist information.

### Get Artist

Get an artist by URI or ID to retrieve artist profile information including genres, popularity, and follower count.

**Operation Type:** Query (Read)

### Get Artist Albums

Get an artist's albums by URI or ID to retrieve all albums, singles, and compilations released by the artist.

**Operation Type:** Query (Read)

### Get Artist Related Artists

Get an artist's related artists by URI or ID to discover similar artists based on Spotify's recommendation algorithm.

**Operation Type:** Query (Read)

### Get Artist Top Tracks

Get an artist's top tracks by URI or ID to retrieve the most popular songs by the artist in a specific market.

**Operation Type:** Query (Read)

### Search Artists

Search artists by keyword to find artists matching your search criteria across Spotify's catalog.

**Operation Type:** Query (Read)

## Library

Access your personal music library.

### Get Liked Tracks

Get the user's liked tracks to retrieve all songs saved to your personal library with metadata and timestamps.

**Operation Type:** Query (Read)

## My Data

Access your personal Spotify data and preferences.

### Get Followed Artists

Get your followed artists to retrieve a list of all artists you follow on Spotify with their profile information.

**Operation Type:** Query (Read)

