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

11 rows where docket_id = "EPA-R06-OAR-2022-0307" and posted_year = 2023 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
  • Rule 2
  • Proposed Rule 1

posted_year 1

  • 2023 · 11 ✖

agency_id 1

  • EPA 11
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-0307-0011 EPA None EPA-R06-OAR-2022-0307 TX238.11 Final rule correction; Texas; Updates to Public Notice and Procedural Rules and Removal of Obsolete Provisions, 2 pages. Rule   2023-09-25T04:00:00Z 2023 9 2023-09-25T04:00:00Z   2023-09-25T16:53:49Z 2023-20666 0 0 0900006485ff0125
EPA-R06-OAR-2022-0307-0010 EPA None EPA-R06-OAR-2022-0307 TX238.10 Air Quality State Implementation Plans; Approvals and Promulgations: Texas; Updates to Public Notice and Procedural Rules and Removal of Obsolete Provisions, Final rule, 6 pages – this Federal Register begins on the lower right corner of the first page. Rule   2023-08-24T04:00:00Z 2023 8 2023-08-24T04:00:00Z   2023-08-24T15:47:18Z 2023-17945 0 0 0900006485ee0a05
EPA-R06-OAR-2022-0307-0005 EPA None EPA-R06-OAR-2022-0307 TX238.05 Texas Revisions to 30 TAC Chapters 39 and 55, RE: Public Notice and Participation Requirements, Adopted by TCEQ August 25, 2021,Texas Project No. 2020-018-039-LS, Cover Letter dated January 20, 2022, EPA Received January 21, 2022 (TX-442). 743 pages 16.1 MB c5k Supporting & Related Material   2023-04-21T04:00:00Z 2023 4     2023-04-22T00:36:08Z   0 0 0900006485694172
EPA-R06-OAR-2022-0307-0008 EPA None EPA-R06-OAR-2022-0307 TX238.08 Fact Sheet - English Supporting & Related Material   2023-04-21T04:00:00Z 2023 4     2023-04-22T00:36:30Z   0 0 090000648596757b
EPA-R06-OAR-2022-0307-0001 EPA None EPA-R06-OAR-2022-0307 TX238.01 Air Quality State Implementation Plans; Approvals and Promulgations: Texas; Updates to Public Notice and Procedural Rules and Removal of Obsolete Provisions, Proposed rule, 4 pages Proposed Rule   2023-04-21T04:00:00Z 2023 4 2023-04-21T04:00:00Z 2023-05-23T03:59:59Z 2023-04-21T14:54:17Z 2023-08437 0 0 090000648597068b
EPA-R06-OAR-2022-0307-0007 EPA None EPA-R06-OAR-2022-0307 TX238.07 US Census Data - Texas Supporting & Related Material   2023-04-21T04:00:00Z 2023 4     2023-04-22T00:37:14Z   0 0 09000064859669e4
EPA-R06-OAR-2022-0307-0006 EPA None EPA-R06-OAR-2022-0307 TX238.06 Letter from EPA to TCEQ dated April 13, 2023, RE: Return of Submitted Rules for Implementing Section 112(g) of the Clean Air Act or State-Only Requirements Supporting & Related Material   2023-04-21T04:00:00Z 2023 4     2023-04-22T00:37:25Z   0 0 09000064859669e3
EPA-R06-OAR-2022-0307-0009 EPA None EPA-R06-OAR-2022-0307 TX238.09 Fact Sheet - Spanish Supporting & Related Material   2023-04-21T04:00:00Z 2023 4     2023-04-22T00:36:19Z   0 0 090000648596757c
EPA-R06-OAR-2022-0307-0003 EPA None EPA-R06-OAR-2022-0307 TX238.03 Texas Revisions to 30 TAC Chapter 116, RE: New Source Review Repeal of Obsolete Rules and Project Emissions Accounting, Texas Project 2020-001-116-AI, submitted to EPA July 9, 2021 (6-92, TX-437), 277 pages, 3.3 MB b7p Supporting & Related Material   2023-04-21T04:00:00Z 2023 4     2023-04-22T00:37:03Z   0 0 090000648508b90c
EPA-R06-OAR-2022-0307-0004 EPA None EPA-R06-OAR-2022-0307 TX238.04 Texas Revisions to 30 TAC Chapters 39, 55, 101, and 116, RE: Post Quadrennial Review of Public Notice and Procedural Rules Amendments and SIP Revisions, Adopted by TCEQ April 22, 2020, Texas Project No. 2019-120-039-LS, Cover Letter dated January 20, 2022, EPA Received January 21, 2022 (TX-441). 166 pages 3.7 MB c5j Supporting & Related Material   2023-04-21T04:00:00Z 2023 4     2023-04-22T00:36:52Z   0 0 09000064850a153c
EPA-R06-OAR-2022-0307-0002 EPA None EPA-R06-OAR-2022-0307 TX238.02 EPA Technical Support Document for Revisions to the Texas SIP – Revisions to Chapters 39, 55, 101, and 116 Updates to Public Notice and Procedural Rules and Removal of Obsolete Provisions, 83 pages Supporting & Related Material   2023-04-21T04:00:00Z 2023 4     2023-04-22T00:36:41Z   0 0 090000648508b90b

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