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-2016-0683" and posted_year = 2017 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-2016-0683-0010 | EPA | Relaxation of the Reid Vapor Pressure (RVP) Gasoline Standard for Several Parishes in Louisiana EPA-HQ-OAR-2016-0683 | Approval of Louisiana's Request to Relax the Federal Reid Vapor Pressure Gasoline Volatility Standard for Several Parishes | Rule | Final Rule | 2017-12-26T05:00:00Z | 2017 | 12 | 2017-12-26T16:49:07Z | 2017-27628 | 0 | 0 | 0900006482d72784 | ||
| EPA-HQ-OAR-2016-0683-0004 | EPA | Relaxation of the Reid Vapor Pressure (RVP) Gasoline Standard for Several Parishes in Louisiana EPA-HQ-OAR-2016-0683 | Letter from the Louisiana Department of Environmental Quality to Administrator Pruitt Regarding Relaxation of Fuel RVP Requirements in The State | Supporting & Related Material | Letter | 2017-08-09T04:00:00Z | 2017 | 8 | 2017-08-10T00:34:49Z | 0 | 0 | 090000648297eea7 | |||
| EPA-HQ-OAR-2016-0683-0003 | EPA | Relaxation of the Reid Vapor Pressure (RVP) Gasoline Standard for Several Parishes in Louisiana EPA-HQ-OAR-2016-0683 | Administrator Pruitt's Response to Senator John Kennedy of Louisiana's Letter | Supporting & Related Material | Letter | 2017-08-09T04:00:00Z | 2017 | 8 | 2017-08-10T00:34:37Z | 0 | 0 | 090000648297eea6 | |||
| EPA-HQ-OAR-2016-0683-0005 | EPA | Relaxation of the Reid Vapor Pressure (RVP) Gasoline Standard for Several Parishes in Louisiana EPA-HQ-OAR-2016-0683 | Administrator Pruitt's response to Louisiana Department of Environmental Quality's letter | Supporting & Related Material | Letter | 2017-08-09T04:00:00Z | 2017 | 8 | 2017-08-10T00:34:32Z | 0 | 0 | 090000648297eea8 | |||
| EPA-HQ-OAR-2016-0683-0002 | EPA | Relaxation of the Reid Vapor Pressure (RVP) Gasoline Standard for Several Parishes in Louisiana EPA-HQ-OAR-2016-0683 | Incoming Letter from Senator John Kennedy of Louisiana to Administrator Pruitt Regarding Relaxing Low RVP Requirements | Supporting & Related Material | Letter | 2017-08-09T04:00:00Z | 2017 | 8 | 2017-08-10T00:34:43Z | 0 | 0 | 090000648297eea5 | |||
| EPA-HQ-OAR-2016-0683-0001 | EPA | Relaxation of the Reid Vapor Pressure (RVP) Gasoline Standard for Several Parishes in Louisiana EPA-HQ-OAR-2016-0683 | Relaxation of the Federal Reid Vapor Pressure Gasoline Volatility Standard for Several Parishes in Louisiana | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2017-08-09T04:00:00Z | 2017 | 8 | 2017-08-09T04:00:00Z | 2017-09-09T03:59:59Z | 2017-09-09T01:06:17Z | 2017-16691 | 0 | 0 | 09000064829e791f |
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);