Today marks my first experience using this wunderground
service. My goal is to retrieve weather data under the following circumstances:
Note : Today Date :2014-02-03
I am looking to access weather data ranging from 2014-01-21 to 2014-01-31, which falls under historical data.
For a forecast, I need weather data between 2014-02-05 and 2014-02-07.
Despite searching through the wunderGround
documentation, I have not come across any specific arguments for making API calls based on particular dates.
I did find the provided links for both historical and forecast data, but I am unsure how to set specific 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 Data :
I am struggling to specify the date range, hindering my ability to retrieve data for the desired period from 2014-02-05
to 2014-04-07
.
Historical Data :
The issue lies in being unable to define an endDate in the API call.
If anyone could offer assistance, it would be greatly appreciated.
Thank you.