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

12 rows where docket_id = "MARAD-2013-0011" and posted_year = 2020 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2020 · 12 ✖

document_type 1

  • Notice 12

agency_id 1

  • MARAD 12
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
MARAD-2013-0011-0093 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Deepwater Port License Application: Texas GulfLink LLC; Extension of Draft Environmental Impact Statement Comment Period Notice Notice of Intent 2020-12-21T05:00:00Z 2020 12 2020-12-21T05:00:00Z   2021-01-17T10:22:45Z 2020-28044 0 0 09000064849aeb76
MARAD-2013-0011-0091 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Meetings: Merchant Marine Academy Board of Visitors Notice Public Meetings 2020-08-28T04:00:00Z 2020 8 2020-08-28T04:00:00Z   2024-11-12T23:23:05Z 2020-19013 1 0 09000064848274e0
MARAD-2013-0011-0090 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Meetings: Maritime Transportation System National Advisory Committee Notice Public Meetings 2020-08-25T04:00:00Z 2020 8 2020-08-25T04:00:00Z 2020-09-23T03:59:59Z 2024-11-12T23:23:42Z 2020-18624 1 0 090000648481d1ce
MARAD-2013-0011-0089 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Meetings: Voluntary Tanker Agreement Program Notice Public Meetings 2020-07-27T04:00:00Z 2020 7 2020-07-27T04:00:00Z 2020-08-15T03:59:59Z 2024-11-06T23:38:42Z 2020-16235 1 0 09000064847a80e3
MARAD-2013-0011-0087 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Meetings: Maritime Transportation System National Advisory Committee; Correction Notice Public Meetings 2020-07-08T04:00:00Z 2020 7 2020-07-08T04:00:00Z 2020-07-09T03:59:59Z 2024-11-06T23:37:15Z 2020-14684 1 0 0900006484730957
MARAD-2013-0011-0086 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Meetings: U.S. Maritime Transportation System National Advisory Committee Notice Notice of Intent 2020-07-01T04:00:00Z 2020 7 2020-07-01T04:00:00Z 2020-07-09T03:59:59Z 2024-11-12T23:22:06Z 2020-14204 1 0 090000648471e347
MARAD-2013-0011-0085 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Meetings: Maritime Transportation SystemNational Advisory Committee Notice Meeting 2020-05-19T04:00:00Z 2020 5 2020-05-19T04:00:00Z 2020-05-28T03:59:59Z 2024-11-06T23:36:54Z 2020-10705 1 0 090000648463947a
MARAD-2013-0011-0084 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Funding Opportunity: America's Marine Highway Projects Notice Notice of Intent 2020-04-09T04:00:00Z 2020 4 2020-04-09T04:00:00Z   2024-11-06T23:33:51Z 2020-07511 1 0 09000064844957b1
MARAD-2013-0011-0083 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Funding Opportunity: America's Marine Highway Projects Notice Notice of Change 2020-03-05T05:00:00Z 2020 3 2020-03-05T05:00:00Z   2024-11-06T23:32:18Z 2020-04486 1 0 09000064843ed60e
MARAD-2013-0011-0082 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Meetings: Voluntary Intermodal Sealift Agreement/Joint Planning Advisory Group Notice Notice of Intent 2020-01-24T05:00:00Z 2020 1 2020-01-24T05:00:00Z   2024-11-12T23:16:15Z 2020-01200 1 0 09000064842e7d15
MARAD-2013-0011-0081 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Meetings: U.S. Merchant Marine Academy Board of Visitors Notice Public Meetings 2020-01-21T05:00:00Z 2020 1 2020-01-21T05:00:00Z   2024-11-12T23:15:59Z 2020-00834 1 0 09000064842c8fae
MARAD-2013-0011-0080 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Small Shipyard Grant Program; Application Deadlines Notice Notice of Intent 2020-01-09T05:00:00Z 2020 1 2020-01-09T05:00:00Z   2024-11-12T23:15:38Z 2020-00163 1 0 0900006484281691

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