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

10 rows where docket_id = "EPA-HQ-OLEM-2016-0153" 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 3

  • Supporting & Related Material 6
  • Other 2
  • Proposed Rule 2

posted_year 2

  • 2016 8
  • 2022 2

agency_id 1

  • EPA 10
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-OLEM-2016-0153-0138 EPA National Priorities List (NPL) for Riverside Ground Water Contamination EPA-HQ-OLEM-2016-0153 National Priorities List Proposed Rule Withdrawal 2022-03-18T04:00:00Z 2022 3 2022-03-18T04:00:00Z   2022-03-19T00:57:30Z 2022-05855 0 0 0900006484fcc7eb
EPA-HQ-OLEM-2016-0153-0139 EPA National Priorities List (NPL) for Riverside Ground Water Contamination EPA-HQ-OLEM-2016-0153 Riverside Groundwater De-Proposal Supporting Documentation Supporting & Related Material Memorandum 2022-03-18T04:00:00Z 2022 3     2022-03-19T00:57:38Z   0 0 0900006484f3f3ae
EPA-HQ-OLEM-2016-0153-0121 EPA National Priorities List (NPL) for Riverside Ground Water Contamination EPA-HQ-OLEM-2016-0153 State Concurrence - Riverside Ground Water Contamination August 18, 2016 Supporting & Related Material Report 2016-09-08T04:00:00Z 2016 9     2016-09-11T03:42:19Z   0 0 09000064821c08a3
EPA-HQ-OLEM-2016-0153-0016 EPA National Priorities List (NPL) for Riverside Ground Water Contamination EPA-HQ-OLEM-2016-0153 90 Days Extension Letter from EPA for Riverside Ground Water Contamination Supporting & Related Material Letter 2016-06-09T04:00:00Z 2016 6     2016-06-10T00:33:35Z   0 0 09000064820214e1
EPA-HQ-OLEM-2016-0153-0015 EPA National Priorities List (NPL) for Riverside Ground Water Contamination EPA-HQ-OLEM-2016-0153 Memo authorizing extension of comment period for National Priorities List, Notice of Proposed Rulemaking: Riverside Ground Water Contamination Other Memorandum to Open a Docket 2016-06-08T04:00:00Z 2016 6     2016-06-09T00:44:30Z   0 0 0900006482021a49
EPA-HQ-OLEM-2016-0153-0006 EPA National Priorities List (NPL) for Riverside Ground Water Contamination EPA-HQ-OLEM-2016-0153 Memo authorizing extension of comment period for National Priorities List, Notice of Proposed Rulemaking: Riverside Ground Water Contamination Other Memorandum to Open a Docket 2016-05-26T04:00:00Z 2016 5     2016-06-09T01:00:35Z   0 0 0900006481ff6d37
EPA-HQ-OLEM-2016-0153-0003 EPA National Priorities List (NPL) for Riverside Ground Water Contamination EPA-HQ-OLEM-2016-0153 Narrative Summary - Riverside Ground Water Contamination (April 2016) Supporting & Related Material Fact/Data Sheet 2016-04-07T04:00:00Z 2016 4     2016-04-08T00:34:47Z   0 0 0900006481ef08be
EPA-HQ-OLEM-2016-0153-0004 EPA National Priorities List (NPL) for Riverside Ground Water Contamination EPA-HQ-OLEM-2016-0153 HRS Documentation Record - Riverside Ground Water Contamination (April 2016) Supporting & Related Material Publication - Copyrighted Materials 2016-04-07T04:00:00Z 2016 4     2016-04-11T16:39:49Z   0 0 0900006481ef08bd
EPA-HQ-OLEM-2016-0153-0001 EPA National Priorities List (NPL) for Riverside Ground Water Contamination EPA-HQ-OLEM-2016-0153 National Priorities List Proposed Rule Notice of Proposed Rulemaking (NPRM) 2016-04-07T04:00:00Z 2016 4 2016-04-07T04:00:00Z 2016-09-06T03:59:59Z 2016-09-08T01:00:57Z 2016-07671 0 0 0900006481f3bc36
EPA-HQ-OLEM-2016-0153-0002 EPA National Priorities List (NPL) for Riverside Ground Water Contamination EPA-HQ-OLEM-2016-0153 State Correspondence Letter - Riverside Ground Water Contamination (August 13, 2015) Supporting & Related Material Letter 2016-04-07T04:00:00Z 2016 4     2016-04-08T00:34:54Z   0 0 0900006481ef08bf

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);
Powered by Datasette · Queries took 37.336ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API