DemoWeather
✓ AI-ReadyGet current weather and forecasts for cities worldwide. Live data from Open-Meteo.
GET
/api/weather/currentGet current weather for a city
Parameters
citystringrequired— Tokyo, London)unitsstringoptionalcompactbooleanoptionalReturns
city, country, condition, temp_c, humidity_pct, wind_kph, observed_at, source, staleGET
/api/weather/forecastGet multi-day weather forecast for a city
Parameters
citystringrequireddaysintegeroptionalunitsstringoptionalReturns
city, country, days, source, stale, forecast[] {date, condition, temp_high_c, temp_low_c, humidity_pct, wind_kph}GET
/api/weather/citiesList all supported cities
Returns
cities[] {key, name, country, lat, lon}