documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "EPA-HQ-OECA-2013-0312" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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 6
| 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-0312-0006 | EPA | Emission Guidelines for Commercial and Industrial Solid Waste Incineration (CISWI) units (40 CFR Part 60, Subpart DDDD) EPA-HQ-OECA-2013-0312 | Supporting Statement - Emission Guidelines for Commercial and Industrial Solid Waste Incineration (CISWI) Units (40 CFR Part 60, Subpart DDDD) (Renewal) | Supporting & Related Material | ICR Supporting Statement | 2018-12-21T05:00:00Z | 2018 | 12 | 2018-12-22T03:02:23Z | 0 | 0 | 09000064839861a1 | |||
| EPA-HQ-OECA-2013-0312-0005 | EPA | Emission Guidelines for Commercial and Industrial Solid Waste Incineration (CISWI) units (40 CFR Part 60, Subpart DDDD) EPA-HQ-OECA-2013-0312 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Emission Guidelines for Commercial and Industrial Solid Waste Incineration Units | Notice | Information Collection Request (ICR) | 2018-12-21T05:00:00Z | 2018 | 12 | 2018-12-21T05:00:00Z | 2019-01-23T04:59:59Z | 2018-12-21T15:22:25Z | 2018-27580 | 0 | 0 | 09000064839be13f |
| EPA-HQ-OECA-2013-0312-0004 | EPA | Emission Guidelines for Commercial and Industrial Solid Waste Incineration (CISWI) units (40 CFR Part 60, Subpart DDDD) EPA-HQ-OECA-2013-0312 | Agency Information Collection Activities; Proposals, Submissions, and Approvals | Notice | Information Collection Request (ICR) | 2017-07-13T04:00:00Z | 2017 | 7 | 2017-07-13T04:00:00Z | 2017-08-29T03:59:59Z | 2017-07-14T00:48:15Z | 2017-13669 | 0 | 0 | 0900006482919e7d |
| EPA-HQ-OECA-2013-0312-0003 | EPA | Emission Guidelines for Commercial and Industrial Solid Waste Incineration (CISWI) units (40 CFR Part 60, Subpart DDDD) EPA-HQ-OECA-2013-0312 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Emission Guidelines for Commercial and Industrial Solid Waste Incineration (CISWI) Units (Renewal) | Notice | Information Collection Request (ICR) | 2014-06-26T04:00:00Z | 2014 | 6 | 2014-06-26T04:00:00Z | 2014-07-29T03:59:59Z | 2014-06-26T15:26:19Z | 2014-14934 | 0 | 0 | 090000648176a370 |
| EPA-HQ-OECA-2013-0312-0002 | EPA | Emission Guidelines for Commercial and Industrial Solid Waste Incineration (CISWI) units (40 CFR Part 60, Subpart DDDD) EPA-HQ-OECA-2013-0312 | Supporting Statement | Supporting & Related Material | ICR Supporting Statement | 2014-06-25T04:00:00Z | 2014 | 6 | 2014-06-25T11:29:06Z | 0 | 0 | 09000064817595d9 | |||
| EPA-HQ-OECA-2013-0312-0001 | EPA | Emission Guidelines for Commercial and Industrial Solid Waste Incineration (CISWI) units (40 CFR Part 60, Subpart DDDD) EPA-HQ-OECA-2013-0312 | Agency Information Collection Activities; Proposals, Submissions, and Approvals; Comment Request | Notice | Information Collection Request (ICR) | 2013-06-11T04:00:00Z | 2013 | 6 | 2013-06-11T04:00:00Z | 2013-08-13T03:59:59Z | 2013-06-11T15:42:38Z | 2013-13838 | 0 | 0 | 0900006481318cf7 |
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);