Weather for date and lat/lng

563 Views Asked by At

I am browsing through a bunch of weather-forecast APIs and none of them seem to do something which I think is pretty necessary.

Is there a way for me to just send an address, or lat/lng coordinates, and the date for the forecast I want (in the future)?

Thank you, Alex

ps - if it matters, I use PHP.

1

There are 1 best solutions below

2
On BEST ANSWER

It looks like the Yahoo weather API will do this, but you have to geocode the location to their WOEID first. You can't specify date, but it appears to return a list of forecasts for upcoming dates.