{"info":{"_postman_id":"17913a6f-b2f3-46c1-99f8-a665d1badc2d","name":"Storm Glass","description":"The Storm Glass API gives developers access to global marine weather data from multiple sources using a single REST API. The API returns marine weather forecasts for the next 7 days in hourly resolution. Forecasts include swell height, swell direction, swell period, wave height, wave direction, wave period, wind speed, wind direction, and air temperature.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Get forecast","id":"8d63d136-ec16-4975-94a0-949361aa0247","request":{"method":"GET","header":[{"key":"Authentication-Token","value":"{YOUR API TOKEN}"}],"url":{"raw":"https://api.stormglass.io/forecast?lat=58.5&lng=17.8","protocol":"https","host":["api","stormglass","io"],"path":["forecast"],"query":[{"key":"lat","value":"58.5"},{"key":"lng","value":"17.8"}]},"description":"Send a longitude/latitude coordinate and receive a response containing weather data from multiple weather sources for that coordinate."},"response":[],"_postman_id":"8d63d136-ec16-4975-94a0-949361aa0247"}]}