UnifyAPI
← Back to catalog

music.artist_details

mock data$0.003 / call

Music Artist Details

Get detailed artist info by MusicBrainz ID — tags, ratings, external links, life span, area (MusicBrainz)

Media & Artsprovider: Music#music#media

Input schema

mbidrequired

MusicBrainz artist ID (UUID format, e.g. "a74b1b7f-71a5-4011-9441-d0b5e4122711")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/music.artist_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.