Provenance
Freshness & coverage
Methods (8)
searchSuperfundSites
readFederal Superfund / NPL sites in Indiana (~85). Filter agencyInterestName, city, bbox.
Input schema
{ "type": "object", "properties": { "agencyInterestId": { "type": "string" }, "agencyInterestName": { "type": "string" }, "regulatoryProgramId": { "type": "string" }, "city": { "type": "string", "examples": [ "Elkhart" ] }, "zipCode": { "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" }, "offset": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }Shared schema layer (program=SF). No county column.
searchCleanupSites
readIDEM State Cleanup Sites (~1.5K, program=SC). Filter agencyInterestName, city, bbox.
Input schema
{ "type": "object", "properties": { "agencyInterestId": { "type": "string" }, "agencyInterestName": { "type": "string" }, "regulatoryProgramId": { "type": "string" }, "city": { "type": "string", "examples": [ "Indianapolis" ] }, "zipCode": { "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" }, "offset": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }Shared schema; no county column on this layer.
searchVoluntaryRemediation
readVoluntary Remediation Program sites (~653, program=VR). Filter agencyInterestName, city, bbox.
Input schema
{ "type": "object", "properties": { "agencyInterestId": { "type": "string" }, "agencyInterestName": { "type": "string" }, "regulatoryProgramId": { "type": "string" }, "city": { "type": "string" }, "zipCode": { "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", "examples": [ 100 ] }, "offset": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }searchBrownfields
readIDEM brownfields (~2.3K). Filter county, status (Active/Inactive), siteNames, city.
Input schema
{ "type": "object", "properties": { "bfdNo": { "type": "string" }, "siteNames": { "type": "string" }, "county": { "type": "string", "examples": [ "Marion" ] }, "city": { "type": "string" }, "status": { "type": "string", "examples": [ "Active" ] }, "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" }, "offset": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }Has county column (Marion 486 / Lake 176 / Elkhart 104 lead).
searchHazardousWasteSites
readHazardous Waste Sites (~3K, program=HW).
Input schema
{ "type": "object", "properties": { "agencyInterestId": { "type": "string" }, "agencyInterestName": { "type": "string" }, "regulatoryProgramId": { "type": "string" }, "city": { "type": "string", "examples": [ "Gary" ] }, "zipCode": { "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" }, "offset": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }searchLustSites
readIndiana IDEM leaking underground storage tank (LUST) sites (~8.2K, program=UT).
Input schema
{ "type": "object", "properties": { "agencyInterestId": { "type": "string" }, "agencyInterestName": { "type": "string" }, "regulatoryProgramId": { "type": "string" }, "city": { "type": "string", "examples": [ "Indianapolis" ] }, "zipCode": { "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" }, "offset": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }searchSolidWasteFacilities
readAuthorized Operating Solid Waste Facilities (~401). Filter county, facilityType, facilityName.
Input schema
{ "type": "object", "properties": { "facilityType": { "type": "string", "examples": [ "MSW Landfill" ] }, "facilityName": { "type": "string" }, "county": { "type": "string" }, "city": { "type": "string" }, "swProgramId": { "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" }, "offset": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }facility_type 20 distinct (Composting/Transfer Station/MSW Landfill).
getServiceInfo
readSchema, record counts, and enum values for any of the 7 services (Indiana IDEM).
Input schema
{ "type": "object", "properties": { "service": { "type": "string" } }, "additionalProperties": false }
