documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
13 rows where docket_id = "USCG-2015-0950" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
agency_id 1
- USCG 13
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| USCG-2015-0950-0002 | USCG | None USCG-2015-0950 | AnnexIV- Public Workshop- Form for Designating Docs to be Uploaded to Docket | Supporting & Related Material | 2016-01-28T05:00:00Z | 2016 | 1 | 2016-10-31T15:11:18Z | 0 | 0 | 0900006481e373c4 | ||||
| USCG-2015-0950-0013 | USCG | None USCG-2015-0950 | Wei Chen - USCG-EPA Workshop Agenda V-Sewage and Greywater Treatment Technologies - an Overview | Supporting & Related Material | 2016-01-28T05:00:00Z | 2016 | 1 | 2016-01-28T17:27:21Z | 0 | 0 | 0900006481e36f1f | ||||
| USCG-2015-0950-0004 | USCG | None USCG-2015-0950 | PIA - USCG- EPA Workshop- Type Approval Process and Technology Testing | Supporting & Related Material | 2016-01-28T05:00:00Z | 2016 | 1 | 2016-01-28T17:27:19Z | 0 | 0 | 0900006481e373c6 | ||||
| USCG-2015-0950-0008 | USCG | None USCG-2015-0950 | TEi-TS USCG-EPA Workshop - Onboard Simple Checks - Test Equipment | Supporting & Related Material | 2016-01-28T05:00:00Z | 2016 | 1 | 2016-01-28T17:27:20Z | 0 | 0 | 0900006481e36f1a | ||||
| USCG-2015-0950-0009 | USCG | None USCG-2015-0950 | TEi-TS USCG-EPA Workshop - Sewage Treatment Plant Testing & Type Approval Process | Supporting & Related Material | 2016-01-28T05:00:00Z | 2016 | 1 | 2016-01-28T17:27:20Z | 0 | 0 | 0900006481e36f1b | ||||
| USCG-2015-0950-0005 | USCG | None USCG-2015-0950 | Public Workshop on Sewage Treatment Technology - List of Participants - 8-9 December 2015 | Supporting & Related Material | 2016-01-28T05:00:00Z | 2016 | 1 | 2016-10-31T15:11:17Z | 0 | 0 | 0900006481e36f17 | ||||
| USCG-2015-0950-0011 | USCG | None USCG-2015-0950 | USCG-EPA Public Workshop Agenda_12.8 | Supporting & Related Material | 2016-01-28T05:00:00Z | 2016 | 1 | 2016-10-31T15:11:18Z | 0 | 0 | 0900006481e36f1d | ||||
| USCG-2015-0950-0006 | USCG | None USCG-2015-0950 | Scanship - USCG-EPA Workshop - Sewage and Greywater Treatment Technologies | Supporting & Related Material | 2016-01-28T05:00:00Z | 2016 | 1 | 2016-01-28T17:27:19Z | 0 | 0 | 0900006481e36f18 | ||||
| USCG-2015-0950-0012 | USCG | None USCG-2015-0950 | Wei Chen - USCG-EPA Workshop Agenda II-Black Water and Greywater | Supporting & Related Material | 2016-01-28T05:00:00Z | 2016 | 1 | 2016-01-28T17:27:21Z | 0 | 0 | 0900006481e36f1e | ||||
| USCG-2015-0950-0010 | USCG | None USCG-2015-0950 | U.S. Coast Guard - USCG-EPA Workshop-Sewage-MARPOL.AnnexIV | Supporting & Related Material | 2016-01-28T05:00:00Z | 2016 | 1 | 2016-01-28T17:27:20Z | 0 | 0 | 0900006481e36f1c | ||||
| USCG-2015-0950-0007 | USCG | None USCG-2015-0950 | State of Alaska 2015 Sewage Workshop | Supporting & Related Material | 2016-01-28T05:00:00Z | 2016 | 1 | 2016-01-28T17:27:20Z | 0 | 0 | 0900006481e36f19 | ||||
| USCG-2015-0950-0003 | USCG | None USCG-2015-0950 | MEPC.227(64).2012 Effluent stds for Sewage Treatment Plants | Supporting & Related Material | 2016-01-28T05:00:00Z | 2016 | 1 | 2016-01-28T17:27:18Z | 0 | 0 | 0900006481e373c5 | ||||
| USCG-2015-0950-0001 | USCG | None USCG-2015-0950 | Sewage Treatment Technology- Type Approval of Marine Sanitation Devices | Notice | Meeting | 2015-10-16T04:00:00Z | 2015 | 10 | 2015-10-16T04:00:00Z | 2016-01-10T04:59:59Z | 2015-10-16T13:38:31Z | 2015-26363 | 0 | 0 | 0900006481cd0901 |
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;