UnifyAPI
← Back to catalog

music.release_details

mock data$0.003 / call

Music Release Details

Get full release details by MusicBrainz ID — artist credits, labels, media formats (MusicBrainz)

Media & Artsprovider: Music#music#media

Input schema

mbidrequired

MusicBrainz release ID (UUID format). Returns artist credits and label info

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/music.release_details \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"mbid":"<mbid>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.