documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "EPA-HQ-OPPT-2010-0877" 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 7
| 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-2010-0877-0020 | EPA | None EPA-HQ-OPPT-2010-0877 | Endocrine Disruptor Screening Program: Weight-of-Evidence Guidance Document; Availability | Notice | Notice of Data Availability | 2011-09-28T04:00:00Z | 2011 | 9 | 2011-09-28T13:08:00Z | 2011-24893 | 0 | 0 | 0900006480f3ffb2 | ||
| EPA-HQ-OPPT-2010-0877-0021 | EPA | None EPA-HQ-OPPT-2010-0877 | Weight-of-Evidence: Evaluating Results of EDSP Tier 1 Screening to Identify the Need for Tier 2 Testing | Supporting & Related Material | Report | 2011-09-28T04:00:00Z | 2011 | 9 | 2011-09-28T13:09:08Z | 0 | 0 | 0900006480f27bf5 | |||
| EPA-HQ-OPPT-2010-0877-0019 | EPA | None EPA-HQ-OPPT-2010-0877 | PETA Response to EPA's EDSP Weight-of-Evidence Guidance Document | Supporting & Related Material | Letter, Memorandum, Email | 2011-03-31T04:00:00Z | 2011 | 3 | 2012-03-24T19:36:04Z | 0 | 0 | 0900006480c13c75 | |||
| EPA-HQ-OPPT-2010-0877-0009 | EPA | None EPA-HQ-OPPT-2010-0877 | Letter to OPPT Document Control Office, USEPA, from W. Caffey Norman, Patton Boggs LLP - Attorneys at Law on behalf of Halogenated Solvents Industry Alliance, Inc. (HSIA) | Supporting & Related Material | Letter, Memorandum, Email | 2011-01-20T05:00:00Z | 2011 | 1 | 2011-01-20T14:56:06Z | 0 | 0 | 0900006480bca457 | |||
| EPA-HQ-OPPT-2010-0877-0004 | EPA | None EPA-HQ-OPPT-2010-0877 | Endocrine Disruptor Screening Program: Evaluating Results of EDSP Tier 1 Screening To Identify Candidate Chemicals for Tier 2 Testing; Availability... (Extension of Comment Period) | Notice | Federal Register Document | 2010-12-28T05:00:00Z | 2010 | 12 | 2010-12-28T05:00:00Z | 2011-02-04T04:59:59Z | 2010-12-28T15:46:11Z | 2010-32662 | 0 | 0 | 0900006480bc1180 |
| EPA-HQ-OPPT-2010-0877-0001 | EPA | None EPA-HQ-OPPT-2010-0877 | Endocrine Disruptor Screening Program | Notice | Federal Register Document | 2010-11-04T04:00:00Z | 2010 | 11 | 2010-11-04T04:00:00Z | 2011-01-04T04:59:59Z | 2010-11-04T14:20:59Z | 2010-27897 | 0 | 0 | 0900006480b80c60 |
| EPA-HQ-OPPT-2010-0877-0002 | EPA | None EPA-HQ-OPPT-2010-0877 | Draft Weight of Evidence Guidance: Evaluating Results of EDSP Tier 1 Screening to Identify Candidate Chemicals for Tier 2 Testing | Supporting & Related Material | Guidance, Interpretation, Policy, Procedure | 2010-11-04T04:00:00Z | 2010 | 11 | 2010-11-04T14:22:06Z | 0 | 0 | 0900006480b79086 |
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;