{"info":{"_postman_id":"bef1471c-4312-4cf2-91a7-4fce002d130a","name":"megmiranda","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>This API mostly provides information about weather in los gatos CA</p>\n<h1 id=\"overview\">Overview</h1>\n<p>It is based off of a tutorial I was using to get more familiar with REST calls and Postman.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>What is the preferred way of using the API?</p>\n<p>CURL comands work best for this API</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>What errors and status codes can a user expect?</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>Is there a limit to the number of requests an user can send?</p>\n<p>I am unsure if there is a rate limit.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"18290623","collectionId":"bef1471c-4312-4cf2-91a7-4fce002d130a","publishedId":"UVJWqzpQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-11-22T00:05:40.000Z"},"item":[{"name":"https://api.openweathermap.org/data/2.5/weather?zip=95008&units=imperial&appid=771dd2c4b586435ecd7f443760a9bdeb","id":"8c9e7df6-7c13-47e1-8bf4-d00fb8749692","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.openweathermap.org/data/2.5/weather?zip=95008&units=imperial&appid=771dd2c4b586435ecd7f443760a9bdeb","urlObject":{"protocol":"https","path":["data","2.5","weather"],"host":["api","openweathermap","org"],"query":[{"key":"zip","value":"95008"},{"key":"units","value":"imperial"},{"key":"appid","value":"771dd2c4b586435ecd7f443760a9bdeb"}],"variable":[]}},"response":[],"_postman_id":"8c9e7df6-7c13-47e1-8bf4-d00fb8749692"},{"name":"megsWeather","id":"38c30d3f-cd80-465e-9ba1-3a8b7ed8036b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.openweathermap.org/data/2.5/weather?zip=95032&units=imperial&appid=771dd2c4b586435ecd7f443760a9bdeb","description":"<p>gets current weather for west los gatos in imperial units</p>\n","urlObject":{"protocol":"https","path":["data","2.5","weather"],"host":["api","openweathermap","org"],"query":[{"key":"zip","value":"95032"},{"key":"units","value":"imperial"},{"key":"appid","value":"771dd2c4b586435ecd7f443760a9bdeb"}],"variable":[]}},"response":[],"_postman_id":"38c30d3f-cd80-465e-9ba1-3a8b7ed8036b"},{"name":"losgatosWeatherbylat_lon","id":"4e137f9b-9fc2-4b51-abd6-fd6f5dfbc2c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.openweathermap.org/data/2.5/weather?lat=37&lon=-121&units=imperial&appid=771dd2c4b586435ecd7f443760a9bdeb","description":"<p>los gatos weather in imperial by lat and lon</p>\n","urlObject":{"protocol":"https","path":["data","2.5","weather"],"host":["api","openweathermap","org"],"query":[{"key":"lat","value":"37"},{"key":"lon","value":"-121"},{"key":"units","value":"imperial"},{"key":"appid","value":"771dd2c4b586435ecd7f443760a9bdeb"}],"variable":[]}},"response":[],"_postman_id":"4e137f9b-9fc2-4b51-abd6-fd6f5dfbc2c4"},{"name":"LG5dayforcast","id":"ce45a0af-530d-465b-823e-71973ad626da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"api.openweathermap.org/data/2.5/forecast?zip=95032&appid=771dd2c4b586435ecd7f443760a9bdeb","urlObject":{"path":["data","2.5","forecast"],"host":["api","openweathermap","org"],"query":[{"key":"zip","value":"95032"},{"key":"appid","value":"771dd2c4b586435ecd7f443760a9bdeb"}],"variable":[]}},"response":[],"_postman_id":"ce45a0af-530d-465b-823e-71973ad626da"},{"name":"aeris_lg_weather","id":"b9661e1d-0c8d-40ee-827e-c5f23ccbf88b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.aerisapi.com/observations/los+gatos,CA?&client_id=QuUHASQ9TCJUoFiRKbGlr&client_secret=KYmfRqefNVRMZsifGE8PzMubLDc7Ok1W3rBRD0t3&limit=1","description":"<p>weather forecast for los gatos using aeris API</p>\n","urlObject":{"protocol":"https","path":["observations","los+gatos,CA"],"host":["api","aerisapi","com"],"query":[{"key":null,"value":null},{"key":"client_id","value":"QuUHASQ9TCJUoFiRKbGlr"},{"key":"client_secret","value":"KYmfRqefNVRMZsifGE8PzMubLDc7Ok1W3rBRD0t3"},{"key":"limit","value":"1"}],"variable":[]}},"response":[],"_postman_id":"b9661e1d-0c8d-40ee-827e-c5f23ccbf88b"},{"name":"equidorweather","id":"70517435-1373-416e-ba80-1802356d356c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://api.aerisapi.com/observations/Chimborazo,Ecuador?client_id=QuUHASQ9TCJUoFiRKbGlr&client_secret=KYmfRqefNVRMZsifGE8PzMubLDc7Ok1W3rBRD0t3&limit=1","description":"<p>aeris API weather for equidor</p>\n","urlObject":{"protocol":"http","path":["observations","Chimborazo,Ecuador"],"host":["api","aerisapi","com"],"query":[{"key":"client_id","value":"QuUHASQ9TCJUoFiRKbGlr"},{"key":"client_secret","value":"KYmfRqefNVRMZsifGE8PzMubLDc7Ok1W3rBRD0t3"},{"key":"limit","value":"1"}],"variable":[]}},"response":[],"_postman_id":"70517435-1373-416e-ba80-1802356d356c"},{"name":"migraines in knoxville","id":"8007c597-04a8-4811-aa4f-3634cfb29299","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://api.aerisapi.com/indices/migraine/Knoxville,TN?client_id=QuUHASQ9TCJUoFiRKbGlr&client_secret=KYmfRqefNVRMZsifGE8PzMubLDc7Ok1W3rBRD0t3","urlObject":{"protocol":"http","path":["indices","migraine","Knoxville,TN"],"host":["api","aerisapi","com"],"query":[{"key":"client_id","value":"QuUHASQ9TCJUoFiRKbGlr"},{"key":"client_secret","value":"KYmfRqefNVRMZsifGE8PzMubLDc7Ok1W3rBRD0t3"}],"variable":[]}},"response":[],"_postman_id":"8007c597-04a8-4811-aa4f-3634cfb29299"},{"name":"arizona snow and precipitation","id":"4073d48b-07be-476b-ad6f-fc1a514ce58d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://api.aerisapi.com/normals/flagstaff,az?client_id=QuUHASQ9TCJUoFiRKbGlr&client_secret=KYmfRqefNVRMZsifGE8PzMubLDc7Ok1W3rBRD0t3&limit=5&filter=hassnow&filter=hasprecip","description":"<p>aeris endpoint to find 5 places with snow and precipitation in arizona</p>\n","urlObject":{"protocol":"http","path":["normals","flagstaff,az"],"host":["api","aerisapi","com"],"query":[{"key":"client_id","value":"QuUHASQ9TCJUoFiRKbGlr"},{"key":"client_secret","value":"KYmfRqefNVRMZsifGE8PzMubLDc7Ok1W3rBRD0t3"},{"key":"limit","value":"5"},{"key":"filter","value":"hassnow"},{"key":"filter","value":"hasprecip"}],"variable":[]}},"response":[],"_postman_id":"4073d48b-07be-476b-ad6f-fc1a514ce58d"},{"name":"megPet","id":"3e3f6a65-855d-42c4-896f-eb38a8341344","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://petstore.swagger.io/v2/pet/1251","urlObject":{"protocol":"https","path":["v2","pet","1251"],"host":["petstore","swagger","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e3f6a65-855d-42c4-896f-eb38a8341344"}]}