The Music Fast Download Link API is designed for instantly accessing audio files. Simply input an ISRC code or search term, and the API will return a direct download link to the highest-quality version available. It supports both exact ISRC lookups and intelligent fuzzy search, making it easy to find tracks by title, artist, or album. Results include rich metadata such as duration, bitrate, cover art, and release details. This API is ideal for music platforms, metadata services, digital archives, or any application that needs fast, reliable access to audio files at scale.
Enter the ISCR field code, which can be obtained from the Text Search and Download endpoint
“isrc”: [
“GBAAW9500545”
Lookup ISRC - Características del Endpoint
Objeto | Descripción |
---|---|
isrcs |
[Requerido] ISRC or ISRCs separated by comma |
[
{
"id": "86de149d7874ca4d92b02664d44c6e6d",
"title": "Mirrors",
"artist": "Caravan Palace",
"duration": 221,
"picture": "https://opus.rip/assets/08/35/ab8dca9ae801b59624d7f540f0bf.jpeg",
"musicbrainz": {
"album": "da2c5133-1cdc-42e6-9e53-59661cd3efbf",
"artist": "72eabb1a-4d2c-4de6-90f2-671b2cada42b",
"albumartist": "72eabb1a-4d2c-4de6-90f2-671b2cada42b",
"releasegroup": "463b5349-13ed-40a6-838f-04d2abedb7a7",
"recording": "f61f1031-4722-4c24-9e30-0280e4a5719f",
"track": "7315407d-5dec-486f-8d74-e6035bb3e0ed"
},
"lyrics": true,
"lyrics_timed": true,
"isrc": [
"FRDCP2400010"
],
"versions": [
{
"version": "webm128",
"extension": "_128.webm",
"format": "webm",
"codec": "opus",
"bitrate": 132860,
"durationMillis": 221683,
"size": 3681621,
"url": "https://cdn.opus.rip/audio/86/de/149d7874ca4d92b02664d44c6e6d_128.webm?token=526a13c5e621ab14d9ac169d4988dcb5&expires=1752778317894&trace="
},
{
"version": "webm64",
"extension": "_64.webm",
"format": "webm",
"codec": "opus",
"bitrate": 66007,
"durationMillis": 221683,
"size": 1829088,
"url": "https://cdn.opus.rip/audio/86/de/149d7874ca4d92b02664d44c6e6d_64.webm?token=3dd83eadca455d96a36bf5d658b492d4&expires=1752778317894&trace="
}
],
"url": "https://cdn.opus.rip/audio/86/de/149d7874ca4d92b02664d44c6e6d_128.webm?token=526a13c5e621ab14d9ac169d4988dcb5&expires=1752778317894&trace="
}
]
curl --location --request GET 'https://zylalabs.com/api/8447/music+fast+download+link+api/14807/lookup+isrc?isrcs=GBAAW9500545' --header 'Authorization: Bearer YOUR_API_KEY'
Text search for tracks & get cdn links
Text Search and Download - Características del Endpoint
Objeto | Descripción |
---|---|
q |
[Requerido] Text to search |
[
{
"id": "eb86349089d58d2628e325e6e067064b",
"title": "Hello",
"artist": "Oasis",
"duration": 203,
"picture": "https://opus.rip/assets/72/5c/19771555d0352f9f0a66eaf1d8ee.jpg",
"lyrics": true,
"lyrics_timed": true,
"isrc": ["GBAAW9500545"],
"spotify": { "id": "4qYlBtzkmby4r1N7etPnUv" },
"versions": [
{
"version": "webm128",
"extension": "_128.webm",
"format": "webm",
"codec": "opus",
"bitrate": 125493,
"durationMillis": 203215,
"size": 3187758,
"url": "https://cdn.opus.rip/audio/eb/86/349089d58d2628e325e6e067064b_128.webm?token=8548d73c4029c0564c706db1cf5b6fe7&expires=1752783027792"
},
{
"version": "webm64",
"extension": "_64.webm",
"format": "webm",
"codec": "opus",
"bitrate": 62906,
"durationMillis": 203222,
"size": 1597994,
"url": "https://cdn.opus.rip/audio/eb/86/349089d58d2628e325e6e067064b_64.webm?token=c1f2fa9d1a706dbeb389df83c052ab5c&expires=1752783027792"
}
],
"url": "https://cdn.opus.rip/audio/eb/86/349089d58d2628e325e6e067064b_128.webm?token=8548d73c4029c0564c706db1cf5b6fe7&expires=1752783027792"
},
{
"id": "ef6837cf9dfdc849098497e57566e70c",
"title": "Hello",
"artist": "Adele",
"duration": 295,
"picture": "https://opus.rip/assets/51/ba/7b486e332fa8a306311e99ed53a5.jpeg",
"lyrics": true,
"lyrics_timed": true,
"isrc": ["GBBKS1500214"],
"spotify": { "id": "1Yk0cQdMLx5RzzFTYwmuld" },
"versions": [
{
"version": "webm128",
"extension": "_128.webm",
"format": "webm",
"codec": "opus",
"bitrate": 132885,
"durationMillis": 295501,
"size": 4908474,
"url": "https://cdn.opus.rip/audio/ef/68/37cf9dfdc849098497e57566e70c_128.webm?token=0b8666aa91159a24195fcbedc0738e84&expires=1752783027792"
},
{
"version": "webm64",
"extension": "_64.webm",
"format": "webm",
"codec": "opus",
"bitrate": 68122,
"durationMillis": 295501,
"size": 2516266,
"url": "https://cdn.opus.rip/audio/ef/68/37cf9dfdc849098497e57566e70c_64.webm?token=8b2ad888b8c4ba587de0989dc0d35e15&expires=1752783027792"
}
],
"url": "https://cdn.opus.rip/audio/ef/68/37cf9dfdc849098497e57566e70c_128.webm?token=0b8666aa91159a24195fcbedc0738e84&expires=1752783027792"
}
]
curl --location --request GET 'https://zylalabs.com/api/8447/music+fast+download+link+api/14808/text+search+and+download?q=hello' --header 'Authorization: Bearer YOUR_API_KEY'
Encabezado | Descripción |
---|---|
Autorización
|
[Requerido] Debería ser Bearer access_key . Consulta "Tu Clave de Acceso a la API" arriba cuando estés suscrito. |
Sin compromiso a largo plazo. Mejora, reduce o cancela en cualquier momento. La Prueba Gratuita incluye hasta 50 solicitudes.
The "Lookup ISRC" endpoint returns detailed metadata for a specific track, including the title, artist, duration, ISRC code, and associated media links. The "Text Search and Download" endpoint provides similar metadata but allows users to search for tracks by title or artist, returning a list of matching results with their respective ISRC codes and download links.
Key fields in the response include "id" (unique identifier), "title" (track name), "artist" (performer), "duration" (length in seconds), "isrc" (International Standard Recording Code), and "versions" (available audio formats and links). These fields help identify and manage music tracks effectively.
The response data is structured as a JSON array of objects. Each object contains fields like "id," "title," "artist," and "versions." The "versions" field is an array itself, detailing different audio formats, their properties, and download URLs, allowing for easy access to various media types.
The "Lookup ISRC" endpoint provides comprehensive track details, including ISRC codes, artist information, and media links. The "Text Search and Download" endpoint offers similar data but focuses on search functionality, enabling users to find tracks by keywords and retrieve their metadata and download options.
The "Lookup ISRC" endpoint typically requires an ISRC code as a parameter to retrieve specific track data. The "Text Search and Download" endpoint allows parameters such as "title" and "artist" to customize search queries, enabling users to filter results based on their input.
Typical use cases include music distribution, rights management, and cataloging for independent artists and record labels. Users can efficiently retrieve ISRCs for their tracks, ensuring proper identification and compliance with copyright regulations, facilitating smoother music distribution across platforms.
Data accuracy is maintained through regular updates and quality checks from reliable music industry sources. The API aggregates information from established databases, ensuring that the ISRC codes and associated metadata reflect the most current and correct details for each track.
Users can utilize the returned data by integrating it into their music management systems or applications. For example, they can automate the cataloging process, ensure accurate rights management, and streamline music distribution by leveraging the detailed metadata and download links provided in the API responses.
The Instant ISRC Download API primarily covers global music tracks, focusing on those registered with International Standard Recording Codes (ISRC). This includes a wide range of genres and artists, making it suitable for independent musicians, record labels, and distributors worldwide.
Users can customize their data requests by utilizing parameters such as "title" and "artist" in the "Text Search and Download" endpoint. This allows for targeted searches, enabling users to retrieve specific tracks or a list of tracks that match their criteria.
The "Lookup ISRC" endpoint accepts a valid ISRC code as a parameter. For the "Text Search and Download" endpoint, accepted values include strings for "title" and "artist," allowing for flexible search queries to find relevant tracks.
If the API returns partial or empty results, users should verify their search parameters for accuracy. Adjusting the search terms or using broader queries can help yield more results. Implementing error handling in the application can also improve user experience.
The API employs quality checks by aggregating data from reputable music industry sources, ensuring that ISRC codes and metadata are accurate and up-to-date. Regular audits and validation processes help maintain the integrity of the information provided.
Standard data patterns include consistent JSON structures with fields like "id," "title," "artist," and "isrc." Each track's metadata is organized in a predictable format, allowing developers to easily parse and utilize the information in their applications.
Key fields include "id" (unique track identifier), "title" (name of the track), "artist" (performer), "isrc" (International Standard Recording Code), and "versions" (available audio formats). Understanding these fields helps users effectively manage and catalog their music.
Users can utilize the download links in the "versions" field to access audio files in various formats. This enables seamless integration into music distribution platforms or applications, allowing for easy access to tracks for streaming or offline use.
The API supports various audio formats, including WebM with different bitrates. For example, the "versions" field in the response includes formats like "webm128" and "webm64," each with specific codec, bitrate, and size details, allowing users to choose the best format for their needs.
Users can access multiple ISRC codes for a track through the "isrc" field in the response. This field returns an array of ISRC codes, enabling users to manage different versions or releases of the same track efficiently.
Each track's response includes essential metadata such as "title," "artist," "duration," "isrc," and "versions." This comprehensive data allows users to identify tracks accurately and manage their music catalog effectively.
Users can refine their search results by using specific keywords in the "Text Search and Download" endpoint. By including the track's title or artist name, users can narrow down the results to find the exact tracks they need.
The "musicbrainz" field provides unique identifiers for various entities related to the track, such as album, artist, and recording. This information helps users link to additional metadata and enhances the track's cataloging and rights management.
The API provides detailed information about different versions of a track within the "versions" field. Each version includes format, codec, bitrate, and download URL, allowing users to access the most suitable audio quality for their applications.
Users should implement error handling in their applications to manage unexpected API responses. This includes checking for error codes or empty results and providing user-friendly messages or fallback options to enhance the user experience.
The "lyrics" field indicates whether lyrics are available for the track. Users can leverage this information to enhance their applications, such as displaying lyrics alongside audio playback, improving user engagement and experience.
Users can access different audio versions of a track through the "versions" field in the response. Each version includes details such as format, codec, bitrate, and a download URL, allowing users to select the best audio quality for their needs. For example, a track may have both "webm128" and "webm64" versions available.
The "musicbrainz" field contains unique identifiers for various entities related to the track, including album, artist, and recording IDs. This metadata allows users to link to more detailed information in the MusicBrainz database, enhancing cataloging and rights management.
The "lyrics" field in the response indicates whether lyrics are available for a track. If set to true, users can display the lyrics alongside audio playback in their applications, enhancing user engagement and providing a richer listening experience.
Users can combine search parameters in the "Text Search and Download" endpoint by including both "title" and "artist" in their queries. This allows for more refined searches, helping users find specific tracks that match both criteria effectively.
The Instant ISRC Download API aggregates data from reputable music industry sources, ensuring a wide range of tracks registered with ISRC codes are covered. This includes various genres and artists globally, making it suitable for diverse music distribution needs.
Users can choose from various audio formats listed in the "versions" field, such as "webm128" or "webm64." By selecting the appropriate format based on their application's requirements, users can ensure optimal playback quality and compatibility with their systems.
The "id" field serves as a unique identifier for each track, allowing users to reference specific recordings easily. This is particularly useful for tracking, cataloging, and managing music assets within applications or databases.
Zyla API Hub es como una gran tienda de APIs, donde puedes encontrar miles de ellas en un solo lugar. También ofrecemos soporte dedicado y monitoreo en tiempo real de todas las APIs. Una vez que te registres, puedes elegir qué APIs quieres usar. Solo recuerda que cada API necesita su propia suscripción. Pero si te suscribes a varias, usarás la misma clave para todas, lo que hace todo más fácil para ti.
Los precios se muestran en USD (dólar estadounidense), EUR (euro), CAD (dólar canadiense), AUD (dólar australiano) y GBP (libra esterlina). Aceptamos todas las principales tarjetas de débito y crédito. Nuestro sistema de pago utiliza la última tecnología de seguridad y está respaldado por Stripe, una de las compañías de pago más confiables del mundo. Si tienes algún problema para pagar con tarjeta, contáctanos en [email protected]
Además, si ya tienes una suscripción activa en cualquiera de estas monedas (USD, EUR, CAD, AUD, GBP), esa moneda se mantendrá para suscripciones posteriores. Puedes cambiar la moneda en cualquier momento siempre que no tengas suscripciones activas.
La moneda local que aparece en la página de precios se basa en el país de tu dirección IP y se proporciona solo como referencia. Los precios reales están en USD (dólar estadounidense). Cuando realices un pago, el cargo aparecerá en tu estado de cuenta en USD, incluso si ves el monto equivalente en tu moneda local en nuestro sitio web. Esto significa que no puedes pagar directamente en tu moneda local.
Ocasionalmente, un banco puede rechazar el cargo debido a sus configuraciones de protección contra fraude. Te sugerimos comunicarte con tu banco primero para verificar si están bloqueando nuestros cargos. También puedes acceder al Portal de Facturación y cambiar la tarjeta asociada para realizar el pago. Si esto no funciona y necesitas más ayuda, por favor contacta a nuestro equipo en [email protected]
Los precios se determinan mediante una suscripción recurrente mensual o anual, dependiendo del plan elegido.
Las llamadas a la API se descuentan de tu plan en base a solicitudes exitosas. Cada plan incluye una cantidad específica de llamadas que puedes realizar por mes. Solo las llamadas exitosas, indicadas por una respuesta con estado 200, se contarán en tu total. Esto asegura que las solicitudes fallidas o incompletas no afecten tu cuota mensual.
Zyla API Hub funciona con un sistema de suscripción mensual recurrente. Tu ciclo de facturación comenzará el día en que compres uno de los planes de pago, y se renovará el mismo día del mes siguiente. Así que recuerda cancelar tu suscripción antes si quieres evitar futuros cargos.
Para actualizar tu plan de suscripción actual, simplemente ve a la página de precios de la API y selecciona el plan al que deseas actualizarte. La actualización será instantánea, permitiéndote disfrutar inmediatamente de las funciones del nuevo plan. Ten en cuenta que las llamadas restantes de tu plan anterior no se transferirán al nuevo plan, por lo que debes considerar esto al actualizar. Se te cobrará el monto total del nuevo plan.
Para verificar cuántas llamadas a la API te quedan en el mes actual, revisa el campo 'X-Zyla-API-Calls-Monthly-Remaining' en el encabezado de la respuesta. Por ejemplo, si tu plan permite 1,000 solicitudes por mes y has usado 100, este campo mostrará 900 llamadas restantes.
Para ver el número máximo de solicitudes a la API que permite tu plan, revisa el encabezado de la respuesta 'X-Zyla-RateLimit-Limit'. Por ejemplo, si tu plan incluye 1,000 solicitudes por mes, este encabezado mostrará 1,000.
El encabezado 'X-Zyla-RateLimit-Reset' muestra el número de segundos hasta que tu límite se restablezca. Esto te indica cuándo tu conteo de solicitudes se reiniciará. Por ejemplo, si muestra 3,600, significa que faltan 3,600 segundos para que el límite se restablezca.
Sí, puedes cancelar tu plan en cualquier momento desde tu cuenta, seleccionando la opción de cancelación en la página de Facturación. Ten en cuenta que las actualizaciones, degradaciones y cancelaciones tienen efecto inmediato. Además, al cancelar ya no tendrás acceso al servicio, incluso si te quedaban llamadas en tu cuota.
Puedes contactarnos a través de nuestro canal de chat para recibir asistencia inmediata. Siempre estamos en línea de 8 a. m. a 5 p. m. (EST). Si nos contactas fuera de ese horario, te responderemos lo antes posible. Además, puedes escribirnos por correo electrónico a [email protected]
Para darte la oportunidad de probar nuestras APIs sin compromiso, ofrecemos una prueba gratuita de 7 días que te permite realizar hasta 50 llamadas a la API sin costo. Esta prueba solo se puede usar una vez, por lo que recomendamos aplicarla a la API que más te interese. Aunque la mayoría de nuestras APIs ofrecen prueba gratuita, algunas pueden no hacerlo. La prueba finaliza después de 7 días o cuando realices 50 solicitudes, lo que ocurra primero. Si alcanzas el límite de 50 solicitudes durante la prueba, deberás "Iniciar tu Plan de Pago" para continuar haciendo solicitudes. Puedes encontrar el botón "Iniciar tu Plan de Pago" en tu perfil bajo Suscripción -> Elige la API a la que estás suscrito -> Pestaña de Precios. Alternativamente, si no cancelas tu suscripción antes del día 7, tu prueba gratuita finalizará y tu plan se cobrará automáticamente, otorgándote acceso a todas las llamadas a la API especificadas en tu plan. Ten esto en cuenta para evitar cargos no deseados.
Después de 7 días, se te cobrará el monto total del plan al que estabas suscrito durante la prueba. Por lo tanto, es importante cancelar antes de que finalice el periodo de prueba. No se aceptan solicitudes de reembolso por olvidar cancelar a tiempo.
Cuando te suscribes a una prueba gratuita de una API, puedes realizar hasta 50 llamadas. Si deseas realizar más llamadas después de este límite, la API te pedirá que "Inicies tu Plan de Pago". Puedes encontrar el botón "Iniciar tu Plan de Pago" en tu perfil bajo Suscripción -> Elige la API a la que estás suscrito -> Pestaña de Precios.
Las Órdenes de Pago se procesan entre el día 20 y el 30 de cada mes. Si envías tu solicitud antes del día 20, tu pago será procesado dentro de ese período.
Nivel de Servicio:
92%
Tiempo de Respuesta:
1.517ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
3.697ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
7.945ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
700ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
963ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.097ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
101ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
2.062ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
4.907ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
3.116ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
14.332ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
14.332ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
14.332ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
14.332ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
14.332ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
5.685ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
12.242ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
5.685ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
5.685ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
12.242ms