Echo Rcra Rcra02 Structure

Map Data Object

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

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

Properties

FormalCount ICON InformalCount LAT LON LastInsp NAME PUV RCRAstatus TYPE

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-rcra-rcra02-structure.json",
  "name": "rcra02",
  "description": "Map Data Object",
  "type": "object",
  "properties": {
    "FormalCount": {
      "type": "string",
      "description": "The number of formal enforcement actions that have been taken against the facility",
      "example": "1"
    },
    "ICON": {
      "type": "string",
      "description": "Name of each individual icon file within the URL base",
      "example": "CAA-IC-MN-N.png"
    },
    "InformalCount": {
      "type": "string",
      "description": "The number of informal enforcement actions that have been taken against the facility",
      "example": "1"
    },
    "LAT": {
      "type": "string",
      "description": "The latitude of the facility in degrees, to four decimal places",
      "example": "38.798026"
    },
    "LON": {
      "type": "string",
      "description": "The longitude of the facility in degrees, to four decimal places",
      "example": "-77.062981"
    },
    "LastInsp": {
      "type": "string",
      "description": "The unique identifier for the last inspection",
      "example": "901"
    },
    "NAME": {
      "type": "string",
      "description": "For DFR, this is the Facility name. The name corresponds to the TYPE value",
      "example": "VIRGINIA CONCRETE ALEXANDRIA PLANT"
    },
    "PUV": {
      "type": "string",
      "description": "Pop up value. Combine with PopUpBaseURL to give the popup for the facility",
      "example": "110001891506"
    },
    "RCRAstatus": {
      "type": "string",
      "description": "The facility's 3-year compliance status history by quarter (3-month period) entered in the RCRAInfo program database. Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses:\n_ -\ufffdNo Violation\nV -\ufffdViolation\nS -\ufffdSignificant Violation\nU - Undetermined",
      "example": "________VVSS"
    },
    "TYPE": {
      "type": "string",
      "description": "For DFR, this is always facility",
      "example": "Facility"
    }
  },
  "required": [
    "LAT",
    "LON",
    "ICON",
    "TYPE",
    "NAME",
    "PUV",
    "RCRAstatus",
    "LastInsp",
    "FormalCount",
    "InformalCount"
  ]
}

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-rcra-rcra02-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 email required.

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