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

9 rows where docket_id = "EPA-R06-OAR-2023-0250" and posted_year = 2024 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Other 4
  • Supporting & Related Material 3
  • Notice 2

posted_year 1

  • 2024 · 9 ✖

agency_id 1

  • EPA 9
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-2023-0250-0024 EPA None EPA-R06-OAR-2023-0250 TransmittalLetterLosMestFinalTVPermit signed Other   2024-07-01T04:00:00Z 2024 7 2024-07-01T04:00:00Z   2024-07-02T00:46:30Z   0 0 09000064865d4bb1
EPA-R06-OAR-2023-0250-0023 EPA None EPA-R06-OAR-2023-0250 Harvest Los Mestenios Part 71 Final Permit Signed Other   2024-07-01T04:00:00Z 2024 7 2024-07-01T04:00:00Z   2024-07-02T00:46:42Z   0 0 09000064865d4bb0
EPA-R06-OAR-2023-0250-0025 EPA None EPA-R06-OAR-2023-0250 Harvest Los Mestenios and E and H contact update Supporting & Related Material   2024-07-01T04:00:00Z 2024 7     2024-07-02T00:46:17Z   0 0 09000064865d5598
EPA-R06-OAR-2023-0250-0021 EPA None EPA-R06-OAR-2023-0250 15. Final Permit Action Documents Supporting & Related Material   2024-06-30T04:00:00Z 2024 6     2024-07-01T00:32:15Z   0 0 09000064865d4711
EPA-R06-OAR-2023-0250-0020 EPA None EPA-R06-OAR-2023-0250 14. Additional Documents since Draft Permit. Supporting & Related Material   2024-06-30T04:00:00Z 2024 6     2024-07-01T00:32:59Z   0 0 09000064865d3f5b
EPA-R06-OAR-2023-0250-0022 EPA None EPA-R06-OAR-2023-0250 Final Amended Los Mestenios Docket Index June 28 2024 Notice   2024-06-30T04:00:00Z 2024 6 2024-06-30T04:00:00Z   2024-07-01T00:32:27Z   0 0 09000064865d4731
EPA-R06-OAR-2023-0250-0019 EPA None EPA-R06-OAR-2023-0250 Harvest Los Mestenios Part 71 Final Permit Other   2024-06-28T04:00:00Z 2024 6 2024-06-28T04:00:00Z   2024-06-30T00:32:10Z   0 0 09000064865d291c
EPA-R06-OAR-2023-0250-0017 EPA None EPA-R06-OAR-2023-0250 PNFinalTVPermitLosMest Notice   2024-06-28T04:00:00Z 2024 6 2024-06-28T04:00:00Z   2024-06-30T00:32:22Z   0 0 09000064865d2917
EPA-R06-OAR-2023-0250-0018 EPA None EPA-R06-OAR-2023-0250 Basis of Decision and Response to Comments Documents in support of the final permitting decision. Other   2024-06-28T04:00:00Z 2024 6 2024-06-28T04:00:00Z   2024-06-30T00:31:58Z   0 0 09000064865d2918

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