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

12 rows where docket_id = "EPA-HQ-OAR-2021-0643" and posted_year = 2023 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 10
  • Rule 2

posted_year 1

  • 2023 · 12 ✖

agency_id 1

  • EPA 12
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-2021-0643-0234 EPA Restrictions on Certain Uses of Hydrofluorocarbons under Subsection (i) of the American Innovation and Manufacturing Act EPA-HQ-OAR-2021-0643 Phasedown of Hydrofluorocarbons: Technology Transitions Program Residential and Light Commercial Air Conditioning and Heat Pump Subsector Rule   2023-12-26T05:00:00Z 2023 12 2023-12-26T05:00:00Z 2024-02-10T04:59:59Z 2024-02-10T02:00:24Z 2023-28500 0 0 090000648635985e
EPA-HQ-OAR-2021-0643-0235 EPA Restrictions on Certain Uses of Hydrofluorocarbons under Subsection (i) of the American Innovation and Manufacturing Act EPA-HQ-OAR-2021-0643 Interim Final Rule - Additional Materials Supporting & Related Material Report 2023-12-26T05:00:00Z 2023 12     2023-12-27T01:33:32Z   0 0 09000064863482cf
EPA-HQ-OAR-2021-0643-0228 EPA Restrictions on Certain Uses of Hydrofluorocarbons under Subsection (i) of the American Innovation and Manufacturing Act EPA-HQ-OAR-2021-0643 FRM – New Materials and Documents Referenced in the Final Rule Supporting & Related Material   2023-10-24T04:00:00Z 2023 10     2023-10-25T00:33:54Z   0 0 0900006485f99ecb
EPA-HQ-OAR-2021-0643-0229 EPA Restrictions on Certain Uses of Hydrofluorocarbons under Subsection (i) of the American Innovation and Manufacturing Act EPA-HQ-OAR-2021-0643 FRM – New Materials and Documents Referenced in the Technical Support Documents Supporting & Related Material Multimedia File 2023-10-24T04:00:00Z 2023 10     2023-10-25T00:37:00Z   0 0 0900006485f99ee7
EPA-HQ-OAR-2021-0643-0232 EPA Restrictions on Certain Uses of Hydrofluorocarbons under Subsection (i) of the American Innovation and Manufacturing Act EPA-HQ-OAR-2021-0643 FRM – Additional Supporting Material Supporting & Related Material Report 2023-10-24T04:00:00Z 2023 10     2023-10-25T00:35:22Z   0 0 0900006485f99eea
EPA-HQ-OAR-2021-0643-0227 EPA Restrictions on Certain Uses of Hydrofluorocarbons under Subsection (i) of the American Innovation and Manufacturing Act EPA-HQ-OAR-2021-0643 FRM – Technical Support Documents, Memorandums, and Response to Comments Supporting & Related Material   2023-10-24T04:00:00Z 2023 10     2023-10-25T00:34:23Z   0 0 0900006485f99eca
EPA-HQ-OAR-2021-0643-0231 EPA Restrictions on Certain Uses of Hydrofluorocarbons under Subsection (i) of the American Innovation and Manufacturing Act EPA-HQ-OAR-2021-0643 FRM – OMB E.O. 12866 Review Supporting & Related Material Interagency Review 2023-10-24T04:00:00Z 2023 10     2023-10-25T00:35:45Z   0 0 0900006485f99ee9
EPA-HQ-OAR-2021-0643-0230 EPA Restrictions on Certain Uses of Hydrofluorocarbons under Subsection (i) of the American Innovation and Manufacturing Act EPA-HQ-OAR-2021-0643 FRM – EPA Stakeholder Meetings, Briefings, and Presentations Supporting & Related Material Meeting Materials 2023-10-24T04:00:00Z 2023 10     2023-10-25T00:36:10Z   0 0 0900006485f99ee8
EPA-HQ-OAR-2021-0643-0226 EPA Restrictions on Certain Uses of Hydrofluorocarbons under Subsection (i) of the American Innovation and Manufacturing Act EPA-HQ-OAR-2021-0643 Restrictions on the Use of Certain Hydrofluorocarbons under the American Innovation and Manufacturing Act of 2020: Phasedown of Hydrofluorocarbons Rule Final Rule 2023-10-24T04:00:00Z 2023 10     2023-10-24T12:46:22Z 2023-22529 0 0 090000648612bce6
EPA-HQ-OAR-2021-0643-0233 EPA Restrictions on Certain Uses of Hydrofluorocarbons under Subsection (i) of the American Innovation and Manufacturing Act EPA-HQ-OAR-2021-0643 FRM – Materials Referenced in the RIA Supporting & Related Material Data 2023-10-24T04:00:00Z 2023 10     2023-10-25T00:35:07Z   0 0 0900006485fa3b2a
EPA-HQ-OAR-2021-0643-0078 EPA Restrictions on Certain Uses of Hydrofluorocarbons under Subsection (i) of the American Innovation and Manufacturing Act EPA-HQ-OAR-2021-0643 NPRM - Public Hearing Transcript and Attendee List Supporting & Related Material Meeting Materials 2023-01-24T05:00:00Z 2023 1     2023-01-25T01:48:37Z   0 0 09000064856042b4
EPA-HQ-OAR-2021-0643-0073 EPA Restrictions on Certain Uses of Hydrofluorocarbons under Subsection (i) of the American Innovation and Manufacturing Act EPA-HQ-OAR-2021-0643 NPRM - Additional Supporting Material Supporting & Related Material   2023-01-13T05:00:00Z 2023 1     2023-01-14T01:36:24Z   0 0 09000064855d7b35

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