documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "EPA-HQ-OW-2008-0055" and posted_year = 2010 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), 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-2008-0055-0737 | EPA | None EPA-HQ-OW-2008-0055 | Notice Regarding National Pollutant Discharge Elimination System (NPDES); General Permit for Discharges Incidental to the Normal Operation of a Vessel | Notice | Federal Register Document | 2010-12-10T05:00:00Z | 2010 | 12 | 2010-12-10T05:00:00Z | 2010-12-10T17:03:38Z | 2010-31088 | 0 | 0 | 0900006480bb38f0 | |
| EPA-HQ-OW-2008-0055-0735 | EPA | None EPA-HQ-OW-2008-0055 | Region 3 Response Letter to Pennsylvania Permittee | Supporting & Related Material | Letter, Memorandum, Email | 2010-11-24T05:00:00Z | 2010 | 11 | 2010-11-24T16:23:46Z | 0 | 0 | 0900006480ba1667 | |||
| EPA-HQ-OW-2008-0055-0736 | EPA | None EPA-HQ-OW-2008-0055 | Region 7 Response Letter to Iowa Permittee | Supporting & Related Material | Letter, Memorandum, Email | 2010-11-24T05:00:00Z | 2010 | 11 | 2010-11-24T16:23:48Z | 0 | 0 | 0900006480ba1668 | |||
| EPA-HQ-OW-2008-0055-0731 | EPA | None EPA-HQ-OW-2008-0055 | Amended Clean Water Act Section 401 Certification for Vessel General Permit (VGP). October 1, 2010 | Supporting & Related Material | Letter, Memorandum, Email | 2010-11-17T05:00:00Z | 2010 | 11 | 2010-11-17T14:04:33Z | 0 | 0 | 0900006480b92530 | |||
| EPA-HQ-OW-2008-0055-0734 | EPA | None EPA-HQ-OW-2008-0055 | Request from Alter Barge Line Inc to Remove Two Conditions from Iowa's 401 Certification to the Vessel General Permit. December 31, 2009 | Supporting & Related Material | Letter, Memorandum, Email | 2010-11-17T05:00:00Z | 2010 | 11 | 2010-11-17T14:04:39Z | 0 | 0 | 0900006480b9271b | |||
| EPA-HQ-OW-2008-0055-0732 | EPA | None EPA-HQ-OW-2008-0055 | Deletion Request Letter. December 18, 2009 | Supporting & Related Material | Letter, Memorandum, Email | 2010-11-17T05:00:00Z | 2010 | 11 | 2010-11-17T14:04:35Z | 0 | 0 | 0900006480b92531 | |||
| EPA-HQ-OW-2008-0055-0733 | EPA | None EPA-HQ-OW-2008-0055 | Vessel General Permit (VGP) and Recreational Vessel Permit (RGP) Request for Clean Water Act (CWA) Section 401 Certification. July 8, 2009 | Supporting & Related Material | Letter, Memorandum, Email | 2010-11-17T05:00:00Z | 2010 | 11 | 2010-11-17T14:04:37Z | 0 | 0 | 0900006480b9267e |
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;