documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "EPA-HQ-OA-2015-0553" and posted_year = 2019 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, comment_start_date (date), comment_end_date (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-OA-2015-0553-0014 | EPA | Proposed Information Collection Request; Comment Request; CEQ-EPA Presidential Innovation Award for Environmental Educators and the President’s Environmental Youth Awards Application EPA-HQ-OA-2015-0553 | 2019-20 PEYA Application Final - Draft 2 September 2019 - Approved for ICR Update Tanner Approved (002) | Supporting & Related Material | Application | 2019-10-07T04:00:00Z | 2019 | 10 | 2019-10-08T00:34:10Z | 0 | 0 | 0900006484008151 | |||
| EPA-HQ-OA-2015-0553-0013 | EPA | Proposed Information Collection Request; Comment Request; CEQ-EPA Presidential Innovation Award for Environmental Educators and the President’s Environmental Youth Awards Application EPA-HQ-OA-2015-0553 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Updated CEQ-EPA Presidential Innovation Award for Environmental Educators and the President's Environmental Youth Awards Application (Revision) | Notice | Information Collection Request (ICR) | 2019-10-07T04:00:00Z | 2019 | 10 | 2019-10-07T04:00:00Z | 2019-12-07T04:59:59Z | 2019-10-09T01:02:17Z | 2019-21833 | 0 | 0 | 0900006484048c6c |
| EPA-HQ-OA-2015-0553-0015 | EPA | Proposed Information Collection Request; Comment Request; CEQ-EPA Presidential Innovation Award for Environmental Educators and the President’s Environmental Youth Awards Application EPA-HQ-OA-2015-0553 | 2019 Piaee Application Form September 30, 2019 Update | Supporting & Related Material | Form | 2019-10-07T04:00:00Z | 2019 | 10 | 2019-10-08T00:33:58Z | 0 | 0 | 0900006484008152 | |||
| EPA-HQ-OA-2015-0553-0016 | EPA | Proposed Information Collection Request; Comment Request; CEQ-EPA Presidential Innovation Award for Environmental Educators and the President’s Environmental Youth Awards Application EPA-HQ-OA-2015-0553 | ICR Support Statement-Awards Programs 6.18.2019 | Supporting & Related Material | ICR Supporting Statement | 2019-10-07T04:00:00Z | 2019 | 10 | 2019-10-08T00:33:46Z | 0 | 0 | 09000064840081a7 | |||
| EPA-HQ-OA-2015-0553-0011 | EPA | Proposed Information Collection Request; Comment Request; CEQ-EPA Presidential Innovation Award for Environmental Educators and the President’s Environmental Youth Awards Application EPA-HQ-OA-2015-0553 | 2524ss02 - CEQ-EPA Presidential Innovation Award for Environmental Educators Application (Renewal) | Supporting & Related Material | ICR Supporting Statement | 2019-03-21T04:00:00Z | 2019 | 3 | 2019-03-22T00:43:11Z | 0 | 0 | 0900006483aeaa1e | |||
| EPA-HQ-OA-2015-0553-0010 | EPA | Proposed Information Collection Request; Comment Request; CEQ-EPA Presidential Innovation Award for Environmental Educators and the President’s Environmental Youth Awards Application EPA-HQ-OA-2015-0553 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: CEQ-EPA Presidential Innovation Award for Environmental Educators Application (Renewal) | Notice | Information Collection Request (ICR) | 2019-03-21T04:00:00Z | 2019 | 3 | 2019-03-21T04:00:00Z | 2019-04-23T03:59:59Z | 2019-03-21T14:21:39Z | 2019-05314 | 0 | 0 | 0900006483b0d334 |
| EPA-HQ-OA-2015-0553-0012 | EPA | Proposed Information Collection Request; Comment Request; CEQ-EPA Presidential Innovation Award for Environmental Educators and the President’s Environmental Youth Awards Application EPA-HQ-OA-2015-0553 | 2524ss02 - Attachment A - CEQ-EPA Presidential Innovation Award for Environmental Educators Application | Supporting & Related Material | Application | 2019-03-21T04:00:00Z | 2019 | 3 | 2019-03-22T00:42:56Z | 0 | 0 | 0900006483aeaa1b |
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);