{ "opencollection": "1.0.0", "info": { "name": "OpenAQ Averages Providers API", "version": "2.0.0" }, "items": [ { "info": { "name": "Providers", "type": "folder" }, "items": [ { "info": { "name": "OpenAQ Get a provider by ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v3/providers/:providers_id", "params": [ { "name": "providers_id", "value": "", "type": "path", "description": "Limit the results to a specific provider by id" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Provides a provider by provider ID" }, { "info": { "name": "OpenAQ Get providers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v3/providers", "params": [ { "name": "order_by", "value": "", "type": "query", "description": "The field by which to order results" }, { "name": "sort_order", "value": "", "type": "query", "description": "Sort results ascending or descending. Default ASC" }, { "name": "parameters_id", "value": "", "type": "query" }, { "name": "monitor", "value": "", "type": "query", "description": "Is the location considered a reference monitor?" }, { "name": "iso", "value": "", "type": "query", "description": "Limit the results to a specific country using ISO 3166-1 alpha-2 code" }, { "name": "countries_id", "value": "", "type": "query", "description": "Limit the results to a specific country or countries by country ID as a single country ID or a comma delimited list of IDs" }, { "name": "bbox", "value": "", "type": "query", "description": "geospatial bounding box of Min X, min Y, max X, max Y in WGS 84 coordinates. Up to 4 decimal points of precision, addtional decimal precision will be truncated to 4 decimal points precision e.g. -77.037,38.907,-77.0,39.910" }, { "name": "coordinates", "value": "", "type": "query", "description": "WGS 84 Coordinate pair in form latitude,longitude. Supports up to 4 decimal points of precision, additional decimal precision will be truncated in the query e.g. 38.9074,-77.0373" }, { "name": "radius", "value": "", "type": "query", "description": "Search radius from coordinates as center in meters. Maximum of 25,000 (25km) defaults to 1000 (1km) e.g. radius=1000" }, { "name": "limit", "value": "", "type": "query", "description": "Change the number of results returned.\n e.g. limit=100 will return up to 100 results" }, { "name": "page", "value": "", "type": "query", "description": "Paginate through results. e.g. page=1 will return first page of results" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Provides a list of providers" } ] } ], "bundled": true }