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 agency_id = "EPA" and docket_id = "EPA-R06-OAR-2022-0309" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 8
  • Proposed Rule 1
  • Rule 1

posted_year 1

  • 2023 10

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-R06-OAR-2022-0309-0011 EPA None EPA-R06-OAR-2022-0309 TX239.11 FACT SHEET in Spanish; HOJA INFORMATIVA: Desaprobación del Plan de Calidad del Aire; medidas de contingencia por el incumplimiento grave del valor de ozono, Texas 2008 Supporting & Related Material   2023-10-03T04:00:00Z 2023 10     2023-10-04T00:39:29Z   0 0 0900006485ffa29e
EPA-R06-OAR-2022-0309-0008 EPA None EPA-R06-OAR-2022-0309 TX239.08 Air Quality State Implementation Plans; Approvals and Promulgations: Texas; Disapproval; Contingency Measures for the Dallas-Fort Worth and Houston-Galveston-Brazoria Ozone Nonattainment Areas, Final rule, 7 pages Rule   2023-10-03T04:00:00Z 2023 10 2023-10-03T04:00:00Z   2023-10-03T15:53:27Z 2023-21757 0 0 0900006486024b0f
EPA-R06-OAR-2022-0309-0009 EPA None EPA-R06-OAR-2022-0309 TX239.09 TX185.30 EPA Memo to docket, August 23, 2019, RE: No EPA Action to be Taken on Three Outstanding Texas Moderate Area Ozone State Implementation Plan Revisions Supporting & Related Material   2023-10-03T04:00:00Z 2023 10     2023-10-04T00:40:00Z   0 0 0900006485ffa29c
EPA-R06-OAR-2022-0309-0012 EPA None EPA-R06-OAR-2022-0309 TX239.12 FACT SHEET in English: Air Plan Disapproval; Texas 2008 Ozone Serious Contingency Measures Supporting & Related Material   2023-10-03T04:00:00Z 2023 10     2023-10-04T00:39:09Z   0 0 0900006485ffa29f
EPA-R06-OAR-2022-0309-0010 EPA None EPA-R06-OAR-2022-0309 TX239.10 EPA letter to TCEQ, July 1, 2021, RE: EPA determination that Texas’ 2020 Milestone Compliance Demonstration is adequate Supporting & Related Material   2023-10-03T04:00:00Z 2023 10     2023-10-04T00:39:45Z   0 0 0900006485ffa29d
EPA-R06-OAR-2022-0309-0003 EPA None EPA-R06-OAR-2022-0309 TX239.03 Texas Dallas-Fort Worth Serious Classification Attainment Demonstration State Implementation Plan Revision for the 2008 Eight-Hour Ozone National Ambient Air Quality Standard, Texas Project Number 2019-078-SIP-NR, Submitted to EPA May 13, 2020 (TX-435, SIP) 1107 pages, 57.0 MB d3m Supporting & Related Material   2023-04-21T04:00:00Z 2023 4     2023-04-22T00:37:48Z   0 0 09000064857d3404
EPA-R06-OAR-2022-0309-0005 EPA None EPA-R06-OAR-2022-0309 TX239.05 Environmental Justice Screening Tool Analyses, 22 pages Supporting & Related Material   2023-04-21T04:00:00Z 2023 4     2023-04-22T00:38:10Z   0 0 090000648596757d
EPA-R06-OAR-2022-0309-0004 EPA None EPA-R06-OAR-2022-0309 TX239.04 Texas Dallas-Fort Worth and Houston-Galveston-Brazoria Serious Classification Reasonable Further Progress State Implementation Plan Revision for the 2008 Eight-Hour Ozone National Ambient Air Quality Standard, Texas Project Number 2019-079-SIP-NR, Submitted to EPA May 13, 2020 (TX-424, SIP) 1693 pages, 24.4 MB d3m Supporting & Related Material   2023-04-21T04:00:00Z 2023 4     2023-04-22T00:37:59Z   0 0 09000064857d44ee
EPA-R06-OAR-2022-0309-0001 EPA None EPA-R06-OAR-2022-0309 TX239.01 Air Quality State Implementation Plans; Approvals and Promulgations: Disapproval; Texas; Contingency Measures for the Dallas-Fort Worth and Houston-Galveston-Brazoria Ozone Nonattainment Areas, Proposed rule, 5 pages Proposed Rule   2023-04-21T04:00:00Z 2023 4 2023-04-21T04:00:00Z 2023-05-23T03:59:59Z 2023-05-23T01:00:46Z 2023-08498 0 0 09000064859706d5
EPA-R06-OAR-2022-0309-0002 EPA None EPA-R06-OAR-2022-0309 TX239.02 Texas Houston-Galveston-Brazoria Serious Classification Attainment Demonstration State Implementation Plan Revision for the 2008 Eight-Hour Ozone National Ambient Air Quality Standard, Texas Project Number 2019-077-SIP-NR, Submitted to EPA May 13, 2020 (TX-435, SIP) 1253 pages, 64.3 MB d3m Supporting & Related Material   2023-04-21T04:00:00Z 2023 4     2023-04-22T00:37:36Z   0 0 09000064857d3d7d

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