You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
I am using WeatherStack API in order to get forecast data for the next 14 days. At the moment the API is returning forecasts only for next 9 days. With the following endpoint, when I made a request today(07.08.2023). In response, I got data only until 16.08.2023 but I was expecting data until 21.08.2023.
The data points for 16.08.2023 are also incomplete. I am requesting it at hourly intervals, but in response, the data points are only for hours from 0 until 1900. The data points from hours 2000 until 2300 are missing
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using
WeatherStack
API in order to get forecast data for the next 14 days. At the moment theAPI
is returning forecasts only for next 9 days. With the following endpoint, when I made a request today(07.08.2023
). In response, I got data only until16.08.2023
but I was expecting data until21.08.2023
.https://api.weatherstack.com/forecast?access_key=APIKEY&query=51.07270165%2C7.005849831830792&hourly=1&interval=1&forecast_days=14
The data points for
16.08.2023
are also incomplete. I am requesting it at hourly intervals, but in response, the data points are only for hours from0
until1900
. The data points from hours2000
until2300
are missingThe text was updated successfully, but these errors were encountered: