documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "EPA-R06-OAR-2008-0727" and posted_year = 2012 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date (date), comment_start_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-R06-OAR-2008-0727-0035 | EPA | None EPA-R06-OAR-2008-0727 | AR006.802 Congressional Review. 6 pages s3a | Supporting & Related Material | Interagency Review | 2012-03-12T04:00:00Z | 2012 | 3 | 2012-03-12T16:50:30Z | 0 | 0 | 0900006480fd3d5a | |||
| EPA-R06-OAR-2008-0727-0036 | EPA | None EPA-R06-OAR-2008-0727 | AR006.803 Record of Communication with CIRA/USFS. 1 page s3c | Supporting & Related Material | Report | 2012-03-12T04:00:00Z | 2012 | 3 | 2012-03-12T16:50:34Z | 0 | 0 | 0900006480fd43ae | |||
| EPA-R06-OAR-2008-0727-0040 | EPA | None EPA-R06-OAR-2008-0727 | AR006.807 Notice of availability of Facility Emission Database for Reports. 1 page s3c | Supporting & Related Material | Report | 2012-03-12T04:00:00Z | 2012 | 3 | 2012-03-12T16:50:49Z | 0 | 0 | 0900006480fd4447 | |||
| EPA-R06-OAR-2008-0727-0034 | EPA | None EPA-R06-OAR-2008-0727 | AR006.801 Approvals and Promulgations of Implementation Plans: Arkansas; Regional Haze State Implementation Plan; Interstate Transport State Implementation Plan to Address Pollution Affecting Visibility and Regional Haze. 74 pages | Rule | 2012-03-12T04:00:00Z | 2012 | 3 | 2012-03-12T04:00:00Z | 2012-03-12T15:03:05Z | 2012-04493 | 0 | 0 | 0900006480fd40d2 | ||
| EPA-R06-OAR-2008-0727-0037 | EPA | None EPA-R06-OAR-2008-0727 | AR006.804 RPO PowerPoint Mingo. 25 pages s3c | Supporting & Related Material | Report | 2012-03-12T04:00:00Z | 2012 | 3 | 2012-03-12T16:50:39Z | 0 | 0 | 0900006480fd4444 | |||
| EPA-R06-OAR-2008-0727-0038 | EPA | None EPA-R06-OAR-2008-0727 | AR006.805 Archuleta and White analysis. 5 pages s3c | Supporting & Related Material | Report | 2012-03-12T04:00:00Z | 2012 | 3 | 2012-03-12T16:50:43Z | 0 | 0 | 0900006480fd4445 | |||
| EPA-R06-OAR-2008-0727-0039 | EPA | None EPA-R06-OAR-2008-0727 | AR006.806 Archulela and White comparison bar chart. 1 page s3c | Supporting & Related Material | Report | 2012-03-12T04:00:00Z | 2012 | 3 | 2012-03-12T16:50:46Z | 0 | 0 | 0900006480fd4446 |
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;