U.S. EPA Enforcement and Compliance History Online (ECHO) - Enforcement Case Sea
UE
U.S. EPA Enforcement and Compliance History Online (ECHO) - Enforcement Case Sea
/case_rest_services.get_map

Enforcement Case Map Service

The purpose of the GET_MAP service is to display facility coordinates and facility clusters related to a get_cases query. Currently, the maximum number of coordinates returned is 500. GET_MAP performs automatic clustering at the state, county, and zip code levels to maximize the number of coordinates returned.

liveunknown~3s typical
case enforcementu.s.
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-epa-gov-case /case_rest_services.get_map for me.

Input

FieldTypeDescription
outputstring (JSONP | JSON | XML)Output Format Flag. Enter one of the following keywords: - JSON = Data model formatted as Javascript Object Notation (default). - JSONP = Data model formatted as Javascript Object Notation with Paddi default null

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"oa-epa-gov-case","endpoint":"/case_rest_services.get_map","input":{"output":"JSONP"}}'
cli
npx cracked-ai run -p oa-epa-gov-case -e /case_rest_services.get_map -i '{"output":"JSONP"}'
mcp
run_tool({ provider: "oa-epa-gov-case", endpoint: "/case_rest_services.get_map", input: {"output":"JSONP"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.