{
"source": "chart",
"status": "ok"
}
curl --location --request GET 'https://zylalabs.com/api/13494/sync+licensing+music+data+resources+api/29626/health+check' --header 'Authorization: Bearer YOUR_API_KEY'
{
"count": 0,
"data": [],
"offset": 0,
"order": "desc",
"premium_enriched": false,
"sort": "tiktok_videos",
"total": 0,
"upgrade_note": "Upgrade to Pro/Ultra to unlock real Spotify artist signals (followers, popularity, genres) on every track."
}
curl --location --request GET 'https://zylalabs.com/api/13494/sync+licensing+music+data+resources+api/29627/get+trending+sounds?sort=tiktok_videos&offset=Optionaloffset=Optionallimit=50&limit=50&order=desc&sort=tiktok_videos&order=desc&q=bloom&sort=tiktok_videos&offset=Optionalregion=US&limit=50&q=bloom&order=desc&genre=Drill&unsigned=true, false®ion=US' --header 'Authorization: Bearer YOUR_API_KEY'
{
"count": 0,
"data": [],
"feed": "tiktok-trends (emerging: fresh + spreading)",
"note": "Recent sounds spreading across 2+ countries, ranked by freshness x reach. Max 2 tracks per artist. Exact TikTok metrics on Pro plan.",
"offset": 0,
"order": "desc",
"premium_enriched": false,
"sort": "emerging",
"total": 0
}
curl --location --request GET 'https://zylalabs.com/api/13494/sync+licensing+music+data+resources+api/29628/get+tiktok+trends?sort=emerging&sort=emerging&min_countries=2&order=desc&order=desc&genre=Drill&limit=50®ion=US&offset=Optionallimit=50&q=bloom&offset=Optionalsort=emerging&order=desc&limit=50&offset=Optional' --header 'Authorization: Bearer YOUR_API_KEY'
{
"artist": "Ella Langley",
"artwork": "https://is1-ssl.mzstatic.com/image/thumb/Music221/v4/e2/91/4d/e2914d0a-7f1d-f04c-fbf4-c50b38548838/196873638690.jpg/100x100bb.jpg",
"chart_rank": 1,
"countries_count": 2,
"detected": "2026-08-11",
"genre": "Country",
"id": "1844932150",
"premium_enriched": false,
"premium_signals": {
"available": false,
"fields": [
"spotify_followers",
"spotify_popularity",
"spotify_genres"
],
"note": "Real Spotify artist signals (followers, popularity, genres) available on Pro/Ultra. Exact TikTok video counts & unsigned status require a licensed provider, not yet connected."
},
"release_date": "2025-10-17",
"source": "Apple / Shazam trending chart",
"title": "Choosin' Texas",
"trending_in": [
"US",
"GB"
]
}
curl --location --request GET 'https://zylalabs.com/api/13494/sync+licensing+music+data+resources+api/29629/get+sound+details&id=Required' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw ''
{
"countries_covered": [
"BR",
"DE",
"FR",
"GB",
"US"
],
"data_source": "chart",
"sounds_tracked": 205,
"top_genres": [
{
"count": 45,
"genre": "Pop"
},
{
"count": 34,
"genre": "Hip-Hop/Rap"
},
{
"count": 31,
"genre": "Hip-hop/Rap"
},
{
"count": 17,
"genre": "Música Latina"
},
{
"count": 16,
"genre": "Country"
}
],
"updated": "2026-08-10"
}
curl --location --request GET 'https://zylalabs.com/api/13494/sync+licensing+music+data+resources+api/29631/get+stats' --header 'Authorization: Bearer YOUR_API_KEY'
{
"data_source": "chart",
"endpoints": {
"GET /health": "Health check",
"GET /sounds": "Top streamed sounds (Apple Music chart)",
"GET /sounds/<id>": "Single sound by id",
"GET /stats": "Coverage: countries, top genres, totals",
"GET /tiktok-trends": "Sounds going viral on social incl. TikTok (Shazam viral chart)",
"GET /unsigned": "Unsigned-artist leads (Pro plan)"
},
"filters": [
"country",
"genre",
"q",
"sort",
"order",
"limit",
"offset"
],
"service": "ZEUS — TikTok & Shazam Trending Sounds API",
"tagline": "Real-time trending sounds across multiple countries, from official charts.",
"version": "1.0.0"
}
curl --location --request GET 'https://zylalabs.com/api/13494/sync+licensing+music+data+resources+api/29632/service+info' --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 Sync Licensing Music Data Resources 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 🎉)
Streamline your sync licensing efforts with comprehensive music data resources through our specialized API.
Each endpoint returns specific data related to trending sounds, artists, and system performance. For example, "Get Trending Sounds" provides a list of popular audio clips, while "Get Unsigned Artists" offers profiles of emerging musicians. The "Get Sound Details" endpoint returns comprehensive metadata about individual sounds.
Key fields vary by endpoint. For "Get Trending Sounds," fields include "title," "artist," and "play count." In "Get Sound Details," fields like "artist," "genre," and "release date" are included. Each endpoint's response structure is tailored to its specific data focus.
Parameters vary by endpoint. For example, "Get Trending Sounds" may accept filters like "country," "genre," and "sort." Users can customize requests by specifying these parameters to refine the data returned based on their needs.
Response data is structured in JSON format, typically containing a "count" of items, an array of "data," and additional metadata like "offset" and "total." This organization allows users to easily parse and utilize the information for their applications.
The data is sourced from trending charts across TikTok, Shazam, and Apple Music. This multi-source approach enhances the richness and relevance of the data, providing insights into current music trends and emerging artists.
Typical use cases include enhancing social media applications, discovering popular audio clips for content creation, and scouting unsigned artists for potential collaborations. The data supports various music discovery and promotion initiatives.
Users can leverage the returned data to identify trending sounds for content creation, analyze user engagement metrics, and discover new artists. By integrating this data into applications, developers can enhance user experiences and keep content fresh.
Data accuracy is maintained through regular updates from reliable sources like TikTok and Shazam. The API's design includes quality checks to ensure that the trending sounds and artist information reflect current trends and user engagement accurately.
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