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-2017-0346" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_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-2017-0346-0352 | EPA | Oil and Natural Gas Sector: Emission Standards for New, Reconstructed, and Modified Sources: Stay of Certain Requirements EPA-HQ-OAR-2017-0346 | Oil and Natural Gas Sector: Emission Standards for New, Reconstructed, and Modified Sources: Three Month Stay of Certain Requirements | Proposed Rule | 2017-11-08T05:00:00Z | 2017 | 11 | 2017-11-08T05:00:00Z | 2017-12-09T04:59:59Z | 2019-07-19T01:04:46Z | 2017-24341 | 0 | 0 | 0900006482c5811d | |
| EPA-HQ-OAR-2017-0346-0354 | EPA | Oil and Natural Gas Sector: Emission Standards for New, Reconstructed, and Modified Sources: Stay of Certain Requirements EPA-HQ-OAR-2017-0346 | Memorandum: List of EO 12866 Meetings. October 2017 | Supporting & Related Material | Memorandum | 2017-11-08T05:00:00Z | 2017 | 11 | 2017-11-09T03:17:08Z | 0 | 0 | 0900006482c065fa | |||
| EPA-HQ-OAR-2017-0346-0353 | EPA | Oil and Natural Gas Sector: Emission Standards for New, Reconstructed, and Modified Sources: Stay of Certain Requirements EPA-HQ-OAR-2017-0346 | EO 12866 and 13563 USEPA Correspondence with OMB. 2060-AT59 and 2060-AT65. October 2017. There are 8 attachments | Supporting & Related Material | Office of Management and Budget (OMB) | 2017-11-08T05:00:00Z | 2017 | 11 | 2017-11-09T03:16:59Z | 0 | 0 | 0900006482c065cb | |||
| EPA-HQ-OAR-2017-0346-0252 | EPA | Oil and Natural Gas Sector: Emission Standards for New, Reconstructed, and Modified Sources: Stay of Certain Requirements EPA-HQ-OAR-2017-0346 | Public Hearing Transcripts: Oil and Natural Gas Sector Emission Standards for New, Reconstructed, and Modified Sources. Monday, July 10, 2017. 9:00 a.m. William Jefferson Clinton East Building, 1201 Constitution Avenue, NW. Washington, D.C. 20460. Hearings held in Rooms1152 and 1153. Two public hearing transcripts attached. | Supporting & Related Material | Public Hearing Transcript, Deposition, Testimony | 2017-08-10T04:00:00Z | 2017 | 8 | 2017-08-13T00:32:09Z | 0 | 0 | 09000064829a0524 | |||
| EPA-HQ-OAR-2017-0346-0002 | EPA | Oil and Natural Gas Sector: Emission Standards for New, Reconstructed, and Modified Sources: Stay of Certain Requirements EPA-HQ-OAR-2017-0346 | Proposal Economic Impact Analysis for the Oil and Natural Gas Sector Emission Standards for New, Reconstructed, and Modified Sources Three Month Stay of Certain Requirements | Supporting & Related Material | Memorandum | 2017-06-16T04:00:00Z | 2017 | 6 | 2017-06-17T02:19:01Z | 0 | 0 | 09000064826de78c | |||
| EPA-HQ-OAR-2017-0346-0001 | EPA | Oil and Natural Gas Sector: Emission Standards for New, Reconstructed, and Modified Sources: Stay of Certain Requirements EPA-HQ-OAR-2017-0346 | Oil and Natural Gas Sector: Emission Standards for New, Reconstructed, and Modified Sources: Three Month Stay of Certain Requirements | Proposed Rule | 2017-06-16T04:00:00Z | 2017 | 6 | 2017-06-16T04:00:00Z | 2017-08-10T03:59:59Z | 2017-12-13T02:02:06Z | 2017-12473 | 0 | 0 | 09000064826e4627 | |
| EPA-HQ-OAR-2017-0346-0003 | EPA | Oil and Natural Gas Sector: Emission Standards for New, Reconstructed, and Modified Sources: Stay of Certain Requirements EPA-HQ-OAR-2017-0346 | EO 12866 and 13563 USEPA Correspondence with OMB 2060-AT65. Proposed Three Month Stay. June 2017. There are four attachments. | Supporting & Related Material | Office of Management and Budget (OMB) | 2017-06-16T04:00:00Z | 2017 | 6 | 2017-06-17T02:18:55Z | 0 | 0 | 09000064826de78d |
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);