Skip to main content
GET
Get detailed music information by ID
Retrieve full details for a music item including artist biography, genre and mood metadata, popularity score, and download statistics. See the Music API overview for authentication and usage guidance.

Authorizations

x-magnific-api-key
string
header
required

Your Magnific API key. Required for authentication. Learn how to obtain an API key

Path Parameters

music-id
integer
required

Unique numeric identifier of the music item

Response

OK

id
integer
required

Unique identifier of the music item

Example:

1

title
string
required

Music title

Example:

"Summer Vibes"

artist
object | null
Example:
genres
object[]
moods
object[]
cover_url
string | null

URL to the music cover image

file_url
string | null

Direct S3/CDN URL to the audio file

preview_url
string | null

Preview URL

download_url
string | null

URL to download the music

seconds
integer

Music duration in seconds

Example:

225

time
string

Music duration formatted as minutes and seconds

Example:

"3:45"

popularity
integer

Popularity score

Example:

85

is_premium
boolean

Whether the music is premium

is_active
boolean

Whether the music is active

created_at
string<date-time>

Music creation timestamp

downloads
integer

Total number of downloads

Example:

1200

favorites
integer

Total number of favorites

Example:

350

in_playlists
integer

Number of playlists containing this music

Example:

15