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-2009-0095" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 1

  • 2009 11

document_type 1

  • Other · 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-2009-0095-0013 MARAD Liberty Maritime Corporation - M/V Liberty Glory - Vessel Designation MARAD-2009-0095 U.S. DOT/MARAD - Determiniation of the Maritime Administrator on Appeal of Initial Vessel Designations Other Decision 2009-12-15T05:00:00Z 2009 12 2009-12-15T05:00:00Z   2013-07-27T23:02:31Z   0 0 0900006480a6b315
MARAD-2009-0095-0012 MARAD Liberty Maritime Corporation - M/V Liberty Glory - Vessel Designation MARAD-2009-0095 U.S. DOT/MARAD - Response to Letter dated 11/19/2009 Other Letter(s) 2009-12-15T05:00:00Z 2009 12 2009-12-15T05:00:00Z   2013-07-27T23:01:59Z   0 0 0900006480a67f16
MARAD-2009-0095-0011 MARAD Liberty Maritime Corporation - M/V Liberty Glory - Vessel Designation MARAD-2009-0095 Liberty Maritime Corporation - Reply to Response of American President Lines, Ltd and Maersk Line, Limited Other Reply 2009-12-01T05:00:00Z 2009 12 2009-12-01T05:00:00Z   2013-08-11T04:36:43Z   0 0 0900006480a5f4ee
MARAD-2009-0095-0010 MARAD Liberty Maritime Corporation - M/V Liberty Glory - Vessel Designation MARAD-2009-0095 Maersk Line, Limited - Opposition to Consolidated Appeal of Libertiy Maritime Other Other 2009-11-24T05:00:00Z 2009 11 2009-11-24T05:00:00Z   2013-07-27T23:00:37Z   0 0 0900006480a5d2f4
MARAD-2009-0095-0009 MARAD Liberty Maritime Corporation - M/V Liberty Glory - Vessel Designation MARAD-2009-0095 American President Lines, Ltd. - Response to Liberty Consolidated Appeal of Vessel Designation Determinations Other Response(s) 2009-11-24T05:00:00Z 2009 11 2009-11-24T05:00:00Z   2013-08-11T01:31:10Z   0 0 0900006480a5d14c
MARAD-2009-0095-0008 MARAD Liberty Maritime Corporation - M/V Liberty Glory - Vessel Designation MARAD-2009-0095 Liberty Maritime Corporation - Letter Other Letter(s) 2009-11-20T05:00:00Z 2009 11 2009-11-20T05:00:00Z   2013-07-27T23:00:23Z   0 0 0900006480a5b9c0
MARAD-2009-0095-0007 MARAD Liberty Maritime Corporation - M/V Liberty Glory - Vessel Designation MARAD-2009-0095 Consolidated Appeal of Vessel Designation Determinations Other Appeal 2009-11-16T05:00:00Z 2009 11 2009-11-16T05:00:00Z   2013-08-11T03:05:07Z   0 0 0900006480a571ee
MARAD-2009-0095-0006 MARAD Liberty Maritime Corporation - M/V Liberty Glory - Vessel Designation MARAD-2009-0095 U.S.DOT/MARAD- Liberty Glory Determination Other Other 2009-11-03T05:00:00Z 2009 11 2009-11-03T05:00:00Z   2013-08-11T04:36:20Z   0 0 0900006480a50885
MARAD-2009-0095-0004 MARAD Liberty Maritime Corporation - M/V Liberty Glory - Vessel Designation MARAD-2009-0095 Sealift, Inc. - Letter in Opposition Other Letter(s) in Opposition 2009-10-20T04:00:00Z 2009 10 2009-10-20T04:00:00Z   2024-11-07T22:10:50Z   1 0 0900006480a46727
MARAD-2009-0095-0005 MARAD Liberty Maritime Corporation - M/V Liberty Glory - Vessel Designation MARAD-2009-0095 Opposition of American President Lines, Ltd. to Liberty Maritime Corporation Designation Other Other 2009-10-20T04:00:00Z 2009 10 2009-10-20T04:00:00Z   2024-11-07T22:13:43Z   1 0 0900006480a469be
MARAD-2009-0095-0001 MARAD Liberty Maritime Corporation - M/V Liberty Glory - Vessel Designation MARAD-2009-0095 Liberty Maritime Corporation - M/V Liberty Glory - Vessel Designation Other Application 2009-09-30T04:00:00Z 2009 9 2009-09-30T04:00:00Z   2013-07-27T22:56:02Z   0 0 0900006480a33e2f

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