documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "EPA-HQ-OW-2004-0019" and posted_year = 2015 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, posted_date (date), comment_start_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-OW-2004-0019-0408 | EPA | None EPA-HQ-OW-2004-0019 | Requests for Scientific Views: Draft Aquatic Life Ambient Water Quality Criterion for Selenium-Freshwater 2015; Reopening | Notice | Information Collection Request (ICR) | 2015-10-20T04:00:00Z | 2015 | 10 | 2015-10-20T04:00:00Z | 2015-10-31T03:59:59Z | 2017-03-22T13:00:48Z | 2015-26595 | 0 | 0 | 0900006481cd8926 |
| EPA-HQ-OW-2004-0019-0382 | EPA | None EPA-HQ-OW-2004-0019 | EPA Response to External Peer Review Comments on Se ALC 2014 9-30-15 | Supporting & Related Material | Comment Response | 2015-10-06T04:00:00Z | 2015 | 10 | 2015-10-06T17:05:56Z | 0 | 0 | 0900006481ca60cd | |||
| EPA-HQ-OW-2004-0019-0375 | EPA | None EPA-HQ-OW-2004-0019 | Final Peer Review Report External Peer Review Draft Selenium Criteria | Supporting & Related Material | Publication | 2015-09-24T04:00:00Z | 2015 | 9 | 2015-09-24T11:57:39Z | 0 | 0 | 0900006481bab38a | |||
| EPA-HQ-OW-2004-0019-0377 | EPA | None EPA-HQ-OW-2004-0019 | Extension of Request for Scientific Views on the Draft Aquatic Life Ambient Water Quality Criterion for Selenium - Freshwater 2015 | Notice | Extension of Comment Period | 2015-09-24T04:00:00Z | 2015 | 9 | 2015-10-14T17:56:58Z | 2015-24198 | 0 | 0 | 0900006481c9288d | ||
| EPA-HQ-OW-2004-0019-0368 | EPA | None EPA-HQ-OW-2004-0019 | Draft Aquatic Life Ambient Water Quality Criterion for Selenium - Freshwater 2015 [EPA 822-P-15-001] | Supporting & Related Material | Publication - USEPA | 2015-07-28T04:00:00Z | 2015 | 7 | 2015-07-28T15:10:45Z | 0 | 0 | 0900006481ba883b | |||
| EPA-HQ-OW-2004-0019-0367 | EPA | None EPA-HQ-OW-2004-0019 | Request for Scientific Views: Draft Recommended Aquatic Life Ambient Water Quality Chronic Criterion for Selenium -- Freshwater 2015 | Notice | Notice of Data Availability | 2015-07-27T04:00:00Z | 2015 | 7 | 2015-07-27T04:00:00Z | 2015-10-11T03:59:59Z | 2015-11-04T02:31:32Z | 2015-18348 | 0 | 0 | 0900006481ba66e2 |
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;