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-2007-0525" and posted_year = 2008 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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-R06-OAR-2007-0525-0002 | EPA | None EPA-R06-OAR-2007-0525 | TX064.07 Approval and Promulgation of Air Quality Implementation Plans; Texas; Reasonable Further Progress Plan, Motor Vehicle Emissions Budgets and Revised 2002 Emissions Inventory; Dallas/Fort Worth Ozone Nonattainment Area | Proposed Rule | 2008-10-07T04:00:00Z | 2008 | 10 | 2008-10-07T04:00:00Z | 2008-11-07T04:59:59Z | 2008-11-06T12:12:33Z | E8-23674 | 0 | 0 | 090000648073b51b | |
| EPA-R06-OAR-2007-0525-0001 | EPA | None EPA-R06-OAR-2007-0525 | TX064.06 Approval and Promulgation of Air Quality Implementation Plans; Texas; Reasonable Further Progress Plan, Motor Vehicle Emissions Budgets, and Revised 2002 Base Year Emissions Inventory; Dallas/Fort Worth 1997 8-Hour Ozone Nonattainment Area | Rule | 2008-10-07T04:00:00Z | 2008 | 10 | 2008-10-07T04:00:00Z | 2008-11-07T04:59:59Z | 2008-11-06T12:10:55Z | E8-23673 | 0 | 0 | 090000648073b4c3 | |
| EPA-R06-OAR-2007-0525-0003 | EPA | None EPA-R06-OAR-2007-0525 | TX064.01 Texas Revisions to the Dallas-Fort Worth Area Reasonable Further Progress State Implementation Plan, submitted to EPA May 30, 2007 (TX-243, DFW RFP). 136 pages 5.3 MB k7m | Supporting & Related Material | State/Tribal Submittal | 2008-10-07T04:00:00Z | 2008 | 10 | 2008-10-07T14:14:32Z | 0 | 0 | 090000648029559e | |||
| EPA-R06-OAR-2007-0525-0007 | EPA | None EPA-R06-OAR-2007-0525 | TX064.05 Congressional Review. 3 pages kx3 | Supporting & Related Material | Interagency Review | 2008-10-07T04:00:00Z | 2008 | 10 | 2008-10-07T14:14:38Z | 0 | 0 | 090000648073998b | |||
| EPA-R06-OAR-2007-0525-0004 | EPA | None EPA-R06-OAR-2007-0525 | TX064.02 EPA Technical Support Document. 11 pages k9w | Supporting & Related Material | 2008-10-07T04:00:00Z | 2008 | 10 | 2008-10-07T14:14:34Z | 0 | 0 | 0900006480296368 | ||||
| EPA-R06-OAR-2007-0525-0005 | EPA | None EPA-R06-OAR-2007-0525 | TX064.03 Federal Register Direct Final Rule as signed by the Regional Administrator. 23 pages k9w | Supporting & Related Material | Signed Federal Register Document | 2008-10-07T04:00:00Z | 2008 | 10 | 2008-10-07T14:14:35Z | 0 | 0 | 090000648072cdce | |||
| EPA-R06-OAR-2007-0525-0006 | EPA | None EPA-R06-OAR-2007-0525 | TX064.04 Federal Register Proposed Rule as signed by the Regional Administrator. 3 pages k9w | Supporting & Related Material | Signed Federal Register Document | 2008-10-07T04:00:00Z | 2008 | 10 | 2008-10-07T14:14:36Z | 0 | 0 | 090000648072cde4 |
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;