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-2018-0464" 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 3

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

posted_year 2

  • 2024 9
  • 2018 1

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-2018-0464-0020 EPA None EPA-HQ-OPPT-2018-0464 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-19T01:43:14Z 2024-29830 0 0 090000648687b215
EPA-HQ-OPPT-2018-0464-0021 EPA None EPA-HQ-OPPT-2018-0464 Prioritization 2024 Response to Comments Supporting & Related Material Comment Response 2024-12-18T05:00:00Z 2024 12     2024-12-19T01:43:28Z   0 0 0900006486876970
EPA-HQ-OPPT-2018-0464-0015 EPA None EPA-HQ-OPPT-2018-0464 MBOCA CASRN 101-14-4 Proposed Designation July 2024 Supporting & Related Material Publication - USEPA 2024-07-25T04:00:00Z 2024 7     2024-07-26T00:36:16Z   0 0 09000064865fdcd5
EPA-HQ-OPPT-2018-0464-0013 EPA None EPA-HQ-OPPT-2018-0464 Proposed High-Priority Substance Designations under the Toxic Substances Control Act (TSCA); Notice of Availability Notice Notice of Data Availability 2024-07-25T04:00:00Z 2024 7 2024-07-25T04:00:00Z 2024-10-24T03:59:59Z 2024-10-25T01:00:36Z 2024-16394 0 0 0900006486604fbc
EPA-HQ-OPPT-2018-0464-0014 EPA None EPA-HQ-OPPT-2018-0464 Updated Search Strategies Used to Identify Potentially Relevant Discipline-Specific Information Proposed Designation July 2024 Supporting & Related Material Report 2024-07-25T04:00:00Z 2024 7     2024-07-26T00:36:50Z   0 0 09000064865fdcd4
EPA-HQ-OPPT-2018-0464-0007 EPA None EPA-HQ-OPPT-2018-0464 MBOCA docket Prioritization extension Supporting & Related Material Letter 2024-04-11T04:00:00Z 2024 4     2024-04-12T00:40:08Z   0 0 09000064864c12ca
EPA-HQ-OPPT-2018-0464-0005 EPA None EPA-HQ-OPPT-2018-0464 Response to Environment Orgs re docket extensions 03 2024 ER Supporting & Related Material Comment Response 2024-03-25T04:00:00Z 2024 3     2024-03-26T00:37:54Z   0 0 090000648646c10d
EPA-HQ-OPPT-2018-0464-0003 EPA None EPA-HQ-OPPT-2018-0464 Initiation of Prioritization under the Toxic Substances Control Act; 4,4′-Methylene bis(2-chloroaniline) (MBOCA) Notice Extension of Comment Period 2024-03-06T05:00:00Z 2024 3 2024-03-06T05:00:00Z   2024-03-07T03:20:59Z 2024-04720 0 0 0900006486463afc
EPA-HQ-OPPT-2018-0464-0002 EPA None EPA-HQ-OPPT-2018-0464 Initiation of Prioritization Under the Toxic Substances Control Act (TSCA) Notice   2024-01-11T05:00:00Z 2024 1 2024-01-11T05:00:00Z 2024-04-18T03:59:59Z 2024-04-18T01:00:48Z 2023-27641 0 0 09000064863938cc
EPA-HQ-OPPT-2018-0464-0001 EPA None EPA-HQ-OPPT-2018-0464 Memo authorizing the opening of a comment period for this docket. Other Memorandum to Open a Docket 2018-09-28T04:00:00Z 2018 9 2018-09-28T04:00:00Z 2019-12-02T04:59:59Z 2018-12-06T18:56:50Z   0 0 090000648377e24a

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