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-ORD-2017-0497" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 4

  • 2025 9
  • 2017 2
  • 2018 1
  • 2024 1

document_type 2

  • Supporting & Related Material 10
  • Notice 3

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-ORD-2017-0497-0023 EPA None EPA-HQ-ORD-2017-0497 ATSDR Chloroform IASC Comments March 2024 Supporting & Related Material   2025-01-23T05:00:00Z 2025 1     2025-01-23T19:39:13Z   0 0 09000064868c673d
EPA-HQ-ORD-2017-0497-0024 EPA None EPA-HQ-ORD-2017-0497 Chloroform-Step 4-Supplemental-December 2024-HERO 508 Supporting & Related Material Publication - USEPA 2025-01-23T05:00:00Z 2025 1     2025-01-23T19:39:14Z   0 0 09000064868c6740
EPA-HQ-ORD-2017-0497-0025 EPA None EPA-HQ-ORD-2017-0497 Chloroform-Step 4-MainFile-December 2024-HERO 508 Supporting & Related Material Publication - USEPA 2025-01-23T05:00:00Z 2025 1     2025-01-23T19:39:15Z   0 0 09000064868c6741
EPA-HQ-ORD-2017-0497-0022 EPA None EPA-HQ-ORD-2017-0497 NIEHS Chloroform IASC Comments March 2024 Supporting & Related Material   2025-01-23T05:00:00Z 2025 1     2025-01-23T19:39:13Z   0 0 09000064868c673b
EPA-HQ-ORD-2017-0497-0017 EPA None EPA-HQ-ORD-2017-0497 CEQ Chloroform IASC Comments March 2024 Supporting & Related Material   2025-01-17T05:00:00Z 2025 1     2025-01-17T21:09:14Z   0 0 09000064868c6739
EPA-HQ-ORD-2017-0497-0018 EPA None EPA-HQ-ORD-2017-0497 USDA Chloroform IASC Comments March 2024 Supporting & Related Material   2025-01-17T05:00:00Z 2025 1     2025-01-17T21:09:18Z   0 0 09000064868c673a
EPA-HQ-ORD-2017-0497-0021 EPA None EPA-HQ-ORD-2017-0497 Chloroform-Step 4-Protocol-December 2024-Hero 508 Supporting & Related Material Publication - USEPA 2025-01-17T05:00:00Z 2025 1     2025-01-17T21:09:30Z   0 0 09000064868c673f
EPA-HQ-ORD-2017-0497-0020 EPA None EPA-HQ-ORD-2017-0497 OIRA Chloroform IASC Comments March 2024 Supporting & Related Material   2025-01-17T05:00:00Z 2025 1     2025-01-17T21:09:26Z   0 0 09000064868c673e
EPA-HQ-ORD-2017-0497-0019 EPA None EPA-HQ-ORD-2017-0497 Chloroform-Step 4-Charge Questions-Dec 2024 508 Supporting & Related Material   2025-01-17T05:00:00Z 2025 1     2025-01-17T21:09:22Z   0 0 09000064868c673c
EPA-HQ-ORD-2017-0497-0016 EPA None EPA-HQ-ORD-2017-0497 Availability of the Draft IRIS Toxicological Review of Chloroform (Inhalation) Notice   2024-12-18T05:00:00Z 2024 12 2024-12-18T05:00:00Z 2025-02-19T04:59:59Z 2025-02-19T02:00:37Z 2024-29865 0 0 090000648687b783
EPA-HQ-ORD-2017-0497-0008 EPA None EPA-HQ-ORD-2017-0497 Systematic Review Protocol for the Chloroform Integrated Risk Information System (IRIS) Assessment. Notice Request for Comments 2018-01-31T05:00:00Z 2018 1 2018-01-31T05:00:00Z 2018-03-03T04:59:59Z 2018-03-03T02:02:41Z 2018-01914 0 0 0900006482e82da3
EPA-HQ-ORD-2017-0497-0003 EPA None EPA-HQ-ORD-2017-0497 Chloroform IAP Draft Plan Supporting & Related Material Risk Assessment 2017-10-17T04:00:00Z 2017 10     2017-10-18T01:38:18Z   0 0 0900006482bc820f
EPA-HQ-ORD-2017-0497-0001 EPA None EPA-HQ-ORD-2017-0497 Integrated Risk Information System Assessment Plans: Nitrate/Nitrite, Chloroform, and Ethylbenzene Notice Request for Comments 2017-09-26T04:00:00Z 2017 9 2017-09-26T04:00:00Z 2017-10-19T03:59:59Z 2017-10-20T01:00:59Z 2017-19707 0 0 0900006482b7d111

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