documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "EPA-HQ-OPPT-2009-0477" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
agency_id 1
- EPA 11
| 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-2009-0477-0075 | EPA | None EPA-HQ-OPPT-2009-0477 | Reference 7: Final Contaminant Candidate List 3 Chemicals: Identifying the Universe (As of August 2009) [EPA 815-R-09-006] | Supporting & Related Material | Publication - USEPA | 2013-06-14T04:00:00Z | 2013 | 6 | 2013-06-14T14:53:51Z | 0 | 0 | 090000648131b9ff | |||
| EPA-HQ-OPPT-2009-0477-0078 | EPA | None EPA-HQ-OPPT-2009-0477 | Reference 8: Final Contaminant Candidate List 3 Chemicals: Screening to a PCCL (As of August 2009)[EPA 815-R-09-007] | Supporting & Related Material | Publication - USEPA | 2013-06-14T04:00:00Z | 2013 | 6 | 2013-06-14T14:53:52Z | 0 | 0 | 090000648131d986 | |||
| EPA-HQ-OPPT-2009-0477-0076 | EPA | None EPA-HQ-OPPT-2009-0477 | Reference 9: Final Contaminant Candidate List 3 Chemicals: Classification of the PCCL to CCL (As of August 2009) [EPA 815-R-09-008] | Supporting & Related Material | Publication - USEPA | 2013-06-14T04:00:00Z | 2013 | 6 | 2013-06-14T14:53:51Z | 0 | 0 | 090000648131bb0c | |||
| EPA-HQ-OPPT-2009-0477-0074 | EPA | None EPA-HQ-OPPT-2009-0477 | Endocrine Disruptor Screening Program: Final Second List of Chemicals and Substances for Tier 1 Screening | Notice | 2013-06-14T04:00:00Z | 2013 | 6 | 2013-06-14T04:00:00Z | 2013-06-14T14:52:10Z | 2013-14232 | 0 | 0 | 090000648131ffbe | ||
| EPA-HQ-OPPT-2009-0477-0077 | EPA | None EPA-HQ-OPPT-2009-0477 | Final Comment Response Document for the Second List of Chemicals and Substances for Tier 1 Screening Under the Endocrine Disruptor Screening Program (Categorized Public Comments) As of February 2013 | Supporting & Related Material | Comment Response | 2013-06-14T04:00:00Z | 2013 | 6 | 2013-06-14T14:53:52Z | 0 | 0 | 090000648131bb0d | |||
| EPA-HQ-OPPT-2009-0477-0009 | EPA | None EPA-HQ-OPPT-2009-0477 | Endocrine Disruptor Screening Program: Second List of Chemicals for Tier 1 Screening; Extension of Comment Period | Notice | Federal Register Document | 2010-12-14T05:00:00Z | 2010 | 12 | 2010-12-14T16:29:34Z | 2010-31336 | 0 | 0 | 0900006480bb5ed5 | ||
| EPA-HQ-OPPT-2009-0477-0005 | EPA | None EPA-HQ-OPPT-2009-0477 | Initial Compilation of Chemicals and Substances Considered for the Second Endocrine Disruptor Screening Program List | Supporting & Related Material | Fact/Data Sheet | 2010-11-17T05:00:00Z | 2010 | 11 | 2010-11-17T17:27:27Z | 0 | 0 | 0900006480b84fc3 | |||
| EPA-HQ-OPPT-2009-0477-0004 | EPA | None EPA-HQ-OPPT-2009-0477 | Drinking Water Contaminant Candidate List 3—Final | Supporting & Related Material | Federal Register Document | 2010-11-17T05:00:00Z | 2010 | 11 | 2011-06-11T16:08:02Z | 0 | 0 | 0900006480b84fc2 | |||
| EPA-HQ-OPPT-2009-0477-0002 | EPA | None EPA-HQ-OPPT-2009-0477 | U.S. Congress House Report 111-180 | Supporting & Related Material | Report | 2010-11-17T05:00:00Z | 2010 | 11 | 2010-11-17T17:27:22Z | 0 | 0 | 0900006480b84fc0 | |||
| EPA-HQ-OPPT-2009-0477-0003 | EPA | None EPA-HQ-OPPT-2009-0477 | USEPA National Primary Drinking Water Regulations 2009 [EPA 816-F-09-004] | Supporting & Related Material | Publication - USEPA | 2010-11-17T05:00:00Z | 2010 | 11 | 2010-11-17T17:27:24Z | 0 | 0 | 0900006480b84fc1 | |||
| EPA-HQ-OPPT-2009-0477-0001 | EPA | None EPA-HQ-OPPT-2009-0477 | Endocrine Disruptor Screening Program: Second List of Chemicals for Tier 1 Screening | Notice | Federal Register Document | 2010-11-17T05:00:00Z | 2010 | 11 | 2010-11-17T05:00:00Z | 2011-01-19T04:59:59Z | 2010-12-14T16:30:26Z | 2010-28818 | 0 | 0 | 0900006480b954bf |
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;