{ "opencollection": "1.0.0", "info": { "name": "Searoutes CO2 Emissions Weather API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Weather", "type": "folder" }, "items": [ { "info": { "name": "Retrieve bulk weather forecasts (up to 14 days)", "type": "http" }, "http": { "method": "GET", "url": "https://api.searoutes.com/weather/v2/forecast", "params": [ { "name": "lat", "value": "", "type": "query" }, { "name": "lon", "value": "", "type": "query" } ] }, "docs": "Retrieve bulk weather forecasts (up to 14 days)" }, { "info": { "name": "Access historical weather data (2013-present)", "type": "http" }, "http": { "method": "GET", "url": "https://api.searoutes.com/weather/v2/historical", "params": [ { "name": "lat", "value": "", "type": "query" }, { "name": "lon", "value": "", "type": "query" }, { "name": "date", "value": "", "type": "query" } ] }, "docs": "Access historical weather data (2013-present)" }, { "info": { "name": "Obtain weather conditions along a specific route", "type": "http" }, "http": { "method": "POST", "url": "https://api.searoutes.com/weather/v2/track", "body": { "type": "json", "data": "{}" } }, "docs": "Obtain weather conditions along a specific route" } ] } ], "bundled": true }