Environment
Latest observation for an NWS station
Return the most recent observation reported by the requested NWS station. Surface ASOS sites report on a 5-minute cadence (METAR published at H:20, H:40, H:00); other station types vary. Each numeric measurement carries the WMO unit symbol and an NWS quality-control flag (V verified, Z preliminary, C coarse pass, etc.). The raw METAR string is also returned for clients that want to parse it themselves. Attribution: NOAA National Weather Service (api.weather.gov).
get/api/v1/weather/nws/station/{station_id}/observation/latest
Path parameters
station_idstring required
NWS station identifier (e.g. KJFK, KLWX, KDEN).
NWS station identifier (e.g. KJFK, KLWX, KDEN).
Response
Latest observation plus raw METAR.
Example response
{
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}