documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "EPA-HQ-OAR-2014-0606" and posted_year = 2023 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, 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-2014-0606-0130 | EPA | Managing Air Emissions from Oil and Natural Gas Production in Indian Country EPA-HQ-OAR-2014-0606 | 2018 Uintah_data | Supporting & Related Material | Data | 2023-01-10T05:00:00Z | 2023 | 1 | 2023-01-11T18:39:03Z | 0 | 0 | 0900006483b74884 | |||
| EPA-HQ-OAR-2014-0606-0126 | EPA | Managing Air Emissions from Oil and Natural Gas Production in Indian Country EPA-HQ-OAR-2014-0606 | Ute Indian Tribe Consultations and Meetings | Supporting & Related Material | Meeting Materials | 2023-01-10T05:00:00Z | 2023 | 1 | 2023-01-11T18:39:22Z | 0 | 0 | 0900006483b7488b | |||
| EPA-HQ-OAR-2014-0606-0127 | EPA | Managing Air Emissions from Oil and Natural Gas Production in Indian Country EPA-HQ-OAR-2014-0606 | Oil and Natural Gas Federal Implementation Plan (ONGFIP) Registrations_3-7-19 | Supporting & Related Material | Data | 2023-01-10T05:00:00Z | 2023 | 1 | 2023-01-11T18:37:41Z | 0 | 0 | 0900006483b7488a | |||
| EPA-HQ-OAR-2014-0606-0128 | EPA | Managing Air Emissions from Oil and Natural Gas Production in Indian Country EPA-HQ-OAR-2014-0606 | 2019 Uintah_data | Supporting & Related Material | Data | 2023-01-10T05:00:00Z | 2023 | 1 | 2023-01-11T18:38:25Z | 0 | 0 | 0900006483b74886 | |||
| EPA-HQ-OAR-2014-0606-0131 | EPA | Managing Air Emissions from Oil and Natural Gas Production in Indian Country EPA-HQ-OAR-2014-0606 | 2018 Duchesne_data | Supporting & Related Material | Data | 2023-01-10T05:00:00Z | 2023 | 1 | 2023-01-11T18:40:06Z | 0 | 0 | 0900006483b74883 | |||
| EPA-HQ-OAR-2014-0606-0125 | EPA | Managing Air Emissions from Oil and Natural Gas Production in Indian Country EPA-HQ-OAR-2014-0606 | EPA Letter to Jordan Newfield Exploration Company dated 6 6 18 RE: Streamlined permitting mechanism for true minor oil and natural gas sources in Indian country in areas designated as nonattainment | Supporting & Related Material | Letter | 2023-01-10T05:00:00Z | 2023 | 1 | 2023-01-11T18:39:43Z | 0 | 0 | 0900006483b74889 | |||
| EPA-HQ-OAR-2014-0606-0129 | EPA | Managing Air Emissions from Oil and Natural Gas Production in Indian Country EPA-HQ-OAR-2014-0606 | 2019 Duchesne_data | Supporting & Related Material | Data | 2023-01-10T05:00:00Z | 2023 | 1 | 2023-01-11T18:38:44Z | 0 | 0 | 0900006483b74885 | |||
| EPA-HQ-OAR-2014-0606-0124 | EPA | Managing Air Emissions from Oil and Natural Gas Production in Indian Country EPA-HQ-OAR-2014-0606 | Memo to Docket dated 4/24/19 with EDF Withdrawal Letter dated 2 12 19 to EPA RE: Proposed Amendments to the Federal Implementation Plan for True Minor Sources in Indian Country | Supporting & Related Material | Letter | 2023-01-10T05:00:00Z | 2023 | 1 | 2023-01-11T18:38:00Z | 0 | 0 | 0900006483b74888 |
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;