home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

12 rows where docket_id = "USCG-2005-22219" and posted_year = 2007 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date, posted_month, comment_start_date, last_modified, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 3

  • Supporting & Related Material 6
  • Other 5
  • Notice 1

posted_year 1

  • 2007 · 12 ✖

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-2005-22219-0488 USCG Northeast Gateway Energy Bridge, L.L.C., Liquefied Natural Gas Deepwater Port License Application USCG-2005-22219 Northeast Gateway Energy Bridge, L.L.C. - Request for Extension Other   2007-12-04T05:00:00Z 2007 12 2007-12-04T05:00:00Z   2017-03-10T22:28:11Z   0 0 090000648036fe1e
USCG-2005-22219-0489 USCG Northeast Gateway Energy Bridge, L.L.C., Liquefied Natural Gas Deepwater Port License Application USCG-2005-22219 Commonwealth of Massachusetts - Letter of Approval for Extension Other   2007-12-04T05:00:00Z 2007 12 2007-12-04T05:00:00Z   2017-03-10T22:28:11Z   0 0 090000648036fe20
USCG-2005-22219-0490 USCG Northeast Gateway Energy Bridge, L.L.C., Liquefied Natural Gas Deepwater Port License Application USCG-2005-22219 See Attachments Supporting & Related Material   2007-12-04T05:00:00Z 2007 12     2007-12-04T21:34:50Z   0 0 090000648036dfec
USCG-2005-22219-0486 USCG Northeast Gateway Energy Bridge, L.L.C., Liquefied Natural Gas Deepwater Port License Application USCG-2005-22219 Letter to Northeast Gateway from MARAD Approving Extension Other   2007-12-04T05:00:00Z 2007 12 2007-12-04T05:00:00Z   2017-03-10T22:28:11Z   0 0 090000648036fe15
USCG-2005-22219-0483 USCG Northeast Gateway Energy Bridge, L.L.C., Liquefied Natural Gas Deepwater Port License Application USCG-2005-22219 License to Own, Construct and Operate a Deepwater Port Issued to Northeast Gateway Notice   2007-06-19T00:00:00Z 2007 6     2008-02-05T21:23:53Z   0 1 09000064802c3ad7
USCG-2005-22219-0473 USCG Northeast Gateway Energy Bridge, L.L.C., Liquefied Natural Gas Deepwater Port License Application USCG-2005-22219 DOD Letter of No Objection for Northeast Gateway Other   2007-03-27T04:00:00Z 2007 3 2007-03-27T04:00:00Z 2007-03-28T03:59:59Z 2017-03-10T22:27:57Z   0 0 09000064802c3acb
USCG-2005-22219-0471 USCG Northeast Gateway Energy Bridge, L.L.C., Liquefied Natural Gas Deepwater Port License Application USCG-2005-22219 Newspaper AD Northeast Gateway General Conformity Determination Supporting & Related Material   2007-03-27T04:00:00Z 2007 3     2017-03-10T22:32:54Z   0 0 09000064802c3ac9
USCG-2005-22219-0472 USCG Northeast Gateway Energy Bridge, L.L.C., Liquefied Natural Gas Deepwater Port License Application USCG-2005-22219 Northeast Gateway General Conformity Determination Supporting & Related Material   2007-03-27T04:00:00Z 2007 3     2017-03-10T22:32:54Z   0 0 09000064802c3aca
USCG-2005-22219-0470 USCG Northeast Gateway Energy Bridge, L.L.C., Liquefied Natural Gas Deepwater Port License Application USCG-2005-22219 Massachusetts Office of Coastal Zone Management Consistency Determination Supporting & Related Material   2007-03-23T04:00:00Z 2007 3     2017-03-10T22:32:54Z   0 0 09000064802c3ac8
USCG-2005-22219-0469 USCG Northeast Gateway Energy Bridge, L.L.C., Liquefied Natural Gas Deepwater Port License Application USCG-2005-22219 Erroneous Materials (see USCG-2006-26009-80) Other   2007-03-14T04:00:00Z 2007 3 2007-03-14T04:00:00Z 2007-03-15T03:59:59Z 2017-03-10T22:27:57Z   0 0 09000064802c3ac6
USCG-2005-22219-0468 USCG Northeast Gateway Energy Bridge, L.L.C., Liquefied Natural Gas Deepwater Port License Application USCG-2005-22219 Newspaper Public Notice for Draft General Conformity Supporting & Related Material   2007-03-09T05:00:00Z 2007 3     2017-03-10T22:32:54Z   0 0 09000064802c3ac5
USCG-2005-22219-0463 USCG Northeast Gateway Energy Bridge, L.L.C., Liquefied Natural Gas Deepwater Port License Application USCG-2005-22219 The Secretary's Decision on the Deepwater Port License Application of Northeast Gateway Energy Bridge, L.L.C. Supporting & Related Material   2007-02-08T05:00:00Z 2007 2     2017-03-10T22:32:54Z   0 0 09000064802c3ac0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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;
Powered by Datasette · Queries took 1791.828ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API