Echo Case Crs3 Locations Structure

This section provides geographic locational information for the criminal activity.

Type: object Properties: 7 Required: 7
GovernmentEnvironmentalOpen DataAir QualityWater QualityHazardous WasteComplianceEmissions

crs3_Locations is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 7 properties, of which 7 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

City County EPARegion Latitude Longitude State Zip

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-case-crs3-locations-structure.json",
  "name": "crs3_Locations",
  "description": "This section provides geographic locational information for the criminal activity.",
  "type": "object",
  "properties": {
    "City": {
      "type": "string",
      "description": "The name of the city, town, village or other locality, when identifiable, within whose boundaries (the majority of) the facility site is located. This is not always the same as the city used for USPS mail delivery.",
      "example": "Raleigh"
    },
    "County": {
      "type": "string",
      "description": "The name of the county, when identifiable, within whose boundaries (the majority of) the criminal activity was located. The county was derived in ECHO based on the latitude and longitude provided in the Summary of Criminal Prosecutions database.",
      "example": "037"
    },
    "EPARegion": {
      "type": "string",
      "description": "The EPA region in which the facility is located",
      "example": "04"
    },
    "Latitude": {
      "type": "string",
      "description": "The latitude of the facility or permit holder as maintained in each data system.",
      "example": "34.606651"
    },
    "Longitude": {
      "type": "string",
      "description": "The longitude of the facility or permit holder as maintained in each data system",
      "example": "-86.982419"
    },
    "State": {
      "type": "string",
      "description": "The two letter abbreviation that represents the state or state equivalent for the U.S.",
      "example": "FL"
    },
    "Zip": {
      "type": "string",
      "description": "US postal ZIP code, as maintained by ICIS.",
      "example": "53140"
    }
  },
  "required": [
    "City",
    "State",
    "County",
    "Zip",
    "EPARegion",
    "Latitude",
    "Longitude"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/echo-case-crs3-locations-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.