I'm wondering if I can call in one request using openweathermap api to get data about (today & all weekdays) at once! I tried this >>
http://api.openweathermap.org/data/2.5/weather?q=london&units=metric&APPID=value
and it gives data for only today
then I tried forecast
http://api.openweathermap.org/data/2.5/forecast/?q=london%2&cnt=7&units=metric&APPID=value
and also this gives me data about some weekdays.
is there any way to get all (today & weekdays ) in one request ?