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

6 rows where docket_id = "USCG-2008-0035" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 4
  • Notice 2

posted_year 1

  • 2008 6

agency_id 1

  • USCG 6
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-2008-0035-0008 USCG Dominion Cove Point LNG, LP; Notice of Availability of the Supplemental Environmental Assessment for the Cove Point Expansion Project USCG-2008-0035 U.S. DHS/CG - Environmental Recommendation Document from State of Maryland Supporting & Related Material   2008-09-09T04:00:00Z 2008 9     2017-03-10T22:40:30Z   0 0 09000064806fb256
USCG-2008-0035-0007 USCG Dominion Cove Point LNG, LP; Notice of Availability of the Supplemental Environmental Assessment for the Cove Point Expansion Project USCG-2008-0035 Proposed Expansion of the Cove Point Facility, Cove Point, MD: Final Supplemental Environmental Assessment and Finding of No Significant Impact Notice Notice 2008-06-25T04:00:00Z 2008 6 2008-06-25T04:00:00Z   2017-03-10T22:24:51Z E8-14288 0 0 090000648063bc86
USCG-2008-0035-0006 USCG Dominion Cove Point LNG, LP; Notice of Availability of the Supplemental Environmental Assessment for the Cove Point Expansion Project USCG-2008-0035 Supplemental Environmental Assessment for Cove Point LNG, May 2008 Supporting & Related Material   2008-06-12T04:00:00Z 2008 6     2017-03-10T22:40:20Z   0 0 090000648061ee80
USCG-2008-0035-0004 USCG Dominion Cove Point LNG, LP; Notice of Availability of the Supplemental Environmental Assessment for the Cove Point Expansion Project USCG-2008-0035 USCG Supporting & Related Material   2008-04-08T04:00:00Z 2008 4     2017-03-10T22:40:14Z   0 0 0900006480468090
USCG-2008-0035-0002 USCG Dominion Cove Point LNG, LP; Notice of Availability of the Supplemental Environmental Assessment for the Cove Point Expansion Project USCG-2008-0035 Supplemental Environment Assessment for Cove Point LNG Supporting & Related Material   2008-03-14T04:00:00Z 2008 3     2008-03-14T17:49:07Z   0 0 09000064803f7c8c
USCG-2008-0035-0001 USCG Dominion Cove Point LNG, LP; Notice of Availability of the Supplemental Environmental Assessment for the Cove Point Expansion Project USCG-2008-0035 Proposed Expansion of the Cove Point Facility, Cove Point, MD: Draft SupplementalEnvironmental Assessment Notice Notice 2008-03-13T04:00:00Z 2008 3 2008-03-13T04:00:00Z 2008-04-15T03:59:59Z 2017-03-10T22:24:45Z E8-04922 0 0 09000064803f40eb

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 6.643ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API