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

12 rows where docket_id = "EPA-HQ-SFUND-1983-0002" and posted_year = 2016 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 9
  • Proposed Rule 2
  • Rule 1

posted_year 1

  • 2016 · 12 ✖

agency_id 1

  • EPA 12
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-1983-0002-0726 EPA None EPA-HQ-SFUND-1983-0002 Strecker Forest ESR Report Supporting & Related Material Report 2016-04-04T04:00:00Z 2016 4     2016-04-04T14:30:15Z   0 0 0900006481eeb299
EPA-HQ-SFUND-1983-0002-0716 EPA None EPA-HQ-SFUND-1983-0002 National Oil and Hazardous Substances Pollution Contingency Plan; National Priorities List: Partial Deletion of the Ellisville Superfund Site Proposed Rule Notice of Proposed Rulemaking (NPRM) 2016-03-18T04:00:00Z 2016 3 2016-03-18T04:00:00Z 2016-04-19T03:59:59Z 2016-04-18T22:00:30Z 2016-06221 0 0 0900006481ecdcdc
EPA-HQ-SFUND-1983-0002-0717 EPA None EPA-HQ-SFUND-1983-0002 Documents Reviewed To Develop The Record Of Decision Supporting & Related Material Report 2016-03-18T04:00:00Z 2016 3     2016-03-18T14:17:32Z   0 0 0900006481da43db
EPA-HQ-SFUND-1983-0002-0722 EPA None EPA-HQ-SFUND-1983-0002 Callahan Site Map Supporting & Related Material Map 2016-03-18T04:00:00Z 2016 3     2016-03-18T14:17:33Z   0 0 0900006481d810bf
EPA-HQ-SFUND-1983-0002-0724 EPA None EPA-HQ-SFUND-1983-0002 Callahan Limited Risk Assessment Supporting & Related Material Memorandum 2016-03-18T04:00:00Z 2016 3     2016-03-18T14:17:33Z   0 0 0900006481d810bd
EPA-HQ-SFUND-1983-0002-0721 EPA None EPA-HQ-SFUND-1983-0002 POLREP 31 Callahan Final Supporting & Related Material Letter 2016-03-18T04:00:00Z 2016 3     2016-03-18T14:17:33Z   0 0 0900006481d810c0
EPA-HQ-SFUND-1983-0002-0720 EPA None EPA-HQ-SFUND-1983-0002 State Concurrence Letter to Delist Supporting & Related Material Letter 2016-03-18T04:00:00Z 2016 3     2016-03-18T14:17:33Z   0 0 0900006481d81a51
EPA-HQ-SFUND-1983-0002-0719 EPA None EPA-HQ-SFUND-1983-0002 Ellisville Site Map Supporting & Related Material Map 2016-03-18T04:00:00Z 2016 3     2016-03-18T14:17:33Z   0 0 0900006481d81a52
EPA-HQ-SFUND-1983-0002-0718 EPA None EPA-HQ-SFUND-1983-0002 1985 Record of Decision Supporting & Related Material Decision 2016-03-18T04:00:00Z 2016 3     2016-03-18T14:17:32Z   0 0 0900006481d839c2
EPA-HQ-SFUND-1983-0002-0723 EPA None EPA-HQ-SFUND-1983-0002 Callahan Removal Report Supporting & Related Material Report 2016-03-18T04:00:00Z 2016 3     2016-03-18T14:17:33Z   0 0 0900006481d810be
EPA-HQ-SFUND-1983-0002-0714 EPA None EPA-HQ-SFUND-1983-0002 National Oil and Hazardous Substance Pollution Contingency Plan: Partial Deletion of the California Gulch Superfund Site National Priorities List Rule Direct Final Rule 2016-02-09T05:00:00Z 2016 2     2019-08-13T19:12:50Z 2016-02601 0 0 0900006481e5ced7
EPA-HQ-SFUND-1983-0002-0715 EPA None EPA-HQ-SFUND-1983-0002 National Oil and Hazardous Substances Pollution Contingency Plan: National Priorities List-Partial Deletion of the California Gulch Superfund Site Proposed Rule Notice of Proposed Rulemaking (NPRM) 2016-02-09T05:00:00Z 2016 2 2016-02-09T05:00:00Z 2016-03-11T04:59:59Z 2016-02-09T15:45:40Z 2016-02599 0 0 0900006481e5c7d5

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 1571.191ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API