How to retrieve hail, tornado, wind damage and earthquake events in the weather API

The Timeline Weather API includes the ability to include storm reports and other significant weather and environmental events that have occurred near to a place of interest. These events can include earthquakes, hail, tornado and wind damage. When found, events are are included in the daily results of the Weather API. What kind of reports …

Weather Data Conditions

The Weather APIs include a ‘conditions’ field which represents a summary of the key weather features for a particular weather record (be it daily, hourly or subhourly record). How is the condition field calculated? The weather conditions field is created by examining the weather that will be or was experienced during that weather record. If …

Certificate error running Weather API requests

If you are getting an expired certificate error running Visual Crossing Weather API queries, this article will explain the likely cause and how to fix it. The problem On September 30, 2021, an old version of the Let’s Encrypt “intermediate” certificate expired. While our servers have been delivering the updated version of this certificate for …

Using remote data sources in the Weather API

The Visual Crossing Weather API provides access to both historical and future, forecasted weather data. Wherever possible, we use official, physical weather station observations to provide the historical weather data. This ensures that the observations are of the highest quality. However in some cases, such as remote locations away from official weather stations or stations …

How to debug problems when running weather API queries in code

This article provides suggestions on how to troubleshoot and resolve some of the common problems we see people when people attempt to run weather API queries in code. The suggestions are listed in order that you should use to troubleshoot any problems. Does the query run in a browser? If your Weather API query doesn’t …