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

4 rows where agency_id = "USCG", document_type = "Other" and posted_year = 2003 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2003 · 4 ✖

document_type 1

  • Other · 4 ✖

agency_id 1

  • USCG · 4 ✖
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-2002-14134-0042 USCG Port Pelican LLC Deepwater Port License Application USCG-2002-14134 U.S.DOT/USCG - The Secretary's Decision on the Deepwater Port License Application of Port Pelican, LLC Other   2003-11-20T05:00:00Z 2003 11 2003-11-20T05:00:00Z 2003-11-25T04:59:59Z 2017-03-10T22:28:05Z   0 0 090000648030dca4
USCG-2003-16436-0003 USCG Quarterly Listing; Safety Zones, Security Zones, Special Local Regulations and Drawbridge Operation Regulations USCG-2003-16436 CGD1-03-018 Safety Zone: Lynn Fourth of July Fireworks - Lynn, Massachusetts Other   2003-11-13T05:00:00Z 2003 11 2003-11-13T05:00:00Z 2003-11-14T04:59:59Z 2017-03-10T22:28:06Z   0 0 0900006480318532
USCG-2001-9188-0011 USCG Proposed Decommissioning and/or Excessing of the Remaining 180-Foot Seagoing Buoy Tender Class, and the Proposed Excessing of the Vessel, FIR (WLM 212) USCG-2001-9188 Maryland Department of Housing and Community Development - Maryland State Historic Preservation Office Other   2003-03-18T05:00:00Z 2003 3 2003-03-18T05:00:00Z 2003-03-19T04:59:59Z 2017-03-10T22:28:10Z   0 0 0900006480341e8d
USCG-2003-14294-0002 USCG El Paso Energy Bridge Gulf of Mexico, LLC Deep Water Port License Application USCG-2003-14294 El Paso Energy Bridge Gulf of Mexico - Application for Issuance of a License to Construct and Operate a Natural Gas Deepwater Port Other   2003-02-10T05:00:00Z 2003 2 2003-02-10T05:00:00Z 2003-02-12T04:59:59Z 2017-03-10T22:28:06Z   0 0 090000648030e813

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