documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where agency_id = "EPA" and docket_id = "EPA-HQ-OECA-2002-0002" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date (date), last_modified (date)
document_type 3
agency_id 1
- EPA · 4 ✖
| id | agency_id | docket_id | title | document_type | subtype | posted_date ▲ | posted_year | posted_month | comment_start_date | comment_end_date | last_modified | fr_doc_num | open_for_comment | withdrawn | object_id |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| EPA-HQ-OECA-2002-0002-0004 | EPA | Consolidated Rules of Practice Governing the Administrative Assessment of Civil Penalties, Issuance of Compliance or Corrective Action Orders, and the Revocation, Termination or Suspension of Permits EPA-HQ-OECA-2002-0002 | Consolidated Rules of Practice Governing the Administrative Assessment of Civil Penalties, Issuance of Compliance or Corrective Actions Orders, and the Revocation, Termination or Suspension of Permits; Final Rule. | Rule | Federal Register Document | 1999-07-23T04:00:00Z | 1999 | 7 | 2008-01-08T21:14:23Z | 40138 | 0 | 0 | 09000064800b7209 | ||
| EPA-HQ-OECA-2002-0002-0003 | EPA | Consolidated Rules of Practice Governing the Administrative Assessment of Civil Penalties, Issuance of Compliance or Corrective Action Orders, and the Revocation, Termination or Suspension of Permits EPA-HQ-OECA-2002-0002 | Reopening of Public Comment Period for Proposed Revisions of the Consolidated Rules of Practice Governing the Administrative Assessment of Civil Penalties, Issuance of Compliance or Corrective Action Orders, and the Revocation, Termination or Suspension of Permits | Proposed Rule | Federal Register Document | 1998-05-06T04:00:00Z | 1998 | 5 | 2025-06-27T01:21:42Z | 25006 | 0 | 0 | 09000064800b71f1 | ||
| EPA-HQ-OECA-2002-0002-0005 | EPA | Consolidated Rules of Practice Governing the Administrative Assessment of Civil Penalties, Issuance of Compliance or Corrective Action Orders, and the Revocation, Termination or Suspension of Permits EPA-HQ-OECA-2002-0002 | Letter to Paul G. Wallach, Hale and Dorr, L.L.P. and Steven B. Hellem, Corporate Environmental Enforcement Council, Inc. from Scott B. Garrison, USEPA/OECA/Office of Regulatory Enforcement/Multimedia Enforcement Division re: response to requests for extension of comment period | Supporting & Related Material | Comment Response | 1998-04-24T04:00:00Z | 1998 | 4 | 2006-09-02T12:30:40Z | 0 | 0 | 09000064800b7406 | |||
| EPA-HQ-OECA-2002-0002-0002 | EPA | Consolidated Rules of Practice Governing the Administrative Assessment of Civil Penalties, Issuance of Compliance or Corrective Action Orders, and the Revocation, Termination or Suspension of Permits EPA-HQ-OECA-2002-0002 | Consolidated Rules of Practice Governing the Administrative Assessment of Civil Penalties, Issuance of Compliance or Corrective Action Orders, and the Revocation, Termination or Suspension of Permits [III-A-1] | Proposed Rule | Federal Register Document | 1998-02-25T05:00:00Z | 1998 | 2 | 2025-06-27T01:20:32Z | 9464 | 0 | 0 | 09000064800b7133 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE documents (
id TEXT PRIMARY KEY,
agency_id TEXT,
docket_id TEXT REFERENCES dockets(id),
title TEXT,
document_type TEXT,
subtype TEXT,
posted_date TEXT,
posted_year INTEGER,
posted_month INTEGER,
comment_start_date TEXT,
comment_end_date TEXT,
last_modified TEXT,
fr_doc_num TEXT,
open_for_comment INTEGER,
withdrawn INTEGER,
object_id TEXT
);
CREATE INDEX idx_docs_agency ON documents(agency_id);
CREATE INDEX idx_docs_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);