{ "opencollection": "1.0.0", "info": { "name": "World Air Quality Index (WAQI) JSON Feed Search API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search for monitoring stations by keyword", "type": "http" }, "http": { "method": "GET", "url": "https://api.waqi.info/search/", "params": [ { "name": "keyword", "value": "", "type": "query", "description": "Search keyword — station name or any name referring to the station, including native language names." }, { "name": "token", "value": "", "type": "query", "description": "API authentication token." } ] }, "docs": "Searches for air quality monitoring stations by name or keyword, including native language names. Returns a list of matching stations with their AQI values and location details." } ] } ], "bundled": true }