documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where agency_id = "EPA", docket_id = "EPA-HQ-OAR-2011-0817" and posted_year = 2015 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-2011-0817-0873 | EPA | Reconsideration of Portland Cement NESHAP and NSPS EPA-HQ-OAR-2011-0817 | National Emission Standards for Hazardous Air Pollutants: Portland Cement Manufacturing Industry and Standards of Performance for Portland Cement Plants; Correction | Rule | Final Rule | 2015-09-11T04:00:00Z | 2015 | 9 | 2015-09-11T15:24:57Z | 2015-22945 | 0 | 0 | 0900006481c681b9 | ||
| EPA-HQ-OAR-2011-0817-0875 | EPA | Reconsideration of Portland Cement NESHAP and NSPS EPA-HQ-OAR-2011-0817 | Meeting with Portland Cement Association (PCA) August 10 2015 | Supporting & Related Material | Meeting Materials | 2015-09-11T04:00:00Z | 2015 | 9 | 2015-09-11T15:25:41Z | 0 | 0 | 0900006481c568f3 | |||
| EPA-HQ-OAR-2011-0817-0874 | EPA | Reconsideration of Portland Cement NESHAP and NSPS EPA-HQ-OAR-2011-0817 | Communications on errors PCA August 2015 | Supporting & Related Material | Memorandum | 2015-09-11T04:00:00Z | 2015 | 9 | 2015-09-11T15:25:41Z | 0 | 0 | 0900006481c5544f | |||
| EPA-HQ-OAR-2011-0817-0871 | EPA | Reconsideration of Portland Cement NESHAP and NSPS EPA-HQ-OAR-2011-0817 | Redline-Part F and Part LLL rule text final May 27 2015 | Supporting & Related Material | Publication - Previous/Related FR Notice | 2015-07-27T04:00:00Z | 2015 | 7 | 2015-07-27T14:55:06Z | 0 | 0 | 0900006481ab995d | |||
| EPA-HQ-OAR-2011-0817-0865 | EPA | Reconsideration of Portland Cement NESHAP and NSPS EPA-HQ-OAR-2011-0817 | National Emission Standards for Hazardous Air Pollutants: Portland Cement Manufacturing Industry and Standards of Performance for Portland Cement Plants; Final Amendments | Rule | Final Rule | 2015-07-27T04:00:00Z | 2015 | 7 | 2015-07-27T14:51:08Z | 2015-16811 | 0 | 0 | 0900006481ba6600 | ||
| EPA-HQ-OAR-2011-0817-0872 | EPA | Reconsideration of Portland Cement NESHAP and NSPS EPA-HQ-OAR-2011-0817 | May 7 Meeting with PCA | Supporting & Related Material | Meeting Materials | 2015-07-27T04:00:00Z | 2015 | 7 | 2015-07-27T14:55:06Z | 0 | 0 | 0900006481aef080 | |||
| EPA-HQ-OAR-2011-0817-0867 | EPA | Reconsideration of Portland Cement NESHAP and NSPS EPA-HQ-OAR-2011-0817 | MEMO to Docket-Telephone Conversation Jan 20 2015 | Supporting & Related Material | Memorandum | 2015-07-27T04:00:00Z | 2015 | 7 | 2015-07-27T14:55:04Z | 0 | 0 | 0900006481a86827 | |||
| EPA-HQ-OAR-2011-0817-0869 | EPA | Reconsideration of Portland Cement NESHAP and NSPS EPA-HQ-OAR-2011-0817 | Memorandum to Docket-Meeting with PCA September 17, 2014 | Supporting & Related Material | Memorandum | 2015-07-27T04:00:00Z | 2015 | 7 | 2015-07-27T14:55:05Z | 0 | 0 | 0900006481a8805b | |||
| EPA-HQ-OAR-2011-0817-0870 | EPA | Reconsideration of Portland Cement NESHAP and NSPS EPA-HQ-OAR-2011-0817 | RTC-2015 PC amendments- Final May 2015 | Supporting & Related Material | Comment Response | 2015-07-27T04:00:00Z | 2015 | 7 | 2015-07-27T14:55:06Z | 0 | 0 | 0900006481a94b6e | |||
| EPA-HQ-OAR-2011-0817-0868 | EPA | Reconsideration of Portland Cement NESHAP and NSPS EPA-HQ-OAR-2011-0817 | Memorandun to Docket-HCl Compliance Method discussion Feb 2015 | Supporting & Related Material | Memorandum | 2015-07-27T04:00:00Z | 2015 | 7 | 2015-07-27T14:55:05Z | 0 | 0 | 0900006481a8682a | |||
| EPA-HQ-OAR-2011-0817-0866 | EPA | Reconsideration of Portland Cement NESHAP and NSPS EPA-HQ-OAR-2011-0817 | Memorandum to Docket-Telephone Conversation January 30, 2015 | Supporting & Related Material | Memorandum | 2015-07-27T04:00:00Z | 2015 | 7 | 2015-07-27T14:55:04Z | 0 | 0 | 0900006481a867ef |
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;