-
Notifications
You must be signed in to change notification settings - Fork 0
Open‐Meteo Forecast API URL
Tsunderarislime edited this page Sep 6, 2023
·
3 revisions
Once you are there, you will need to enter your location and select a bunch of parameters.
- ☑️ Temperature (2m)
- ☑️ Weathercode
- ☑️ Is Day or Night
On the top right, you can search for your location and it will automatically fill out the Latitude and Longitude boxes.
- ☑️ Weathercode
- ☑️ Maximum Temperature (2m)
- ☑️ Minimum Temperature (2m)
- Current weather with temperature, windspeed and weather code
-
Timezone:
Automatically detect time zone
As an example, here is a valid URL that will request weather data for the city of Tokyo:
https://api.open-meteo.com/v1/forecast?latitude=35.6895&longitude=139.6917&hourly=temperature_2m,weathercode,is_day&daily=weathercode,temperature_2m_max,temperature_2m_min¤t_weather=true&timezone=auto
When opened in your web browser, it should look kind of like this: