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-OPPT-2016-0723" and posted_year = 2023 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 9
  • Notice 1

posted_year 1

  • 2023 · 10 ✖

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-OPPT-2016-0723-0103 EPA None EPA-HQ-OPPT-2016-0723 Draft Supplement Risk Evaluation - 1,4-Dioxane 2023 Supporting & Related Material Publication - USEPA 2023-07-26T04:00:00Z 2023 7     2023-07-27T01:08:37Z   0 0 0900006485c86356
EPA-HQ-OPPT-2016-0723-0101 EPA None EPA-HQ-OPPT-2016-0723 Peer Review Summary and Response to Comments for 1,4-Dioxane 2020 Supporting & Related Material Comment Response 2023-07-26T04:00:00Z 2023 7     2023-07-27T01:06:54Z   0 0 0900006485c8582e
EPA-HQ-OPPT-2016-0723-0098 EPA None EPA-HQ-OPPT-2016-0723 Top 10 Cited Standards - Occupational Safety and Health Administration Supporting & Related Material   2023-07-26T04:00:00Z 2023 7     2023-07-27T01:07:32Z   0 0 0900006485c8582b
EPA-HQ-OPPT-2016-0723-0104 EPA None EPA-HQ-OPPT-2016-0723 Draft Revised Risk Determination 1,4-Dioxane July 2023 Supporting & Related Material   2023-07-26T04:00:00Z 2023 7     2023-07-27T01:08:24Z   0 0 0900006485cfd650
EPA-HQ-OPPT-2016-0723-0100 EPA None EPA-HQ-OPPT-2016-0723 EPA Announces Path Forward - Press Release 2021 Supporting & Related Material Press Release, Public Announcement/Notice 2023-07-26T04:00:00Z 2023 7     2023-07-27T01:07:07Z   0 0 0900006485c8582d
EPA-HQ-OPPT-2016-0723-0102 EPA None EPA-HQ-OPPT-2016-0723 2020 Risk Evaluation 1,4-Dioxane Supporting & Related Material Evaluation 2023-07-26T04:00:00Z 2023 7     2023-07-27T01:08:11Z   0 0 0900006485c86355
EPA-HQ-OPPT-2016-0723-0097 EPA None EPA-HQ-OPPT-2016-0723 Occupational Exposure and Risk Estimates - 1,4-Dioxane Draft Supplemental Risk Evaluation 2023 Supporting & Related Material Data 2023-07-26T04:00:00Z 2023 7     2023-07-27T01:07:45Z   0 0 0900006485c8582a
EPA-HQ-OPPT-2016-0723-0099 EPA None EPA-HQ-OPPT-2016-0723 2020 Risk Evaluation Correction of Dermal Hazard Values for 1,4-Dioxane 2023 Supporting & Related Material Memorandum 2023-07-26T04:00:00Z 2023 7     2023-07-27T01:07:19Z   0 0 0900006485c8582c
EPA-HQ-OPPT-2016-0723-0096 EPA None EPA-HQ-OPPT-2016-0723 Permissible Exposure Levels - Occupational Safety and Health Administration Supporting & Related Material   2023-07-26T04:00:00Z 2023 7     2023-07-27T01:07:58Z   0 0 0900006485c85829
EPA-HQ-OPPT-2016-0723-0095 EPA None EPA-HQ-OPPT-2016-0723 1,4-Dioxane; Draft Revision to Toxic Substances Control Act (TSCA) Risk Determination; Notice of Availability and Request for Comment Notice   2023-07-26T04:00:00Z 2023 7 2023-07-26T04:00:00Z 2023-09-09T03:59:59Z 2023-09-16T01:03:40Z 2023-15846 0 0 0900006485d4c921

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