← Back to catalog
music.release_search
mock data$0.003 / callMusic Release Search
Search for albums, singles, and EPs across 50M+ recordings — title, artist, date (MusicBrainz)
Input schema
limit
integerMax results to return (1-100, default 25)
queryrequired
stringSearch query for release/album title (e.g. "OK Computer", "Kind of Blue"). Supports Lucene syntax: artist:"Radiohead" AND release:"OK Computer"
offset
integerPagination offset for results
Call via REST
curl -X POST https://unifyapi.pro/api/call/music.release_search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"query":"<query>","offset":0}'