{"name":"Human","albumname":"Human (Deluxe)","artist":"Rag'n'Bone Man","thumb":"https:\/\/is1-ssl.mzstatic.com\/image\/thumb\/Music115\/v4\/cc\/81\/83\/cc818302-ff27-bbbf-195e-f72bb39d32c2\/886446364636.jpg\/600x600bb.webp","duration":null,"url":"https:\/\/music.apple.com\/us\/song\/human\/1202354334"}
curl --location --request GET 'https://zylalabs.com/api/9827/retrieve+apple+music+media+api/18418/track+information?url=https://music.apple.com/us/song/human/1202354334' --header 'Authorization: Bearer YOUR_API_KEY'
{"Example Response":"No response example available for now."}
curl --location --request GET 'https://zylalabs.com/api/9827/retrieve+apple+music+media+api/18419/album+information?url=https://music.apple.com/us/album/human/1202354327?i=1202354334' --header 'Authorization: Bearer YOUR_API_KEY'
After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Retrieve Apple Music Media API simply include your bearer token in the Authorization header.
| Header | Description |
|---|---|
Authorization
|
Required
Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.
|
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
(Save 2 months with annual billing 🎉)
This Retrieve Apple Music Media API provides comprehensive, structured data on songs, albums, and related tracks, facilitating their integration into applications, analytics platforms, or music search systems. Its purpose is to deliver accurate, up-to-date information directly from Apple Music, eliminating the need to manually process music metadata.
The service is designed to be scalable and consistent. If the search corresponds to an individual track, the response will include its main information and a direct link. If it corresponds to an album, the API will offer not only the song queried, but also a complete list of all associated tracks, each with its respective metadata.
In short, this API is a versatile and reliable tool for accessing rich music metadata, including name, artist, album, cover art, duration, and playable links, optimizing any development that seeks to offer users a complete, organized, and visually appealing music experience.
The GET Track Information endpoint returns detailed data about a specific song, including its name, artist, album, duration, cover art, and a direct link. The GET Album Information endpoint provides comprehensive details about an album, including the album name, artist, cover art, total duration, and a list of all tracks with their respective metadata.
Key fields in the response data include "name" (title of the track or album), "artist" (performer), "album" (associated album name), "duration" (length of the track), "cover art" (image URL), and "link" (direct URL to the track or album).
The response data is structured in a JSON format, with clear key-value pairs. For tracks, it includes fields like "name," "artist," and "duration." For albums, it contains similar fields along with an array of tracks, each having its own metadata, ensuring organized access to all relevant information.
The GET Track Information endpoint provides data on individual tracks, while the GET Album Information endpoint offers details on entire albums, including track listings. Both endpoints deliver metadata such as artist names, album titles, and cover art.
Users can customize their requests by specifying parameters such as track ID or album ID in the API call. This allows for targeted queries to retrieve specific songs or albums, ensuring relevant data is returned based on user needs.
Typical use cases include integrating music metadata into apps for music discovery, creating playlists, enhancing user interfaces with album art, and providing detailed song information for analytics platforms or music search systems.
Data accuracy is maintained through direct integration with Apple Music, ensuring that the information is up-to-date and reliable. Regular updates and quality checks are implemented to verify the integrity of the data provided.
If a request returns partial or empty results, users should check the parameters used for accuracy. Implementing error handling in the application can help manage such scenarios, allowing for fallback options or user notifications when data is unavailable.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund