Forecast
---- For the past 15 years we have been collecting and analyzing weather data with our own meteorological unit, to provide the most accurate forecast possible for any given location in the world. We believe that weather is still an under-valued key business component. With this API you can enrich and improve your website or trigger any event based on high accurate weather forecast --- --- This…
Forecast endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Index / |
See the current API version. Here is the link to the documentation |
| GET |
RapidApiGetForecastHourlyByCoordinates /rapidapi/forecast/{latitude}/{longitude}/hourly/ |
Get forecast hourly information. |
| GET |
RapidApiGetForecastSummaryByCoordinates /rapidapi/forecast/{latitude}/{longitude}/summary/ |
Get Forecast summary information. |
| GET |
RapidApiGetObservationHistoryByStationId /rapidapi/station/{id}/history/ |
Get an History object with historical information. |
| GET |
RapidApiGetObservationHistoryByCoordinates /rapidapi/station/nearBy/{latitude}/{longitude}/ |
Get an Observation object with historical information. |
| GET |
GetStatus /status/ |
Check if the API is running. |
| GET |
RapidApiGetForecastSummaryByLocationName /rapidapi/forecast/{locationName}/summary/ |
Get Forecast |
| GET |
RapidApiGetHourlyForecastByLocationName /rapidapi/forecast/{locationName}/hourly/ |