documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "EPA-HQ-OAR-2010-1033" and posted_year = 2011 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, posted_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-2010-1033-0266 | EPA | Texas Prevention of Significant Deterioration Program Concerning Greenhouse Gas-Emitting Sources EPA-HQ-OAR-2010-1033 | Determinations Concerning Need for Error Correction, Partial Approval and Partial Disapprival, and Federal Implementation Plan Regarding Texas's Prevention of Significant Deterioration Program | Rule | Federal Register Document | 2011-05-03T04:00:00Z | 2011 | 5 | 2011-06-11T16:06:38Z | 2011-10285 | 0 | 0 | 0900006480c3e541 | ||
| EPA-HQ-OAR-2010-1033-0260 | EPA | Texas Prevention of Significant Deterioration Program Concerning Greenhouse Gas-Emitting Sources EPA-HQ-OAR-2010-1033 | Document Submitted to Initiate E.O. 12866 Review - Determinations Concerning Need for Error Correction, Partial Approval and Partial Disapproval, and Federal Implementation Plan Regarding Texas's Prevention of Significant Deterioration Program; Final Rule - Final - FRN | Supporting & Related Material | Federal Register Document | 2011-04-25T04:00:00Z | 2011 | 4 | 2011-06-11T16:06:40Z | 0 | 0 | 0900006480c3502b | |||
| EPA-HQ-OAR-2010-1033-0262 | EPA | Texas Prevention of Significant Deterioration Program Concerning Greenhouse Gas-Emitting Sources EPA-HQ-OAR-2010-1033 | Briefing Materials Prepared for Office of Management and Budget Regarding Determinations Concerning Need for Error Correction, Partial Approval and Partial Disapproval, and Federal Implementation Plan Regarding Texas's Prevention of Significant Deterioration Program | Supporting & Related Material | Meeting/Teleconference Materials | 2011-04-25T04:00:00Z | 2011 | 4 | 2011-06-11T16:06:38Z | 0 | 0 | 0900006480c35054 | |||
| EPA-HQ-OAR-2010-1033-0263 | EPA | Texas Prevention of Significant Deterioration Program Concerning Greenhouse Gas-Emitting Sources EPA-HQ-OAR-2010-1033 | Response to Comment on Proposed Rule, "Action to Ensure Authority to Issue Permits under the Prevention of Significant Deterioration Program to Sources of Greenhouse Gas Emissions: Finding of Substantial Inadequacy and SIP Call." Document is also referred to as the "RTC." | Supporting & Related Material | Comment Response | 2011-04-25T04:00:00Z | 2011 | 4 | 2011-04-25T19:05:28Z | 0 | 0 | 0900006480c35f24 | |||
| EPA-HQ-OAR-2010-1033-0261 | EPA | Texas Prevention of Significant Deterioration Program Concerning Greenhouse Gas-Emitting Sources EPA-HQ-OAR-2010-1033 | Documentation of Changes Made During Office of Management and Budget (OMB) Review Under E.O. 12866 - Determinnations Concerning Need for Error Correction, Partial Approval and Partial Disapproval, and Federal Implementation Plan Regarding Texas's Prevention of Significant Deterioration Program; Final Rule - Final - FRN | Supporting & Related Material | Office of Management and Budget (OMB) | 2011-04-25T04:00:00Z | 2011 | 4 | 2011-06-11T16:06:39Z | 0 | 0 | 0900006480c3502f | |||
| EPA-HQ-OAR-2010-1033-0265 | EPA | Texas Prevention of Significant Deterioration Program Concerning Greenhouse Gas-Emitting Sources EPA-HQ-OAR-2010-1033 | Response to Comments on Proposed Rule, "Determinations Concerning Need for Error Correction, Partial Approval and Partial Disapproval, and Federal Implementation Plan Regarding Texas's Prevention of Signficant Deterioration Program; Proposed Rule" | Supporting & Related Material | Comment Response | 2011-04-25T04:00:00Z | 2011 | 4 | 2011-04-25T19:05:32Z | 0 | 0 | 0900006480c36047 | |||
| EPA-HQ-OAR-2010-1033-0264 | EPA | Texas Prevention of Significant Deterioration Program Concerning Greenhouse Gas-Emitting Sources EPA-HQ-OAR-2010-1033 | Open Letter to Permit Holders and Interested Members of the Public | Supporting & Related Material | Press Release, Public Announcement/Notice | 2011-04-25T04:00:00Z | 2011 | 4 | 2011-04-25T19:05:30Z | 0 | 0 | 0900006480c36046 | |||
| EPA-HQ-OAR-2010-1033-0259 | EPA | Texas Prevention of Significant Deterioration Program Concerning Greenhouse Gas-Emitting Sources EPA-HQ-OAR-2010-1033 | Transcript of the Public Hearing on Determinations Concerning Need for Error Correction, Partial Approval and Partial Disapproval, and Federal Implementation Plan Regarding Texas Prevention of Significant Deterioration Program; Proposed Rule January 14, 2011 | Supporting & Related Material | Public Hearing Transcript, Deposition, Testimony | 2011-03-21T04:00:00Z | 2011 | 3 | 2011-10-18T17:27:43Z | 0 | 0 | 0900006480c046c0 | |||
| EPA-HQ-OAR-2010-1033-0214 | EPA | Texas Prevention of Significant Deterioration Program Concerning Greenhouse Gas-Emitting Sources EPA-HQ-OAR-2010-1033 | Determinations Concerning Need for Error Corrections, Partial Approval and Partial Disapproval, and Federal Implementation Plan Regarding Texas Prevention of Significant Deterioration Program; Notice of Extension of Public Comment Period | Notice | Federal Register Document | 2011-01-26T05:00:00Z | 2011 | 1 | 2011-06-11T16:06:39Z | 2011-01637 | 0 | 0 | 0900006480bd3483 |
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;