← Back to catalog
music.recording_search
mock data$0.003 / callMusic Recording Search
Search for songs and recordings by title or artist — duration, release history, artist credits (MusicBrainz)
Input schema
limit
integerMax results to return (1-100, default 25)
queryrequired
stringSearch query for song/recording title (e.g. "Creep", "So What"). Supports Lucene syntax: artist:"Radiohead" AND recording:"Creep"
offset
integerPagination offset for results
Call via REST
curl -X POST https://unifyapi.pro/api/call/music.recording_search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"query":"<query>","offset":0}'