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-2008-0015" and posted_year = 2009 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-2008-0015-0013 | EPA | Review of the National Ambient Air Quality Standards for Carbon Monoxide EPA-HQ-OAR-2008-0015 | Release of Draft Document Related to the Review of the National Ambient Air Quality Standards for Carbon Monoxide | Notice | Federal Register Document | 2009-10-29T04:00:00Z | 2009 | 10 | 2009-10-29T04:00:00Z | 2009-11-20T04:59:59Z | 2009-10-29T13:47:28Z | E9-26093 | 0 | 0 | 0900006480a4d87c |
| EPA-HQ-OAR-2008-0015-0012 | EPA | Review of the National Ambient Air Quality Standards for Carbon Monoxide EPA-HQ-OAR-2008-0015 | U.S. District Court Northern District of California San Francisco Division Order Establishing Schedule to Review National Ambient Air Quality Standard for Carbon Monoxide. (This document is a duplicate of EPA-HQ-OAR-2008-0015-0008)) | Supporting & Related Material | Public Hearing Transcript, Deposition, Testimony | 2009-06-02T04:00:00Z | 2009 | 6 | 2011-04-08T16:11:08Z | 0 | 0 | 09000064809c23c5 | |||
| EPA-HQ-OAR-2008-0015-0011 | EPA | Review of the National Ambient Air Quality Standards for Carbon Monoxide EPA-HQ-OAR-2008-0015 | Memo from Richard Gardner, Science Applications International Corporation (SAIC) to Harvey Richmond, USEPA dated September 30, 2001. Reference: Technical Peer Review Panel Management for Review of "Estimation of Carbon Monoxide Exposures and Associated Carboxyhemoglobin Levels for Residents of Denver and Los Angeles Using pNEM/CO (version 2.1)." | Supporting & Related Material | Letter, Memorandum, Email | 2009-04-16T04:00:00Z | 2009 | 4 | 2009-04-16T18:18:23Z | 0 | 0 | 0900006480954e99 | |||
| EPA-HQ-OAR-2008-0015-0009 | EPA | Review of the National Ambient Air Quality Standards for Carbon Monoxide EPA-HQ-OAR-2008-0015 | Review of the National Ambient Air Quality Standards for Carbon Monoxide - Draft Scope & Methods Plan. | Notice | Federal Register Document | 2009-04-15T04:00:00Z | 2009 | 4 | 2009-04-15T04:00:00Z | 2009-06-16T03:59:59Z | 2009-12-16T21:54:23Z | E9-8671 | 0 | 0 | 090000648095438e |
| EPA-HQ-OAR-2008-0015-0010 | EPA | Review of the National Ambient Air Quality Standards for Carbon Monoxide EPA-HQ-OAR-2008-0015 | Estimation of Carbon Monoxide Exposures and Associated Carboxyhemoglobin Levels for Residents of Denver and Los Angeles Using pNEM/CO (Version 2.1). June 19, 2000 | Supporting & Related Material | Report | 2009-04-15T04:00:00Z | 2009 | 4 | 2009-04-15T19:33:54Z | 0 | 0 | 0900006480954a59 |
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);