documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "EPA-HQ-OAR-2018-0283" and posted_year = 2019 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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-2018-0283-7619 | EPA | Rulemaking to Revise Light-Duty Vehicle Greenhouse Gas Emission Standards and Corporate Average Fuel Economy Standards EPA-HQ-OAR-2018-0283 | Memorandum to the docket, "Natural Gas Industry Stakeholder Meeting," September 3, 2019 | Supporting & Related Material | Memorandum | 2019-11-14T05:00:00Z | 2019 | 11 | 2020-01-31T06:58:26Z | 0 | 0 | 09000064840ff15a | |||
| EPA-HQ-OAR-2018-0283-7602 | EPA | Rulemaking to Revise Light-Duty Vehicle Greenhouse Gas Emission Standards and Corporate Average Fuel Economy Standards EPA-HQ-OAR-2018-0283 | The Safer Affordable Fuel-Efficient Vehicles Rule Part One: One National Program | Rule | 2019-09-27T04:00:00Z | 2019 | 9 | 2019-09-27T12:07:28Z | 2019-20672 | 0 | 0 | 0900006483fdd7e5 | |||
| EPA-HQ-OAR-2018-0283-7599 | EPA | Rulemaking to Revise Light-Duty Vehicle Greenhouse Gas Emission Standards and Corporate Average Fuel Economy Standards EPA-HQ-OAR-2018-0283 | E.O. 12866 Review Documents for The Safer Affordable Fuel-Efficient (SAFE) Vehicles Rule Part One: One National Program, Withdrawal of waiver; Final Rule | Supporting & Related Material | Interagency Review | 2019-09-20T04:00:00Z | 2019 | 9 | 2019-09-21T00:33:46Z | 0 | 0 | 0900006483f9af23 | |||
| EPA-HQ-OAR-2018-0283-7598 | EPA | Rulemaking to Revise Light-Duty Vehicle Greenhouse Gas Emission Standards and Corporate Average Fuel Economy Standards EPA-HQ-OAR-2018-0283 | Re-harmonizing the 0.15 conversion factor in GHG regulations for ethanol flex-fuel vehicles (FFVs), document provided by Paul Argyropoulos, President, Policy Nexus Advisors, on August 26, 2019 | Supporting & Related Material | Report | 2019-09-19T04:00:00Z | 2019 | 9 | 2019-09-20T00:33:48Z | 0 | 0 | 0900006483ecd110 | |||
| EPA-HQ-OAR-2018-0283-7597 | EPA | Rulemaking to Revise Light-Duty Vehicle Greenhouse Gas Emission Standards and Corporate Average Fuel Economy Standards EPA-HQ-OAR-2018-0283 | Letter from Laura Shields U.S. Clean Air adding Supplemental Comment submitted on behalf of Environmental Defense Fund (EDF) | Supporting & Related Material | 2019-09-19T04:00:00Z | 2019 | 9 | 2019-09-20T00:34:04Z | 0 | 0 | 0900006483e2e539 | ||||
| EPA-HQ-OAR-2018-0283-7590 | EPA | Rulemaking to Revise Light-Duty Vehicle Greenhouse Gas Emission Standards and Corporate Average Fuel Economy Standards EPA-HQ-OAR-2018-0283 | Letter from Debbie Dingell, Member of Congress, Congress of the United States, et al. to EPA Administrator Andrew Wheeler and U.S. Department of Transportation Secretary Elaine Chao | Supporting & Related Material | Letter | 2019-08-16T04:00:00Z | 2019 | 8 | 2019-08-17T00:34:53Z | 0 | 0 | 0900006483d9901f |
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);