{ "opencollection": "1.0.0", "info": { "name": "Air Quality Programmatic APIs Real-time Air Quality Tile Air Quality Programmatic APIs Real Time Air Quality Tile API Map API", "version": "1.0.0" }, "items": [ { "info": { "name": "Map", "type": "folder" }, "items": [ { "info": { "name": "Air Quality Programmatic APIs AQICN Get Stations Within Map Bounds", "type": "http" }, "http": { "method": "GET", "url": "https://tiles.aqicn.org/tiles/map/bounds/", "params": [ { "name": "latlng", "value": "35.0,115.0,42.0,125.0", "type": "query", "description": "Bounding box as lat1,lng1,lat2,lng2" }, { "name": "networks", "value": "all", "type": "query", "description": "Filter by network (all, china, us, etc.)" }, { "name": "token", "value": "demo", "type": "query", "description": "API authentication token" } ] }, "docs": "Retrieve all monitoring stations and their current AQI values within a geographic bounding box. Useful for map overlays." } ] } ], "bundled": true }