BreezoMeter API Demo

Get historical records, save it into CSV files and post tweets with Air Quality Conditions every day in the morning, afternoon, and evening.

View the Project on GitHub sebaxtian/breezometer-api-demo

Documentation

Readme about documentation here

Air Quality API v2

https://docs.breezometer.com/api-documentation/air-quality-api/v2/#air-quality-api-v2

The Air Quality API lets you request air quality information including indexes, pollutants, and health recommendations for a specific location. The API provides endpoints that let you query:

Error Codes

https://docs.breezometer.com/api-documentation/introduction/#error-codes

Request Metadata

https://docs.breezometer.com/api-documentation/air-quality-api/v2/#request-metadata

Any request to an API endpoint can return metadata that describes the original request. You request metadata by including the metadata parameter in your request with the value true. When excluding the metadata parameter, or setting it to false, the metadata field returns null.


Examples BreezoMeter API REST


Work in progress …