documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "EPA-HQ-OECA-2013-0019" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
agency_id 1
- EPA 9
| 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-OECA-2013-0019-0014 | EPA | NSPS for Electric Utility Steam Generating Units (40 CFR Part 60, Subpart Da) EPA-HQ-OECA-2013-0019 | Supporting Statement | Supporting & Related Material | ICR Supporting Statement | 2021-02-05T05:00:00Z | 2021 | 2 | 2021-02-06T01:31:45Z | 0 | 0 | 0900006484a13997 | |||
| EPA-HQ-OECA-2013-0019-0013 | EPA | NSPS for Electric Utility Steam Generating Units (40 CFR Part 60, Subpart Da) EPA-HQ-OECA-2013-0019 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: New Source Performance Standards for Electric Utility Steam Generating Units (Renewal) | Notice | Information Collection Request (ICR) | 2021-01-11T05:00:00Z | 2021 | 1 | 2021-01-11T05:00:00Z | 2021-02-11T04:59:59Z | 2021-01-11T14:56:58Z | 2021-00246 | 0 | 0 | 09000064849ec314 |
| EPA-HQ-OECA-2013-0019-0012 | EPA | NSPS for Electric Utility Steam Generating Units (40 CFR Part 60, Subpart Da) EPA-HQ-OECA-2013-0019 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: NSPS for Electric Utility Steam Generating Units (Renewal) | Notice | Information Collection Request (ICR) | 2020-05-12T04:00:00Z | 2020 | 5 | 2020-05-12T04:00:00Z | 2020-07-14T03:59:59Z | 2020-10-02T14:49:04Z | 2020-10097 | 0 | 0 | 09000064845cd35b |
| EPA-HQ-OECA-2013-0019-0007 | EPA | NSPS for Electric Utility Steam Generating Units (40 CFR Part 60, Subpart Da) EPA-HQ-OECA-2013-0019 | Supporting Statement | Supporting & Related Material | ICR Supporting Statement | 2017-12-26T05:00:00Z | 2017 | 12 | 2017-12-27T01:33:08Z | 0 | 0 | 0900006482d43b85 | |||
| EPA-HQ-OECA-2013-0019-0006 | EPA | NSPS for Electric Utility Steam Generating Units (40 CFR Part 60, Subpart Da) EPA-HQ-OECA-2013-0019 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: NSPS for Electric Utility Steam Generating Units | Notice | Information Collection Request (ICR) | 2017-12-26T05:00:00Z | 2017 | 12 | 2017-12-26T05:00:00Z | 2018-01-26T04:59:59Z | 2017-12-30T02:01:09Z | 2017-27772 | 0 | 0 | 0900006482d72939 |
| EPA-HQ-OECA-2013-0019-0005 | EPA | NSPS for Electric Utility Steam Generating Units (40 CFR Part 60, Subpart Da) EPA-HQ-OECA-2013-0019 | Agency Information Collection Activities; Proposals, Submissions, and Approvals | Notice | Information Collection Request (ICR) | 2017-07-11T04:00:00Z | 2017 | 7 | 2017-07-11T04:00:00Z | 2017-08-29T03:59:59Z | 2017-07-12T00:42:10Z | 2017-13669 | 0 | 0 | 090000648290e055 |
| EPA-HQ-OECA-2013-0019-0003 | EPA | NSPS for Electric Utility Steam Generating Units (40 CFR Part 60, Subpart Da) EPA-HQ-OECA-2013-0019 | Supporting Statement | Supporting & Related Material | ICR Supporting Statement | 2013-12-02T05:00:00Z | 2013 | 12 | 2013-12-02T15:55:30Z | 0 | 0 | 09000064814984df | |||
| EPA-HQ-OECA-2013-0019-0002 | EPA | NSPS for Electric Utility Steam Generating Units (40 CFR Part 60, Subpart Da) EPA-HQ-OECA-2013-0019 | Information Collection Request; NSPS for Electric Utility Steam Generating Units (Renewal) | Notice | Information Collection Request (ICR) | 2013-12-02T05:00:00Z | 2013 | 12 | 2013-12-02T05:00:00Z | 2014-01-03T04:59:59Z | 2014-01-03T02:02:16Z | 2013-28783 | 0 | 0 | 09000064814a2093 |
| EPA-HQ-OECA-2013-0019-0001 | EPA | NSPS for Electric Utility Steam Generating Units (40 CFR Part 60, Subpart Da) EPA-HQ-OECA-2013-0019 | Proposed Information Collection Request; Comment Request; See Item Specific ICR Titles Provided in the Text | Notice | Information Collection Request (ICR) | 2013-06-04T04:00:00Z | 2013 | 6 | 2013-06-04T04:00:00Z | 2013-08-06T03:59:59Z | 2013-06-04T15:32:14Z | 2013-13067 | 0 | 0 | 0900006481308e92 |
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);