RapidWeather
The proprietary convolutional neural network collects and processes wide range of data sources to cover any location and consider the local nuances of climate. We collect and process weather data from different sources such as global and local weather models, satellites, radars and vast network of weather stations. For each point on the globe, RapidWeather provides historical, current and…
RapidWeather endpoints
| Method | Endpoint | Description |
|---|---|---|
| Current weather data | ||
| GET |
By city name /data/2.5/weather |
You can call by city name or city name, state code and country code. Please note that searching by states available only for the USA locations. |
| GET |
By city ID /data/2.5/weather |
You can make an API call by city ID. We recommend to call API by city ID to get unambiguous result for your city. |
| GET |
By geographic coordinates /data/2.5/weather |
By geographic coordinates |
| GET |
By ZIP code /data/2.5/weather |
Please note if country is not specified then the search works for USA as a default. |
| 5 day weather forecast | ||
| GET |
Call 5 day / 3 hour forecast data - By city ID /data/2.5/forecast |
You can search weather forecast for 5 days with data every 3 hours by city ID. We recommend to call API by city ID to get unambiguous result for your city. |
| GET |
Call 5 day / 3 hour forecast data - By geographic coordinates /data/2.5/forecast |
You can search weather forecast for 5 days with data every 3 hours by geographic coordinates. |
| GET |
Call 5 day / 3 hour forecast data - By ZIP code /data/2.5/forecast |
Please note if country is not specified then the search works for USA as a default. |
| GET |
Call 5 day / 3 hour forecast data - By city name /data/2.5/forecast |
You can search weather forecast for 5 days with data every 3 hours by city name. |
| Air Pollution API | ||
| GET |
Historical air pollution data /data/2.5/air_pollution/history |
Historical air pollution data |
| GET |
Forecast air pollution data /data/2.5/air_pollution/forecast |
Forecast air pollution data. Besides basic Air Quality Index, the API returns data about polluting gases, such as Carbon monoxide (CO), Nitrogen monoxide (NO), Nitrogen dioxide… |
| GET |
Current air pollution data /data/2.5/air_pollution |
Current air pollution data. Besides basic Air Quality Index, the API returns data about polluting gases, such as Carbon monoxide (CO), Nitrogen monoxide (NO), Nitrogen dioxide… |
| Geocoding API | ||
| GET |
Coordinates by zip/post code /geo/1.0/zip |
Coordinates by zip/post code |
| GET |
Reverse geocoding /geo/1.0/reverse |
Reverse geocoding allows to get name of the location (city name or area name) by using geografical coordinates (lat, lon). The **limit **parameter in the API call allows you to… |
| GET |
Coordinates by location name /geo/1.0/direct |
Coordinates by location name |
| Other endpoints | ||
| GET |
One Call API /data/2.5/onecall |
The One Call API provides the following weather data for any geographical coordinates: - Current weather - Minute forecast for 1 hour - Hourly forecast for 48 hours - Daily… |
| GET |
Previous 5 Days Historical Weather Data /data/2.5/onecall/timemachine |
Historical weather data for the previous 5 days |
| GET |
Cities in circle /data/2.5/find |
API returns data from cities laid within definite circle that is specified by center point |
RapidWeather pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $10 / month | 1 / second |
|
| ULTRA | $50 / month | 1 / second |
|