Provenance
Freshness & coverage
Methods (5)
search303dImpairedStreams
unknownPA impaired streams (~95K). 303(d)-equivalent. Filter use/cause/huc/streamName/bbox/near.
Input schema
{ "type": "object", "properties": { "streamName": { "type": "string" }, "assessedUse": { "type": "string" }, "sourceCause": { "type": "string", "examples": [ "ACID MINE DRAINAGE" ] }, "huc": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }Layer 158 contains only impaired records (BLN_ATTAINED=N).
searchActMine
readPA mine permits — anthracite (~2K) + bituminous (~38K) + industrial mineral (~2K). NO COUNTY column.
Input schema
{ "type": "object", "properties": { "companyName": { "type": "string", "examples": [ "Consol" ] }, "mineName": { "type": "string" }, "permitType": { "type": "string" }, "mineral": { "type": "string" }, "mineCategory": { "type": "string", "examples": [ "bituminous" ], "oneOf": [ { "type": "string", "enum": [ "all" ] }, { "type": "string", "enum": [ "anthracite" ] }, { "type": "string", "enum": [ "bituminous" ] }, { "type": "string", "enum": [ "industrial-mineral" ] } ] }, "permitNumber": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }Filter via companyName / mineName / permitType / bbox / near.
searchHazardousWasteSites
readPA Land Recycling cleanup sites (~16.9K Soil Media). NO COUNTY — use facilityName/bbox/near.
Input schema
{ "type": "object", "properties": { "facilityName": { "type": "string" }, "siteStatus": { "type": "string", "examples": [ "ACTIVE" ] }, "complianceOnly": { "type": "boolean" }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }Largest of 7 cleanup-media sub-layers.
searchAirEmissionSources
readPA Point of Air Emission (~61.3K stack-level points). NO COUNTY — use facilityName/companyName/bbox.
Input schema
{ "type": "object", "properties": { "facilityName": { "type": "string" }, "companyName": { "type": "string", "examples": [ "EQT" ] }, "siteStatus": { "type": "string" }, "complianceOnly": { "type": "boolean" }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }getServiceInfo
readPennsylvania DEP environmental service catalog: schemas + record counts (6 services).
Input schema
{ "type": "object", "properties": { "service": { "type": "string", "examples": [ "impairedStreams" ] } }, "additionalProperties": false }
