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-1987-0002" and posted_year = 2019 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

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

posted_year 1

  • 2019 · 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-1987-0002-0384 EPA None EPA-HQ-SFUND-1987-0002 National Oil and Hazardous Substances Pollution Contingency Plan; National Priorities List: Partial Deletion of the Shaw Avenue Dump Superfund Site Rule Final Rule 2019-08-08T04:00:00Z 2019 8     2019-08-08T14:51:22Z 2019-16904 0 0 0900006483e12391
EPA-HQ-SFUND-1987-0002-0377 EPA None EPA-HQ-SFUND-1987-0002 Shaw Avenue Dump Superfund Site Location Maps Supporting & Related Material Map 2019-06-04T04:00:00Z 2019 6     2019-06-04T15:42:42Z   0 0 0900006483b83517
EPA-HQ-SFUND-1987-0002-0376 EPA None EPA-HQ-SFUND-1987-0002 State Concurrence Letter on the Partial Deletion of Operable Unit 01 at Shaw Avenue Dump Superfund Site, Charles City, Iowa Supporting & Related Material Letter 2019-06-04T04:00:00Z 2019 6     2019-06-04T15:42:40Z   0 0 0900006483b83516
EPA-HQ-SFUND-1987-0002-0379 EPA None EPA-HQ-SFUND-1987-0002 Third Five Year Review for Shaw Avenue Dump Superfund site, Charles City, Iowa Supporting & Related Material Report 2019-06-04T04:00:00Z 2019 6     2019-06-04T15:42:44Z   0 0 0900006483b83519
EPA-HQ-SFUND-1987-0002-0382 EPA None EPA-HQ-SFUND-1987-0002 Explanation of Significant Differences for Shaw Avenue Dump Superfund Site, Charles City, Iowa Supporting & Related Material Memorandum 2019-06-04T04:00:00Z 2019 6     2019-06-04T15:42:47Z   0 0 0900006483b83590
EPA-HQ-SFUND-1987-0002-0381 EPA None EPA-HQ-SFUND-1987-0002 Remedial Action Report for Shaw Avenue Dump Superfund Site, Charles City, Iowa Supporting & Related Material Report 2019-06-04T04:00:00Z 2019 6     2019-06-04T15:42:45Z   0 0 0900006483b8358f
EPA-HQ-SFUND-1987-0002-0380 EPA None EPA-HQ-SFUND-1987-0002 Preliminary Closeout Report for Shaw Avenue Dump Superfund Site, Charles City, Iowa Supporting & Related Material Report 2019-06-04T04:00:00Z 2019 6     2019-06-04T15:42:45Z   0 0 0900006483b8358e
EPA-HQ-SFUND-1987-0002-0378 EPA None EPA-HQ-SFUND-1987-0002 Addendum to the 2015 Five Year Review for Shaw Avenue Dump Superfund Site, Charles City, Iowa Supporting & Related Material Report 2019-06-04T04:00:00Z 2019 6     2019-06-04T15:42:43Z   0 0 0900006483b83518
EPA-HQ-SFUND-1987-0002-0383 EPA None EPA-HQ-SFUND-1987-0002 Record of Decision for Shaw Avenue Dump Superfund site, Charles City, Iowa Supporting & Related Material Decision 2019-06-04T04:00:00Z 2019 6     2019-06-04T15:42:48Z   0 0 0900006483b83591
EPA-HQ-SFUND-1987-0002-0375 EPA None EPA-HQ-SFUND-1987-0002 National Oil and Hazardous Substances Pollution Contingency Plan; National Priorities List: Partial Deletion of the Shaw Avenue Dump Superfund Site; Notice of Intent Proposed Rule   2019-06-04T04:00:00Z 2019 6 2019-06-04T04:00:00Z 2019-07-06T03:59:59Z 2019-06-04T15:35:58Z 2019-11542 0 0 0900006483ce6aff
EPA-HQ-SFUND-1987-0002-0373 EPA None EPA-HQ-SFUND-1987-0002 February 2019 - Tomah Armory Responsiveness Summary Supporting & Related Material Comment Response 2019-02-21T05:00:00Z 2019 2     2019-02-21T19:34:14Z   0 0 0900006483a3f668
EPA-HQ-SFUND-1987-0002-0372 EPA None EPA-HQ-SFUND-1987-0002 December 14, 2018 - Tomah Armory Public Comment Newspaper Ad Supporting & Related Material Publication - Copyrighted Materials 2019-02-13T05:00:00Z 2019 2     2019-02-13T16:30:21Z   0 0 0900006483a3f698

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