product_text (plain-text WFO forecaster prose, typically 500-3000 words). Common product types: AFD (Area Forecast Discussion), HWO (Hazardous Weather Outlook), RER (Record Report), SPS (Special Weather Statement), ZFP (Zone Forecast Product), LSR (Local Storm Report). Common locations are AWIPS site codes (e.g. LWX, OKX, DTX) - often identical to the WFO code. Attribution: NOAA National Weather Service (api.weather.gov).x-api-key: ********************curl --location 'https://sugra.ai/api/v1/weather/nws/product/AFD/LWX/latest' \
--header 'x-api-key: <api-key>'{
"data": {
"id": "string",
"wmo_collective_id": "string",
"issuing_office": "string",
"issuance_time": "string",
"product_code": "string",
"product_name": "string",
"product_text": "string"
},
"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",
"data_age_days": 0,
"source": "string",
"attribution": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true,
"stale": true,
"period": "string",
"notes": "string"
}
}