Skip to main content
GET
cURL
The Songs API also supports POST requests for bulk create/fetch operations. See the Create Songs endpoint.

Query Parameters

isrc
string

International Standard Recording Code to filter by specific song

artist_account_id
string<uuid>

Artist account ID to filter songs by artist

Response

Songs retrieved successfully

Response containing songs data

status
enum<string>

Status of the request

Available options:
success,
error
songs
object[]

Array of song objects with artist information

error
string

Error message (only present if status is 'error')