documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where agency_id = "EPA" and docket_id = "EPA-HQ-OAR-2017-0146" 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-2017-0146-0006 | EPA | Relaxation of the Reid Vapor Pressure (RVP) Gasoline Standard for Shelby County, Tennessee EPA-HQ-OAR-2017-0146 | Approval of Tennessee's Request to Relax the Federal Reid Vapor Pressure Gasoline Volatility Standard for Shelby County | Rule | Final Rule | 2017-12-22T05:00:00Z | 2017 | 12 | 2017-12-22T17:26:10Z | 2017-27630 | 0 | 0 | 0900006482d56c6f | ||
| EPA-HQ-OAR-2017-0146-0002 | EPA | Relaxation of the Reid Vapor Pressure (RVP) Gasoline Standard for Shelby County, Tennessee EPA-HQ-OAR-2017-0146 | 1 APC MWO Letter to EPA RE Shelby RVP Revision Signed.docx (002) | Supporting & Related Material | Letter | 2017-09-13T04:00:00Z | 2017 | 9 | 2017-09-14T04:40:07Z | 0 | 0 | 09000064829925d8 | |||
| EPA-HQ-OAR-2017-0146-0003 | EPA | Relaxation of the Reid Vapor Pressure (RVP) Gasoline Standard for Shelby County, Tennessee EPA-HQ-OAR-2017-0146 | Shelby County prehearing submitta1 March 2, 2017 | Supporting & Related Material | Letter | 2017-09-13T04:00:00Z | 2017 | 9 | 2017-09-14T04:40:25Z | 0 | 0 | 09000064829925d9 | |||
| EPA-HQ-OAR-2017-0146-0004 | EPA | Relaxation of the Reid Vapor Pressure (RVP) Gasoline Standard for Shelby County, Tennessee EPA-HQ-OAR-2017-0146 | Shelby County Relaxation Request Support Document, February 27, 2017 | Supporting & Related Material | Report | 2017-09-13T04:00:00Z | 2017 | 9 | 2017-09-14T04:40:19Z | 0 | 0 | 09000064829925da | |||
| EPA-HQ-OAR-2017-0146-0005 | EPA | Relaxation of the Reid Vapor Pressure (RVP) Gasoline Standard for Shelby County, Tennessee EPA-HQ-OAR-2017-0146 | Shelby County Relaxation Tennessee Request for Parallel Processing 20170301 | Supporting & Related Material | Letter | 2017-09-13T04:00:00Z | 2017 | 9 | 2017-09-14T04:40:13Z | 0 | 0 | 09000064829925db | |||
| EPA-HQ-OAR-2017-0146-0001 | EPA | Relaxation of the Reid Vapor Pressure (RVP) Gasoline Standard for Shelby County, Tennessee EPA-HQ-OAR-2017-0146 | Relaxation of Federal Reid Vapor Pressure Gasoline Volatility Standard for Shelby County (Memphis), TN | Proposed Rule | 2017-08-17T04:00:00Z | 2017 | 8 | 2017-08-17T04:00:00Z | 2017-09-19T03:59:59Z | 2017-09-13T13:04:30Z | 2017-17420 | 0 | 0 | 0900006482a483fa |
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);