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 - Endpoint Features
| Object | Description |
|---|---|
query |
[Required] 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 - Endpoint Features
| Object | Description |
|---|---|
query |
[Required] 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 - Endpoint Features
| Object | Description |
|---|---|
query |
[Required] Insert a city |
historical_date |
[Required] Insert a date |
hourly |
Optional 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 - Endpoint Features
| Object | Description |
|---|---|
historical_date_start |
[Required] Indicates a start date |
historical_date_end |
[Required] Indicates an end date |
query |
[Required] 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'
| 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.
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.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
To obtain your API key, you first need to sign in to your account and subscribe to the API you want to use. Once subscribed, go to your Profile, open the Subscription section, and select the specific API. Your API key will be available there and can be used 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.
If you don’t cancel before the 7th day, your free trial will end automatically and your subscription will switch to a paid plan under the same plan you originally subscribed to, meaning you will be charged and gain access to the API calls included in that plan.
The free trial ends when you reach 50 API requests or after 7 days, whichever comes first.
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, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost, so you can test our APIs without any commitment.
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.
Service Level:
100%
Response Time:
200ms
Service Level:
100%
Response Time:
1,176ms
Service Level:
100%
Response Time:
579ms
Service Level:
100%
Response Time:
181ms
Service Level:
100%
Response Time:
149ms
Service Level:
100%
Response Time:
11,502ms
Service Level:
100%
Response Time:
55ms
Service Level:
100%
Response Time:
199ms
Service Level:
100%
Response Time:
54ms
Service Level:
100%
Response Time:
60ms
Service Level:
100%
Response Time:
192ms
Service Level:
100%
Response Time:
11,987ms
Service Level:
100%
Response Time:
830ms
Service Level:
100%
Response Time:
875ms
Service Level:
100%
Response Time:
239ms
Service Level:
100%
Response Time:
746ms
Service Level:
100%
Response Time:
398ms
Service Level:
100%
Response Time:
838ms
Service Level:
100%
Response Time:
604ms
Service Level:
100%
Response Time:
760ms