$dirxv0.1
← /net/

$ dirx cat /net/api.weather.gov/

Weather.gov

/net/api.weather.gov/7 endpointsother

美国 NOAA 国家气象局提供的开放天气 API,包含预报、警报、观测站、雷达等数据,无 API Key 即可使用,适合天气类应用集成。

grep
METHODPATH
GET/points/{lat},{lon}
GET/gridpoints/{office}/{gridX},{gridY}/forecast
GET/alerts/active
GET/stations/{stationId}/observations/latest
GET/stations
GET/zones/{type}/{zoneId}
GET/offices/{officeId}
7/7 endpoints