{ "opencollection": "1.0.0", "info": { "name": "Weatherbit - Interactive Swagger UI Documentation 16 Day / Daily Forecast Historical AgWeather Data API", "version": "2.0.0" }, "items": [ { "info": { "name": "Historical AgWeather Data", "type": "folder" }, "items": [ { "info": { "name": "Weatherbit Returns Historical Agweather - Given a Lat/lon.", "type": "http" }, "http": { "method": "GET", "url": "https://api.weatherbit.io/v2.0/history/agweather", "params": [ { "name": "lat", "value": "41.08", "type": "query", "description": "Latitude component of location." }, { "name": "lon", "value": "16.98", "type": "query", "description": "Longitude component of location." }, { "name": "start_date", "value": "example-value", "type": "query", "description": "Start Date (YYYY-MM-DD or YYYY-MM-DD:HH)." }, { "name": "end_date", "value": "example-value", "type": "query", "description": "End Date (YYYY-MM-DD or YYYY-MM-DD:HH)." }, { "name": "tp", "value": "hourly", "type": "query", "description": "Time period of calculation (daily [DEFAULT], or hourly)." }, { "name": "units", "value": "I", "type": "query", "description": "Convert to units. Default Metric See units field description" }, { "name": "key", "value": "abc123xyz", "type": "query", "description": "Your registered API key." } ] }, "docs": "Returns Historical Agweather Observations - Given a lat, and lon. See https://www.weatherbit.io/api for API specific rate limits." } ] } ], "bundled": true }