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 = "MARAD-2013-0011" and posted_year = 2013 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2013 · 11 ✖

document_type 1

  • Notice 11

agency_id 1

  • MARAD 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
MARAD-2013-0011-0011 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Voluntary Intermodal Sealift Agreement Open Season Notice Notice of Change 2013-10-28T04:00:00Z 2013 10 2013-10-28T04:00:00Z   2013-10-28T15:02:37Z 2013-25376 0 0 09000064814633d1
MARAD-2013-0011-0010 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Applications: Marine Transportation System National Advisory Council Notice Notice of Change 2013-09-18T04:00:00Z 2013 9 2013-09-18T04:00:00Z   2013-09-18T14:55:49Z 2013-22680 0 0 0900006481429d78
MARAD-2013-0011-0009 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice Request for Comments 2013-08-22T04:00:00Z 2013 8 2013-08-22T04:00:00Z 2013-09-24T03:59:59Z 2024-11-07T22:57:56Z 2013-20527 1 0 09000064813bf192
MARAD-2013-0011-0008 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice Request for Comments 2013-08-22T04:00:00Z 2013 8 2013-08-22T04:00:00Z 2013-09-24T03:59:59Z 2024-11-07T22:57:34Z 2013-20528 1 0 09000064813bf11c
MARAD-2013-0011-0007 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Deepwater Port Licenses: Neptune LNG, LLC Deepwater Port License Amendment and Temporary Suspension of Operations Notice Notice of Change 2013-07-16T04:00:00Z 2013 7 2013-07-16T04:00:00Z   2024-11-07T22:54:44Z 2013-17052 1 0 09000064813680d2
MARAD-2013-0011-0006 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice Request for Comments 2013-07-03T04:00:00Z 2013 7 2013-07-03T04:00:00Z 2013-08-03T03:59:59Z 2024-11-07T22:54:37Z 2013-15886 1 0 0900006481354989
MARAD-2013-0011-0005 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Applications: Liberty Natural Gas, LLC; Port Ambrose Deepwater Port Notice   2013-06-14T00:00:00Z 2013 6     2024-11-11T20:44:05Z   0 1 090000648131fff7
MARAD-2013-0011-0004 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice Notice of Change 2013-06-11T04:00:00Z 2013 6 2013-06-11T04:00:00Z 2013-07-12T03:59:59Z 2024-11-11T20:47:29Z 2013-13844 1 0 0900006481318916
MARAD-2013-0011-0003 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Policy Clarification: Designation of Adjacent Coastal States for Deepwater Port License Applications Notice Notice of Change 2013-04-30T04:00:00Z 2013 4 2013-04-30T04:00:00Z   2024-11-12T05:15:13Z 2013-10080 1 0 09000064812ada99
MARAD-2013-0011-0002 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Small Shipyard Grant Program; Application Deadlines Notice Notice of Change 2013-04-10T04:00:00Z 2013 4 2013-04-10T04:00:00Z   2024-11-12T05:15:45Z 2013-08486 1 0 090000648128cde4
MARAD-2013-0011-0001 MARAD Federal Registers for Applications, Notices, and Orders - Miscellaneous MARAD-2013-0011 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice Request for Comments 2013-02-13T05:00:00Z 2013 2 2013-02-13T05:00:00Z 2013-03-16T03:59:59Z 2024-11-07T22:46:33Z 2013-03297 1 0 09000064811f70e2

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