{ "opencollection": "1.0.0", "info": { "name": "AviationWeather.gov Alerts Radio API", "version": "v4.0" }, "items": [ { "info": { "name": "Radio", "type": "folder" }, "items": [ { "info": { "name": "area_radio", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/radio/:callSign/broadcast", "params": [ { "name": "callSign", "value": "", "type": "path", "description": "The call sign identifier for a NOAA transmitter station." } ] }, "docs": "Returns NOAA Weather Radio broadcast script for a transmitter" } ] } ], "bundled": true }