documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "EPA-HQ-OAR-2006-0340" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
agency_id 1
- EPA 5
| 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-2006-0340-0022 | EPA | Boutique Fuel List EPA-HQ-OAR-2006-0340 | Renewable Fuel Standard Under Section 211(o) of the Clean Air Act as Amended by the Energy Policy Act of 2005 | Notice | Federal Register Document | 2007-11-27T05:00:00Z | 2007 | 11 | 2008-01-08T21:24:11Z | E7-23095 | 0 | 0 | 0900006480368a89 | ||
| EPA-HQ-OAR-2006-0340-0021 | EPA | Boutique Fuel List EPA-HQ-OAR-2006-0340 | Boutique Fuels List under Section 1541(b) of the Energy Policy Act | Notice | Federal Register Document | 2006-12-28T05:00:00Z | 2006 | 12 | 2008-01-08T21:22:01Z | E6-22313 | 0 | 0 | 09000064801f0700 | ||
| EPA-HQ-OAR-2006-0340-0020 | EPA | Boutique Fuel List EPA-HQ-OAR-2006-0340 | Email to Chris Mckenna, USEPA | Supporting & Related Material | Letter, Memorandum, Email | 2006-12-12T05:00:00Z | 2006 | 12 | 2006-12-14T16:54:18Z | 0 | 0 | 09000064801eb79e | |||
| EPA-HQ-OAR-2006-0340-0017 | EPA | Boutique Fuel List EPA-HQ-OAR-2006-0340 | Email to Anne-Marie Pastorkovich, USEPA | Supporting & Related Material | Letter, Memorandum, Email | 2006-09-25T04:00:00Z | 2006 | 9 | 2006-09-25T17:56:17Z | 0 | 0 | 09000064801cc99d | |||
| EPA-HQ-OAR-2006-0340-0001 | EPA | Boutique Fuel List EPA-HQ-OAR-2006-0340 | Draft Boutique Fuels List Under Section 1541(b) of the Energy Policy Act and Request for Public Comment | Notice | Federal Register Document | 2006-06-06T11:55:29Z | 2006 | 6 | 2006-06-06T11:55:29Z | 2006-08-08T03:59:59Z | 2008-01-08T21:20:15Z | E6-08726 | 0 | 0 | 0900006480182038 |
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);