Provenance
Freshness & coverage
Methods (5)
searchSpills
readKDHE Reported Spills (~32.3K). Filter status/county/spillId/discharger/medium/cause/dates.
Input schema
{ "type": "object", "properties": { "status": { "type": "string", "examples": [ "Open" ] }, "county": { "type": "string", "examples": [ "Sedgwick" ] }, "spillId": { "type": "string" }, "discharger": { "type": "string" }, "mediumAffected": { "type": "string" }, "cause": { "type": "string" }, "dateFrom": { "type": "string" }, "dateTo": { "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 }Status: Closed/Transferred/Referred/Open/"not recorded". Counties Title Case.
searchTanks
readKDHE AST+UST Tank Sites (~17.5K). Filter status/county/district/facilityName/city.
Input schema
{ "type": "object", "properties": { "status": { "type": "string", "examples": [ "Tank(s) Currently In Use" ] }, "county": { "type": "string" }, "district": { "type": "string" }, "facilityName": { "type": "string" }, "city": { "type": "string" }, "facilityId": { "type": "string" }, "permittedUstOnly": { "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 }5 FAC_STATUS values; 6 districts NCDO/NEDO/NWDO/SCDO/SEDO/SWDO. Column FAC_CNTY.
searchIdentifiedSites
readKDHE Identified Sites List (~3.7K). Filter program/status/county/siteName/projectCode.
Input schema
{ "type": "object", "properties": { "program": { "type": "string", "examples": [ "BER - Brownfields" ] }, "status": { "type": "string" }, "county": { "type": "string" }, "siteName": { "type": "string" }, "projectCode": { "type": "string" }, "hasEucOnly": { "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 }13 BER programs (Brownfields/Superfund/VCRA/+). COUNTYNAME UPPERCASE.
searchEnvironmentalInterestSites
readKDHE KEIMS Programs finder (~39.8K). Filter programType/status/city/facilityName.
Input schema
{ "type": "object", "properties": { "programType": { "type": "string", "examples": [ "Drycleaner" ] }, "status": { "type": "string" }, "city": { "type": "string" }, "facilityName": { "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 }8 program types. No county column — only city.
getServiceInfo
readSchema, record counts, max-page caps, enum values, §0 probe notes for any of 4 layers.
Input schema
{ "type": "object", "properties": { "service": { "type": "string", "examples": [ "spills" ] } }, "additionalProperties": false }
