documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "EPA-HQ-OAR-2021-0317" and posted_year = 2023 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_date (date), last_modified (date)
| 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-0317-3808 | EPA | Standards of Performance for New, Reconstructed, and Modified Sources and Emissions Guidelines for Existing Sources: Oil and Natural Gas Sector Climate Review EPA-HQ-OAR-2021-0317 | Signed Final Responses to the Hon. Nanette Diaz Barragan and 15 Colleagues | Supporting & Related Material | Letter | 2023-05-03T04:00:00Z | 2023 | 5 | 2023-05-04T01:23:11Z | 0 | 0 | 09000064851a926f | |||
| EPA-HQ-OAR-2021-0317-3806 | EPA | Standards of Performance for New, Reconstructed, and Modified Sources and Emissions Guidelines for Existing Sources: Oil and Natural Gas Sector Climate Review EPA-HQ-OAR-2021-0317 | Signed Final Response to the Honorable James Inhofe and 6 Colleagues | Supporting & Related Material | Letter | 2023-05-03T04:00:00Z | 2023 | 5 | 2023-05-04T01:22:34Z | 0 | 0 | 09000064851a91e9 | |||
| EPA-HQ-OAR-2021-0317-3809 | EPA | Standards of Performance for New, Reconstructed, and Modified Sources and Emissions Guidelines for Existing Sources: Oil and Natural Gas Sector Climate Review EPA-HQ-OAR-2021-0317 | Signed Responses to the Honorable Roger Marshall and 19 Colleagues | Supporting & Related Material | Letter | 2023-05-03T04:00:00Z | 2023 | 5 | 2023-05-04T01:22:22Z | 0 | 0 | 09000064851a9270 | |||
| EPA-HQ-OAR-2021-0317-3810 | EPA | Standards of Performance for New, Reconstructed, and Modified Sources and Emissions Guidelines for Existing Sources: Oil and Natural Gas Sector Climate Review EPA-HQ-OAR-2021-0317 | Signed Response Letters to the Honorable Martin Heinrich and 15 Colleagues | Supporting & Related Material | Letter | 2023-05-03T04:00:00Z | 2023 | 5 | 2023-05-04T01:22:59Z | 0 | 0 | 09000064851a9271 | |||
| EPA-HQ-OAR-2021-0317-3811 | EPA | Standards of Performance for New, Reconstructed, and Modified Sources and Emissions Guidelines for Existing Sources: Oil and Natural Gas Sector Climate Review EPA-HQ-OAR-2021-0317 | Signed Final Responses to the Honorable Donald Beyer and 90 Colleagues | Supporting & Related Material | Letter | 2023-05-03T04:00:00Z | 2023 | 5 | 2023-05-04T01:23:22Z | 0 | 0 | 09000064851a9272 | |||
| EPA-HQ-OAR-2021-0317-3807 | EPA | Standards of Performance for New, Reconstructed, and Modified Sources and Emissions Guidelines for Existing Sources: Oil and Natural Gas Sector Climate Review EPA-HQ-OAR-2021-0317 | Signed Final Response to the Honorable Liz Cheney and 2 Colleagues | Supporting & Related Material | Letter | 2023-05-03T04:00:00Z | 2023 | 5 | 2023-05-04T01:22:47Z | 0 | 0 | 09000064851a926e | |||
| EPA-HQ-OAR-2021-0317-1621 | EPA | Standards of Performance for New, Reconstructed, and Modified Sources and Emissions Guidelines for Existing Sources: Oil and Natural Gas Sector Climate Review EPA-HQ-OAR-2021-0317 | Additional Supporting Information - 2022 NSPS-EG Technical Support Document (EPA-HQ-OAR-2021-0317-1578) - Chapter 7 (Analysis of Cost Impacts of Revising Control Device Efficiency Standards to 98 Percent). Primary File (Excel Summary Sheet). 13 Attachments (12 Flare Cost Excel Files, One Word Document). | Supporting & Related Material | Data | 2023-01-11T05:00:00Z | 2023 | 1 | 2023-01-12T01:40:57Z | 0 | 0 | 09000064855d68e5 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;