Introduction
Our global weather data is available in CSV format through our Weather API. Once a user sign up, the user is provided with a web interface to login and start downloading weather data files as per your subscription level. We provide user with API detail to download weather data through any browser or programmatically using languages like PHP, JAVA, .NET, etc.
We provide weather data in Imperial and Metric unit. By default, all data returned is in Imperial unit but you may change this by passing parameter ?unit=f to get data in Metric unit.
You may download data for each station in CSV format or bulk download data for all station as a ZIP file. More information under API section below.
How it works?
- Sign up for an account by using your email address.
- Verify your account by logging into your email account and clicking on confirm email.
- Login into your account and follow instruction to generate an API Key.
- Use your API key to start using our API to get weather data for a station in CSV or bulk download weaher data as a ZIP file.
- You may upgrade at anytime to higher subscription level from your account.
Weather Data Source
Real-time or current weather data comes from thousands of live weather stations and personal weather stations from around the world. These are updated every 10-15 min.
Forecast weather is forecast data and not from actual data i.e. the data has been forecast through our in house weather forecasting application by taking raw data from different agencies like European Centre for Medium-Range Weather Forecasts, World Meteorological Organization, NASA weather satellite imagery, NOAA GFS2 model, JMA model, etc. It then applies terrain, population, altitude and other factors before providing final forecast data. Forecast data is updated every 4-6 hours in a day.
Historical Weather Data
Our historical weather is an archive of forecast data and is archived just after midnight for the previous day. So for example data for 1st Jan 2019 has been archived just after midnight on 2nd Jan 2019.
Historical weather data is available in Daily and Hourly CSV format from 1st January 2009 till now. To gain access to historical weather data, please contact us.
Weather Codes
In the CSV file we return a weather_code column which is a code for describing weather. For example clear, sunny, etc.
You may retrieve the whole condition list as CSV to implement different weather icons or apply other logic to your application.
Weather code file (CSV): https://www.climately.com/weather_conditions.csv
Please download the list and use it offline instead of directly linking into your application.
Stations List
Station list (CSV): https://www.climately.com/stations.csv
Please download the list and use it offline instead of directly linking into your application.