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-2011-0576" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 4

  • Supporting & Related Material 3
  • Notice 1
  • Proposed Rule 1
  • Rule 1

posted_year 3

  • 2015 3
  • 2018 2
  • 2011 1

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-2011-0576-0011 USCG Higher Volume Port Area, Strait of Juan de Fuca and Puget Sound, WA USCG-2011-0576 COAST GUARD - NATIONAL ENVIRONMENTAL POLICY ACT (NEPA) RECORD OF ENVIRONMENTAL CONSIDERATION (REC) FOR CATEGORICALLY EXCLUDED ACTIONS FOR HIGHER VOLUME PORT AREA–STATE OF WASHINGTON 33 CFR PART 155 USCG-2011-0576, RIN 1625-AB75 Supporting & Related Material   2018-06-06T04:00:00Z 2018 6     2018-06-06T18:16:52Z   0 0 090000648334978c
USCG-2011-0576-0010 USCG Higher Volume Port Area, Strait of Juan de Fuca and Puget Sound, WA USCG-2011-0576 Higher Volume Port Area- Washington Rule Final Rule 2018-06-06T04:00:00Z 2018 6     2018-06-06T13:36:47Z 2018-12081 0 0 0900006483345d45
USCG-2011-0576-0004 USCG Higher Volume Port Area, Strait of Juan de Fuca and Puget Sound, WA USCG-2011-0576 Environmental Checklist Supporting & Related Material   2015-06-09T04:00:00Z 2015 6     2015-06-09T12:39:54Z   0 0 0900006481b1b85e
USCG-2011-0576-0003 USCG Higher Volume Port Area, Strait of Juan de Fuca and Puget Sound, WA USCG-2011-0576 Environmental Checklist Supporting & Related Material   2015-06-09T04:00:00Z 2015 6     2015-06-09T12:36:43Z   0 0 0900006481b1b334
USCG-2011-0576-0002 USCG Higher Volume Port Area, Strait of Juan de Fuca and Puget Sound, WA USCG-2011-0576 NPRM: Higher Volume Port Areas: Washington (Federal Register Publication) Proposed Rule Notice of Proposed Rulemaking (NPRM) 2015-05-22T04:00:00Z 2015 5 2015-05-22T04:00:00Z 2015-08-21T03:59:59Z 2015-08-22T01:30:50Z 2015-11760 0 0 0900006481af1556
USCG-2011-0576-0001 USCG Higher Volume Port Area, Strait of Juan de Fuca and Puget Sound, WA USCG-2011-0576 Higher Volume Port Areas: State of Washington (Federal Register Publication) Notice Notice of Intent 2011-12-07T05:00:00Z 2011 12 2011-12-07T05:00:00Z   2017-03-10T22:25:57Z 2011-31218 0 0 0900006480f7d5d1

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