Sync Licensing Music Data Resources API

API ID 13494

Streamline your sync licensing efforts with comprehensive music data resources through our specialized API.

1,881 ms avg response

API Documentation

Endpoints

Request
The "Health Check" endpoint serves as an essential diagnostic tool that allows clients to verify the operational status of the API service. When invoked, this endpoint typically returns a JSON response indicating the current health status of the system, which may include parameters such as "status," "uptime," and potential error messages or warnings related to internal dependencies. This endpoint is crucial for monitoring and ensuring system reliability, making it ideal for use cases in automated monitoring systems, load balancers that require health status checks before routing requests, and integration testing environments where developers need to confirm that all systems are functional before deploying new features or updates.
Endpoint ID: 29626
GET https://www.zylalabs.com/api/13494/sync+licensing+music+data+resources+api/29626/health+check
INPUT PARAMETERS

Free test requests remaining: 3 of 3.

This endpoint does not require any input parameters.

API EXAMPLE RESPONSE
JSON
{
    "source": "chart",
    "status": "ok"
}
Health Check — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13494/sync+licensing+music+data+resources+api/29626/health+check' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
The "Get Trending Sounds" API endpoint is designed to retrieve a curated list of audio sounds that are currently trending within a specified time frame, typically reflecting recent popularity among users across various platforms. This endpoint provides detailed information about each sound, including metadata such as the title, artist, genre, play count, and user engagement metrics, ensuring developers can access relevant and up-to-date sound selections. Use cases for this endpoint include enhancing social media applications, enabling content creators to discover popular audio clips for their videos, or integrating with music and sound libraries that aim to keep their offerings aligned with current user interests and trends.
Endpoint ID: 29627
GET https://www.zylalabs.com/api/13494/sync+licensing+music+data+resources+api/29627/get+trending+sounds
INPUT PARAMETERS

Get Trending Sounds — Endpoint Features

Object Description
sort Optional Field to sort by: tiktok_videos, shazam, listeners, velocity, growth, chart_rank, spread. Default: chart_rank.
offset Optional Number of results to skip, for pagination. Default: 0.
offset Optional Number of results to skip, for pagination. Default: 0.
limit Optional Max number of results to return (maximum 200). Default: 50.
limit Optional Max number of results to return (maximum 200). Default: 50.
order Optional Sort order: "desc" or "asc". Default: desc.
sort Optional Field to sort by: tiktok_videos, shazam, listeners, velocity, growth, chart_rank, spread. Default: chart_rank.
order Optional Sort order: "desc" or "asc". Default: desc.
q Optional Search by track title or artist name (partial match).
sort Optional Field to sort by: tiktok_videos, shazam, listeners, velocity, growth, chart_rank, spread. Default: chart_rank.
offset Optional Number of results to skip, for pagination. Default: 0.
region Optional Filter by active country code, e.g. US, UK, FR, DE.
limit Optional Max number of results to return (maximum 200). Default: 50.
q Optional Search by track title or artist name (partial match).
order Optional Sort order: "desc" or "asc". Default: desc.
genre Optional Filter by genre (case-insensitive), e.g. Drill, Pop, Hyperpop, Indie Pop.
unsigned Optional Set to "true" to return only unsigned artists. Set to "false" or omit to return all artists (signed and unsigned).
region Optional Filter by active country code, e.g. US, UK, FR, DE.

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

sort
offset
offset
limit
limit
order
sort
order
q
sort
offset
region
limit
q
order
genre
unsigned
region
API EXAMPLE RESPONSE
JSON
{
    "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."
}
Get Trending Sounds — CODE SNIPPETS

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' 


    
Request
Sounds spreading fast across multiple countries, ranked by freshness x reach — an early "breaking out" signal
Endpoint ID: 29628
GET https://www.zylalabs.com/api/13494/sync+licensing+music+data+resources+api/29628/get+tiktok+trends
INPUT PARAMETERS

Get TikTok Trends — Endpoint Features

Object Description
sort Optional Sort field: tiktok_videos, shazam, listeners, velocity, growth, chart_rank, spread, emerging. Default: emerging.
sort Optional Sort field: tiktok_videos, shazam, listeners, velocity, growth, chart_rank, spread, emerging. Default: emerging.
min_countries Optional Minimum number of countries a sound must be charting in. Default: 2.
order Optional Sort order: "desc" or "asc". Default: desc.
order Optional Sort order: "desc" or "asc". Default: desc.
genre Optional Filter by genre, e.g. Drill, Pop, Hyperpop.
limit Optional Max results to return (max 200). Default: 50.
region Optional Filter by active country code, e.g. US, UK, FR.
offset Optional Results to skip, for pagination. Default: 0.
limit Optional Max results to return (max 200). Default: 50.
q Optional Search by track title or artist name (partial match).
offset Optional Results to skip, for pagination. Default: 0.
sort Optional Sort field: tiktok_videos, shazam, listeners, velocity, growth, chart_rank, spread, emerging. Default: emerging.
order Optional Sort order: "desc" or "asc". Default: desc.
limit Optional Max results to return (max 200). Default: 50.
offset Optional Results to skip, for pagination. Default: 0.

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

sort
sort
min_countries
order
order
genre
limit
region
offset
limit
q
offset
sort
order
limit
offset
API EXAMPLE RESPONSE
JSON
{
    "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
}
Get TikTok Trends — CODE SNIPPETS

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' 


    
Request
The "Get Sound Details" endpoint is designed to retrieve comprehensive information about specific audio files or sound clips stored within the application. By accepting a unique identifier for the sound (e.g., sound ID), this endpoint returns detailed metadata, including attributes such as title, duration, file format, bitrate, and any associated tags or categories that enhance discoverability. This endpoint is particularly useful for developers and content creators who need to manage audio assets, integrate sound effects in multimedia applications, or provide users with detailed descriptions of audio content for enhanced user engagement and content curation.
Endpoint ID: 29629
GET https://www.zylalabs.com/api/13494/sync+licensing+music+data+resources+api/29629/get+sound+details
INPUT PARAMETERS

Get Sound Details — Endpoint Features

Object Description
request_body Required
Request Body Required Json
id Required

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

API EXAMPLE RESPONSE
JSON
{
    "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"
    ]
}
Get Sound Details — CODE SNIPPETS

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 ''

    
Request
The "Get Stats" API endpoint is designed to retrieve performance metrics and analytical data pertaining to user interactions, system performance, or specific applications within the platform. By processing requests to this endpoint, users can access a wealth of information including user activity counts, average response times, error rates, and other key performance indicators. This endpoint is particularly useful for developers and analysts who wish to monitor application health, optimize user experience, and derive actionable insights from usage patterns, enabling informed decision-making for system improvements and resource allocation.
Endpoint ID: 29631
GET https://www.zylalabs.com/api/13494/sync+licensing+music+data+resources+api/29631/get+stats
INPUT PARAMETERS

Free test requests remaining: 3 of 3.

This endpoint does not require any input parameters.

API EXAMPLE RESPONSE
JSON
{
    "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"
}
Get Stats — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13494/sync+licensing+music+data+resources+api/29631/get+stats' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
The "Service Info" endpoint provides detailed metadata about the services offered by the application, including version information, status updates, and feature availability. This endpoint is essential for clients and developers to ensure they are interacting with the correct version of the service, enabling them to verify compatibility and expected functionality. It typically returns a structured JSON response containing fields such as service name, version number, operational status (e.g., online, maintenance mode), and a list of supported features, making it useful for monitoring tools, automated deployment scripts, and client applications that need to adjust their behavior based on the service's current capabilities or status.
Endpoint ID: 29632
GET https://www.zylalabs.com/api/13494/sync+licensing+music+data+resources+api/29632/service+info
INPUT PARAMETERS

Free test requests remaining: 3 of 3.

This endpoint does not require any input parameters.

API EXAMPLE RESPONSE
JSON
{
    "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"
}
Service Info — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13494/sync+licensing+music+data+resources+api/29632/service+info' --header 'Authorization: Bearer YOUR_API_KEY' 


    

API Access Key & Authentication

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.

Headers
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 🎉)

🚀 Enterprise Plan

Starts at
$ 10,000/Year


  • Custom Volume
  • Custom Rate Limit
  • Specialized Customer Support
  • Real-Time API Monitoring

Overview

Streamline your sync licensing efforts with comprehensive music data resources through our specialized API.

Sync Licensing Music Data Resources API FAQs

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.

General FAQs

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.

Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world's most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]

Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.
The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.
Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]
Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.
API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.
Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.
To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.
To check how many API calls you have left for the current month, refer to the 'X-Zyla-API-Calls-Monthly-Remaining' field in the response header. For example, if your plan allows 1,000 requests per month and you've used 100, this field in the response header will indicate 900 remaining calls.

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.

The 'X-Zyla-RateLimit-Reset' header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3,600, it means 3,600 seconds are left until the limit resets.

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.

After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, it's important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.
When you subscribe to an API free trial, you can make up to 50 API calls. If you wish to make additional API calls beyond this limit, the API will prompt you to perform an "Start Your Paid Plan." You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab.
You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]

Please have a look at our Refund Policy: https://zylalabs.com/terms#refund


Related APIs