documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "EPA-R01-OAR-2008-0194" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, 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-R01-OAR-2008-0194-0006 | EPA | None EPA-R01-OAR-2008-0194 | State Submittal -- 2007 Connecticut Enhanced Motor Vehicle Inspection and Maintenance Program MOBILE6.2 Files Submitted on a CD. | Supporting & Related Material | State/Tribal Submittal | 2008-12-05T05:00:00Z | 2008 | 12 | 2008-12-05T12:44:42Z | 0 | 0 | 09000064803e6d0e | |||
| EPA-R01-OAR-2008-0194-0004 | EPA | None EPA-R01-OAR-2008-0194 | State Submittal -- Connecticut SIP Revision as Proposed At Public Hearing. | Supporting & Related Material | State/Tribal Submittal | 2008-12-05T05:00:00Z | 2008 | 12 | 2008-12-05T12:44:39Z | 0 | 0 | 09000064803e6a19 | |||
| EPA-R01-OAR-2008-0194-0002 | EPA | None EPA-R01-OAR-2008-0194 | Approval and Promulgation of Air Quality Implementation Plans; Connecticut; Enhanced Vehicle Inspection and Maintenance Program | Rule | 2008-12-05T05:00:00Z | 2008 | 12 | 2008-12-05T05:00:00Z | 2009-01-06T04:59:59Z | 2008-12-31T12:11:21Z | E8-28734 | 0 | 0 | 09000064807ce04a | |
| EPA-R01-OAR-2008-0194-0007 | EPA | None EPA-R01-OAR-2008-0194 | Federal Register Proposed Rule Associated with a Direct Final Rule as Signed by the Regional Administrator. | Supporting & Related Material | Signed Federal Register Document | 2008-12-05T05:00:00Z | 2008 | 12 | 2008-12-05T12:44:44Z | 0 | 0 | 09000064807069bc | |||
| EPA-R01-OAR-2008-0194-0008 | EPA | None EPA-R01-OAR-2008-0194 | Federal Register Direct Final Rule as Signed by the Regional Administrator. | Supporting & Related Material | Signed Federal Register Document | 2008-12-05T05:00:00Z | 2008 | 12 | 2008-12-05T12:44:45Z | 0 | 0 | 09000064807069bf | |||
| EPA-R01-OAR-2008-0194-0003 | EPA | None EPA-R01-OAR-2008-0194 | Connecticut's Cover Letter Submitting Connecticut's Enhanced Motor Vehicle Inspection and Maintenance Program, Public Hearing Notice, Public Hearing Certification, and Public Hearing Report. | Supporting & Related Material | State/Tribal Submittal | 2008-12-05T05:00:00Z | 2008 | 12 | 2008-12-05T12:44:37Z | 0 | 0 | 09000064803e69eb | |||
| EPA-R01-OAR-2008-0194-0005 | EPA | None EPA-R01-OAR-2008-0194 | State Submittal -- Connecticut Final SIP Revision. | Supporting & Related Material | State/Tribal Submittal | 2008-12-05T05:00:00Z | 2008 | 12 | 2008-12-05T12:44:41Z | 0 | 0 | 09000064803e6a89 | |||
| EPA-R01-OAR-2008-0194-0001 | EPA | None EPA-R01-OAR-2008-0194 | Approval and Promulgation of Air Quality Implementation Plans; Connecticut; Enhanced Vehicle Inspection and Maintenance Program | Proposed Rule | 2008-12-05T05:00:00Z | 2008 | 12 | 2008-12-05T05:00:00Z | 2009-01-06T04:59:59Z | 2008-12-31T12:09:29Z | E8-28735 | 0 | 0 | 09000064807ce038 |
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;