using weatherapi forecast, can I omit the “hour” paramater from the response?
I am trying to send requests to weatherapi
for forecast data.
And in the response inside response.forecast.forecastday[index]
there’s a field called hour
which is HUGE, it’s an array with detailed forecast info for every hour, multiply by 24 for each day, multiply by the amount of days for my forecast. This field turns the response to by 50kb, without it I can reduce the response to be about 5kb.