{ "opencollection": "1.0.0", "info": { "name": "Weatherbit - Interactive Swagger UI Documentation 16 Day / Daily Forecast Alerts API", "version": "2.0.0" }, "items": [ { "info": { "name": "Alerts", "type": "folder" }, "items": [ { "info": { "name": "Weatherbit Returns Severe Weather Alerts Issued by Meteorological Agencies - Given a Lat/lon.", "type": "http" }, "http": { "method": "GET", "url": "https://api.weatherbit.io/v2.0/alerts", "params": [ { "name": "lat", "value": "3.93", "type": "query", "description": "Latitude component of location." }, { "name": "lon", "value": "9.38", "type": "query", "description": "Longitude component of location." }, { "name": "city_id", "value": "Kansas City", "type": "query", "description": "City ID. Example: 4487042" }, { "name": "city", "value": "Kansas City", "type": "query", "description": "City search.. Example - &city=Raleigh,NC or &city=Berlin,DE or city=Paris&country=FR" }, { "name": "postal_code", "value": "example-value", "type": "query", "description": "Postal Code. Example: 28546" }, { "name": "country", "value": "US", "type": "query", "description": "Country Code (2 letter) - to be used with postal_code." }, { "name": "station", "value": "example-value", "type": "query", "description": "Station Call ID." }, { "name": "key", "value": "abc123xyz", "type": "query", "description": "Your registered API key." } ] }, "docs": "Returns severe weather alerts issued by meteorological agencies - given a lat, and a lon." } ] } ], "bundled": true }