This is the first time I am using this wunderground
.I want to get weather data as per following cases
Note : Today Date :2014-02-03
I want to get weather data from 2014-01-21 to 2014-01-31 so it's comes to history data.
I want to get weather data from 2014-02-05 to 2014-02-07. so it's comes to forecast data.
I searched wunderGround
documentation, but I didn't found arguments for making API call for specific dates.
I found the following links for both history and forecast data.but I don't know How to specify particular date limits in the request.
history link:
http://api.wunderground.com/api/4d474af3da6c8f65/history_20140121/q/CA/bangalore.json
forecast link:
http://api.wunderground.com/api/4d474af3da6c8f65/forecast/q/CA/bangalore.json
forecast :
I can't able to specify the date,that's why I am not able to get the data for specific dates.What I want,data from 2014-02-05
to 2014-04-07
.
history :
I can't able to specify endDate in api call.
can anyone help me.
Thanks.