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

7 rows where docket_id = "USCG-2011-0522" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2014 4
  • 2016 2
  • 2015 1

document_type 3

  • Supporting & Related Material 4
  • Proposed Rule 2
  • Rule 1

agency_id 1

  • USCG 7
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-0522-0012 USCG Tonnage Regulations Amendments USCG-2011-0522 Tonnage Regulations Amendments Rule Final Rule 2016-03-31T04:00:00Z 2016 3     2016-03-31T13:29:33Z 2016-05623 0 0 0900006481eed8c9
USCG-2011-0522-0013 USCG Tonnage Regulations Amendments USCG-2011-0522 Categorical Exclusion Determination Supporting & Related Material   2016-03-31T04:00:00Z 2016 3     2016-03-31T14:52:27Z   0 0 0900006481eedf46
USCG-2011-0522-0011 USCG Tonnage Regulations Amendments USCG-2011-0522 Environmental Checklist Supporting & Related Material   2015-06-25T04:00:00Z 2015 6     2015-06-25T12:01:24Z   0 0 0900006481b12963
USCG-2011-0522-0007 USCG Tonnage Regulations Amendments USCG-2011-0522 Tonnage Regulations Amendments Public Meeting_VA_5JUN2014_synopsis - Final Supporting & Related Material   2014-07-09T04:00:00Z 2014 7     2014-07-09T13:07:06Z   0 0 0900006481787ac4
USCG-2011-0522-0005 USCG Tonnage Regulations Amendments USCG-2011-0522 Tonnage Amendments Public Meeting Supporting & Related Material   2014-06-23T04:00:00Z 2014 6     2014-06-23T18:50:22Z   0 0 090000648174b6dc
USCG-2011-0522-0003 USCG Tonnage Regulations Amendments USCG-2011-0522 Tonnage Regulations: Public Meeting (Federal Register Publication) Proposed Rule Public Meeting 2014-05-21T04:00:00Z 2014 5 2014-05-21T04:00:00Z   2014-05-21T13:52:48Z 2014-11789 0 0 0900006481708965
USCG-2011-0522-0001 USCG Tonnage Regulations Amendments USCG-2011-0522 NPRM: Tonnage Regulations (Federal Register Publication) Proposed Rule Notice of Proposed Rulemaking (NPRM) 2014-04-08T04:00:00Z 2014 4 2014-04-08T04:00:00Z 2014-07-08T03:59:59Z 2017-03-10T22:26:39Z 2014-07321 0 0 09000064816a7e5b

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