aiendpoint.dev
ServicesDemoWeather

DemoWeather

✓ AI-Ready

Get current weather and forecasts for cities worldwide. Live data from Open-Meteo.

Visit site ↗
https://weather.aiendpoint.devNo auth requiredweatherdataspec v1.0
GET/api/weather/current

Get current weather for a city

Parameters

citystringrequiredTokyo, London)
unitsstringoptional
compactbooleanoptional

Returns

city, country, condition, temp_c, humidity_pct, wind_kph, observed_at, source, stale
GET/api/weather/forecast

Get multi-day weather forecast for a city

Parameters

citystringrequired
daysintegeroptional
unitsstringoptional

Returns

city, country, days, source, stale, forecast[] {date, condition, temp_high_c, temp_low_c, humidity_pct, wind_kph}
GET/api/weather/cities

List all supported cities

Returns

cities[] {key, name, country, lat, lon}