Skip to content

Feat/song details#5

Open
aman-wednesdaysol wants to merge 5 commits into
itunesfrom
feat/song-details
Open

Feat/song details#5
aman-wednesdaysol wants to merge 5 commits into
itunesfrom
feat/song-details

Conversation

@aman-wednesdaysol

Copy link
Copy Markdown
Owner
  • Song Details API
  • Request
curl -X GET "http://localhost:9000/music/resources/songs/{trackId}" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
  -H "Content-Type: application/json"
  • Response
{
    "trackId": 1440864098,
    "trackName": "Rap God",
    "artistName": "Eminem",
    "albumName": "The Marshall Mathers LP2 (Deluxe)",
    "previewUrl": "https://audio-ssl.itunes.apple.com/itunes-assets/AudioPreview115/v4/b8/c5/f1/b8c5f1e1-8637-ddd7-f95f-8241e1123fc1/mzaf_16651059254294397169.plus.aac.p.m4a",
    "artworkUrl": "https://is1-ssl.mzstatic.com/image/thumb/Music118/v4/50/a2/d5/50a2d5a8-8ba5-c8a0-421c-70635bf9e80d/00602537542710.rgb.jpg/100x100bb.jpg",
    "trackPrice": 1.29,
    "currency": "USD",
    "releaseDate": "2013-10-15T12:00:00Z",
    "genre": "Hip-Hop/Rap",
    "durationMs": 363521,
    "trackUrl": "https://music.apple.com/us/album/rap-god/1440862900?i=1440864098&uo=4"
}

@vercel

vercel Bot commented Feb 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nodejs-hapi-template Error Error Feb 25, 2026 9:53am

@aman-wednesdaysol
aman-wednesdaysol changed the base branch from main to itunes February 25, 2026 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant