documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "MARAD-2009-0094" and document_type = "Other" sorted by posted_date descending
This data as json, CSV (advanced)
| 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-0094-0014 | MARAD | Liberty Maritime Corporation - M/V Liberty Eagle - Vessel Designation MARAD-2009-0094 | 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-08-11T01:31:35Z | 0 | 0 | 0900006480a6b314 | ||
| MARAD-2009-0094-0013 | MARAD | Liberty Maritime Corporation - M/V Liberty Eagle - Vessel Designation MARAD-2009-0094 | 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 | 0900006480a67f14 | ||
| MARAD-2009-0094-0012 | MARAD | Liberty Maritime Corporation - M/V Liberty Eagle - Vessel Designation MARAD-2009-0094 | 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-07-27T23:00:55Z | 0 | 0 | 0900006480a5f4d2 | ||
| MARAD-2009-0094-0011 | MARAD | Liberty Maritime Corporation - M/V Liberty Eagle - Vessel Designation MARAD-2009-0094 | 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 | 0900006480a5d2f1 | ||
| MARAD-2009-0094-0010 | MARAD | Liberty Maritime Corporation - M/V Liberty Eagle - Vessel Designation MARAD-2009-0094 | 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-07-27T23:00:35Z | 0 | 0 | 0900006480a5d100 | ||
| MARAD-2009-0094-0009 | MARAD | Liberty Maritime Corporation - M/V Liberty Eagle - Vessel Designation MARAD-2009-0094 | 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 | 0900006480a5b989 | ||
| MARAD-2009-0094-0008 | MARAD | Liberty Maritime Corporation - M/V Liberty Eagle - Vessel Designation MARAD-2009-0094 | Consolidated Appeal of Vessel Designation Determinations | Other | Appeal | 2009-11-16T05:00:00Z | 2009 | 11 | 2009-11-16T05:00:00Z | 2013-07-27T22:59:45Z | 0 | 0 | 0900006480a571c3 | ||
| MARAD-2009-0094-0007 | MARAD | Liberty Maritime Corporation - M/V Liberty Eagle - Vessel Designation MARAD-2009-0094 | U.S. DOT/MARAD - Vessel Designation Determination | Other | Decision | 2009-11-03T05:00:00Z | 2009 | 11 | 2009-11-03T05:00:00Z | 2024-11-07T22:07:56Z | 1 | 0 | 0900006480a506f8 | ||
| MARAD-2009-0094-0006 | MARAD | Liberty Maritime Corporation - M/V Liberty Eagle - Vessel Designation MARAD-2009-0094 | Opposition of American President Lines, Ltd. to Liberty Maritime Corporation Designation | Other | Other | 2009-10-20T04:00:00Z | 2009 | 10 | 2024-11-07T22:12:01Z | 1 | 0 | 0900006480a45538 | |||
| MARAD-2009-0094-0005 | MARAD | Liberty Maritime Corporation - M/V Liberty Eagle - Vessel Designation MARAD-2009-0094 | Sealift, Inc. - Letter in Opposition | Other | Letter(s) in Opposition | 2009-10-20T04:00:00Z | 2009 | 10 | 2009-10-20T04:00:00Z | 2013-07-27T22:57:30Z | 0 | 0 | 0900006480a46726 | ||
| MARAD-2009-0094-0002 | MARAD | Liberty Maritime Corporation - M/V Liberty Eagle - Vessel Designation MARAD-2009-0094 | Liberty Maritime Corporation - M/V Liberty Eagle - Vessel Designation | Other | Application | 2009-09-30T04:00:00Z | 2009 | 9 | 2009-09-30T04:00:00Z | 2024-11-07T22:12:31Z | 1 | 0 | 0900006480a33d65 | ||
| MARAD-2009-0094-0001 | MARAD | Liberty Maritime Corporation - M/V Liberty Eagle - Vessel Designation MARAD-2009-0094 | Liberty Maritime Corporation - M/V Liberty Eagle - Vessel Designation | Other | 2009-09-30T00:00:00Z | 2009 | 9 | 2024-11-12T04:47:18Z | 0 | 1 | 0900006480a33752 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;