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-2004-0069" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), last_modified (date)
document_type 2
agency_id 1
- EPA 8
| 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-2004-0069-0007 | EPA | AM Lab Waiver Application Legacy Docket ID #: EN-87-05 EPA-HQ-OAR-2004-0069 | Decision Document. [EN-87-05-V-A-02] | Supporting & Related Material | Decision | 2022-09-19T04:00:00Z | 2022 | 9 | 2022-09-19T19:04:56Z | 0 | 0 | 0900006484e74034 | |||
| EPA-HQ-OAR-2004-0069-0008 | EPA | AM Lab Waiver Application Legacy Docket ID #: EN-87-05 EPA-HQ-OAR-2004-0069 | "Guidance on Estimating Motor Vehicle Emission Reductions From the Use of Alternate Fuels and Fuel Blends". [EN-87-05-V-B-01] | Supporting & Related Material | Guidance | 2022-09-19T04:00:00Z | 2022 | 9 | 2022-09-19T19:04:57Z | 0 | 0 | 0900006484e74035 | |||
| EPA-HQ-OAR-2004-0069-0005 | EPA | AM Lab Waiver Application Legacy Docket ID #: EN-87-05 EPA-HQ-OAR-2004-0069 | Final Agency Action: Denial of Waiver. [EN-87-05-V-A-01] | Supporting & Related Material | Decision | 2022-09-19T04:00:00Z | 2022 | 9 | 2022-09-19T19:04:55Z | 0 | 0 | 0900006484e73f0d | |||
| EPA-HQ-OAR-2004-0069-0009 | EPA | AM Lab Waiver Application Legacy Docket ID #: EN-87-05 EPA-HQ-OAR-2004-0069 | "Performance Evaluation of Alcohols-Gasoline Blends in the Late Model Automobiles -- Phase 11". [EN-87-05-V-B-02] | Supporting & Related Material | Evaluation | 2022-09-19T04:00:00Z | 2022 | 9 | 2022-09-19T19:04:57Z | 0 | 0 | 0900006484e74036 | |||
| EPA-HQ-OAR-2004-0069-0006 | EPA | AM Lab Waiver Application Legacy Docket ID #: EN-87-05 EPA-HQ-OAR-2004-0069 | Federal Register Notice of Denial. [EN-87-05-V-A-03] | Supporting & Related Material | Publication - Previous/Related FR Notice | 2022-09-19T04:00:00Z | 2022 | 9 | 2022-09-19T19:04:55Z | 0 | 0 | 0900006484e73f0e | |||
| EPA-HQ-OAR-2004-0069-0004 | EPA | AM Lab Waiver Application Legacy Docket ID #: EN-87-05 EPA-HQ-OAR-2004-0069 | Fuels and Fuel Additives; Waiver Decision | Notice | 2021-11-22T05:00:00Z | 2021 | 11 | 2021-11-22T05:00:00Z | 2021-11-22T23:14:37Z | 88-1502 | 0 | 0 | 0900006484e7401c | ||
| EPA-HQ-OAR-2004-0069-0001 | EPA | AM Lab Waiver Application Legacy Docket ID #: EN-87-05 EPA-HQ-OAR-2004-0069 | Legacy Index for Docket EN-87-05 | Supporting & Related Material | Other | 2005-02-15T05:00:00Z | 2005 | 2 | 2006-09-02T15:37:18Z | 0 | 0 | 09000064800c2817 | |||
| EPA-HQ-OAR-2004-0069-0002 | EPA | AM Lab Waiver Application Legacy Docket ID #: EN-87-05 EPA-HQ-OAR-2004-0069 | SF135 Records Transmittal Form and box inventories for accession 412-96-0894. This record contains the information necessary to recall this docket from storage at the Federal Records Center. | Supporting & Related Material | Other | 2004-03-02T05:00:00Z | 2004 | 3 | 2006-09-02T15:37:18Z | 0 | 0 | 09000064800c281f |
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);