documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "EPA-HQ-ORD-2011-0895" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- EPA 8
| 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-ORD-2011-0895-0260 | EPA | None EPA-HQ-ORD-2011-0895 | Draft Research Reports: Investigation of Ground Water Contamination Near Pavillion, WY; Notice to Discontinue Public Comment Period | Notice | 2013-09-11T04:00:00Z | 2013 | 9 | 2017-03-03T02:00:34Z | 2013-22114 | 0 | 0 | 09000064813f31b6 | |||
| EPA-HQ-ORD-2011-0895-0251 | EPA | None EPA-HQ-ORD-2011-0895 | Draft Research Report: Investigation of Ground Water Contamination Near Pavillion, WY; Notice of Extension of Public Comment Period | Notice | Extension of Comment Period | 2013-01-11T05:00:00Z | 2013 | 1 | 2013-01-15T19:13:43Z | 2013-00358 | 0 | 0 | 09000064811b7583 | ||
| EPA-HQ-ORD-2011-0895-0246 | EPA | None EPA-HQ-ORD-2011-0895 | Draft Research Report: Investigation of Ground Water Contamination near Pavillion, Wyoming | Notice | 2012-10-12T04:00:00Z | 2012 | 10 | 2013-01-15T19:13:43Z | 2012-25148 | 0 | 0 | 090000648113e0bc | |||
| EPA-HQ-ORD-2011-0895-0223 | EPA | None EPA-HQ-ORD-2011-0895 | Draft Research Report; Availability: Investigation of Ground Water Contamination near Pavillion, WY | Notice | 2012-03-29T04:00:00Z | 2012 | 3 | 2013-09-11T13:07:17Z | 2012-07574 | 0 | 0 | 0900006480fe3c9e | |||
| EPA-HQ-ORD-2011-0895-0071 | EPA | None EPA-HQ-ORD-2011-0895 | Memo in Lieu of a Federal Register Notice: Extension of Public Comment Period | Other | Memorandum to Open a Docket | 2012-03-08T05:00:00Z | 2012 | 3 | 2013-09-11T13:06:54Z | 0 | 0 | 0900006480fd23c6 | |||
| EPA-HQ-ORD-2011-0895-0011 | EPA | None EPA-HQ-ORD-2011-0895 | Draft Research Reports; Availability: Investigation of Ground Water Contamination near Pavillion, WY | Notice | Request for Comments | 2012-01-25T05:00:00Z | 2012 | 1 | 2013-01-15T19:13:42Z | 2012-01517 | 0 | 0 | 0900006480fa3bf5 | ||
| EPA-HQ-ORD-2011-0895-0003 | EPA | None EPA-HQ-ORD-2011-0895 | Draft Report of Investigation of Ground Water Contamination near Pavillion, Wyoming [EPA 600/R-00/000] | Supporting & Related Material | Publication - USEPA | 2011-12-20T05:00:00Z | 2011 | 12 | 2012-01-15T13:01:53Z | 0 | 0 | 0900006480f85d79 | |||
| EPA-HQ-ORD-2011-0895-0001 | EPA | None EPA-HQ-ORD-2011-0895 | Research Reports; Availability: Investigation of Ground Water Contamination Near Pavillion, WY | Notice | 2011-12-14T05:00:00Z | 2011 | 12 | 2011-12-14T05:00:00Z | 2013-09-12T03:59:59Z | 2013-09-12T14:03:52Z | 2011-32064 | 0 | 0 | 0900006480f82455 |
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;