documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "EPA-HQ-OAR-2003-0076" and posted_year = 2013 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, 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-HQ-OAR-2003-0076-0188 | EPA | Review of New Sources and Modifications in Indian Country EPA-HQ-OAR-2003-0076 | Summary of Discussion from the October 23, 2013, Teleconference Between API Representatives and the Environmental Protection Agency on Source Relocation Under The Tribal Minor NSR Rule | Supporting & Related Material | Memorandum | 2013-11-25T05:00:00Z | 2013 | 11 | 2013-11-25T13:49:30Z | 0 | 0 | 090000648148be70 | |||
| EPA-HQ-OAR-2003-0076-0187 | EPA | Review of New Sources and Modifications in Indian Country EPA-HQ-OAR-2003-0076 | Summary of September 5, 2013 call between the South Coast Air Quality Management District and the Environmental Protection Agency on the exemptions proposed for the Tribal Minor NSR Rule | Supporting & Related Material | Memorandum | 2013-11-25T05:00:00Z | 2013 | 11 | 2013-11-25T13:49:29Z | 0 | 0 | 090000648148be6f | |||
| EPA-HQ-OAR-2003-0076-0179 | EPA | Review of New Sources and Modifications in Indian Country EPA-HQ-OAR-2003-0076 | Presentation for Tribes offered consulation | Supporting & Related Material | Meeting Materials | 2013-07-09T04:00:00Z | 2013 | 7 | 2013-07-09T15:52:04Z | 0 | 0 | 090000648135b317 | |||
| EPA-HQ-OAR-2003-0076-0177 | EPA | Review of New Sources and Modifications in Indian Country EPA-HQ-OAR-2003-0076 | State Rules Reviewed for Exemption Additions | Supporting & Related Material | Data | 2013-06-04T04:00:00Z | 2013 | 6 | 2013-06-04T14:24:24Z | 0 | 0 | 0900006481304ef8 | |||
| EPA-HQ-OAR-2003-0076-0176 | EPA | Review of New Sources and Modifications in Indian Country EPA-HQ-OAR-2003-0076 | USEPA Region 10 Sources Registered through the FARR for 2011 | Supporting & Related Material | Data | 2013-06-04T04:00:00Z | 2013 | 6 | 2013-06-04T14:24:24Z | 0 | 0 | 0900006481304adb | |||
| EPA-HQ-OAR-2003-0076-0175 | EPA | Review of New Sources and Modifications in Indian Country EPA-HQ-OAR-2003-0076 | Review of New Sources and Modifications: Indian Country | Proposed Rule | 2013-06-04T04:00:00Z | 2013 | 6 | 2013-06-04T04:00:00Z | 2013-08-06T03:59:59Z | 2013-08-17T01:02:22Z | 2013-13057 | 0 | 0 | 0900006481309068 | |
| EPA-HQ-OAR-2003-0076-0174 | EPA | Review of New Sources and Modifications in Indian Country EPA-HQ-OAR-2003-0076 | Review of New Sources and Modifications in Indian Country: Notice of Action Partially Granting Petition for Reconsideration and Denying Request for Administrative Stay | Rule | 2013-01-10T05:00:00Z | 2013 | 1 | 2013-01-10T16:32:51Z | 2012-31742 | 0 | 0 | 09000064811b45a3 |
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;