ConsoleCatalog
Sign in
Spotify logo

Spotify

spotify.comEntertainmentno auth

Artists, tracks, albums, playlists, and discographies.

Album Details

ASYNCREADNo auth

Returns album details and the full tracklist.

ParametersFormJSON

Spotify album ID e.g. `"6a7nrbUhXwFEJQ1xWCbNnh"`

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "sp_album",
    "params": {
      "album_id": "6a7nrbUhXwFEJQ1xWCbNnh"
    }
  }'