Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Weather API with date parameter [closed]

Tags:

api

weather

I am looking for a weather api that I can query by latlng and date. The date seems to be the hard part. All the APIs seem to only return the weather at he current day and/or week. I also need it to work worldwide and not just in the US.

Can anybody suggest one? Ideally i'd like to use Google or Yahoo but i don't think they provide this functionality or at least it is not documented

like image 637
Spin Avatar asked Jan 14 '10 05:01

Spin


People also ask

How do I get real time weather data?

You can call WeatherStack API from your mobile app or website and fetch the current, historical and forecast weather data for any location worldwide. WeatherStack is one of the most popular weather data REST API providers due to it's easy to use and data accuracy.

Is OpenWeather API free?

OpenWeatherMap is one of the most popular choices for accessing high volumes of free weather data. The API's generous free plan allows users up to 60 calls per minute, including access to current weather data, forecasts, and weather maps.


1 Answers

The Forecast.io API provides exactly the functionality you require. You can query by coordinates and any time in the past and future. It's available globally wherever there are weather data sources.

like image 114
Nick Walker Avatar answered Oct 24 '22 10:10

Nick Walker