The Wind by Location API provides detailed and accurate real-time and historical weather information, offering a comprehensive view of global weather conditions. When users make a request, they receive up-to-date data including key metrics such as temperature in degrees Celsius, wind speed and direction, atmospheric pressure in hectopascals (hPa), and a textual and visual description of current weather conditions (e.g., “scattered showers” or “clear skies”).
In addition to real-time data, the API provides extensive historical weather records. This includes minimum and maximum temperatures for specific dates, daily average temperatures, historical sunshine duration in hours, UV index levels, and precipitation data, showing both precipitation and snowfall distribution throughout the day.
For long-term analysis, the API provides summaries of extreme temperatures, average temperatures, total precipitation, sunshine hours and UV index over extended periods. This comprehensive data allows users to effectively track and analyze weather trends and patterns.
Overall, the Wind by Location API is an essential tool for understanding both current weather and historical trends, making it an invaluable tool for weather analysis and forecasting.
Enter the latitude, longitude or city and you will receive the current or historical winds.
Maritime Navigation Systems: Maritime navigation systems can integrate the Wind API to provide real-time wind data for ships and vessels. Captains and navigators can make informed decisions about routes and speeds, ensuring safe and efficient passage, while minimizing fuel consumption and maximizing cargo safety.
Aviation Weather Services: Airlines and aviation services can utilize the Wind API to enhance their weather-related services. Pilots and flight planners can access accurate wind information, optimizing flight paths, takeoff, and landing procedures. This ensures smoother flights, reduces turbulence encounters, and enhances overall aviation safety.
Renewable Energy Planning: Wind farms and other renewable energy projects heavily rely on wind patterns. The Wind API can aid in predicting wind conditions over a 4-day period, enabling renewable energy companies to optimize the positioning and operation of wind turbines. This ensures maximum energy generation by harnessing the most favorable wind speeds.
Outdoor Event Planning: Event organizers for outdoor activities such as sports events, concerts, or festivals can benefit from the Wind API. By knowing the wind conditions in advance, organizers can plan event layouts, stage setups, and seating arrangements accordingly. This ensures that the event structures are secure and stable, enhancing the safety and enjoyment of attendees.
Disaster Response and Emergency Management: During natural disasters like hurricanes or wildfires, emergency response teams can utilize the Wind API to anticipate wind patterns. This information is critical for planning evacuations, positioning emergency shelters, and deploying resources effectively. Accurate wind forecasts help authorities make timely decisions, ensuring the safety of affected populations.
Besides the number of API calls available for the plan, there are no other limitations.
In case you indicate a country in addition to the location you must indicate the value in the parameter as follows: Rome, Italy
Localized Wind - Características del Endpoint
Objeto | Descripción |
---|---|
query |
[Requerido] Insert a city |
{"request":{"type":"City","query":"Buenos Aires, Argentina","language":"en","unit":"m"},"location":{"name":"Buenos Aires","country":"Argentina","region":"Distrito Federal","lat":"-34.588","lon":"-58.673","timezone_id":"America\/Argentina\/Buenos_Aires","localtime":"2024-09-05 21:26","localtime_epoch":1725571560,"utc_offset":"-3.0"},"current":{"observation_time":"12:26 AM","temperature":15,"weather_code":113,"weather_icons":["https:\/\/cdn.worldweatheronline.com\/images\/wsymbols01_png_64\/wsymbol_0008_clear_sky_night.png"],"weather_descriptions":["Clear"],"wind_speed":9,"wind_degree":10,"wind_dir":"N","pressure":1017,"precip":0,"humidity":39,"cloudcover":0,"feelslike":15,"uv_index":1,"visibility":10,"is_day":"no"}}
curl --location --request GET 'https://zylalabs.com/api/5002/wind+by+location+api/6314/localized+wind?query=Buenos Aires' --header 'Authorization: Bearer YOUR_API_KEY'
To use this endpoint you must indicate a latitude and longitude in the parameter.
Winds by coordinates - Características del Endpoint
Objeto | Descripción |
---|---|
query |
[Requerido] Insert a latitude and longitude |
{"request":{"type":"LatLon","query":"Lat -34.59 and Lon -58.67","language":"en","unit":"m"},"location":{"name":"Buenos Aires","country":"Argentina","region":"Distrito Federal","lat":"-34.588","lon":"-58.673","timezone_id":"America\/Argentina\/Buenos_Aires","localtime":"2024-09-05 21:27","localtime_epoch":1725571620,"utc_offset":"-3.0"},"current":{"observation_time":"12:27 AM","temperature":15,"weather_code":113,"weather_icons":["https:\/\/cdn.worldweatheronline.com\/images\/wsymbols01_png_64\/wsymbol_0008_clear_sky_night.png"],"weather_descriptions":["Clear"],"wind_speed":9,"wind_degree":10,"wind_dir":"N","pressure":1017,"precip":0,"humidity":39,"cloudcover":0,"feelslike":15,"uv_index":1,"visibility":10,"is_day":"no"}}
curl --location --request GET 'https://zylalabs.com/api/5002/wind+by+location+api/6315/winds+by+coordinates?query=-34.588,-58.673' --header 'Authorization: Bearer YOUR_API_KEY'
To use this endpoint you must indicate in the parameters the name of a city and a date.
You will also have an optional parameter where you can indicate if you want the API to return weather data divided by each hour (1 or 0). 0 is the default value.
Returns data as of 2021.
Historical Wind - 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":"Buenos Aires, Argentina","language":"en","unit":"m"},"location":{"name":"Buenos Aires","country":"Argentina","region":"Distrito Federal","lat":"-34.588","lon":"-58.673","timezone_id":"America\/Argentina\/Buenos_Aires","localtime":"2024-09-05 21:27","localtime_epoch":1725571620,"utc_offset":"-3.0"},"current":{"observation_time":"12:27 AM","temperature":15,"weather_code":113,"weather_icons":["https:\/\/cdn.worldweatheronline.com\/images\/wsymbols01_png_64\/wsymbol_0008_clear_sky_night.png"],"weather_descriptions":["Clear"],"wind_speed":9,"wind_degree":10,"wind_dir":"N","pressure":1017,"precip":0,"humidity":39,"cloudcover":0,"feelslike":15,"uv_index":1,"visibility":10,"is_day":"no"},"historical":{"2024-08-08":{"date":"2024-08-08","date_epoch":1723075200,"astro":{"sunrise":"07:42 AM","sunset":"06:19 PM","moonrise":"09:52 AM","moonset":"10:19 PM","moon_phase":"Waxing Crescent","moon_illumination":20},"mintemp":4,"maxtemp":8,"avgtemp":6,"totalsnow":0,"sunhour":1,"uv_index":2}}}
curl --location --request GET 'https://zylalabs.com/api/5002/wind+by+location+api/6316/historical+wind?query=Buenos Aires&historical_date=2024-08-08' --header 'Authorization: Bearer YOUR_API_KEY'
To use this endpoint you must specify a city, a start and end date in the parameters.
Historical Data Series - 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":"Buenos Aires, Argentina","language":"en","unit":"m"},"location":{"name":"Buenos Aires","country":"Argentina","region":"Distrito Federal","lat":"-34.588","lon":"-58.673","timezone_id":"America\/Argentina\/Buenos_Aires","localtime":"2024-09-05 21:27","localtime_epoch":1725571620,"utc_offset":"-3.0"},"current":{"observation_time":"12:27 AM","temperature":15,"weather_code":113,"weather_icons":["https:\/\/cdn.worldweatheronline.com\/images\/wsymbols01_png_64\/wsymbol_0008_clear_sky_night.png"],"weather_descriptions":["Clear"],"wind_speed":9,"wind_degree":10,"wind_dir":"N","pressure":1017,"precip":0,"humidity":39,"cloudcover":0,"feelslike":15,"uv_index":1,"visibility":10,"is_day":"no"},"historical":{"2024-07-07":{"date":"2024-07-07","date_epoch":1720310400,"astro":{"sunrise":"08:02 AM","sunset":"05:58 PM","moonrise":"09:34 AM","moonset":"07:38 PM","moon_phase":"Waxing Crescent","moon_illumination":2},"mintemp":3,"maxtemp":10,"avgtemp":6,"totalsnow":0,"sunhour":9,"uv_index":3},"2024-07-08":{"date":"2024-07-08","date_epoch":1720396800,"astro":{"sunrise":"08:01 AM","sunset":"05:59 PM","moonrise":"10:08 AM","moonset":"08:40 PM","moon_phase":"Waxing Crescent","moon_illumination":10},"mintemp":2,"maxtemp":8,"avgtemp":5,"totalsnow":0,"sunhour":9,"uv_index":2},"2024-07-09":{"date":"2024-07-09","date_epoch":1720483200,"astro":{"sunrise":"08:01 AM","sunset":"05:59 PM","moonrise":"10:37 AM","moonset":"09:40 PM","moon_phase":"Waxing Crescent","moon_illumination":17},"mintemp":1,"maxtemp":8,"avgtemp":4,"totalsnow":0,"sunhour":9,"uv_index":2},"2024-07-10":{"date":"2024-07-10","date_epoch":1720569600,"astro":{"sunrise":"08:01 AM","sunset":"06:00 PM","moonrise":"11:03 AM","moonset":"10:36 PM","moon_phase":"Waxing Crescent","moon_illumination":24},"mintemp":1,"maxtemp":9,"avgtemp":5,"totalsnow":0,"sunhour":9,"uv_index":2}}}
curl --location --request GET 'https://zylalabs.com/api/5002/wind+by+location+api/6317/historical+data+series?historical_date_start=2024-07-07&historical_date_end=2024-07-10&query=Buenos Aires' --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 Wind by Location API provides detailed weather data, focusing specifically on wind conditions and other related weather information.
The Wind by Location API aggregates real-time wind data from various weather stations, satellites, and meteorological sources. It utilizes advanced algorithms to process and deliver precise wind speed and direction information for a given geographical location.
Yes, the Wind by Location API is designed for easy integration. It supports multiple programming languages and frameworks, allowing seamless integration into mobile apps, websites, and other software applications.
The Wind by Location API provides parameters where you can indicate a location, coordinates and dates. It provides detailed current and historical weather data such as temperature, weather descriptions, wind speed and direction, atmospheric pressure, humidity, cloudiness and precipitation.
Data is updated in real time, ensuring that users receive the most up-to-date and accurate wind information available.
Each endpoint returns specific weather data. The Localized Wind and Winds by Coordinates endpoints provide current weather conditions, including temperature, wind speed, and pressure. The Historical Wind endpoint returns past weather data for a specified date, while the Historical Data Series endpoint offers a range of historical data between two dates, including temperature extremes and precipitation totals.
Key fields in the response data include "temperature," "wind_speed," "pressure," "humidity," "weather_descriptions," and "uv_index." For historical data, fields like "mintemp," "maxtemp," and "totalsnow" are also included, providing insights into past weather conditions.
The response data is structured in a JSON format, organized into sections such as "request," "location," and "current." Each section contains relevant details, making it easy to parse and utilize specific weather information based on user queries.
Parameters vary by endpoint. For Localized Wind and Winds by Coordinates, users can input a city name or latitude and longitude. The Historical Wind endpoint requires a city name and date, while the Historical Data Series endpoint needs a city name along with start and end dates for the data range.
Users can customize requests by specifying location details (city, latitude, longitude) and selecting dates for historical data. Additionally, the Historical Wind endpoint allows users to request hourly data by setting an optional parameter.
The Wind by Location API aggregates data from various reliable sources, including weather stations, satellites, and meteorological organizations. This multi-source approach enhances data accuracy and coverage for diverse geographical locations.
Typical use cases include maritime navigation for route planning, aviation weather services for optimizing flight paths, renewable energy planning for wind farm operations, and outdoor event planning to ensure safety and comfort based on weather conditions.
Users can analyze the returned data to make informed decisions, such as adjusting travel routes based on wind conditions or planning outdoor events by assessing weather forecasts. The structured JSON format allows for easy integration into applications for real-time monitoring and historical analysis.
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:
100%
Tiempo de Respuesta:
579ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
200ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
181ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.246ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
149ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
199ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
838ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
0ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
0ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
2.034ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
189ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
2.159ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
86ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
86ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
508ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
630ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
169ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
848ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
710ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
192ms