ConsoleCatalog
Sign in
Apple Music logo

Apple Music

music.apple.comEntertainmentno auth

Catalog of artists, top songs, albums, and playlist tracks.

Album Details

ASYNCREADNo auth

Returns album details with title, artists, tracks, release date, and genres.

ParametersFormJSON

Apple Music catalog album ID

Apple Music locale for catalog responses (wire query parameter l)

cost: 2 credits · 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": "act_music_apple_com_album_detail",
    "params": {
      "album_id": "1614527914",
      "locale": "en-GB"
    }
  }'