documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "EPA-HQ-SFUND-2007-0695" 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 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-SFUND-2007-0695-0015 | EPA | None EPA-HQ-SFUND-2007-0695 | Narrative Summary: San Jacinto River Waste Pits, Harris County, Texas | Supporting & Related Material | Other | 2008-03-19T04:00:00Z | 2008 | 3 | 2008-03-19T14:11:20Z | 0 | 0 | 09000064803f469d | |||
| EPA-HQ-SFUND-2007-0695-0013 | EPA | None EPA-HQ-SFUND-2007-0695 | National Priorities List | Rule | Federal Register Document | 2008-03-19T04:00:00Z | 2008 | 3 | 2011-06-11T16:10:15Z | E8–5557 | 0 | 0 | 09000064803ff42a | ||
| EPA-HQ-SFUND-2007-0695-0016 | EPA | None EPA-HQ-SFUND-2007-0695 | Letter to Albert R. Axe, Winstead from Victoria van Roden, Chief, State, Tribal and Site Identification Branch, Assessment and Remediation Division, USEPA, re: Extension Response - San Jacinto River Waste Pits | Supporting & Related Material | Letter, Memorandum, Email | 2008-03-19T04:00:00Z | 2008 | 3 | 2008-03-19T14:11:21Z | 0 | 0 | 09000064803f46b2 | |||
| EPA-HQ-SFUND-2007-0695-0014 | EPA | None EPA-HQ-SFUND-2007-0695 | HRS Documentation Record: San Jacinto River Waste Pits, Harris County, Texas, CERCLIS Site ID Number: TXN000606611 | Supporting & Related Material | Other | 2008-03-19T04:00:00Z | 2008 | 3 | 2008-03-19T14:11:19Z | 0 | 0 | 09000064803f4681 | |||
| EPA-HQ-SFUND-2007-0695-0001 | EPA | None EPA-HQ-SFUND-2007-0695 | National Priorities List, Proposed Rule No. 47 | Proposed Rule | Federal Register Document | 2007-09-19T04:00:00Z | 2007 | 9 | 2007-09-19T04:00:00Z | 2007-11-20T04:59:59Z | 2011-06-11T16:10:15Z | E7-18154 | 0 | 0 | 090000648028c530 |
| EPA-HQ-SFUND-2007-0695-0004 | EPA | None EPA-HQ-SFUND-2007-0695 | Letter to Richard Greene, Regional Administrator, USEPA, Region 6, from Rick Perry, Governor, State of Texas Office of Governor | Supporting & Related Material | Letter, Memorandum, Email | 2007-09-19T04:00:00Z | 2007 | 9 | 2007-09-19T16:52:31Z | 0 | 0 | 09000064802869ac | |||
| EPA-HQ-SFUND-2007-0695-0003 | EPA | None EPA-HQ-SFUND-2007-0695 | Narrative Summary: San Jacinto River Waste Pits - Harris County, Texas | Supporting & Related Material | Other | 2007-09-19T04:00:00Z | 2007 | 9 | 2007-09-19T16:52:31Z | 0 | 0 | 09000064802869a9 | |||
| EPA-HQ-SFUND-2007-0695-0002 | EPA | None EPA-HQ-SFUND-2007-0695 | HRS Documentation Record - San Jacinto River Waste Pits, Harris County, Texas, TXN000606611 | Supporting & Related Material | Other | 2007-09-19T04:00:00Z | 2007 | 9 | 2007-09-19T16:52:30Z | 0 | 0 | 09000064802869a0 |
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;