documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "EPA-HQ-OPPT-2014-0486" and posted_year = 2015 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), 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-OPPT-2014-0486-0026 | EPA | None EPA-HQ-OPPT-2014-0486 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Lead Training, Certification, Accreditation and Authorization Activities | Notice | Information Collection Request (ICR) | 2015-11-27T05:00:00Z | 2015 | 11 | 2015-11-27T05:00:00Z | 2015-12-29T04:59:59Z | 2015-11-27T15:53:21Z | 2015-30114 | 0 | 0 | 0900006481d75cec |
| EPA-HQ-OPPT-2014-0486-0025 | EPA | None EPA-HQ-OPPT-2014-0486 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Toxic Substances Control Act Training and Certification, Accreditation and Standards for Lead-Based Paint Activities and Renovation, Repair, and Painting | Notice | Information Collection Request (ICR) | 2015-05-18T04:00:00Z | 2015 | 5 | 2015-05-18T04:00:00Z | 2015-06-18T03:59:59Z | 2015-05-18T15:21:58Z | 2015-11934 | 0 | 0 | 0900006481ae5d8e |
| EPA-HQ-OPPT-2014-0486-0024 | EPA | None EPA-HQ-OPPT-2014-0486 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Lead-Based Paint Pre-Renovation Information Dissemination | Notice | Information Collection Request (ICR) | 2015-04-28T04:00:00Z | 2015 | 4 | 2015-04-28T04:00:00Z | 2015-05-29T03:59:59Z | 2015-04-28T14:38:46Z | 2015-09846 | 0 | 0 | 0900006481abeff4 |
| EPA-HQ-OPPT-2014-0486-0023 | EPA | None EPA-HQ-OPPT-2014-0486 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Lead; Clearance and Clearance Testing Requirements for the Renovation, Repair, and Painting Program | Notice | Information Collection Request (ICR) | 2015-04-20T04:00:00Z | 2015 | 4 | 2015-04-20T04:00:00Z | 2015-05-21T03:59:59Z | 2015-04-21T00:49:21Z | 2015-08983 | 0 | 0 | 0900006481aaf2b5 |
| EPA-HQ-OPPT-2014-0486-0021 | EPA | None EPA-HQ-OPPT-2014-0486 | Lead Training, Certification, Accreditation and Authorization Activities | Supporting & Related Material | ICR Supporting Statement | 2015-03-23T04:00:00Z | 2015 | 3 | 2015-04-01T07:09:15Z | 0 | 0 | 0900006481a4c1c7 | |||
| EPA-HQ-OPPT-2014-0486-0022 | EPA | None EPA-HQ-OPPT-2014-0486 | Copy of Consultations Message Sent by EPA to Potential Respondents | Supporting & Related Material | 2015-03-23T04:00:00Z | 2015 | 3 | 2015-04-01T07:09:14Z | 0 | 0 | 0900006481a4c1c8 |
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;