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

7 rows where agency_id = "EPA" and docket_id = "EPA-HQ-OLEM-2019-0488" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 4

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

posted_year 2

  • 2019 5
  • 2020 2

agency_id 1

  • EPA · 7 ✖
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-2019-0488-0009 EPA National Priorities List (NPL) for Clearwater Finishing EPA-HQ-OLEM-2019-0488 National Priorities List for Clearwater Finishing Rule Final Rule 2020-09-03T04:00:00Z 2020 9 2020-09-03T04:00:00Z   2020-10-03T04:41:35Z 2020-19172 0 0 0900006484840789
EPA-HQ-OLEM-2019-0488-0010 EPA National Priorities List (NPL) for Clearwater Finishing EPA-HQ-OLEM-2019-0488 Narrative Summary - Clearwater Finishing Supporting & Related Material   2020-09-03T04:00:00Z 2020 9     2020-10-03T04:42:12Z   0 0 0900006484821484
EPA-HQ-OLEM-2019-0488-0007 EPA National Priorities List (NPL) for Clearwater Finishing EPA-HQ-OLEM-2019-0488 Memorandum to extend the current comment period Other Memorandum to Open a Docket 2019-12-18T05:00:00Z 2019 12 2019-12-18T05:00:00Z   2019-12-19T01:42:48Z   0 0 090000648422aa77
EPA-HQ-OLEM-2019-0488-0004 EPA National Priorities List (NPL) for Clearwater Finishing EPA-HQ-OLEM-2019-0488 State Concurrence - Clearwater Finishing Supporting & Related Material Letter 2019-11-08T05:00:00Z 2019 11     2019-11-09T01:38:02Z   0 0 090000648410b544
EPA-HQ-OLEM-2019-0488-0002 EPA National Priorities List (NPL) for Clearwater Finishing EPA-HQ-OLEM-2019-0488 HRS Documentation Record - Clearwater Finishing Supporting & Related Material Report 2019-11-08T05:00:00Z 2019 11     2019-11-09T01:37:31Z   0 0 090000648410b542
EPA-HQ-OLEM-2019-0488-0003 EPA National Priorities List (NPL) for Clearwater Finishing EPA-HQ-OLEM-2019-0488 Narrative Summary - Clearwater Finishing Supporting & Related Material   2019-11-08T05:00:00Z 2019 11     2019-11-09T01:38:17Z   0 0 090000648410b543
EPA-HQ-OLEM-2019-0488-0001 EPA National Priorities List (NPL) for Clearwater Finishing EPA-HQ-OLEM-2019-0488 National Priorities List Proposed Rule Notice of Proposed Rulemaking (NPRM) 2019-11-08T05:00:00Z 2019 11 2019-11-08T05:00:00Z 2020-02-07T04:59:59Z 2020-02-06T02:01:51Z 2019-24154 0 0 0900006484132203

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