La API de Datos de Viento ofrece datos meteorológicos detallados y precisos en tiempo real e históricos, proporcionando una visión completa de las condiciones meteorológicas actuales y pasadas a nivel mundial. Cuando los usuarios consultan la API, reciben la información meteorológica más reciente relevante para la solicitud, que incluye varias métricas clave. La temperatura actual se muestra en grados Celsius, ofreciendo una clara medida de cuán cálido o frío está en la ubicación especificada. La API también proporciona una descripción textual del clima, como “chaparrones dispersos” o “cielos despejados,” acompañada de un icono visual que representa gráficamente las condiciones meteorológicas. Además, la API detalla la velocidad y dirección del viento, mostrando cómo el viento influye en el clima en ese momento. La presión atmosférica se presenta en hectopascales (hPa), ofreciendo información sobre las condiciones atmosféricas y ayudando en la previsión meteorológica.
Más allá de los datos meteorológicos actuales, la API también otorga acceso a información meteorológica histórica. Esto incluye temperaturas mínimas y máximas registradas para fechas específicas, proporcionando rangos de temperatura históricos para la ubicación de interés. La temperatura diaria promedio está incluida, ayudando a los usuarios a entender el clima típico durante un período determinado. La duración histórica de la luz solar, medida en horas, se especifica para cada día, reflejando la cantidad de sol disponible en el pasado. El índice UV histórico indica los niveles previos de radiación ultravioleta, mientras que los datos históricos de precipitación muestran la cantidad total de lluvia o nieve y su distribución a lo largo del día.
Para análisis más completos, la API ofrece datos sobre las condiciones climáticas durante períodos prolongados. Esto incluye resúmenes de temperaturas mínimas, máximas y promedio, junto con la precipitación total durante esos períodos. También se proporciona información sobre horas de sol e índice UV, ofreciendo una imagen más completa de cómo han evolucionado las condiciones meteorológicas a lo largo del tiempo.
En resumen, la API de Datos de Viento es un recurso vital para obtener una comprensión profunda de las condiciones climáticas en todo el mundo. Permite a los usuarios analizar tanto el clima actual como las tendencias históricas, convirtiéndola en una herramienta invaluable para el análisis y la previsión meteorológica.
Ingrese la latitud, longitud o ciudad y recibirá los vientos actuales o históricos.
Sistemas de Navegación Marítima: Los sistemas de navegación marítima pueden integrar la API de Viento para proporcionar datos de viento en tiempo real para barcos y embarcaciones. Los capitanes y navegantes pueden tomar decisiones informadas sobre rutas y velocidades, asegurando un paso seguro y eficiente, mientras minimizan el consumo de combustible y maximizan la seguridad de la carga.
Servicios Meteorológicos de Aviación: Las aerolíneas y los servicios de aviación pueden utilizar la API de Viento para mejorar sus servicios relacionados con el clima. Los pilotos y planificadores de vuelos pueden acceder a información precisa sobre el viento, optimizando las rutas de vuelo, los procedimientos de despegue y aterrizaje. Esto asegura vuelos más suaves, reduce los encuentros con turbulencia y mejora la seguridad general de la aviación.
Planificación de Energía Renovable: Los parques eólicos y otros proyectos de energía renovable dependen en gran medida de los patrones de viento. La API de Viento puede ayudar a predecir las condiciones del viento durante un período de 4 días, permitiendo a las empresas de energía renovable optimizar la ubicación y operación de los aerogeneradores. Esto asegura la máxima generación de energía al aprovechar las velocidades de viento más favorables.
Planificación de Eventos al Aire Libre: Los organizadores de eventos para actividades al aire libre, como eventos deportivos, conciertos o festivales, pueden beneficiarse de la API de Viento. Al conocer las condiciones del viento con anticipación, los organizadores pueden planificar los diseños de los eventos, las configuraciones de escenario y los arreglos de asientos en consecuencia. Esto asegura que las estructuras del evento sean seguras y estables, mejorando la seguridad y el disfrute de los asistentes.
Respuesta a Desastres y Gestión de Emergencias: Durante desastres naturales como huracanes o incendios forestales, los equipos de respuesta a emergencias pueden utilizar la API de Viento para anticipar los patrones de viento. Esta información es crítica para planificar evacuaciones, posicionar refugios de emergencia y desplegar recursos de manera efectiva. Las previsiones precisas del viento ayudan a las autoridades a tomar decisiones oportunas, asegurando la seguridad de las poblaciones afectadas.
Además del número de llamadas a la API disponibles para el plan, no hay otras limitaciones.
En caso de que indiques un país además de la ubicación, debes indicar el valor en el parámetro de la siguiente manera: Roma, Italia
Vientos por ubicación. - Características del Endpoint
Objeto | Descripción |
---|---|
query |
[Requerido] Insert a city |
{"request":{"type":"City","query":"Berlin, Germany","language":"en","unit":"m"},"location":{"name":"Berlin","country":"Germany","region":"Berlin","lat":"52.517","lon":"13.400","timezone_id":"Europe\/Berlin","localtime":"2024-09-05 22:34","localtime_epoch":1725575640,"utc_offset":"2.0"},"current":{"observation_time":"08:34 PM","temperature":24,"weather_code":113,"weather_icons":["https:\/\/cdn.worldweatheronline.com\/images\/wsymbols01_png_64\/wsymbol_0008_clear_sky_night.png"],"weather_descriptions":["Clear"],"wind_speed":20,"wind_degree":80,"wind_dir":"E","pressure":1015,"precip":0,"humidity":44,"cloudcover":0,"feelslike":24,"uv_index":1,"visibility":10,"is_day":"no"}}
curl --location --request GET 'https://zylalabs.com/api/5000/wind+data+api/6306/winds+by+location?query=Berlin' --header 'Authorization: Bearer YOUR_API_KEY'
Para utilizar este punto final, debes indicar una latitud y longitud en el parámetro.
Obtener vientos por coordenadas. - Características del Endpoint
Objeto | Descripción |
---|---|
query |
[Requerido] Insert a latitude and longitude |
{"request":{"type":"LatLon","query":"Lat 39.90 and Lon 116.41","language":"en","unit":"m"},"location":{"name":"Beijing","country":"China","region":"Beijing","lat":"39.929","lon":"116.388","timezone_id":"Asia\/Shanghai","localtime":"2024-09-06 04:36","localtime_epoch":1725597360,"utc_offset":"8.0"},"current":{"observation_time":"08:36 PM","temperature":18,"weather_code":113,"weather_icons":["https:\/\/cdn.worldweatheronline.com\/images\/wsymbols01_png_64\/wsymbol_0008_clear_sky_night.png"],"weather_descriptions":["Clear"],"wind_speed":4,"wind_degree":10,"wind_dir":"N","pressure":1016,"precip":0,"humidity":94,"cloudcover":0,"feelslike":18,"uv_index":1,"visibility":10,"is_day":"no"}}
curl --location --request GET 'https://zylalabs.com/api/5000/wind+data+api/6307/get+winds+by+coordinates?query=39.9042,116.4074' --header 'Authorization: Bearer YOUR_API_KEY'
Para utilizar este punto final, debes indicar en los parámetros el nombre de una ciudad y una fecha.
También tendrás un parámetro opcional donde puedes indicar si deseas que la API devuelva los datos meteorológicos divididos por cada hora (1 o 0). 0 es el valor predeterminado.
Devuelve datos a partir de 2021.
Vientos Históricos - Características del Endpoint
Objeto | Descripción |
---|---|
query |
[Requerido] Insert a city |
historical_date |
[Requerido] Insert a date |
hourly |
Opcional Enter 1 to split the weather data by hours or 0 not to split. |
{"request":{"type":"City","query":"Berlin, Germany","language":"en","unit":"m"},"location":{"name":"Berlin","country":"Germany","region":"Berlin","lat":"52.517","lon":"13.400","timezone_id":"Europe\/Berlin","localtime":"2024-09-05 22:37","localtime_epoch":1725575820,"utc_offset":"2.0"},"current":{"observation_time":"08:37 PM","temperature":24,"weather_code":113,"weather_icons":["https:\/\/cdn.worldweatheronline.com\/images\/wsymbols01_png_64\/wsymbol_0008_clear_sky_night.png"],"weather_descriptions":["Clear"],"wind_speed":20,"wind_degree":80,"wind_dir":"E","pressure":1015,"precip":0,"humidity":44,"cloudcover":0,"feelslike":24,"uv_index":1,"visibility":10,"is_day":"no"},"historical":{"2024-07-07":{"date":"2024-07-07","date_epoch":1720310400,"astro":{"sunrise":"04:53 AM","sunset":"09:29 PM","moonrise":"05:50 AM","moonset":"11:00 PM","moon_phase":"Waxing Crescent","moon_illumination":2},"mintemp":14,"maxtemp":22,"avgtemp":18,"totalsnow":0,"sunhour":17,"uv_index":5}}}
curl --location --request GET 'https://zylalabs.com/api/5000/wind+data+api/6308/historical+winds?query=Berlin&historical_date=2024-07-07' --header 'Authorization: Bearer YOUR_API_KEY'
Para usar este punto final, debe especificar una ciudad, una fecha de inicio y una fecha de finalización en los parámetros.
Serie de Datos Históricos. - Características del Endpoint
Objeto | Descripción |
---|---|
historical_date_start |
[Requerido] Indicates a start date |
historical_date_end |
[Requerido] Indicates an end date |
query |
[Requerido] Insert a city |
{"request":{"type":"City","query":"Berlin, Germany","language":"en","unit":"m"},"location":{"name":"Berlin","country":"Germany","region":"Berlin","lat":"52.517","lon":"13.400","timezone_id":"Europe\/Berlin","localtime":"2024-09-05 22:37","localtime_epoch":1725575820,"utc_offset":"2.0"},"current":{"observation_time":"08:37 PM","temperature":24,"weather_code":113,"weather_icons":["https:\/\/cdn.worldweatheronline.com\/images\/wsymbols01_png_64\/wsymbol_0008_clear_sky_night.png"],"weather_descriptions":["Clear"],"wind_speed":20,"wind_degree":80,"wind_dir":"E","pressure":1015,"precip":0,"humidity":44,"cloudcover":0,"feelslike":24,"uv_index":1,"visibility":10,"is_day":"no"},"historical":{"2024-07-07":{"date":"2024-07-07","date_epoch":1720310400,"astro":{"sunrise":"04:53 AM","sunset":"09:29 PM","moonrise":"05:50 AM","moonset":"11:00 PM","moon_phase":"Waxing Crescent","moon_illumination":2},"mintemp":14,"maxtemp":22,"avgtemp":18,"totalsnow":0,"sunhour":17,"uv_index":5},"2024-07-08":{"date":"2024-07-08","date_epoch":1720396800,"astro":{"sunrise":"04:54 AM","sunset":"09:29 PM","moonrise":"07:10 AM","moonset":"11:17 PM","moon_phase":"Waxing Crescent","moon_illumination":10},"mintemp":15,"maxtemp":25,"avgtemp":20,"totalsnow":0,"sunhour":17,"uv_index":5},"2024-07-09":{"date":"2024-07-09","date_epoch":1720483200,"astro":{"sunrise":"04:55 AM","sunset":"09:28 PM","moonrise":"08:27 AM","moonset":"11:29 PM","moon_phase":"Waxing Crescent","moon_illumination":17},"mintemp":17,"maxtemp":31,"avgtemp":25,"totalsnow":0,"sunhour":17,"uv_index":6},"2024-07-10":{"date":"2024-07-10","date_epoch":1720569600,"astro":{"sunrise":"04:56 AM","sunset":"09:27 PM","moonrise":"09:42 AM","moonset":"11:39 PM","moon_phase":"Waxing Crescent","moon_illumination":24},"mintemp":21,"maxtemp":32,"avgtemp":25,"totalsnow":0,"sunhour":12,"uv_index":6},"2024-07-11":{"date":"2024-07-11","date_epoch":1720656000,"astro":{"sunrise":"04:57 AM","sunset":"09:26 PM","moonrise":"10:54 AM","moonset":"11:48 PM","moon_phase":"Waxing Crescent","moon_illumination":32},"mintemp":20,"maxtemp":26,"avgtemp":23,"totalsnow":0,"sunhour":8,"uv_index":5},"2024-07-12":{"date":"2024-07-12","date_epoch":1720742400,"astro":{"sunrise":"04:59 AM","sunset":"09:25 PM","moonrise":"12:05 PM","moonset":"11:56 PM","moon_phase":"Waxing Crescent","moon_illumination":39},"mintemp":19,"maxtemp":29,"avgtemp":22,"totalsnow":0,"sunhour":12,"uv_index":5},"2024-07-13":{"date":"2024-07-13","date_epoch":1720828800,"astro":{"sunrise":"05:00 AM","sunset":"09:24 PM","moonrise":"01:16 PM","moonset":"No moonset","moon_phase":"First Quarter","moon_illumination":46},"mintemp":15,"maxtemp":24,"avgtemp":19,"totalsnow":0,"sunhour":7,"uv_index":4},"2024-07-14":{"date":"2024-07-14","date_epoch":1720915200,"astro":{"sunrise":"05:01 AM","sunset":"09:23 PM","moonrise":"02:28 PM","moonset":"12:05 AM","moon_phase":"First Quarter","moon_illumination":53},"mintemp":16,"maxtemp":27,"avgtemp":21,"totalsnow":0,"sunhour":16,"uv_index":6},"2024-07-15":{"date":"2024-07-15","date_epoch":1721001600,"astro":{"sunrise":"05:02 AM","sunset":"09:22 PM","moonrise":"03:44 PM","moonset":"12:15 AM","moon_phase":"First Quarter","moon_illumination":61},"mintemp":17,"maxtemp":27,"avgtemp":23,"totalsnow":0,"sunhour":16,"uv_index":6},"2024-07-16":{"date":"2024-07-16","date_epoch":1721088000,"astro":{"sunrise":"05:04 AM","sunset":"09:21 PM","moonrise":"05:03 PM","moonset":"12:29 AM","moon_phase":"Waxing Gibbous","moon_illumination":68},"mintemp":18,"maxtemp":27,"avgtemp":21,"totalsnow":0,"sunhour":9,"uv_index":6},"2024-07-17":{"date":"2024-07-17","date_epoch":1721174400,"astro":{"sunrise":"05:05 AM","sunset":"09:20 PM","moonrise":"06:22 PM","moonset":"12:47 AM","moon_phase":"Waxing Gibbous","moon_illumination":75},"mintemp":17,"maxtemp":24,"avgtemp":21,"totalsnow":0,"sunhour":14,"uv_index":6},"2024-07-18":{"date":"2024-07-18","date_epoch":1721260800,"astro":{"sunrise":"05:06 AM","sunset":"09:19 PM","moonrise":"07:38 PM","moonset":"01:15 AM","moon_phase":"Waxing Gibbous","moon_illumination":82},"mintemp":15,"maxtemp":27,"avgtemp":21,"totalsnow":0,"sunhour":16,"uv_index":6},"2024-07-19":{"date":"2024-07-19","date_epoch":1721347200,"astro":{"sunrise":"05:08 AM","sunset":"09:17 PM","moonrise":"08:41 PM","moonset":"01:57 AM","moon_phase":"Waxing Gibbous","moon_illumination":90},"mintemp":18,"maxtemp":29,"avgtemp":24,"totalsnow":0,"sunhour":16,"uv_index":6},"2024-07-20":{"date":"2024-07-20","date_epoch":1721433600,"astro":{"sunrise":"05:09 AM","sunset":"09:16 PM","moonrise":"09:28 PM","moonset":"02:58 AM","moon_phase":"Waxing Gibbous","moon_illumination":97},"mintemp":20,"maxtemp":31,"avgtemp":25,"totalsnow":0,"sunhour":16,"uv_index":7},"2024-07-21":{"date":"2024-07-21","date_epoch":1721520000,"astro":{"sunrise":"05:10 AM","sunset":"09:15 PM","moonrise":"09:59 PM","moonset":"04:18 AM","moon_phase":"Full Moon","moon_illumination":100},"mintemp":20,"maxtemp":33,"avgtemp":27,"totalsnow":0,"sunhour":16,"uv_index":7},"2024-07-22":{"date":"2024-07-22","date_epoch":1721606400,"astro":{"sunrise":"05:12 AM","sunset":"09:13 PM","moonrise":"10:20 PM","moonset":"05:50 AM","moon_phase":"Waxing Gibbous","moon_illumination":88},"mintemp":20,"maxtemp":26,"avgtemp":22,"totalsnow":0,"sunhour":5,"uv_index":5},"2024-07-23":{"date":"2024-07-23","date_epoch":1721692800,"astro":{"sunrise":"05:13 AM","sunset":"09:12 PM","moonrise":"10:36 PM","moonset":"07:24 AM","moon_phase":"Waxing Gibbous","moon_illumination":81},"mintemp":16,"maxtemp":26,"avgtemp":20,"totalsnow":0,"sunhour":11,"uv_index":6},"2024-07-24":{"date":"2024-07-24","date_epoch":1721779200,"astro":{"sunrise":"05:15 AM","sunset":"09:11 PM","moonrise":"10:48 PM","moonset":"08:56 AM","moon_phase":"Waning Gibbous","moon_illumination":74},"mintemp":16,"maxtemp":23,"avgtemp":19,"totalsnow":0,"sunhour":10,"uv_index":4},"2024-07-25":{"date":"2024-07-25","date_epoch":1721865600,"astro":{"sunrise":"05:16 AM","sunset":"09:09 PM","moonrise":"11:00 PM","moonset":"10:25 AM","moon_phase":"Waning Gibbous","moon_illumination":67},"mintemp":13,"maxtemp":24,"avgtemp":19,"totalsnow":0,"sunhour":16,"uv_index":5},"2024-07-26":{"date":"2024-07-26","date_epoch":1721952000,"astro":{"sunrise":"05:18 AM","sunset":"09:08 PM","moonrise":"11:11 PM","moonset":"11:53 AM","moon_phase":"Waning Gibbous","moon_illumination":59},"mintemp":18,"maxtemp":23,"avgtemp":20,"totalsnow":0,"sunhour":14,"uv_index":5},"2024-07-27":{"date":"2024-07-27","date_epoch":1722038400,"astro":{"sunrise":"05:19 AM","sunset":"09:06 PM","moonrise":"11:24 PM","moonset":"01:21 PM","moon_phase":"Last Quarter","moon_illumination":52},"mintemp":18,"maxtemp":22,"avgtemp":19,"totalsnow":0,"sunhour":1,"uv_index":4},"2024-07-28":{"date":"2024-07-28","date_epoch":1722124800,"astro":{"sunrise":"05:21 AM","sunset":"09:04 PM","moonrise":"11:40 PM","moonset":"02:50 PM","moon_phase":"Last Quarter","moon_illumination":45},"mintemp":16,"maxtemp":22,"avgtemp":19,"totalsnow":0,"sunhour":7,"uv_index":4},"2024-07-29":{"date":"2024-07-29","date_epoch":1722211200,"astro":{"sunrise":"05:22 AM","sunset":"09:03 PM","moonrise":"No moonrise","moonset":"04:18 PM","moon_phase":"Last Quarter","moon_illumination":38},"mintemp":13,"maxtemp":24,"avgtemp":19,"totalsnow":0,"sunhour":16,"uv_index":5},"2024-07-30":{"date":"2024-07-30","date_epoch":1722297600,"astro":{"sunrise":"05:24 AM","sunset":"09:01 PM","moonrise":"12:01 AM","moonset":"05:43 PM","moon_phase":"Last Quarter","moon_illumination":30},"mintemp":15,"maxtemp":27,"avgtemp":21,"totalsnow":0,"sunhour":16,"uv_index":6}}}
curl --location --request GET 'https://zylalabs.com/api/5000/wind+data+api/6309/historical+data+series?historical_date_start=2024-07-07&historical_date_end=2024-07-30&query=Berlin' --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.
La API de Datos de Viento proporciona datos meteorológicos detallados, centrándose específicamente en las condiciones del viento y otra información meteorológica relacionada.
La API de Datos del Viento agrega datos de viento en tiempo real de diversas estaciones meteorológicas, satélites y fuentes meteorológicas. Utiliza algoritmos avanzados para procesar y entregar información precisa sobre la velocidad y dirección del viento para una ubicación geográfica dada.
Sí, la API de Datos del Viento está diseñada para una fácil integración. Soporta múltiples lenguajes de programación y marcos, permitiendo una integración fluida en aplicaciones móviles, sitios web y otras aplicaciones de software.
La API de Datos del Viento proporciona parámetros donde puedes indicar una ubicación, coordenadas y fechas. Proporciona datos meteorológicos actuales e históricos detallados, como temperatura, descripciones del tiempo, velocidad y dirección del viento, presión atmosférica, humedad, nubosidad y precipitaciones.
La API de datos del viento se actualiza en tiempo real, asegurando que los usuarios reciban la información de viento más actual y precisa disponible.
Cada punto final devuelve datos meteorológicos que incluyen condiciones actuales, registros históricos y métricas detalladas como temperatura, velocidad del viento, dirección del viento, presión atmosférica, humedad y precipitación. Para datos históricos, también incluye temperaturas mínimas y máximas, índice UV y horas de sol.
Los campos clave en la respuesta incluyen `temperature`, `wind_speed`, `wind_dir`, `pressure`, `humidity`, `weather_descriptions`, y `uv_index`. Las respuestas históricas también incluyen `mintemp`, `maxtemp`, `avgtemp`, y `sunhour`.
Los parámetros incluyen la ubicación (nombre de la ciudad o coordenadas), la fecha (para datos históricos) y banderas opcionales para datos horarios. Por ejemplo, se puede especificar "Berlín, Alemania" o valores de latitud y longitud para consultas precisas.
Los datos de respuesta están estructurados en formato JSON, con secciones para los detalles de la solicitud, información de ubicación, clima actual y datos históricos. Cada sección está claramente etiquetada, lo que facilita su análisis y utilización.
La API de Datos del Viento obtiene su información de una combinación de estaciones meteorológicas, satélites y organizaciones meteorológicas. Este enfoque de múltiples fuentes mejora la precisión y la fiabilidad de los datos.
Cada punto final proporciona las condiciones meteorológicas actuales, datos meteorológicos históricos para fechas específicas y resúmenes a lo largo del tiempo. Esto incluye métricas de viento, rangos de temperatura, índice UV y detalles de precipitación.
Los usuarios pueden personalizar las solicitudes especificando la ubicación (ciudad o coordenadas), la fecha para datos históricos y si desean recibir desgloses horarios. Esta flexibilidad permite una recuperación de datos adaptada a las necesidades del usuario.
Los casos de uso típicos incluyen la navegación marítima, la planificación de la aviación, la optimización de la energía renovable, la gestión de eventos al aire libre y la respuesta a desastres. Cada aplicación se beneficia de datos precisos sobre el viento y el clima para una toma de decisiones informada.
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.
To see the maximum number of API requests your plan allows, check the 'X-Zyla-RateLimit-Limit' response header. For instance, if your plan includes 1.000 requests per month, this header will display 1.000.
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 plan anytime by going to your account and selecting the cancellation option on the Billing page. Please note that upgrades, downgrades, and cancellations take effect immediately. Additionally, upon cancellation, you will no longer have access to the service, even if you have remaining calls left in your quota.
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]
To give you the opportunity to experience our APIs without any commitment, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost. This trial can be used only once, so we recommend applying it to the API that interests you the most. While most of our APIs offer a free trial, some may not. The trial concludes after 7 days or once you've made 50 requests, whichever occurs first. If you reach the 50 request limit during the trial, you will need to "Start Your Paid Plan" to continue making requests. You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab. Alternatively, if you don't cancel your subscription before the 7th day, your free trial will end, and your plan will automatically be billed, granting you access to all the API calls specified in your plan. Please keep this in mind to avoid unwanted charges.
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.
Payout Orders are processed between the 20th and the 30th of each month. If you submit your request before the 20th, your payment will be processed within this timeframe.
Nivel de Servicio:
100%
Tiempo de Respuesta:
578,63ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
199,66ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
195,60ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.246,40ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
149,42ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
198,83ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
2.467,44ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
2.467,44ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
4.457,97ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
7.465,07ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
695,43ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
592,97ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
695,43ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
867,59ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.724,68ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
695,43ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
840,57ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
695,43ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
854,78ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
695,43ms