Check today and the week's trend before heading out
Search for a city, then read the current temperature, conditions and the 7-day forecast.
Guide
The weather page uses two public Open-Meteo endpoints: entering a city name calls the Geocoding API and passes the current page language as the language parameter; once a candidate place is chosen, the Forecast API receives only that place's latitude and longitude plus a fixed set of weather fields, timezone=auto and the 7-day forecast parameters. A Traditional Chinese page converts an externally supplied Chinese place name for display when necessary.
Updated 2026-09-272 min read
The weather page uses two public Open-Meteo endpoints: entering a city name calls the Geocoding API and passes the current page language as the language parameter; once a candidate place is chosen, the Forecast API receives only that place's latitude and longitude plus a fixed set of weather fields, timezone=auto and the 7-day forecast parameters. A Traditional Chinese page converts an externally supplied Chinese place name for display when necessary.
| Stage | What the third party receives |
|---|---|
| City search | The city keyword, count, the language matching the current page language, and the format |
| Weather forecast | The chosen place's latitude/longitude, the fixed current/daily fields, the time zone and the 7-day range |
language; where a translation is missing it may fall back to English or to the local original name.Search for a city, then read the current temperature, conditions and the 7-day forecast.
Confirm the region by hand in the candidate list, then query against the right coordinates.
Up to 6 recently chosen cities are kept so you can open one directly next time.
No. The city search sends the name; once a place is chosen, the forecast request sends mainly coordinates and weather fields.
The city keyword and the latitude/longitude chosen from it are sent to Open-Meteo. Recent cities and the short-term query cache stay in the current browser. Do not use a precise private address as a city search term; for severe-weather warnings consult your local official channels.
Updated 2026-09-27
Current weather and 7-day forecast for cities worldwide, powered by Open-Meteo
Chinese, pinyin and English names all work, e.g. "shanghai" or "Tokyo"
Weather data source:Open-Meteo· free for non-commercial use only; city search is provided by the Open-Meteo Geocoding API. Weather data is cached locally for 10 minutes.