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

8 rows where docket_id = "EPA-HQ-OAR-2022-0441" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 7
  • Proposed Rule 1

posted_year 1

  • 2023 8

agency_id 1

  • EPA 8
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-OAR-2022-0441-0005 EPA Regulatory Infrastructure for New HAP Additions to Part 63; Sources Becoming Major from New HAP Listings EPA-HQ-OAR-2022-0441 A2C Comments on 1-BP ANPR July 26 2021 Supporting & Related Material Letter 2023-09-13T04:00:00Z 2023 9     2023-09-14T00:35:05Z   0 0 0900006485f4d123
EPA-HQ-OAR-2022-0441-0006 EPA Regulatory Infrastructure for New HAP Additions to Part 63; Sources Becoming Major from New HAP Listings EPA-HQ-OAR-2022-0441 2021-07-26 APF Comments on EPA ANPRM on 1-BP Listing (as filed) Supporting & Related Material Letter 2023-09-13T04:00:00Z 2023 9     2023-09-14T00:34:50Z   0 0 0900006485f4d124
EPA-HQ-OAR-2022-0441-0008 EPA Regulatory Infrastructure for New HAP Additions to Part 63; Sources Becoming Major from New HAP Listings EPA-HQ-OAR-2022-0441 Proposed changes for 40 CFR Part 63 Subparts A and C Supporting & Related Material Memorandum 2023-09-13T04:00:00Z 2023 9     2023-09-14T00:34:24Z   0 0 0900006485f4d126
EPA-HQ-OAR-2022-0441-0004 EPA Regulatory Infrastructure for New HAP Additions to Part 63; Sources Becoming Major from New HAP Listings EPA-HQ-OAR-2022-0441 1-BP HAP ANPRM - Advocacy Comment Letter - 2021.07.26 Final Supporting & Related Material Letter 2023-09-13T04:00:00Z 2023 9     2023-09-14T00:34:11Z   0 0 0900006485f4d122
EPA-HQ-OAR-2022-0441-0003 EPA Regulatory Infrastructure for New HAP Additions to Part 63; Sources Becoming Major from New HAP Listings EPA-HQ-OAR-2022-0441 Earth Justice-ANPRM comments Supporting & Related Material Letter 2023-09-13T04:00:00Z 2023 9     2023-09-14T00:34:37Z   0 0 0900006485f4d121
EPA-HQ-OAR-2022-0441-0002 EPA Regulatory Infrastructure for New HAP Additions to Part 63; Sources Becoming Major from New HAP Listings EPA-HQ-OAR-2022-0441 Comment from Dmachay at SCL Web Supporting & Related Material E-mail 2023-09-13T04:00:00Z 2023 9     2023-09-14T00:35:17Z   0 0 0900006485f4d120
EPA-HQ-OAR-2022-0441-0001 EPA Regulatory Infrastructure for New HAP Additions to Part 63; Sources Becoming Major from New HAP Listings EPA-HQ-OAR-2022-0441 Regulatory Requirements for New Hazardous Air Pollutants Additions Proposed Rule   2023-09-13T04:00:00Z 2023 9 2023-09-13T04:00:00Z 2023-11-14T04:59:59Z 2023-12-12T02:04:45Z 2023-19674 0 0 0900006485f944f0
EPA-HQ-OAR-2022-0441-0007 EPA Regulatory Infrastructure for New HAP Additions to Part 63; Sources Becoming Major from New HAP Listings EPA-HQ-OAR-2022-0441 Combined RLSO document from OMB revew Supporting & Related Material Publication - Previous/Related FR Notice 2023-09-13T04:00:00Z 2023 9     2023-09-14T00:35:30Z   0 0 0900006485f4d125

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);
Powered by Datasette · Queries took 30.422ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API