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-0743" and posted_year = 2022 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 8
  • Notice 2

posted_year 1

  • 2022 · 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-0743-0146 EPA None EPA-HQ-OPPT-2016-0743 n-Methylpyrrolidone (NMP); Revision to Toxic Substances Control Act (TSCA) Risk Determination Response to Public Comments Supporting & Related Material Comment Response 2022-12-19T05:00:00Z 2022 12     2022-12-20T01:58:43Z   0 0 09000064855360b6
EPA-HQ-OPPT-2016-0743-0143 EPA None EPA-HQ-OPPT-2016-0743 n-Methylpyrrolidone (NMP); Revision to Toxic Substances Control Act (TSCA) Risk Determination; Notice of Availability Notice Notice of Data Availability 2022-12-19T05:00:00Z 2022 12     2022-12-19T13:55:24Z 2022-27438 0 0 090000648554001b
EPA-HQ-OPPT-2016-0743-0147 EPA None EPA-HQ-OPPT-2016-0743 n-Methylpyrrolidone (NMP); Risk Evaluation under Toxic Substances Control Act Section 6 - Non-Technical Summary Supporting & Related Material Report 2022-12-19T05:00:00Z 2022 12     2022-12-20T01:58:56Z   0 0 09000064855360b7
EPA-HQ-OPPT-2016-0743-0144 EPA None EPA-HQ-OPPT-2016-0743 Top 10 Most Frequently Cited Standards for Fiscal Year 2021 (October 1, 2020, to September 30, 2021) Supporting & Related Material   2022-12-19T05:00:00Z 2022 12     2022-12-20T01:58:15Z   0 0 0900006485444113
EPA-HQ-OPPT-2016-0743-0145 EPA None EPA-HQ-OPPT-2016-0743 n-Methylpyrrolidone (NMP); Revision to Toxic Substances Control Act (TSCA) Risk Determination Supporting & Related Material   2022-12-19T05:00:00Z 2022 12     2022-12-20T01:58:30Z   0 0 09000064855364f2
EPA-HQ-OPPT-2016-0743-0119 EPA None EPA-HQ-OPPT-2016-0743 Risk Evaluation for n-Methylpyrrolidone (NMP) Supporting & Related Material Risk Assessment 2022-07-01T04:00:00Z 2022 7     2022-07-02T01:08:59Z   0 0 090000648518a242
EPA-HQ-OPPT-2016-0743-0120 EPA None EPA-HQ-OPPT-2016-0743 EPA Announces Path Forward for TSCA Chemical Risk Evaluations Supporting & Related Material Press Release, Public Announcement/Notice 2022-07-01T04:00:00Z 2022 7     2022-07-02T01:08:23Z   0 0 090000648518a308
EPA-HQ-OPPT-2016-0743-0121 EPA None EPA-HQ-OPPT-2016-0743 Summary of External Peer Review and Public Comments and Disposition for n-Methylpyrrolidone (NMP) Supporting & Related Material Evaluation 2022-07-01T04:00:00Z 2022 7     2022-07-02T01:08:33Z   0 0 090000648518a30d
EPA-HQ-OPPT-2016-0743-0117 EPA None EPA-HQ-OPPT-2016-0743 n-Methylpyrrolidone (NMP); Draft Revision to Toxic Substances Control Act (TSCA) Risk Determination; Notice of Availability and Request for Comment Notice Notice of Data Availability 2022-07-01T04:00:00Z 2022 7 2022-07-01T04:00:00Z 2022-08-02T03:59:59Z 2022-08-06T01:00:57Z 2022-14108 0 0 09000064851ae776
EPA-HQ-OPPT-2016-0743-0118 EPA None EPA-HQ-OPPT-2016-0743 Draft Revised Unreasonable Risk Determination for NMP Supporting & Related Material   2022-07-01T04:00:00Z 2022 7     2022-07-02T01:08:48Z   0 0 090000648518a23d

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