{ "uuid": "f10b1e60-a683-4ac7-8f1b-6004597caae5", "lastMigration": 29, "name": "Weatherbit.io - Swagger UI Weather API documentation", "endpointPrefix": "v2.0", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "520aed3f-15a9-41e2-b2b3-101a05fabd69", "documentation": "Returns severe weather alerts issued by meteorological agencies - Given a lat/lon.", "method": "get", "endpoint": "alerts?lat=:lat&lon=:lon", "responses": [ { "uuid": "121fa6cc-cc9a-4cb3-9f95-2f02853a8481", "body": "{\n \"alerts\": [\n {\n \"alerts\": [\n \"St Louis, MO\"\n ],\n \"description\": \"Mississippi River at Chester\\n\\n.This Flood Warning is a result of 1-2 inches of rainfall across\\nthe basin earlier this week...\\nThe Flood Warning continues for\\nthe Mississippi River at Chester\\n* until Tuesday morning.\\n* At 8:30 PM Friday the stage was 26.8 feet.\\n* Flood stage is 27.0 feet.\\n* Minor flooding is forecast.\\n* The river is forecast to rise above flood stage by tonight and to\\ncrest near 29.0 feet by Saturday evening. The river is forecast to\\nfall below flood stage by Monday morning.\\n* Impact: At 28.0 feet...Unleveed islands near Chester and the prison\\nfarm floods.\\n* Impact: At 27.0 feet...Flood Stage. Unprotected farmland on right\\nbank begins to flood.\",\n \"effective_local\": \"2019-02-08T21:51:00\",\n \"effective_utc\": \"2019-02-09T02:51:00\",\n \"expires_local\": \"2019-02-09T21:51:00\",\n \"expires_utc\": \"2019-02-10T02:51:00\",\n \"severity\": \"Warning\",\n \"title\": \"Flood Warning issued February 8 at 8:51PM CST expiring February 12 at 8:24AM CST by NWS St Louis MO\",\n \"uri\": \"https://api.weather.gov/alerts/NWS-IDP-PROD-3361975-2942026\"\n }\n ],\n \"lat\": 38,\n \"lon\": -78.25\n}", "latency": 0, "statusCode": 200, "label": "Weather Alert Object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7e9f8ccd-2fc4-41ba-b694-3eae97dcf345", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0ebe350c-81ec-4801-b6e7-41178f73fa11", "documentation": "Download pre-generated bulk datasets", "method": "get", "endpoint": "bulk/files/:file", "responses": [ { "uuid": "4eeaf61b-e720-4a0d-881d-335d61e1e0e3", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6d1e1a4b-8120-4fa7-bc39-58c730fdb2ea", "documentation": "Returns current air quality conditions - Given City and/or State, Country.", "method": "get", "endpoint": "current/airquality?city=:city&country=:country", "responses": [ { "uuid": "ef8916f9-05a0-4c96-8c60-dbd17b2106d1", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"aqi\": 100,\n \"no2\": 25,\n \"o3\": 2,\n \"pm10\": 150,\n \"pm25\": 230,\n \"so2\": 50\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "Current air quality conditions", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "364974e9-78df-44eb-a6ac-b92f4a733c73", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "741bda1e-87e1-4fb2-9b49-ace45b1c8f8f", "documentation": "Returns current air quality conditions - Given a City ID.", "method": "get", "endpoint": "current/airquality?city_id=:city_id", "responses": [ { "uuid": "af78603c-17b9-4e3c-82cc-de7a285633ba", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"aqi\": 100,\n \"no2\": 25,\n \"o3\": 2,\n \"pm10\": 150,\n \"pm25\": 230,\n \"so2\": 50\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "Current air quality conditions", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6cadd671-7352-46c9-8d2c-09e59df19d0b", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5ad02dbd-6177-40e4-9b96-b2eb7855c158", "documentation": "Returns current air quality conditions - Given a lat/lon.", "method": "get", "endpoint": "current/airquality?lat=:lat&lon=:lon", "responses": [ { "uuid": "96fce8cb-095b-4895-a843-18079acb9bf7", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"aqi\": 100,\n \"no2\": 25,\n \"o3\": 2,\n \"pm10\": 150,\n \"pm25\": 230,\n \"so2\": 50\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "Current air quality conditions", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7ca1bcac-56f0-45e5-bf5b-8afa88c41dc7", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4d2901be-74d3-4b13-b942-7f6fa5cff73c", "documentation": "Returns current air quality conditions - Given a Postal Code.", "method": "get", "endpoint": "current/airquality?postal_code=:postal_code", "responses": [ { "uuid": "87ff4213-d78d-493a-9049-7636ba0fa1ab", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"aqi\": 100,\n \"no2\": 25,\n \"o3\": 2,\n \"pm10\": 150,\n \"pm25\": 230,\n \"so2\": 50\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "Current air quality conditions", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1c386fc9-59d9-4794-b664-7ac3acc07713", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "45caa0af-e17c-452e-9829-3f1e0082a20f", "documentation": "Returns a group of observations given a list of cities", "method": "get", "endpoint": "current?cities=:cities", "responses": [ { "uuid": "f029c5e8-f8cb-4b8a-82ce-8e23e2c4e261", "body": "{\n \"count\": \"1\",\n \"data\": [\n {\n \"app_temp\": 14.85,\n \"aqi\": 50,\n \"city_name\": \"Raleigh\",\n \"clouds\": 42,\n \"country_code\": \"US\",\n \"datetime\": \"2017-03-15:13\",\n \"dewpt\": 12,\n \"dhi\": 450.4,\n \"dni\": 450.4,\n \"elev_angle\": 37,\n \"ghi\": 450.4,\n \"hour_angle\": 45,\n \"lat\": 38,\n \"lon\": -78.25,\n \"ob_time\": \"2017-03-15 13:11\",\n \"pod\": \"\",\n \"precip\": 2,\n \"pres\": 1010,\n \"rh\": 75,\n \"slp\": 1013.12,\n \"snow\": 10,\n \"solar_rad\": 300.4,\n \"state_code\": \"NC\",\n \"station\": \"KRDU\",\n \"sunrise\": \"06:22\",\n \"sunset\": \"19:34\",\n \"temp\": 13.85,\n \"timezone\": \"America/New_York\",\n \"ts\": 1490990400,\n \"uv\": 6.5,\n \"vis\": 10000,\n \"weather\": {\n \"code\": \"802\",\n \"description\": \"Broken clouds\",\n \"icon\": \"c02\"\n },\n \"wind_cdir\": \"ENE\",\n \"wind_cdir_full\": \"East-North-East\",\n \"wind_dir\": 125,\n \"wind_speed\": 5.85\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "An Observation Group object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2f9e68ff-4933-4060-9548-16a2896b9d6b", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e089ff36-dab1-4544-9fce-b6395a515a0c", "documentation": "Returns a Current Observation - Given City and/or State, Country.", "method": "get", "endpoint": "current?city=:city&country=:country", "responses": [ { "uuid": "9271a990-aaf2-49e3-8da9-de5b2026a0f9", "body": "{\n \"count\": \"1\",\n \"data\": [\n {\n \"app_temp\": 14.85,\n \"aqi\": 50,\n \"city_name\": \"Raleigh\",\n \"clouds\": 42,\n \"country_code\": \"US\",\n \"datetime\": \"2017-03-15:13\",\n \"dewpt\": 12,\n \"dhi\": 450.4,\n \"dni\": 450.4,\n \"elev_angle\": 37,\n \"ghi\": 450.4,\n \"hour_angle\": 45,\n \"lat\": 38,\n \"lon\": -78.25,\n \"ob_time\": \"2017-03-15 13:11\",\n \"pod\": \"\",\n \"precip\": 2,\n \"pres\": 1010,\n \"rh\": 75,\n \"slp\": 1013.12,\n \"snow\": 10,\n \"solar_rad\": 300.4,\n \"state_code\": \"NC\",\n \"station\": \"KRDU\",\n \"sunrise\": \"06:22\",\n \"sunset\": \"19:34\",\n \"temp\": 13.85,\n \"timezone\": \"America/New_York\",\n \"ts\": 1490990400,\n \"uv\": 6.5,\n \"vis\": 10000,\n \"weather\": {\n \"code\": \"802\",\n \"description\": \"Broken clouds\",\n \"icon\": \"c02\"\n },\n \"wind_cdir\": \"ENE\",\n \"wind_cdir_full\": \"East-North-East\",\n \"wind_dir\": 125,\n \"wind_speed\": 5.85\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "An Observation Group object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7fbfc701-adb4-4264-bafe-3d3cfab0f3ae", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7b8e5a0d-b4d5-425e-83ac-029fdcc3ea50", "documentation": "Returns a current observation by city id.", "method": "get", "endpoint": "current?city_id=:city_id", "responses": [ { "uuid": "87ac4286-b784-406a-a9b6-bc10b3cdd046", "body": "{\n \"count\": \"1\",\n \"data\": [\n {\n \"app_temp\": 14.85,\n \"aqi\": 50,\n \"city_name\": \"Raleigh\",\n \"clouds\": 42,\n \"country_code\": \"US\",\n \"datetime\": \"2017-03-15:13\",\n \"dewpt\": 12,\n \"dhi\": 450.4,\n \"dni\": 450.4,\n \"elev_angle\": 37,\n \"ghi\": 450.4,\n \"hour_angle\": 45,\n \"lat\": 38,\n \"lon\": -78.25,\n \"ob_time\": \"2017-03-15 13:11\",\n \"pod\": \"\",\n \"precip\": 2,\n \"pres\": 1010,\n \"rh\": 75,\n \"slp\": 1013.12,\n \"snow\": 10,\n \"solar_rad\": 300.4,\n \"state_code\": \"NC\",\n \"station\": \"KRDU\",\n \"sunrise\": \"06:22\",\n \"sunset\": \"19:34\",\n \"temp\": 13.85,\n \"timezone\": \"America/New_York\",\n \"ts\": 1490990400,\n \"uv\": 6.5,\n \"vis\": 10000,\n \"weather\": {\n \"code\": \"802\",\n \"description\": \"Broken clouds\",\n \"icon\": \"c02\"\n },\n \"wind_cdir\": \"ENE\",\n \"wind_cdir_full\": \"East-North-East\",\n \"wind_dir\": 125,\n \"wind_speed\": 5.85\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "An Observation Group object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2bb99dd4-094c-4c13-8419-6d7fcf1a33c4", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "842081c2-e4e8-4cb9-9968-a6889e491b99", "documentation": "Returns a Current Observation - Given a lat/lon.", "method": "get", "endpoint": "current?lat=:lat&lon=:lon", "responses": [ { "uuid": "76d53e54-6d54-47cc-9034-51b61c244256", "body": "{\n \"count\": \"1\",\n \"data\": [\n {\n \"app_temp\": 14.85,\n \"aqi\": 50,\n \"city_name\": \"Raleigh\",\n \"clouds\": 42,\n \"country_code\": \"US\",\n \"datetime\": \"2017-03-15:13\",\n \"dewpt\": 12,\n \"dhi\": 450.4,\n \"dni\": 450.4,\n \"elev_angle\": 37,\n \"ghi\": 450.4,\n \"hour_angle\": 45,\n \"lat\": 38,\n \"lon\": -78.25,\n \"ob_time\": \"2017-03-15 13:11\",\n \"pod\": \"\",\n \"precip\": 2,\n \"pres\": 1010,\n \"rh\": 75,\n \"slp\": 1013.12,\n \"snow\": 10,\n \"solar_rad\": 300.4,\n \"state_code\": \"NC\",\n \"station\": \"KRDU\",\n \"sunrise\": \"06:22\",\n \"sunset\": \"19:34\",\n \"temp\": 13.85,\n \"timezone\": \"America/New_York\",\n \"ts\": 1490990400,\n \"uv\": 6.5,\n \"vis\": 10000,\n \"weather\": {\n \"code\": \"802\",\n \"description\": \"Broken clouds\",\n \"icon\": \"c02\"\n },\n \"wind_cdir\": \"ENE\",\n \"wind_cdir_full\": \"East-North-East\",\n \"wind_dir\": 125,\n \"wind_speed\": 5.85\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "An Observation Group object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "16b48754-71e0-4f44-bed9-a9289a9f79c1", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "332ec167-afa7-4bc2-bdc4-4442577387d7", "documentation": "Returns a current observation by postal code.", "method": "get", "endpoint": "current?postal_code=:postal_code", "responses": [ { "uuid": "9451e787-4c87-4694-bf90-3f311b255032", "body": "{\n \"count\": \"1\",\n \"data\": [\n {\n \"app_temp\": 14.85,\n \"aqi\": 50,\n \"city_name\": \"Raleigh\",\n \"clouds\": 42,\n \"country_code\": \"US\",\n \"datetime\": \"2017-03-15:13\",\n \"dewpt\": 12,\n \"dhi\": 450.4,\n \"dni\": 450.4,\n \"elev_angle\": 37,\n \"ghi\": 450.4,\n \"hour_angle\": 45,\n \"lat\": 38,\n \"lon\": -78.25,\n \"ob_time\": \"2017-03-15 13:11\",\n \"pod\": \"\",\n \"precip\": 2,\n \"pres\": 1010,\n \"rh\": 75,\n \"slp\": 1013.12,\n \"snow\": 10,\n \"solar_rad\": 300.4,\n \"state_code\": \"NC\",\n \"station\": \"KRDU\",\n \"sunrise\": \"06:22\",\n \"sunset\": \"19:34\",\n \"temp\": 13.85,\n \"timezone\": \"America/New_York\",\n \"ts\": 1490990400,\n \"uv\": 6.5,\n \"vis\": 10000,\n \"weather\": {\n \"code\": \"802\",\n \"description\": \"Broken clouds\",\n \"icon\": \"c02\"\n },\n \"wind_cdir\": \"ENE\",\n \"wind_cdir_full\": \"East-North-East\",\n \"wind_dir\": 125,\n \"wind_speed\": 5.85\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "An Observation Group object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a9a2b783-baaa-4863-b6cf-21a3c1ab1cef", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "506b358c-6260-4af6-84cc-a2ba216cdd7c", "documentation": "Returns a Current Observation. - Given a station ID.", "method": "get", "endpoint": "current?station=:station", "responses": [ { "uuid": "b5effc53-f08a-4611-a3dd-3d93a88f46c5", "body": "{\n \"count\": \"1\",\n \"data\": [\n {\n \"app_temp\": 14.85,\n \"aqi\": 50,\n \"city_name\": \"Raleigh\",\n \"clouds\": 42,\n \"country_code\": \"US\",\n \"datetime\": \"2017-03-15:13\",\n \"dewpt\": 12,\n \"dhi\": 450.4,\n \"dni\": 450.4,\n \"elev_angle\": 37,\n \"ghi\": 450.4,\n \"hour_angle\": 45,\n \"lat\": 38,\n \"lon\": -78.25,\n \"ob_time\": \"2017-03-15 13:11\",\n \"pod\": \"\",\n \"precip\": 2,\n \"pres\": 1010,\n \"rh\": 75,\n \"slp\": 1013.12,\n \"snow\": 10,\n \"solar_rad\": 300.4,\n \"state_code\": \"NC\",\n \"station\": \"KRDU\",\n \"sunrise\": \"06:22\",\n \"sunset\": \"19:34\",\n \"temp\": 13.85,\n \"timezone\": \"America/New_York\",\n \"ts\": 1490990400,\n \"uv\": 6.5,\n \"vis\": 10000,\n \"weather\": {\n \"code\": \"802\",\n \"description\": \"Broken clouds\",\n \"icon\": \"c02\"\n },\n \"wind_cdir\": \"ENE\",\n \"wind_cdir_full\": \"East-North-East\",\n \"wind_dir\": 125,\n \"wind_speed\": 5.85\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "An Observation Group object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c9fe613b-2e5f-4406-ac72-dcb51d62c5a3", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "752eec06-c7f2-41c1-9901-6ce66b86a81d", "documentation": "Returns a group of observations given a list of stations", "method": "get", "endpoint": "current?stations=:stations", "responses": [ { "uuid": "b085a2a4-97d7-4c87-9d7c-01d2a17cfa08", "body": "{\n \"count\": \"1\",\n \"data\": [\n {\n \"app_temp\": 14.85,\n \"aqi\": 50,\n \"city_name\": \"Raleigh\",\n \"clouds\": 42,\n \"country_code\": \"US\",\n \"datetime\": \"2017-03-15:13\",\n \"dewpt\": 12,\n \"dhi\": 450.4,\n \"dni\": 450.4,\n \"elev_angle\": 37,\n \"ghi\": 450.4,\n \"hour_angle\": 45,\n \"lat\": 38,\n \"lon\": -78.25,\n \"ob_time\": \"2017-03-15 13:11\",\n \"pod\": \"\",\n \"precip\": 2,\n \"pres\": 1010,\n \"rh\": 75,\n \"slp\": 1013.12,\n \"snow\": 10,\n \"solar_rad\": 300.4,\n \"state_code\": \"NC\",\n \"station\": \"KRDU\",\n \"sunrise\": \"06:22\",\n \"sunset\": \"19:34\",\n \"temp\": 13.85,\n \"timezone\": \"America/New_York\",\n \"ts\": 1490990400,\n \"uv\": 6.5,\n \"vis\": 10000,\n \"weather\": {\n \"code\": \"802\",\n \"description\": \"Broken clouds\",\n \"icon\": \"c02\"\n },\n \"wind_cdir\": \"ENE\",\n \"wind_cdir_full\": \"East-North-East\",\n \"wind_dir\": 125,\n \"wind_speed\": 5.85\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "An Observation Group object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "03816554-161c-4d8f-ad7f-0c8224033ef7", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7b38d155-1c69-4ad8-8844-5e576334ea47", "documentation": "Returns a 3-hourly forecast - Given City and/or State, Country.", "method": "get", "endpoint": "forecast/3hourly?city=:city&country=:country", "responses": [ { "uuid": "ecbae126-fd61-4805-a2f9-59bca23165b4", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"app_temp\": 4.5,\n \"clouds\": 100,\n \"datetime\": \"2019-03-04:17\",\n \"dewpt\": -4,\n \"dhi\": 200,\n \"dni\": 400,\n \"ghi\": 1000,\n \"pod\": \"d\",\n \"pop\": 75,\n \"precip\": 1.1,\n \"pres\": 1005,\n \"rh\": 95,\n \"slp\": 1012.89,\n \"snow\": 10.45,\n \"snow6h\": 140.87,\n \"snow_depth\": 45,\n \"solar_rad\": 300,\n \"temp\": -1.5,\n \"timestamp_local\": \"2019-03-04T12:00:00\",\n \"timestamp_utc\": \"2019-03-04T17:00:00\",\n \"ts\": \"1551718800\",\n \"uv\": 6.5,\n \"vis\": 1,\n \"weather\": {\n \"code\": \"601\",\n \"description\": \"Snow\",\n \"icon\": \"s02d\"\n },\n \"wind_cdir\": \"ENE\",\n \"wind_cdir_full\": \"East-North-East\",\n \"wind_dir\": 105,\n \"wind_spd\": 13.85\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "A forecast object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "98408e54-705f-40a1-a24f-a8caed23c0f2", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9834b7d7-9964-4cb1-a9aa-f11cb919b10b", "documentation": "Returns a 3-hourly forecast - Given a City ID.", "method": "get", "endpoint": "forecast/3hourly?city_id=:city_id", "responses": [ { "uuid": "fe9a4df4-f55f-4310-8576-142213c1f3e9", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"app_temp\": 4.5,\n \"clouds\": 100,\n \"datetime\": \"2019-03-04:17\",\n \"dewpt\": -4,\n \"dhi\": 200,\n \"dni\": 400,\n \"ghi\": 1000,\n \"pod\": \"d\",\n \"pop\": 75,\n \"precip\": 1.1,\n \"pres\": 1005,\n \"rh\": 95,\n \"slp\": 1012.89,\n \"snow\": 10.45,\n \"snow6h\": 140.87,\n \"snow_depth\": 45,\n \"solar_rad\": 300,\n \"temp\": -1.5,\n \"timestamp_local\": \"2019-03-04T12:00:00\",\n \"timestamp_utc\": \"2019-03-04T17:00:00\",\n \"ts\": \"1551718800\",\n \"uv\": 6.5,\n \"vis\": 1,\n \"weather\": {\n \"code\": \"601\",\n \"description\": \"Snow\",\n \"icon\": \"s02d\"\n },\n \"wind_cdir\": \"ENE\",\n \"wind_cdir_full\": \"East-North-East\",\n \"wind_dir\": 105,\n \"wind_spd\": 13.85\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "A forecast object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "065d6174-6c8e-4138-b277-5369a8be5bce", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d0c90430-dc74-47b9-9359-a7249c67056f", "documentation": "Returns a 3-hourly forecast - Given a lat/lon.", "method": "get", "endpoint": "forecast/3hourly?lat=:lat&lon=:lon", "responses": [ { "uuid": "18fa38a3-c62c-4160-932b-719fe9c2c5d0", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"app_temp\": 4.5,\n \"clouds\": 100,\n \"datetime\": \"2019-03-04:17\",\n \"dewpt\": -4,\n \"dhi\": 200,\n \"dni\": 400,\n \"ghi\": 1000,\n \"pod\": \"d\",\n \"pop\": 75,\n \"precip\": 1.1,\n \"pres\": 1005,\n \"rh\": 95,\n \"slp\": 1012.89,\n \"snow\": 10.45,\n \"snow6h\": 140.87,\n \"snow_depth\": 45,\n \"solar_rad\": 300,\n \"temp\": -1.5,\n \"timestamp_local\": \"2019-03-04T12:00:00\",\n \"timestamp_utc\": \"2019-03-04T17:00:00\",\n \"ts\": \"1551718800\",\n \"uv\": 6.5,\n \"vis\": 1,\n \"weather\": {\n \"code\": \"601\",\n \"description\": \"Snow\",\n \"icon\": \"s02d\"\n },\n \"wind_cdir\": \"ENE\",\n \"wind_cdir_full\": \"East-North-East\",\n \"wind_dir\": 105,\n \"wind_spd\": 13.85\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "A forecast object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b36ffc6b-8fa1-45ca-9f1a-66d847c260b1", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b392b81c-0d24-4ccd-beb4-3cd155bfeb65", "documentation": "Returns a 3-hourly forecast - Given a Postal Code.", "method": "get", "endpoint": "forecast/3hourly?postal_code=:postal_code", "responses": [ { "uuid": "90564ace-800b-426c-bf1b-d27903ddcbdc", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"app_temp\": 4.5,\n \"clouds\": 100,\n \"datetime\": \"2019-03-04:17\",\n \"dewpt\": -4,\n \"dhi\": 200,\n \"dni\": 400,\n \"ghi\": 1000,\n \"pod\": \"d\",\n \"pop\": 75,\n \"precip\": 1.1,\n \"pres\": 1005,\n \"rh\": 95,\n \"slp\": 1012.89,\n \"snow\": 10.45,\n \"snow6h\": 140.87,\n \"snow_depth\": 45,\n \"solar_rad\": 300,\n \"temp\": -1.5,\n \"timestamp_local\": \"2019-03-04T12:00:00\",\n \"timestamp_utc\": \"2019-03-04T17:00:00\",\n \"ts\": \"1551718800\",\n \"uv\": 6.5,\n \"vis\": 1,\n \"weather\": {\n \"code\": \"601\",\n \"description\": \"Snow\",\n \"icon\": \"s02d\"\n },\n \"wind_cdir\": \"ENE\",\n \"wind_cdir_full\": \"East-North-East\",\n \"wind_dir\": 105,\n \"wind_spd\": 13.85\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "A forecast object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4e713e6c-e030-4986-b9c4-4bd25e7bcee8", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "03285634-698d-446a-a7d0-cf5ea5634efc", "documentation": "Returns 72 hour (hourly) Air Quality forecast - Given City and/or State, Country.", "method": "get", "endpoint": "forecast/airquality?city=:city&country=:country", "responses": [ { "uuid": "4238b9e3-8b0c-436a-bbd2-e7b8529b9c0d", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"aqi\": 100,\n \"no2\": 25,\n \"o3\": 2,\n \"pm10\": 150,\n \"pm25\": 230,\n \"so2\": 50,\n \"timestamp_local\": \"2019-03-04T12:00:00\",\n \"timestamp_utc\": \"2019-03-04T17:00:00\",\n \"ts\": \"1551718800\"\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "A forecast object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "121b0e37-9d3e-480c-a40f-ee80b7a8e395", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6cf814aa-1a18-4fb0-82b4-ecd8fe4d7c9f", "documentation": "Returns 72 hour (hourly) Air Quality forecast - Given a City ID.", "method": "get", "endpoint": "forecast/airquality?city_id=:city_id", "responses": [ { "uuid": "2b692958-efcf-4a86-ad38-0906d88527b4", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"aqi\": 100,\n \"no2\": 25,\n \"o3\": 2,\n \"pm10\": 150,\n \"pm25\": 230,\n \"so2\": 50,\n \"timestamp_local\": \"2019-03-04T12:00:00\",\n \"timestamp_utc\": \"2019-03-04T17:00:00\",\n \"ts\": \"1551718800\"\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "A forecast object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a48c2280-01b2-4308-854a-688bd44e2321", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e4114057-15ab-498d-ad57-e32787be1195", "documentation": "Returns 72 hour (hourly) Air Quality forecast - Given a lat/lon.", "method": "get", "endpoint": "forecast/airquality?lat=:lat&lon=:lon", "responses": [ { "uuid": "5ffd5402-68e2-499b-91a4-f5b2c5ee12ff", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"aqi\": 100,\n \"no2\": 25,\n \"o3\": 2,\n \"pm10\": 150,\n \"pm25\": 230,\n \"so2\": 50,\n \"timestamp_local\": \"2019-03-04T12:00:00\",\n \"timestamp_utc\": \"2019-03-04T17:00:00\",\n \"ts\": \"1551718800\"\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "A forecast object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ea0f5608-da9b-4448-90e8-6b5d5327acaf", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cea66dc7-ffae-406b-8595-ee9514a7d300", "documentation": "Returns 72 hour (hourly) Air Quality forecast - Given a Postal Code.", "method": "get", "endpoint": "forecast/airquality?postal_code=:postal_code", "responses": [ { "uuid": "30fa479c-6fd6-4326-901b-9fff5226b244", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"aqi\": 100,\n \"no2\": 25,\n \"o3\": 2,\n \"pm10\": 150,\n \"pm25\": 230,\n \"so2\": 50,\n \"timestamp_local\": \"2019-03-04T12:00:00\",\n \"timestamp_utc\": \"2019-03-04T17:00:00\",\n \"ts\": \"1551718800\"\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "A forecast object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3ad6ea85-dc12-4418-a3d8-7fd510214db4", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cbfa4878-7650-4fc7-ac33-2a2bdbb54f45", "documentation": "Returns a daily forecast - Given City and/or State, Country.", "method": "get", "endpoint": "forecast/daily?city=:city&country=:country", "responses": [ { "uuid": "a3c19153-bfd5-47a2-b210-29966e8fa0ea", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"app_max_temp\": 4,\n \"app_min_temp\": -2,\n \"clouds\": 100,\n \"datetime\": \"2019-03-04:17\",\n \"dewpt\": 1,\n \"max_dhi\": \"655\",\n \"max_temp\": 1.5,\n \"min_temp\": -1.23,\n \"moon_phase\": 0.87,\n \"moonrise_ts\": 1530331260,\n \"moonset_ts\": 1530331260,\n \"pod\": \"n\",\n \"pop\": 75,\n \"precip\": 1.1,\n \"pres\": 1005,\n \"rh\": 95,\n \"slp\": 1012.89,\n \"snow\": 10.45,\n \"snow_depth\": 45,\n \"sunrise_ts\": 1530331260,\n \"sunset_ts\": 1530331260,\n \"temp\": 1,\n \"timestamp_local\": \"2019-03-04T12:00:00\",\n \"timestamp_utc\": \"2019-03-04T17:00:00\",\n \"ts\": \"1551718800\",\n \"uv\": 6.5,\n \"vis\": 3,\n \"weather\": {\n \"code\": \"601\",\n \"description\": \"Snow\",\n \"icon\": \"s02n\"\n },\n \"wind_cdir\": \"ENE\",\n \"wind_cdir_full\": \"East-North-East\",\n \"wind_dir\": 105,\n \"wind_spd\": 13.85\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "A forecast object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d0f7b8b1-e84c-4814-9c33-86cd655b414b", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f12c19fb-229a-4ce3-bef1-b74cc2dcf1be", "documentation": "Returns a daily forecast - Given a City ID.", "method": "get", "endpoint": "forecast/daily?city_id=:city_id", "responses": [ { "uuid": "5172870a-210b-4394-ae02-fc5d1482d840", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"app_max_temp\": 4,\n \"app_min_temp\": -2,\n \"clouds\": 100,\n \"datetime\": \"2019-03-04:17\",\n \"dewpt\": 1,\n \"max_dhi\": \"655\",\n \"max_temp\": 1.5,\n \"min_temp\": -1.23,\n \"moon_phase\": 0.87,\n \"moonrise_ts\": 1530331260,\n \"moonset_ts\": 1530331260,\n \"pod\": \"n\",\n \"pop\": 75,\n \"precip\": 1.1,\n \"pres\": 1005,\n \"rh\": 95,\n \"slp\": 1012.89,\n \"snow\": 10.45,\n \"snow_depth\": 45,\n \"sunrise_ts\": 1530331260,\n \"sunset_ts\": 1530331260,\n \"temp\": 1,\n \"timestamp_local\": \"2019-03-04T12:00:00\",\n \"timestamp_utc\": \"2019-03-04T17:00:00\",\n \"ts\": \"1551718800\",\n \"uv\": 6.5,\n \"vis\": 3,\n \"weather\": {\n \"code\": \"601\",\n \"description\": \"Snow\",\n \"icon\": \"s02n\"\n },\n \"wind_cdir\": \"ENE\",\n \"wind_cdir_full\": \"East-North-East\",\n \"wind_dir\": 105,\n \"wind_spd\": 13.85\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "A forecast object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b969137f-f884-43b0-96b5-46bb6d99e9c6", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3797b6c3-e1c5-47f4-bcd3-7b35d2478633", "documentation": "Returns a daily forecast - Given Lat/Lon.", "method": "get", "endpoint": "forecast/daily?lat=:lat&lon=:lon", "responses": [ { "uuid": "b496f892-e906-4afc-a05c-2abd648d62eb", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"app_max_temp\": 4,\n \"app_min_temp\": -2,\n \"clouds\": 100,\n \"datetime\": \"2019-03-04:17\",\n \"dewpt\": 1,\n \"max_dhi\": \"655\",\n \"max_temp\": 1.5,\n \"min_temp\": -1.23,\n \"moon_phase\": 0.87,\n \"moonrise_ts\": 1530331260,\n \"moonset_ts\": 1530331260,\n \"pod\": \"n\",\n \"pop\": 75,\n \"precip\": 1.1,\n \"pres\": 1005,\n \"rh\": 95,\n \"slp\": 1012.89,\n \"snow\": 10.45,\n \"snow_depth\": 45,\n \"sunrise_ts\": 1530331260,\n \"sunset_ts\": 1530331260,\n \"temp\": 1,\n \"timestamp_local\": \"2019-03-04T12:00:00\",\n \"timestamp_utc\": \"2019-03-04T17:00:00\",\n \"ts\": \"1551718800\",\n \"uv\": 6.5,\n \"vis\": 3,\n \"weather\": {\n \"code\": \"601\",\n \"description\": \"Snow\",\n \"icon\": \"s02n\"\n },\n \"wind_cdir\": \"ENE\",\n \"wind_cdir_full\": \"East-North-East\",\n \"wind_dir\": 105,\n \"wind_spd\": 13.85\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "A forecast object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cbeac61e-4486-428a-ac88-59d4b65333ea", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "704054bc-ebbf-4ca5-9bc1-f4e1209ec120", "documentation": "Returns a daily forecast - Given a Postal Code.", "method": "get", "endpoint": "forecast/daily?postal_code=:postal_code", "responses": [ { "uuid": "e16f43d5-0993-4cf9-84a0-967cdac16ecb", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"app_max_temp\": 4,\n \"app_min_temp\": -2,\n \"clouds\": 100,\n \"datetime\": \"2019-03-04:17\",\n \"dewpt\": 1,\n \"max_dhi\": \"655\",\n \"max_temp\": 1.5,\n \"min_temp\": -1.23,\n \"moon_phase\": 0.87,\n \"moonrise_ts\": 1530331260,\n \"moonset_ts\": 1530331260,\n \"pod\": \"n\",\n \"pop\": 75,\n \"precip\": 1.1,\n \"pres\": 1005,\n \"rh\": 95,\n \"slp\": 1012.89,\n \"snow\": 10.45,\n \"snow_depth\": 45,\n \"sunrise_ts\": 1530331260,\n \"sunset_ts\": 1530331260,\n \"temp\": 1,\n \"timestamp_local\": \"2019-03-04T12:00:00\",\n \"timestamp_utc\": \"2019-03-04T17:00:00\",\n \"ts\": \"1551718800\",\n \"uv\": 6.5,\n \"vis\": 3,\n \"weather\": {\n \"code\": \"601\",\n \"description\": \"Snow\",\n \"icon\": \"s02n\"\n },\n \"wind_cdir\": \"ENE\",\n \"wind_cdir_full\": \"East-North-East\",\n \"wind_dir\": 105,\n \"wind_spd\": 13.85\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "A forecast object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fea88e23-bb85-46d4-a8cf-2171ae741765", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1c0a0e5c-fb9c-40c8-a7c8-68c045fcf73e", "documentation": "Returns Energy Forecast API response - Given a single lat/lon. ", "method": "get", "endpoint": "forecast/energy?lat=:lat&lon=:lon", "responses": [ { "uuid": "2d62280c-7d4f-4122-ad71-fe28fef1854f", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"cdd\": 10,\n \"clouds\": 42,\n \"date\": \"2018-06-01\",\n \"dewpt\": 12,\n \"hdd\": 120,\n \"precip\": 2,\n \"rh\": 75,\n \"snow\": 10,\n \"sun_hours\": 4.5,\n \"t_dhi\": 450,\n \"t_dni\": 1200,\n \"t_ghi\": 3000,\n \"temp\": 13.85,\n \"wind_dir\": 125,\n \"wind_speed\": 5.85\n }\n ],\n \"lat\": \"38.00\",\n \"lon\": \"-78.25\",\n \"state_code\": \"NC\",\n \"threshold_units\": \"C\",\n \"threshold_value\": \"18\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "An Energy Data Object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "562be4c2-7ad3-44eb-930d-6838b77054f4", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9f0ca9f1-5201-4496-a70d-20c3e53c392f", "documentation": "Returns an 120 hour (hourly forecast) - Given City and/or State, Country.", "method": "get", "endpoint": "forecast/hourly?city=:city&country=:country", "responses": [ { "uuid": "c04eb5df-84f9-4816-b8cf-6c825ee7eed9", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"app_temp\": 4.5,\n \"clouds\": 100,\n \"datetime\": \"2019-03-04:17\",\n \"dewpt\": -4,\n \"dhi\": 200,\n \"dni\": 400,\n \"ghi\": 1000,\n \"pod\": \"d\",\n \"pop\": 75,\n \"precip\": 1.1,\n \"pres\": 1005,\n \"rh\": 95,\n \"slp\": 1012.89,\n \"snow\": 10.45,\n \"snow6h\": 140.87,\n \"snow_depth\": 45,\n \"solar_rad\": 300,\n \"temp\": -1.5,\n \"timestamp_local\": \"2019-03-04T12:00:00\",\n \"timestamp_utc\": \"2019-03-04T17:00:00\",\n \"ts\": \"1551718800\",\n \"uv\": 6.5,\n \"vis\": 1,\n \"weather\": {\n \"code\": \"601\",\n \"description\": \"Snow\",\n \"icon\": \"s02d\"\n },\n \"wind_cdir\": \"ENE\",\n \"wind_cdir_full\": \"East-North-East\",\n \"wind_dir\": 105,\n \"wind_spd\": 13.85\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "A forecast object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f4d75dd6-4f94-471c-b165-80bcda4d2da4", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fc16d78a-641a-4eec-946d-3ff84d79be2b", "documentation": "Returns a 120 hour (hourly) forecast - Given a City ID.", "method": "get", "endpoint": "forecast/hourly?city_id=:city_id", "responses": [ { "uuid": "1b4d5f07-e320-4fff-8109-ecde43719e5f", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"app_temp\": 4.5,\n \"clouds\": 100,\n \"datetime\": \"2019-03-04:17\",\n \"dewpt\": -4,\n \"dhi\": 200,\n \"dni\": 400,\n \"ghi\": 1000,\n \"pod\": \"d\",\n \"pop\": 75,\n \"precip\": 1.1,\n \"pres\": 1005,\n \"rh\": 95,\n \"slp\": 1012.89,\n \"snow\": 10.45,\n \"snow6h\": 140.87,\n \"snow_depth\": 45,\n \"solar_rad\": 300,\n \"temp\": -1.5,\n \"timestamp_local\": \"2019-03-04T12:00:00\",\n \"timestamp_utc\": \"2019-03-04T17:00:00\",\n \"ts\": \"1551718800\",\n \"uv\": 6.5,\n \"vis\": 1,\n \"weather\": {\n \"code\": \"601\",\n \"description\": \"Snow\",\n \"icon\": \"s02d\"\n },\n \"wind_cdir\": \"ENE\",\n \"wind_cdir_full\": \"East-North-East\",\n \"wind_dir\": 105,\n \"wind_spd\": 13.85\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "A forecast object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "17c27d29-7a5c-49fe-a924-2ccd82c2d18a", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f84656ee-c6f1-46ec-8552-f08a769bd95a", "documentation": "Returns 120 hour (hourly) forecast - Given a lat/lon.", "method": "get", "endpoint": "forecast/hourly?lat=:lat&lon=:lon", "responses": [ { "uuid": "30c5e28c-cc74-4eb0-8c31-b39aa8163e76", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"app_temp\": 4.5,\n \"clouds\": 100,\n \"datetime\": \"2019-03-04:17\",\n \"dewpt\": -4,\n \"dhi\": 200,\n \"dni\": 400,\n \"ghi\": 1000,\n \"pod\": \"d\",\n \"pop\": 75,\n \"precip\": 1.1,\n \"pres\": 1005,\n \"rh\": 95,\n \"slp\": 1012.89,\n \"snow\": 10.45,\n \"snow6h\": 140.87,\n \"snow_depth\": 45,\n \"solar_rad\": 300,\n \"temp\": -1.5,\n \"timestamp_local\": \"2019-03-04T12:00:00\",\n \"timestamp_utc\": \"2019-03-04T17:00:00\",\n \"ts\": \"1551718800\",\n \"uv\": 6.5,\n \"vis\": 1,\n \"weather\": {\n \"code\": \"601\",\n \"description\": \"Snow\",\n \"icon\": \"s02d\"\n },\n \"wind_cdir\": \"ENE\",\n \"wind_cdir_full\": \"East-North-East\",\n \"wind_dir\": 105,\n \"wind_spd\": 13.85\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "A forecast object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "db9ca6af-d514-44ee-9aaf-f03dcb6542f7", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b6c89c91-a84f-4c02-8d0a-cc47a70dcc50", "documentation": "Returns a 120 hour (hourly) forecast - Given a Postal Code.", "method": "get", "endpoint": "forecast/hourly?postal_code=:postal_code", "responses": [ { "uuid": "17e62c47-1b34-4480-ab94-3fe8a522e85d", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"app_temp\": 4.5,\n \"clouds\": 100,\n \"datetime\": \"2019-03-04:17\",\n \"dewpt\": -4,\n \"dhi\": 200,\n \"dni\": 400,\n \"ghi\": 1000,\n \"pod\": \"d\",\n \"pop\": 75,\n \"precip\": 1.1,\n \"pres\": 1005,\n \"rh\": 95,\n \"slp\": 1012.89,\n \"snow\": 10.45,\n \"snow6h\": 140.87,\n \"snow_depth\": 45,\n \"solar_rad\": 300,\n \"temp\": -1.5,\n \"timestamp_local\": \"2019-03-04T12:00:00\",\n \"timestamp_utc\": \"2019-03-04T17:00:00\",\n \"ts\": \"1551718800\",\n \"uv\": 6.5,\n \"vis\": 1,\n \"weather\": {\n \"code\": \"601\",\n \"description\": \"Snow\",\n \"icon\": \"s02d\"\n },\n \"wind_cdir\": \"ENE\",\n \"wind_cdir_full\": \"East-North-East\",\n \"wind_dir\": 105,\n \"wind_spd\": 13.85\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "A forecast object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "05c7c701-df48-4f45-85f3-4ba1999f2fcd", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "93662399-4c1c-4b3e-9882-261d61d7a381", "documentation": "Returns 72 hours of historical quality conditions - Given City and/or State, Country.", "method": "get", "endpoint": "history/airquality?city=:city&country=:country", "responses": [ { "uuid": "565ba398-be33-4330-a620-cd1c5b97f561", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"aqi\": 100,\n \"no2\": 25,\n \"o3\": 2,\n \"pm10\": 150,\n \"pm25\": 230,\n \"so2\": 50\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "Historical air quality conditions", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e575bf20-985c-4cbb-9c5e-94e095cfce10", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1df1f03e-ca38-4e7a-9a18-4f2345773fa5", "documentation": "Returns 72 hours of historical air quality conditions - Given a City ID.", "method": "get", "endpoint": "history/airquality?city_id=:city_id", "responses": [ { "uuid": "cb78d3e9-1046-450f-aa46-7d0a78fc11f7", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"aqi\": 100,\n \"no2\": 25,\n \"o3\": 2,\n \"pm10\": 150,\n \"pm25\": 230,\n \"so2\": 50\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "Historical air quality conditions", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2c6915be-2898-43a6-9f6e-b9b310b04910", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c34c97a0-ce43-44ae-98ff-2d27f4b5f3b5", "documentation": "Returns 72 hours of historical air quality conditions - Given a lat/lon.", "method": "get", "endpoint": "history/airquality?lat=:lat&lon=:lon", "responses": [ { "uuid": "fc8c1017-827b-42fc-a822-73b409d487c0", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"aqi\": 100,\n \"no2\": 25,\n \"o3\": 2,\n \"pm10\": 150,\n \"pm25\": 230,\n \"so2\": 50\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "Historical air quality conditions", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cd59f164-e5fb-4bbb-a9b1-acc8808a4ca0", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d8b1ba2d-ba8e-480e-9049-95e9d5f12650", "documentation": "Returns 72 hours of historical air quality conditions - Given a Postal Code.", "method": "get", "endpoint": "history/airquality?postal_code=:postal_code", "responses": [ { "uuid": "a081045d-8f0c-4409-9442-ec9187d125df", "body": "{\n \"city_name\": \"Raleigh\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"aqi\": 100,\n \"no2\": 25,\n \"o3\": 2,\n \"pm10\": 150,\n \"pm25\": 230,\n \"so2\": 50\n }\n ],\n \"lat\": \"38.25\",\n \"lon\": \"-78.00\",\n \"state_code\": \"NC\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "Historical air quality conditions", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1f916db2-cd9c-441c-b286-8baa8ccb5f38", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4e93f8f8-91d8-4b79-a9ff-3e860f60b935", "documentation": "Returns Historical Observations - Given City and/or State, Country.", "method": "get", "endpoint": "history/daily?city=:city&country=:country", "responses": [ { "uuid": "0fd26e27-80a6-42fe-ad63-47360168b098", "body": "{\n \"city_name\": \"Seattle\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"datetime\": \"2015-01-03\",\n \"dewpt\": -1.5,\n \"dhi\": 125,\n \"dni\": 125,\n \"ghi\": 125,\n \"max_temp\": 1.5,\n \"max_temp_ts\": 1501970816,\n \"max_uv\": 6,\n \"max_wind_dir\": 325,\n \"max_wind_spd\": 19.98,\n \"max_wind_spd_ts\": 1501970516,\n \"min_temp\": 11.7,\n \"min_temp_ts\": 1501970516,\n \"precip\": 3,\n \"precip_gpm\": 3,\n \"pres\": 885.1,\n \"rh\": 85,\n \"slp\": 1020.1,\n \"snow\": 30,\n \"snow_depth\": 60,\n \"t_dhi\": 4500,\n \"t_dni\": 4500,\n \"t_ghi\": 4500,\n \"temp\": 1,\n \"ts\": 1501970516,\n \"wind_dir\": 325,\n \"wind_gust_spd\": 40.98,\n \"wind_spd\": 14.98\n }\n ],\n \"lat\": \"47.61\",\n \"lon\": \"-122.33\",\n \"sources\": [\n \"12345-89083\"\n ],\n \"state_code\": \"WA\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "An Historical Day Data Object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b364b3bd-cd1a-4a7c-b4fc-63569e283ade", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "704774d9-1283-4431-82ba-85ca8d8d4e19", "documentation": "Returns Historical Observations - Given a City ID", "method": "get", "endpoint": "history/daily?city_id=:city_id", "responses": [ { "uuid": "d52a88db-5cf3-4df3-b589-108f6a9449ad", "body": "{\n \"city_name\": \"Seattle\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"datetime\": \"2015-01-03\",\n \"dewpt\": -1.5,\n \"dhi\": 125,\n \"dni\": 125,\n \"ghi\": 125,\n \"max_temp\": 1.5,\n \"max_temp_ts\": 1501970816,\n \"max_uv\": 6,\n \"max_wind_dir\": 325,\n \"max_wind_spd\": 19.98,\n \"max_wind_spd_ts\": 1501970516,\n \"min_temp\": 11.7,\n \"min_temp_ts\": 1501970516,\n \"precip\": 3,\n \"precip_gpm\": 3,\n \"pres\": 885.1,\n \"rh\": 85,\n \"slp\": 1020.1,\n \"snow\": 30,\n \"snow_depth\": 60,\n \"t_dhi\": 4500,\n \"t_dni\": 4500,\n \"t_ghi\": 4500,\n \"temp\": 1,\n \"ts\": 1501970516,\n \"wind_dir\": 325,\n \"wind_gust_spd\": 40.98,\n \"wind_spd\": 14.98\n }\n ],\n \"lat\": \"47.61\",\n \"lon\": \"-122.33\",\n \"sources\": [\n \"12345-89083\"\n ],\n \"state_code\": \"WA\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "An Historical Day Data Object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3666912d-d89b-473b-9369-a02d4a14d47e", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a0f73eed-f7ee-4b30-8d42-471c9a1d599a", "documentation": "Returns Historical Observations - Given a lat/lon.", "method": "get", "endpoint": "history/daily?lat=:lat&lon=:lon", "responses": [ { "uuid": "07b607cb-674a-4108-a73f-3a6bb62fa99e", "body": "{\n \"city_name\": \"Seattle\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"datetime\": \"2015-01-03\",\n \"dewpt\": -1.5,\n \"dhi\": 125,\n \"dni\": 125,\n \"ghi\": 125,\n \"max_temp\": 1.5,\n \"max_temp_ts\": 1501970816,\n \"max_uv\": 6,\n \"max_wind_dir\": 325,\n \"max_wind_spd\": 19.98,\n \"max_wind_spd_ts\": 1501970516,\n \"min_temp\": 11.7,\n \"min_temp_ts\": 1501970516,\n \"precip\": 3,\n \"precip_gpm\": 3,\n \"pres\": 885.1,\n \"rh\": 85,\n \"slp\": 1020.1,\n \"snow\": 30,\n \"snow_depth\": 60,\n \"t_dhi\": 4500,\n \"t_dni\": 4500,\n \"t_ghi\": 4500,\n \"temp\": 1,\n \"ts\": 1501970516,\n \"wind_dir\": 325,\n \"wind_gust_spd\": 40.98,\n \"wind_spd\": 14.98\n }\n ],\n \"lat\": \"47.61\",\n \"lon\": \"-122.33\",\n \"sources\": [\n \"12345-89083\"\n ],\n \"state_code\": \"WA\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "An Historical Day Data Object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "47345777-aa44-45c1-a056-eb1342cb39e2", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "89825028-aa0c-44cf-9025-e2effa4fe28e", "documentation": "Returns Historical Observations - Given a Postal Code", "method": "get", "endpoint": "history/daily?postal_code=:postal_code", "responses": [ { "uuid": "7c4b976e-e8ec-4e77-855a-98bc32b327d3", "body": "{\n \"city_name\": \"Seattle\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"datetime\": \"2015-01-03\",\n \"dewpt\": -1.5,\n \"dhi\": 125,\n \"dni\": 125,\n \"ghi\": 125,\n \"max_temp\": 1.5,\n \"max_temp_ts\": 1501970816,\n \"max_uv\": 6,\n \"max_wind_dir\": 325,\n \"max_wind_spd\": 19.98,\n \"max_wind_spd_ts\": 1501970516,\n \"min_temp\": 11.7,\n \"min_temp_ts\": 1501970516,\n \"precip\": 3,\n \"precip_gpm\": 3,\n \"pres\": 885.1,\n \"rh\": 85,\n \"slp\": 1020.1,\n \"snow\": 30,\n \"snow_depth\": 60,\n \"t_dhi\": 4500,\n \"t_dni\": 4500,\n \"t_ghi\": 4500,\n \"temp\": 1,\n \"ts\": 1501970516,\n \"wind_dir\": 325,\n \"wind_gust_spd\": 40.98,\n \"wind_spd\": 14.98\n }\n ],\n \"lat\": \"47.61\",\n \"lon\": \"-122.33\",\n \"sources\": [\n \"12345-89083\"\n ],\n \"state_code\": \"WA\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "An Historical Day Data Object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1646e56b-0d53-4b46-aea6-1e5f099e2f92", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9facc7e4-85dc-4329-befe-9f8a980711bc", "documentation": "Returns Historical Observations - Given a station ID.", "method": "get", "endpoint": "history/daily?station=:station", "responses": [ { "uuid": "d2f83cb7-4b86-4e1d-9433-c1312d62d092", "body": "{\n \"city_name\": \"Seattle\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"datetime\": \"2015-01-03\",\n \"dewpt\": -1.5,\n \"dhi\": 125,\n \"dni\": 125,\n \"ghi\": 125,\n \"max_temp\": 1.5,\n \"max_temp_ts\": 1501970816,\n \"max_uv\": 6,\n \"max_wind_dir\": 325,\n \"max_wind_spd\": 19.98,\n \"max_wind_spd_ts\": 1501970516,\n \"min_temp\": 11.7,\n \"min_temp_ts\": 1501970516,\n \"precip\": 3,\n \"precip_gpm\": 3,\n \"pres\": 885.1,\n \"rh\": 85,\n \"slp\": 1020.1,\n \"snow\": 30,\n \"snow_depth\": 60,\n \"t_dhi\": 4500,\n \"t_dni\": 4500,\n \"t_ghi\": 4500,\n \"temp\": 1,\n \"ts\": 1501970516,\n \"wind_dir\": 325,\n \"wind_gust_spd\": 40.98,\n \"wind_spd\": 14.98\n }\n ],\n \"lat\": \"47.61\",\n \"lon\": \"-122.33\",\n \"sources\": [\n \"12345-89083\"\n ],\n \"state_code\": \"WA\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "An Historical Day Data Object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "01f64a73-d15f-43d1-977c-b8a6ed93f49b", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3d9c63f8-d874-433b-9aa7-b27d7b6e90d3", "documentation": "Returns multiple locations given a bounding box. ", "method": "get", "endpoint": "history/energy/bbox?lat1=:lat1&lon1=:lon1&lat2=:lat2&lon2=:lon2", "responses": [ { "uuid": "e4ad4c2b-0ea9-44d2-a22a-d27618cb7a41", "body": "{\n \"count\": \"1\",\n \"data\": [\n {\n \"cdd\": 10,\n \"city_name\": \"Raleigh\",\n \"clouds\": 42,\n \"country_code\": \"US\",\n \"dewpt\": 12,\n \"hdd\": 120,\n \"lat\": \"38.00\",\n \"lon\": \"-78.25\",\n \"precip\": 2,\n \"rh\": 75,\n \"snow\": 10,\n \"state_code\": \"NC\",\n \"station_id\": \"12345-999999\",\n \"sun_hours\": 4.5,\n \"t_dhi\": 450,\n \"t_dni\": 1200,\n \"t_ghi\": 3000,\n \"temp\": 13.85,\n \"timezone\": \"America/New_York\",\n \"wind_dir\": 125,\n \"wind_speed\": 5.85\n }\n ],\n \"end_date\": \"2017-01-30\",\n \"start_date\": \"2017-01-01\"\n}", "latency": 0, "statusCode": 200, "label": "An Energy Data Object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2f86c59a-9eff-4872-9ffb-ad40404b3101", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "963556af-954e-4fa8-bff0-cbe46dbe113b", "documentation": "Returns Energy API response - Given a single lat/lon. ", "method": "get", "endpoint": "history/energy?lat=:lat&lon=:lon", "responses": [ { "uuid": "8bf25874-ef8b-4442-b74e-e0c8e78903aa", "body": "{\n \"count\": \"1\",\n \"data\": [\n {\n \"cdd\": 10,\n \"city_name\": \"Raleigh\",\n \"clouds\": 42,\n \"country_code\": \"US\",\n \"dewpt\": 12,\n \"hdd\": 120,\n \"lat\": \"38.00\",\n \"lon\": \"-78.25\",\n \"precip\": 2,\n \"rh\": 75,\n \"snow\": 10,\n \"state_code\": \"NC\",\n \"station_id\": \"12345-999999\",\n \"sun_hours\": 4.5,\n \"t_dhi\": 450,\n \"t_dni\": 1200,\n \"t_ghi\": 3000,\n \"temp\": 13.85,\n \"timezone\": \"America/New_York\",\n \"wind_dir\": 125,\n \"wind_speed\": 5.85\n }\n ],\n \"end_date\": \"2017-01-30\",\n \"start_date\": \"2017-01-01\"\n}", "latency": 0, "statusCode": 200, "label": "An Energy Data Object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "60a3e69c-93ba-4c68-a853-0e7f69580f50", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5c063e55-a646-4a2c-85f6-3ed2089b2cc5", "documentation": "Returns Historical Observations - Given City and/or State, Country.", "method": "get", "endpoint": "history/hourly?city=:city&country=:country", "responses": [ { "uuid": "05736948-c539-4cac-bf59-6d4649173344", "body": "{\n \"city_name\": \"Seattle\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"datetime\": \"2019-03-04:17\",\n \"dewpt\": -1.5,\n \"dhi\": 200,\n \"dni\": 400,\n \"elev_angle\": 27.5,\n \"ghi\": 1500,\n \"h_angle\": 15,\n \"pod\": \"n\",\n \"precip\": 3,\n \"pres\": 845,\n \"rh\": 85,\n \"slp\": 1020.1,\n \"snow\": 30,\n \"snow6h\": 60,\n \"solar_rad\": 300,\n \"temp\": -1.2,\n \"timestamp_local\": \"2019-03-04T12:00:00\",\n \"timestamp_utc\": \"2019-03-04T17:00:00\",\n \"ts\": \"1551718800\",\n \"uv\": 4,\n \"weather\": {\n \"code\": \"601\",\n \"description\": \"Light Snow\",\n \"icon\": \"s01n\"\n },\n \"wind_dir\": 325,\n \"wind_spd\": 14.7\n }\n ],\n \"lat\": \"47.61\",\n \"lon\": \"-122.33\",\n \"sources\": [\n \"12345-89083\"\n ],\n \"state_code\": \"WA\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "An Historical Data Object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f345512d-03bb-4fbd-86a6-3d13a2e2473c", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "97cb81c9-dc77-485b-bf00-40fea3224423", "documentation": "Returns Historical Observations - Given a City ID", "method": "get", "endpoint": "history/hourly?city_id=:city_id", "responses": [ { "uuid": "d5389004-3fd5-4846-af71-5b0d659006ea", "body": "{\n \"city_name\": \"Seattle\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"datetime\": \"2019-03-04:17\",\n \"dewpt\": -1.5,\n \"dhi\": 200,\n \"dni\": 400,\n \"elev_angle\": 27.5,\n \"ghi\": 1500,\n \"h_angle\": 15,\n \"pod\": \"n\",\n \"precip\": 3,\n \"pres\": 845,\n \"rh\": 85,\n \"slp\": 1020.1,\n \"snow\": 30,\n \"snow6h\": 60,\n \"solar_rad\": 300,\n \"temp\": -1.2,\n \"timestamp_local\": \"2019-03-04T12:00:00\",\n \"timestamp_utc\": \"2019-03-04T17:00:00\",\n \"ts\": \"1551718800\",\n \"uv\": 4,\n \"weather\": {\n \"code\": \"601\",\n \"description\": \"Light Snow\",\n \"icon\": \"s01n\"\n },\n \"wind_dir\": 325,\n \"wind_spd\": 14.7\n }\n ],\n \"lat\": \"47.61\",\n \"lon\": \"-122.33\",\n \"sources\": [\n \"12345-89083\"\n ],\n \"state_code\": \"WA\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "An Historical Data Object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ceca493d-5328-42d0-8cd9-ac52a4b7571b", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "16acd574-8a9f-49a1-be29-2a8be5bcf842", "documentation": "Returns Historical Observations - Given a lat/lon.", "method": "get", "endpoint": "history/hourly?lat=:lat&lon=:lon", "responses": [ { "uuid": "743a9eff-2b86-4135-8363-cfa281c13274", "body": "{\n \"city_name\": \"Seattle\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"datetime\": \"2019-03-04:17\",\n \"dewpt\": -1.5,\n \"dhi\": 200,\n \"dni\": 400,\n \"elev_angle\": 27.5,\n \"ghi\": 1500,\n \"h_angle\": 15,\n \"pod\": \"n\",\n \"precip\": 3,\n \"pres\": 845,\n \"rh\": 85,\n \"slp\": 1020.1,\n \"snow\": 30,\n \"snow6h\": 60,\n \"solar_rad\": 300,\n \"temp\": -1.2,\n \"timestamp_local\": \"2019-03-04T12:00:00\",\n \"timestamp_utc\": \"2019-03-04T17:00:00\",\n \"ts\": \"1551718800\",\n \"uv\": 4,\n \"weather\": {\n \"code\": \"601\",\n \"description\": \"Light Snow\",\n \"icon\": \"s01n\"\n },\n \"wind_dir\": 325,\n \"wind_spd\": 14.7\n }\n ],\n \"lat\": \"47.61\",\n \"lon\": \"-122.33\",\n \"sources\": [\n \"12345-89083\"\n ],\n \"state_code\": \"WA\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "An Historical Data Object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "dac777b5-a5ba-4b37-88ca-15a5de211c7b", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "34712d5b-02ef-4dae-984d-5921c1525535", "documentation": "Returns Historical Observations - Given a Postal Code", "method": "get", "endpoint": "history/hourly?postal_code=:postal_code", "responses": [ { "uuid": "1be7b5e1-5a48-4538-9702-9649988eb49f", "body": "{\n \"city_name\": \"Seattle\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"datetime\": \"2019-03-04:17\",\n \"dewpt\": -1.5,\n \"dhi\": 200,\n \"dni\": 400,\n \"elev_angle\": 27.5,\n \"ghi\": 1500,\n \"h_angle\": 15,\n \"pod\": \"n\",\n \"precip\": 3,\n \"pres\": 845,\n \"rh\": 85,\n \"slp\": 1020.1,\n \"snow\": 30,\n \"snow6h\": 60,\n \"solar_rad\": 300,\n \"temp\": -1.2,\n \"timestamp_local\": \"2019-03-04T12:00:00\",\n \"timestamp_utc\": \"2019-03-04T17:00:00\",\n \"ts\": \"1551718800\",\n \"uv\": 4,\n \"weather\": {\n \"code\": \"601\",\n \"description\": \"Light Snow\",\n \"icon\": \"s01n\"\n },\n \"wind_dir\": 325,\n \"wind_spd\": 14.7\n }\n ],\n \"lat\": \"47.61\",\n \"lon\": \"-122.33\",\n \"sources\": [\n \"12345-89083\"\n ],\n \"state_code\": \"WA\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "An Historical Data Object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "96316717-dadc-4015-83da-ec524d19ec0c", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fb496f42-13e6-4d21-b402-c515ae02066a", "documentation": "Returns Historical Observations - Given a station ID.", "method": "get", "endpoint": "history/hourly?station=:station", "responses": [ { "uuid": "013fae63-1752-4a99-9b96-caaf8e7f3b1e", "body": "{\n \"city_name\": \"Seattle\",\n \"country_code\": \"US\",\n \"data\": [\n {\n \"datetime\": \"2019-03-04:17\",\n \"dewpt\": -1.5,\n \"dhi\": 200,\n \"dni\": 400,\n \"elev_angle\": 27.5,\n \"ghi\": 1500,\n \"h_angle\": 15,\n \"pod\": \"n\",\n \"precip\": 3,\n \"pres\": 845,\n \"rh\": 85,\n \"slp\": 1020.1,\n \"snow\": 30,\n \"snow6h\": 60,\n \"solar_rad\": 300,\n \"temp\": -1.2,\n \"timestamp_local\": \"2019-03-04T12:00:00\",\n \"timestamp_utc\": \"2019-03-04T17:00:00\",\n \"ts\": \"1551718800\",\n \"uv\": 4,\n \"weather\": {\n \"code\": \"601\",\n \"description\": \"Light Snow\",\n \"icon\": \"s01n\"\n },\n \"wind_dir\": 325,\n \"wind_spd\": 14.7\n }\n ],\n \"lat\": \"47.61\",\n \"lon\": \"-122.33\",\n \"sources\": [\n \"12345-89083\"\n ],\n \"state_code\": \"WA\",\n \"timezone\": \"America/New_York\"\n}", "latency": 0, "statusCode": 200, "label": "An Historical Data Object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f8adc9af-4961-4862-aac3-bfe859ca7860", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "No Data.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "520aed3f-15a9-41e2-b2b3-101a05fabd69" }, { "type": "route", "uuid": "0ebe350c-81ec-4801-b6e7-41178f73fa11" }, { "type": "route", "uuid": "6d1e1a4b-8120-4fa7-bc39-58c730fdb2ea" }, { "type": "route", "uuid": "741bda1e-87e1-4fb2-9b49-ace45b1c8f8f" }, { "type": "route", "uuid": "5ad02dbd-6177-40e4-9b96-b2eb7855c158" }, { "type": "route", "uuid": "4d2901be-74d3-4b13-b942-7f6fa5cff73c" }, { "type": "route", "uuid": "45caa0af-e17c-452e-9829-3f1e0082a20f" }, { "type": "route", "uuid": "e089ff36-dab1-4544-9fce-b6395a515a0c" }, { "type": "route", "uuid": "7b8e5a0d-b4d5-425e-83ac-029fdcc3ea50" }, { "type": "route", "uuid": "842081c2-e4e8-4cb9-9968-a6889e491b99" }, { "type": "route", "uuid": "332ec167-afa7-4bc2-bdc4-4442577387d7" }, { "type": "route", "uuid": "506b358c-6260-4af6-84cc-a2ba216cdd7c" }, { "type": "route", "uuid": "752eec06-c7f2-41c1-9901-6ce66b86a81d" }, { "type": "route", "uuid": "7b38d155-1c69-4ad8-8844-5e576334ea47" }, { "type": "route", "uuid": "9834b7d7-9964-4cb1-a9aa-f11cb919b10b" }, { "type": "route", "uuid": "d0c90430-dc74-47b9-9359-a7249c67056f" }, { "type": "route", "uuid": "b392b81c-0d24-4ccd-beb4-3cd155bfeb65" }, { "type": "route", "uuid": "03285634-698d-446a-a7d0-cf5ea5634efc" }, { "type": "route", "uuid": "6cf814aa-1a18-4fb0-82b4-ecd8fe4d7c9f" }, { "type": "route", "uuid": "e4114057-15ab-498d-ad57-e32787be1195" }, { "type": "route", "uuid": "cea66dc7-ffae-406b-8595-ee9514a7d300" }, { "type": "route", "uuid": "cbfa4878-7650-4fc7-ac33-2a2bdbb54f45" }, { "type": "route", "uuid": "f12c19fb-229a-4ce3-bef1-b74cc2dcf1be" }, { "type": "route", "uuid": "3797b6c3-e1c5-47f4-bcd3-7b35d2478633" }, { "type": "route", "uuid": "704054bc-ebbf-4ca5-9bc1-f4e1209ec120" }, { "type": "route", "uuid": "1c0a0e5c-fb9c-40c8-a7c8-68c045fcf73e" }, { "type": "route", "uuid": "9f0ca9f1-5201-4496-a70d-20c3e53c392f" }, { "type": "route", "uuid": "fc16d78a-641a-4eec-946d-3ff84d79be2b" }, { "type": "route", "uuid": "f84656ee-c6f1-46ec-8552-f08a769bd95a" }, { "type": "route", "uuid": "b6c89c91-a84f-4c02-8d0a-cc47a70dcc50" }, { "type": "route", "uuid": "93662399-4c1c-4b3e-9882-261d61d7a381" }, { "type": "route", "uuid": "1df1f03e-ca38-4e7a-9a18-4f2345773fa5" }, { "type": "route", "uuid": "c34c97a0-ce43-44ae-98ff-2d27f4b5f3b5" }, { "type": "route", "uuid": "d8b1ba2d-ba8e-480e-9049-95e9d5f12650" }, { "type": "route", "uuid": "4e93f8f8-91d8-4b79-a9ff-3e860f60b935" }, { "type": "route", "uuid": "704774d9-1283-4431-82ba-85ca8d8d4e19" }, { "type": "route", "uuid": "a0f73eed-f7ee-4b30-8d42-471c9a1d599a" }, { "type": "route", "uuid": "89825028-aa0c-44cf-9025-e2effa4fe28e" }, { "type": "route", "uuid": "9facc7e4-85dc-4329-befe-9f8a980711bc" }, { "type": "route", "uuid": "3d9c63f8-d874-433b-9aa7-b27d7b6e90d3" }, { "type": "route", "uuid": "963556af-954e-4fa8-bff0-cbe46dbe113b" }, { "type": "route", "uuid": "5c063e55-a646-4a2c-85f6-3ed2089b2cc5" }, { "type": "route", "uuid": "97cb81c9-dc77-485b-bf00-40fea3224423" }, { "type": "route", "uuid": "16acd574-8a9f-49a1-be29-2a8be5bcf842" }, { "type": "route", "uuid": "34712d5b-02ef-4dae-984d-5921c1525535" }, { "type": "route", "uuid": "fb496f42-13e6-4d21-b402-c515ae02066a" } ] }