documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "USCG-2020-0172" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
agency_id 1
- USCG 12
| 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-2020-0172-0061 | USCG | None USCG-2020-0172 | Port Access Route Study: Seacoast of New Jersey Including Offshore Approaches to the Delaware Bay, Delaware | Notice | 2022-03-24T04:00:00Z | 2022 | 3 | 2022-03-24T13:01:53Z | 2022-06228 | 0 | 0 | 0900006484fde4c2 | |||
| USCG-2020-0172-0060 | USCG | None USCG-2020-0172 | Port Access Route Study: Seacoast of New Jersey Including Offshore Approaches to the Delaware Bay, Delaware Final Report | Supporting & Related Material | 2022-03-18T04:00:00Z | 2022 | 3 | 2022-03-18T16:05:19Z | 0 | 0 | 0900006484fd3b55 | ||||
| USCG-2020-0172-0044 | USCG | None USCG-2020-0172 | USCG-2020-0172 Port Access Route Study: Seacoast of New Jersey including offshore approaches to the Delaware Bay | Supporting & Related Material | 2021-09-27T04:00:00Z | 2021 | 9 | 2021-09-27T18:05:03Z | 0 | 0 | 0900006484dace57 | ||||
| USCG-2020-0172-0043 | USCG | None USCG-2020-0172 | NAVCEN Enclosures to NJ PARS - Full | Supporting & Related Material | 2021-09-24T04:00:00Z | 2021 | 9 | 2021-09-24T17:22:20Z | 0 | 0 | 0900006484d9a9a8 | ||||
| USCG-2020-0172-0042 | USCG | None USCG-2020-0172 | Port Access Route Study: Seacoast of New Jersey Including Offshore Approaches to the Delaware Bay, Delaware | Notice | 2021-09-24T04:00:00Z | 2021 | 9 | 2021-09-24T04:00:00Z | 2021-10-26T03:59:59Z | 2021-10-28T01:00:49Z | 2021-20797 | 0 | 0 | 0900006484da6ec8 | |
| USCG-2020-0172-0040 | USCG | None USCG-2020-0172 | 04.30.21 CVH Cardin to USCG - with attachment | Supporting & Related Material | 2021-05-03T00:00:00Z | 2021 | 5 | 2021-06-04T17:34:34Z | 0 | 1 | 0900006484ac889f | ||||
| USCG-2020-0172-0039 | USCG | None USCG-2020-0172 | USCG2020_0172 29OCT20 PUBLIC MEETING AUDIO ONLY | Supporting & Related Material | 2021-01-12T05:00:00Z | 2021 | 1 | 2021-01-12T19:02:15Z | 0 | 0 | 09000064849f0199 | ||||
| USCG-2020-0172-0037 | USCG | None USCG-2020-0172 | Public Meeting Presentation | Supporting & Related Material | 2020-12-02T05:00:00Z | 2020 | 12 | 2020-12-02T16:03:52Z | 0 | 0 | 090000648497dc80 | ||||
| USCG-2020-0172-0038 | USCG | None USCG-2020-0172 | USCG2020_0172 04NOV PUBLIC MTG 2nd AUDIO | Supporting & Related Material | 2020-12-02T05:00:00Z | 2020 | 12 | 2020-12-02T16:04:01Z | 0 | 0 | 090000648497dc81 | ||||
| USCG-2020-0172-0021 | USCG | None USCG-2020-0172 | Meetings: Port Access Route Study: Seacoast of New Jersey Including Offshore Approaches to the Delaware Bay, Delaware | Notice | 2020-10-13T04:00:00Z | 2020 | 10 | 2020-10-13T04:00:00Z | 2020-11-11T04:59:59Z | 2021-06-23T01:00:44Z | 2020-22540 | 0 | 0 | 09000064848f6f13 | |
| USCG-2020-0172-0002 | USCG | None USCG-2020-0172 | USCG-2020-0172_Illustration | Supporting & Related Material | 2020-05-06T04:00:00Z | 2020 | 5 | 2020-05-06T20:38:23Z | 0 | 0 | 090000648456daee | ||||
| USCG-2020-0172-0001 | USCG | None USCG-2020-0172 | Port Access Route Study: Seacoast of New Jersey Including Offshore Approaches to the Delaware Bay, Delaware | Notice | 2020-05-05T04:00:00Z | 2020 | 5 | 2020-05-05T04:00:00Z | 2020-07-07T03:59:59Z | 2020-08-18T01:03:23Z | 2020-09538 | 0 | 0 | 090000648455e2ba |
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;