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-2014-0606" and posted_year = 2018 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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-2014-0606-0094 | EPA | Managing Air Emissions from Oil and Natural Gas Production in Indian Country EPA-HQ-OAR-2014-0606 | Docket Memo - Tribal Consultation with Ute Indian Tribe Held on August 17, 2018 | Supporting & Related Material | State/Tribal Submittal | 2018-09-10T04:00:00Z | 2018 | 9 | 2018-11-30T11:51:12Z | 0 | 0 | 09000064836aab93 | |||
| EPA-HQ-OAR-2014-0606-0092 | EPA | Managing Air Emissions from Oil and Natural Gas Production in Indian Country EPA-HQ-OAR-2014-0606 | May 30, 2018 Public Hearing Transcript in Denver, Colorado on the Proposed Action Amendments to the Federal Implementation Plan for the Indian Country Minor New Source Review Program for the Oil and Natural Gas Industry | Supporting & Related Material | Public Hearing Transcript, Deposition, Testimony | 2018-07-05T04:00:00Z | 2018 | 7 | 2018-07-08T15:06:41Z | 0 | 0 | 090000648346a5c1 | |||
| EPA-HQ-OAR-2014-0606-0093 | EPA | Managing Air Emissions from Oil and Natural Gas Production in Indian Country EPA-HQ-OAR-2014-0606 | May 30, 2018 Public Hearing Sign In Sheets, Denver, Colorado on the Proposed Action Amendments to the Federal Implementation Plan for the Indian Country Minor New Source Review Program for the Oil and Natural Gas Industry | Supporting & Related Material | Public Hearing Transcript, Deposition, Testimony | 2018-07-05T04:00:00Z | 2018 | 7 | 2018-07-08T15:06:38Z | 0 | 0 | 090000648346a5c2 | |||
| EPA-HQ-OAR-2014-0606-0082 | EPA | Managing Air Emissions from Oil and Natural Gas Production in Indian Country EPA-HQ-OAR-2014-0606 | Memorandum to the Docket RE: Conference Call and Tribal Consultation with the Ute Indian Tribe Held on April 26, 2018 | Supporting & Related Material | Memorandum | 2018-06-20T04:00:00Z | 2018 | 6 | 2018-06-21T01:04:18Z | 0 | 0 | 090000648342ff57 | |||
| EPA-HQ-OAR-2014-0606-0078 | EPA | Managing Air Emissions from Oil and Natural Gas Production in Indian Country EPA-HQ-OAR-2014-0606 | Copy of Uinta Basin Ozone Data Dec. 2017-Feb. 2018 | Supporting & Related Material | Data | 2018-05-08T04:00:00Z | 2018 | 5 | 2018-05-25T04:34:34Z | 0 | 0 | 0900006483044992 | |||
| EPA-HQ-OAR-2014-0606-0079 | EPA | Managing Air Emissions from Oil and Natural Gas Production in Indian Country EPA-HQ-OAR-2014-0606 | Memorandum to the Docket RE: Conference Call and Tribal Consultation with the Ute Indian Tribe Held on April 26, 2018 [Wrong attachment. Please see EPA-HQ-OAR-2014-0606-0082] | Supporting & Related Material | Memorandum | 2018-05-08T04:00:00Z | 2018 | 5 | 2018-06-20T12:55:20Z | 0 | 0 | 0900006483221509 | |||
| EPA-HQ-OAR-2014-0606-0077 | EPA | Managing Air Emissions from Oil and Natural Gas Production in Indian Country EPA-HQ-OAR-2014-0606 | Federal Implementation Plan; Amendments: Managing Air Emissions from True Minor Sources in Indian Country in Oil and Natural Gas Production and Natural Gas Processing Segments of Oil and Natural Gas Sector | Proposed Rule | 2018-05-08T04:00:00Z | 2018 | 5 | 2018-05-08T04:00:00Z | 2018-07-03T03:59:59Z | 2018-07-03T01:13:36Z | 2018-09652 | 0 | 0 | 090000648323dccb |
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;