天気予報 — 空を読む — 気象データ
sorayomi — 空読み — 風と雲
空読み  —  sky reader

sorayomi
api

A weather aggregator that reads the sky.
Routes US requests to NOAA — global requests to Open‑Meteo.
No keys. No noise. Just data.

▶  Try it now ☰  Endpoints
100 req / min
No API key
Global coverage
◆ Endpoints
GET
/weather
Current conditions for any city worldwide. Returns temperature, condition, wind, and humidity.
city required — city name
GET
/forecast
Multi-day forecast up to 7 days. NOAA for the US, Open-Meteo everywhere else.
city required — city name
days optional — 1–7, default 3
NOAA
api.weather.gov  —  United States
○ US only
Open‑Meteo
api.open-meteo.com  —  Worldwide
○ Global
◆ Try it
— Select endpoint
— Response
// awaiting request...