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-OPPT-2023-0606" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 7
  • Notice 5
  • Other 1

posted_year 1

  • 2024 13

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-OPPT-2023-0606-0057 EPA None EPA-HQ-OPPT-2023-0606 Initiation of Prioritization Under the Toxic Substances Control Act (TSCA); Notice of Availability Notice   2024-12-18T05:00:00Z 2024 12 2024-12-18T05:00:00Z 2025-03-19T03:59:59Z 2025-03-20T01:00:14Z 2024-29829 0 0 090000648687b218
EPA-HQ-OPPT-2023-0606-0056 EPA None EPA-HQ-OPPT-2023-0606 Prioritization 2024 Response to Comments Supporting & Related Material Comment Response 2024-12-18T05:00:00Z 2024 12     2024-12-19T02:04:40Z   0 0 0900006486876942
EPA-HQ-OPPT-2023-0606-0055 EPA None EPA-HQ-OPPT-2023-0606 High-Priority Substance Designations Under the Toxic Substances Control Act (TSCA) and Initiation of Risk Evaluation on High-Priority Substances; Notice of Availability Notice   2024-12-18T05:00:00Z 2024 12 2024-12-18T05:00:00Z   2024-12-19T02:04:54Z 2024-29830 0 0 090000648687b879
EPA-HQ-OPPT-2023-0606-0054 EPA None EPA-HQ-OPPT-2023-0606 TURI prioritization presentation corrected Supporting & Related Material Meeting Materials 2024-11-21T05:00:00Z 2024 11     2024-11-22T01:35:54Z   0 0 090000648682b7e2
EPA-HQ-OPPT-2023-0606-0016 EPA None EPA-HQ-OPPT-2023-0606 NAMC Letter docket extension 10.11.2024 Supporting & Related Material Letter 2024-10-17T04:00:00Z 2024 10     2024-10-18T00:57:54Z   0 0 09000064867cff5a
EPA-HQ-OPPT-2023-0606-0013 EPA None EPA-HQ-OPPT-2023-0606 Pre-prioritization webinar 9.30.24 Transcript Supporting & Related Material Transcript 2024-10-02T04:00:00Z 2024 10     2024-10-03T00:39:47Z   0 0 09000064867a7be0
EPA-HQ-OPPT-2023-0606-0012 EPA None EPA-HQ-OPPT-2023-0606 Pre-prioritization Webinar Recording 9.30.24 Supporting & Related Material Meeting Materials 2024-10-02T04:00:00Z 2024 10     2024-10-03T00:39:35Z   0 0 09000064867a7bdf
EPA-HQ-OPPT-2023-0606-0010 EPA None EPA-HQ-OPPT-2023-0606 Memo Opening Docket for Public Comments Other Memorandum to Open a Docket 2024-10-01T04:00:00Z 2024 10 2024-10-01T04:00:00Z   2024-10-02T00:46:34Z   0 0 090000648678fc40
EPA-HQ-OPPT-2023-0606-0011 EPA None EPA-HQ-OPPT-2023-0606 Pre-Prioritization Webinar 2024 Supporting & Related Material   2024-10-01T04:00:00Z 2024 10     2024-10-02T00:46:47Z   0 0 090000648678fb6d
EPA-HQ-OPPT-2023-0606-0009 EPA None EPA-HQ-OPPT-2023-0606 Public Engagement Webinars; Pre-Prioritization and Consideration of Existing Chemical Substances for Future Prioritization Under the Toxic Substances Control Act (TSCA); Technical Correction Notice Correction 2024-09-04T04:00:00Z 2024 9 2024-09-04T04:00:00Z   2024-09-04T12:46:33Z 2024-19853 0 0 09000064866bf9b4
EPA-HQ-OPPT-2023-0606-0008 EPA None EPA-HQ-OPPT-2023-0606 Public Engagement Webinars; Pre-Prioritization and Consideration of Existing Chemical Substances for Future Prioritization Under the Toxic Substances Control Act (TSCA) Notice   2024-08-28T04:00:00Z 2024 8 2024-08-28T04:00:00Z 2024-11-01T03:59:59Z 2024-11-02T01:01:29Z 2024-19305 0 0 09000064866b03f2
EPA-HQ-OPPT-2023-0606-0002 EPA None EPA-HQ-OPPT-2023-0606 Prioritization Update November 2023 Supporting & Related Material Report 2024-01-11T05:00:00Z 2024 1     2024-01-12T01:43:19Z   0 0 09000064862f822e
EPA-HQ-OPPT-2023-0606-0001 EPA None EPA-HQ-OPPT-2023-0606 Initiation of Prioritization Under the Toxic Substances Control Act (TSCA) Notice   2024-01-11T05:00:00Z 2024 1 2024-01-11T05:00:00Z 2024-03-19T03:59:59Z 2024-03-19T01:00:43Z 2023-27641 0 0 090000648639394f

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