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

8 rows where docket_id = "USCG-2013-0954" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Other 6
  • Proposed Rule 1
  • Supporting & Related Material 1

posted_year 1

  • 2014 · 8 ✖

agency_id 1

  • USCG 8
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-2013-0954-0057 USCG None USCG-2013-0954 Ottawa County Board Resolution Supporting & Related Material   2014-07-01T04:00:00Z 2014 7     2014-07-01T19:18:36Z   0 0 0900006481768d80
USCG-2013-0954-0049 USCG None USCG-2013-0954 Petition for Rulemaking: Special Load Line Exemption for Lake Michigan (Federal Register Publication) Proposed Rule Notice of Proposed Rulemaking (NPRM) 2014-05-27T04:00:00Z 2014 5 2014-05-27T04:00:00Z 2014-08-26T03:59:59Z 2014-08-26T01:02:36Z 2014-11931 0 0 0900006481715346
USCG-2013-0954-0045 USCG None USCG-2013-0954 Michigan Economic Development Corporation - Letter in Support Other Letter(s) in Support 2014-04-17T04:00:00Z 2014 4 2014-04-17T04:00:00Z   2014-08-27T20:05:09Z   0 0 09000064816afdc5
USCG-2013-0954-0046 USCG None USCG-2013-0954 Michigan Agri-Business Association - Letter in Support Other Letter(s) in Support 2014-04-17T04:00:00Z 2014 4 2014-04-17T04:00:00Z   2014-08-28T01:04:17Z   0 0 09000064816b4e17
USCG-2013-0954-0040 USCG None USCG-2013-0954 Michigan Agri-Business Association - Letter In Support Other Letter(s) in Support 2014-03-19T04:00:00Z 2014 3 2014-03-19T04:00:00Z   2014-03-19T19:40:14Z   0 0 0900006481670065
USCG-2013-0954-0041 USCG None USCG-2013-0954 Carpenter Brothers, Inc. - Letter In Suppport Other Letter(s) in Support 2014-03-19T04:00:00Z 2014 3     2014-03-19T19:50:15Z   0 0 09000064816700d8
USCG-2013-0954-0042 USCG None USCG-2013-0954 Michigan House of Representatives - Letter In Support Other Letter(s) in Support 2014-03-19T04:00:00Z 2014 3 2014-03-19T04:00:00Z   2014-03-19T19:57:49Z   0 0 0900006481670032
USCG-2013-0954-0044 USCG None USCG-2013-0954 The Senate State of Michigan - Letter In Support Other Letter(s) in Support 2014-03-19T04:00:00Z 2014 3 2014-03-19T04:00:00Z   2014-03-19T20:09:03Z   0 0 09000064816700f7

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