{ "opencollection": "1.0.0", "info": { "name": "Tomorrow.io Alerts Realtime API", "version": "4.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "query" } }, "items": [ { "info": { "name": "Realtime", "type": "folder" }, "items": [ { "info": { "name": "Get Realtime Weather", "type": "http" }, "http": { "method": "GET", "url": "https://api.tomorrow.io/v4/weather/realtime", "params": [ { "name": "location", "value": "", "type": "query", "description": "Either 'lat,lng' or a Tomorrow.io locationId." }, { "name": "units", "value": "", "type": "query" }, { "name": "apikey", "value": "", "type": "query" } ] }, "docs": "Retrieve the current weather conditions for a given latitude/longitude or\nnamed location, including temperature, wind, precipitation, humidity, UV,\nand 60+ optional data layers.\n" } ] } ], "bundled": true }