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

13 rows where docket_id = "EPA-HQ-SFUND-2015-0575" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 4

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

posted_year 3

  • 2015 6
  • 2016 5
  • 2018 2

agency_id 1

  • EPA 13
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-2015-0575-0019 EPA None EPA-HQ-SFUND-2015-0575 National Priorities List Rule Final Rule 2018-09-13T04:00:00Z 2018 9 2018-09-13T04:00:00Z   2018-12-07T08:53:14Z 2018-19878 0 0 09000064836e78e0
EPA-HQ-SFUND-2015-0575-0018 EPA None EPA-HQ-SFUND-2015-0575 Vacature of NPL Listing - DC Circuit Court of Appeals Supporting & Related Material   2018-07-18T04:00:00Z 2018 7     2018-12-07T08:53:13Z   0 0 090000648351341f
EPA-HQ-SFUND-2015-0575-0014 EPA None EPA-HQ-SFUND-2015-0575 West Vermont ext response to M Pfisterer Supporting & Related Material   2016-09-09T04:00:00Z 2016 9     2016-09-11T04:58:21Z   0 0 0900006481d74270
EPA-HQ-SFUND-2015-0575-0017 EPA None EPA-HQ-SFUND-2015-0575 Support Document - West Vermont Drinking Water Contamination Supporting & Related Material Report 2016-09-09T04:00:00Z 2016 9     2016-09-11T04:58:12Z   0 0 09000064821c0a34
EPA-HQ-SFUND-2015-0575-0016 EPA None EPA-HQ-SFUND-2015-0575 Narrative Summary - West Vermont Drinking Water Contamination Supporting & Related Material Report 2016-09-09T04:00:00Z 2016 9     2016-09-11T04:58:16Z   0 0 09000064821c06be
EPA-HQ-SFUND-2015-0575-0013 EPA None EPA-HQ-SFUND-2015-0575 National Priorities List Rule Final Rule 2016-09-09T04:00:00Z 2016 9 2016-09-09T04:00:00Z   2016-09-11T04:58:26Z 2016-21615 0 0 09000064821eafe0
EPA-HQ-SFUND-2015-0575-0015 EPA None EPA-HQ-SFUND-2015-0575 Revised HRS Documentation Record - West Vermont Drinking Water Contamination Supporting & Related Material Report 2016-09-09T04:00:00Z 2016 9     2016-09-11T04:58:07Z   0 0 09000064821c0607
EPA-HQ-SFUND-2015-0575-0006 EPA None EPA-HQ-SFUND-2015-0575 West Vermont extension response signed Supporting & Related Material   2015-11-30T05:00:00Z 2015 11     2015-12-01T01:38:52Z   0 0 0900006481d70041
EPA-HQ-SFUND-2015-0575-0005 EPA None EPA-HQ-SFUND-2015-0575 Extension of Comment Period - West Vermont Drinking Water Contamination Other   2015-11-24T05:00:00Z 2015 11     2015-11-25T22:00:52Z   0 0 0900006481d705a2
EPA-HQ-SFUND-2015-0575-0004 EPA None EPA-HQ-SFUND-2015-0575 State Correspondence Letter - West Vermont Drinking Water Contamination (June 30, 2015) Supporting & Related Material Letter 2015-09-30T04:00:00Z 2015 9     2015-09-30T14:38:45Z   0 0 0900006481c8ed3a
EPA-HQ-SFUND-2015-0575-0002 EPA None EPA-HQ-SFUND-2015-0575 HRS Documentation Record – West Vermont Drinking Water Contamination (September 2015) Supporting & Related Material Report 2015-09-30T04:00:00Z 2015 9     2015-09-30T14:38:35Z   0 0 0900006481c8ed38
EPA-HQ-SFUND-2015-0575-0001 EPA None EPA-HQ-SFUND-2015-0575 National Priorities List Proposed Rule Notice of Proposed Rulemaking (NPRM) 2015-09-30T04:00:00Z 2015 9 2015-09-30T04:00:00Z 2015-12-15T04:59:59Z 2015-12-16T22:00:57Z 2015-24318 0 0 0900006481ca414e
EPA-HQ-SFUND-2015-0575-0003 EPA None EPA-HQ-SFUND-2015-0575 Narrative Summary - West Vermont Drinking Water Contamination (September 2015) Supporting & Related Material Technical Support Document 2015-09-30T04:00:00Z 2015 9     2015-09-30T14:38:40Z   0 0 0900006481c8ed39

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