A quick start guide to using the AerisWeather API with Postman. Check out our official documentation to discover the powerful features of our API.
- Access to Postman via web or desktop app.
- An AerisWeather account with your client ID and client secret.
Within the Postman application, import the ./AerisWeather API.postman_environment.json
file with the Manage Environments button. Next, select the AerisWeather API environment and update the CLIENT_ID
, CLIENT_SECRET
, and location
variables:
Now we can import the ./AerisWeather API.postman_collection.json
file with the Import option above the collection list. You are now ready to start hitting the AerisWeather API.
Be sure to check the request description for details about that request. The collection uses the following endpoints:
- forecasts
- conditions
- conditions/summary
- airquality
- airquality/forecasts
- phrases/summary
- alerts
- tropicalcyclones
- lightning
Additionally, we include a prebuilt batch request which returns a single response containing a places, conditions, hourly forecast, and 7-day forecast request. Please note, the batch request will still use 4 API hits.
Feel free to reach out to our Support Team if you have any additional questions.