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-2007-0294" and posted_year = 2008 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, 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-2007-0294-0094 | EPA | Actions regarding Lead Emissions from Piston-Engine Aircraft Using Leaded Aviation Gasoline EPA-HQ-OAR-2007-0294 | Additional response to Question 13 contained in Docket Document ID EPA-HQ-OAR-2007-0294-0093, with submission of Spark Ignition Aircraft Tests of Ethyl Tertiary Butyl Ether, David Atwood, Federal Aviation Administration (FAA), William J. Hughes Technical Center, August 2006, Final Report, DOT/FAA/AR-06/27 | Supporting & Related Material | Report | 2008-04-30T04:00:00Z | 2008 | 4 | 2008-04-30T13:55:47Z | 0 | 0 | 090000648053ac30 | |||
| EPA-HQ-OAR-2007-0294-0095 | EPA | Actions regarding Lead Emissions from Piston-Engine Aircraft Using Leaded Aviation Gasoline EPA-HQ-OAR-2007-0294 | Additional response to Question 21, contained in Docket Document ID EPA-HQ-OAR-2007-0294-0093, with submission of Spark Ignition Aircraft Engine Endurance Test of Aviation-Grade Ethanol 85, David Atwood & Anatoliy Ivanov, FAA, Willaim J. Hughes Technical Center, December 2006, Final Report, DOT/FAA/AR-06/43 | Supporting & Related Material | Report | 2008-04-30T04:00:00Z | 2008 | 4 | 2008-04-30T15:43:00Z | 0 | 0 | 090000648053acd4 | |||
| EPA-HQ-OAR-2007-0294-0093 | EPA | Actions regarding Lead Emissions from Piston-Engine Aircraft Using Leaded Aviation Gasoline EPA-HQ-OAR-2007-0294 | Comments received from Carl Burleson, Federal Aviation Administration (FAA), Office of the Assistant Administrator for Policy, Planning and Environment, to Chet France, Director, U.S. EPA Assessment and Standards Division, April 24, 2008 | Supporting & Related Material | Letter, Memorandum, Email | 2008-04-28T04:00:00Z | 2008 | 4 | 2008-04-28T12:37:47Z | 0 | 0 | 0900006480533cb0 | |||
| EPA-HQ-OAR-2007-0294-0079 | EPA | Actions regarding Lead Emissions from Piston-Engine Aircraft Using Leaded Aviation Gasoline EPA-HQ-OAR-2007-0294 | Determination of the Feasibility of Ethyl Tertiary Butyl Ether (ETBE) as a Fuel for Light Piston Engine Aircraft, by the National Institute for Petroleum and Energy Research, Bartlesville, OK, for the FAA, Nov. 1990 | Supporting & Related Material | Report | 2008-03-12T04:00:00Z | 2008 | 3 | 2008-03-12T19:31:52Z | 0 | 0 | 09000064803f3162 | |||
| EPA-HQ-OAR-2007-0294-0073 | EPA | Actions regarding Lead Emissions from Piston-Engine Aircraft Using Leaded Aviation Gasoline EPA-HQ-OAR-2007-0294 | Aviation Oil Lead Content Analysis, Todd L. Petersen, Jan. 2, 2008 | Supporting & Related Material | Report | 2008-01-28T05:00:00Z | 2008 | 1 | 2008-01-28T17:02:41Z | 0 | 0 | 09000064803a128f |
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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;