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

6 rows where agency_id = "EPA", docket_id = "EPA-HQ-OAR-2004-0019" and posted_year = 2022 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)

posted_year 1

  • 2022 · 6 ✖

document_type 1

  • Supporting & Related Material 6

agency_id 1

  • EPA · 6 ✖
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-2004-0019-0108 EPA National Emission Standards for Gasoline Distribution Facilities (Bulk Gasoline Terminals and Pipeline Breakout Stations) under Clean Air Act 112(d)(6) and (f)(2) Legacy Docket ID #: A-92-38 EPA-HQ-OAR-2004-0019 1998 RFG Compliance Surveys: Average RVP for Southern Areas [A-98-38 IV-H-01] Supporting & Related Material Meeting Materials 2022-11-28T05:00:00Z 2022 11     2022-11-28T20:03:27Z   0 0 090000648494d533
EPA-HQ-OAR-2004-0019-0107 EPA National Emission Standards for Gasoline Distribution Facilities (Bulk Gasoline Terminals and Pipeline Breakout Stations) under Clean Air Act 112(d)(6) and (f)(2) Legacy Docket ID #: A-92-38 EPA-HQ-OAR-2004-0019 Notice of Proposed Rulemaking [A-98-38 III-A-01] Supporting & Related Material Interagency Review 2022-11-28T05:00:00Z 2022 11     2022-11-28T20:03:26Z   0 0 090000648494d513
EPA-HQ-OAR-2004-0019-0105 EPA National Emission Standards for Gasoline Distribution Facilities (Bulk Gasoline Terminals and Pipeline Breakout Stations) under Clean Air Act 112(d)(6) and (f)(2) Legacy Docket ID #: A-92-38 EPA-HQ-OAR-2004-0019 Fuels Summit for St. Louis Ozone Nonattainment Area [A-98-38-II-D-03] Supporting & Related Material Letter 2022-09-15T04:00:00Z 2022 9     2022-09-15T12:03:36Z   0 0 090000648494cfb8
EPA-HQ-OAR-2004-0019-0106 EPA National Emission Standards for Gasoline Distribution Facilities (Bulk Gasoline Terminals and Pipeline Breakout Stations) under Clean Air Act 112(d)(6) and (f)(2) Legacy Docket ID #: A-92-38 EPA-HQ-OAR-2004-0019 Table 4-2 VOC Control Strategies ROP Target VOC Reduction, p.62 of Missouri State Implementation Plan for the Missouri Portion of the St. Louis Ozone Nonattainment Area Rate-of-Progress Plan Element [A-98-38-II-D-04] Supporting & Related Material Work Plan 2022-09-15T04:00:00Z 2022 9     2022-09-15T12:03:39Z   0 0 090000648494d50a
EPA-HQ-OAR-2004-0019-0103 EPA National Emission Standards for Gasoline Distribution Facilities (Bulk Gasoline Terminals and Pipeline Breakout Stations) under Clean Air Act 112(d)(6) and (f)(2) Legacy Docket ID #: A-92-38 EPA-HQ-OAR-2004-0019 Opt-In Request Letter From Missouri Governor Mel Carnahan [A-98-38-II-D-01] Supporting & Related Material Letter 2022-09-15T04:00:00Z 2022 9     2022-09-15T12:03:29Z   0 0 090000648494cfb6
EPA-HQ-OAR-2004-0019-0104 EPA National Emission Standards for Gasoline Distribution Facilities (Bulk Gasoline Terminals and Pipeline Breakout Stations) under Clean Air Act 112(d)(6) and (f)(2) Legacy Docket ID #: A-92-38 EPA-HQ-OAR-2004-0019 RFG Supply/Demand Assessment, U.S. Energy Information Administration Office of Oil and Gas [A-98-38-II-D-02] Supporting & Related Material Analysis 2022-09-15T04:00:00Z 2022 9     2022-09-15T12:03:34Z   0 0 090000648494cfb7

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