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

11 rows where docket_id = "USCG-2008-1141" and posted_year = 2009 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 10
  • Rule 1

posted_year 1

  • 2009 · 11 ✖

agency_id 1

  • USCG 11
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-1141-0020 USCG Drawbridge Operation Regulations; Connection Slough, Bacon Island, CA USCG-2008-1141 FR: Drawbridge Operation Regulations; Connection Slough, Bacon Island, CA (Federal Register Publication) Rule Federal Register Publication 2009-06-25T04:00:00Z 2009 6 2009-06-25T04:00:00Z   2011-06-11T15:44:35Z E9-14946 0 0 09000064809df629
USCG-2008-1141-0019 USCG Drawbridge Operation Regulations; Connection Slough, Bacon Island, CA USCG-2008-1141 Submission from U.S. DHS/CG Supporting & Related Material   2009-02-17T05:00:00Z 2009 2     2009-02-17T15:35:01Z   0 0 0900006480845e89
USCG-2008-1141-0013 USCG Drawbridge Operation Regulations; Connection Slough, Bacon Island, CA USCG-2008-1141 Multiple Requests to Extend the Comment Period Supporting & Related Material   2009-02-05T05:00:00Z 2009 2     2017-03-10T22:40:37Z   0 0 0900006480845e6a
USCG-2008-1141-0011 USCG Drawbridge Operation Regulations; Connection Slough, Bacon Island, CA USCG-2008-1141 Request for Extension of Comment Period by Discovery Bay Yacht Club Supporting & Related Material   2009-02-05T05:00:00Z 2009 2     2017-03-10T22:40:37Z   0 0 0900006480845e45
USCG-2008-1141-0018 USCG Drawbridge Operation Regulations; Connection Slough, Bacon Island, CA USCG-2008-1141 Multiple Requests from Members of the Weber Point Yachet Club to Extend the Comment Period Supporting & Related Material   2009-02-05T05:00:00Z 2009 2     2017-03-10T22:40:38Z   0 0 0900006480847e88
USCG-2008-1141-0015 USCG Drawbridge Operation Regulations; Connection Slough, Bacon Island, CA USCG-2008-1141 Multiple Requests to Extend the Comment Period Supporting & Related Material   2009-02-05T05:00:00Z 2009 2     2017-03-10T22:40:38Z   0 0 0900006480845e6b
USCG-2008-1141-0016 USCG Drawbridge Operation Regulations; Connection Slough, Bacon Island, CA USCG-2008-1141 Request by Weber Pont Yacht Club to Extend the Comment Period Supporting & Related Material   2009-02-05T05:00:00Z 2009 2     2017-03-10T22:40:38Z   0 0 0900006480845e6c
USCG-2008-1141-0012 USCG Drawbridge Operation Regulations; Connection Slough, Bacon Island, CA USCG-2008-1141 Mulitple Requests to Extend the Comment Period Supporting & Related Material   2009-02-05T05:00:00Z 2009 2     2017-03-10T22:40:37Z   0 0 0900006480845e46
USCG-2008-1141-0010 USCG Drawbridge Operation Regulations; Connection Slough, Bacon Island, CA USCG-2008-1141 Letter dated 11/11/03 in Reply to message of 10/20/03 Supporting & Related Material   2009-02-05T05:00:00Z 2009 2     2017-03-10T22:40:37Z   0 0 0900006480845e44
USCG-2008-1141-0014 USCG Drawbridge Operation Regulations; Connection Slough, Bacon Island, CA USCG-2008-1141 Multple Requests to Extend the Comment Period Supporting & Related Material   2009-02-05T05:00:00Z 2009 2     2017-03-10T22:40:38Z   0 0 0900006480847e13
USCG-2008-1141-0017 USCG Drawbridge Operation Regulations; Connection Slough, Bacon Island, CA USCG-2008-1141 Multiple Requests from Members of the West Point Yachet Club to Extend the Comment Period Supporting & Related Material   2009-02-05T00:00:00Z 2009 2     2017-03-10T22:40:38Z   0 1 0900006480847e74

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