{ "opencollection": "1.0.0", "info": { "name": "EPA Data Service Envirofacts API", "version": "1.0.0" }, "items": [ { "info": { "name": "Envirofacts", "type": "folder" }, "items": [ { "info": { "name": "Query an Envirofacts table", "type": "http" }, "http": { "method": "GET", "url": "https://data.epa.gov/efservice/:table/:format", "params": [ { "name": "table", "value": "", "type": "path", "description": "Envirofacts schema.table name (e.g. `sems.envirofacts_site`)." }, { "name": "format", "value": "", "type": "path", "description": "Output format." } ] }, "docs": "Retrieve rows from an Envirofacts table. The dynamic path supports filters (e.g. `state_code/equals/CT`), table joins, pagination (`:`), and sort directives." }, { "info": { "name": "Query an Envirofacts table with a column filter", "type": "http" }, "http": { "method": "GET", "url": "https://data.epa.gov/efservice/:table/:column/:operator/:value/:format", "params": [ { "name": "table", "value": "", "type": "path" }, { "name": "column", "value": "", "type": "path" }, { "name": "operator", "value": "", "type": "path" }, { "name": "value", "value": "", "type": "path" }, { "name": "format", "value": "", "type": "path" } ] }, "docs": "Query an Envirofacts table with a column filter" } ] } ], "bundled": true }