home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

6 rows where docket_id = "EPA-HQ-SFUND-2000-0006" and posted_year = 2016 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, posted_date, posted_month, last_modified, comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 3

  • Supporting & Related Material 4
  • Proposed Rule 1
  • Rule 1

posted_year 1

  • 2016 · 6 ✖

agency_id 1

  • EPA 6
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-SFUND-2000-0006-0011 EPA None EPA-HQ-SFUND-2000-0006 National Oil and Hazardous Substances Pollution Contingency Plan; National Priorities List: Deletion of the Jackson Steel Superfund Site: Responsiveness Summary Supporting & Related Material Report 2016-09-27T04:00:00Z 2016 9     2016-09-27T19:09:48Z   0 0 09000064822479bf
EPA-HQ-SFUND-2000-0006-0007 EPA None EPA-HQ-SFUND-2000-0006 National Priorities List: National Oil and Hazardous Substances Pollution Contingency Plan: Deletion of the Jackson Steel Superfund Site Rule Direct Final Rule 2016-08-12T04:00:00Z 2016 8     2016-08-12T19:04:07Z 2016-19130 0 0 0900006482170b0d
EPA-HQ-SFUND-2000-0006-0010 EPA None EPA-HQ-SFUND-2000-0006 Deletion Docket Index Jackson Steel August 4, 2016 Supporting & Related Material Index 2016-08-12T04:00:00Z 2016 8     2016-08-12T19:05:46Z   0 0 09000064821559ba
EPA-HQ-SFUND-2000-0006-0009 EPA None EPA-HQ-SFUND-2000-0006 Letter to Walter Mugdan, USEPA, Region II, from Robert W. Schick, P. E., Director, Division of Environmental Remediation, New York State Department of Environmental Conservation (DEC) Supporting & Related Material Letter 2016-08-12T04:00:00Z 2016 8     2016-08-12T19:05:45Z   0 0 0900006482139f0f
EPA-HQ-SFUND-2000-0006-0008 EPA None EPA-HQ-SFUND-2000-0006 Superfund Final Close-Out Report: Jackson Steel Superfund Site Mineola/North Hempstead - Nassau County, New York Supporting & Related Material Report 2016-08-12T04:00:00Z 2016 8     2016-08-12T19:05:45Z   0 0 0900006482132ef9
EPA-HQ-SFUND-2000-0006-0006 EPA None EPA-HQ-SFUND-2000-0006 National Priorities List: National Oil and Hazardous Substances Pollution Contingency Plan: Deletion of the Jackson Steel Superfund Site Proposed Rule Notice of Proposed Rulemaking (NPRM) 2016-08-12T04:00:00Z 2016 8 2016-08-12T04:00:00Z 2016-09-13T03:59:59Z 2016-08-12T18:57:05Z 2016-19142 0 0 0900006482170b4c

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 866.133ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API