UrbanReflex API
Access global air quality data through our free, open API. No authentication required.
Fast & Reliable
Our API is built for performance with 99.9% uptime and low latency responses.
Free & Open
No API keys required. All data is freely accessible under open licenses.
Well Documented
Comprehensive documentation with examples in multiple programming languages.
RESTful Design
Clean, intuitive API design following REST best practices.
API Endpoints
Here are some of the main endpoints available in the UrbanReflex API v3
GET
/v3/locationsGet a list of air quality monitoring locations
https://api.openaq.org/v3/locations?limit=100&page=1GET
/v3/locations/{id}Get details for a specific location
https://api.openaq.org/v3/locations/2178GET
/v3/measurementsGet air quality measurements
https://api.openaq.org/v3/measurements?location_id=2178&limit=1000GET
/v3/parametersGet list of available parameters (pollutants)
https://api.openaq.org/v3/parameters