documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "EPA-R06-OAR-2006-0593" and posted_year = 2013 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-2006-0593-0003 | EPA | None EPA-R06-OAR-2006-0593 | TX048.03 Texas Revisions to 30 TAC Chapters 39 and 116, RE: FutureGen/Clean Coal, submitted to EPA March 9, 2006 (TX-219, 6-69, 39-M). 164 pages 3.9 MB tyl | Supporting & Related Material | State/Tribal Submittal | 2013-11-21T05:00:00Z | 2013 | 11 | 2013-12-26T22:21:45Z | 0 | 0 | 0900006481484097 | |||
| EPA-R06-OAR-2006-0593-0002 | EPA | None EPA-R06-OAR-2006-0593 | TX048.02 Air Quality State Implementation Plans; Approval and Promulgation: Texas; Control of Air Pollution by Permits for New Construction or Modification; Permits for Specific Designated Facilities. 1 page tyl | Proposed Rule | 2013-11-21T05:00:00Z | 2013 | 11 | 2013-11-21T05:00:00Z | 2013-12-24T04:59:59Z | 2013-12-26T22:15:22Z | 2013-27573 | 0 | 0 | 090000648148e132 | |
| EPA-R06-OAR-2006-0593-0004 | EPA | None EPA-R06-OAR-2006-0593 | TX048.04 Texas Revisions to 30 TAC Chapters 39, 55, 60, and 116, RE: Public Participation for Air Permitting, submitted to EPA July 2, 2010 (TX-297, 39-R, 55-C, 60-3, 6-77). 721 pages 20.9 MB tyf | Supporting & Related Material | State/Tribal Submittal | 2013-11-21T05:00:00Z | 2013 | 11 | 2013-12-26T22:21:31Z | 0 | 0 | 0900006481484098 | |||
| EPA-R06-OAR-2006-0593-0001 | EPA | None EPA-R06-OAR-2006-0593 | TX048.01 Air Quality State Implementation Plans; Approval and Promulgation: Texas; Control of Air Pollution by Permits for New Construction or Modification; Permits for Specific Designated Facilities. 5 pages tyl | Rule | 2013-11-21T05:00:00Z | 2013 | 11 | 2013-11-21T05:00:00Z | 2013-12-24T04:59:59Z | 2013-12-29T00:32:20Z | 2013-27991 | 0 | 0 | 090000648148e179 | |
| EPA-R06-OAR-2006-0593-0005 | EPA | None EPA-R06-OAR-2006-0593 | TX048.05 EPA Technical Support Document. 36 pages tyf | Supporting & Related Material | Technical Support Document | 2013-11-21T05:00:00Z | 2013 | 11 | 2013-12-26T22:21:15Z | 0 | 0 | 0900006481484099 |
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;