documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "FRA-2013-0048" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, comment_start_date, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FRA-2013-0048-0013 | FRA | Massachusetts Central Railroad Corporation - Waiver Petition FRA-2013-0048 | FRA-2013-0048 Decision Letter 2023 | Other | Decision | 2023-05-25T04:00:00Z | 2023 | 5 | 2023-05-25T04:00:00Z | 2023-05-25T14:20:22Z | 0 | 0 | 0900006485a1e86e | ||
| FRA-2013-0048-0012 | FRA | Massachusetts Central Railroad Corporation - Waiver Petition FRA-2013-0048 | FRA-2013-0048 Waiver Ext Ack Letter 2022 | Other | Acknowledgement Letter/Receipt | 2023-02-23T05:00:00Z | 2023 | 2 | 2023-02-23T05:00:00Z | 2023-02-23T21:11:46Z | 0 | 0 | 09000064856e4f32 | ||
| FRA-2013-0048-0011 | FRA | Massachusetts Central Railroad Corporation - Waiver Petition FRA-2013-0048 | Petition for Extension of Waiver of Compliance | Notice | Waivers | 2022-08-25T04:00:00Z | 2022 | 8 | 2022-08-25T04:00:00Z | 2024-11-07T00:42:17Z | 2022-18375 | 1 | 0 | 0900006485272c4a | |
| FRA-2013-0048-0010 | FRA | Massachusetts Central Railroad Corporation - Waiver Petition FRA-2013-0048 | FRA-2013-0048 Inc Attachment - Support Letters 2022 | Other | Letter(s) in Support | 2022-08-18T04:00:00Z | 2022 | 8 | 2022-08-18T04:00:00Z | 2022-08-18T18:36:29Z | 0 | 0 | 090000648524d73d | ||
| FRA-2013-0048-0009 | FRA | Massachusetts Central Railroad Corporation - Waiver Petition FRA-2013-0048 | FRA-2013-0048 Incoming Waiver Extension Petition 2022 | Other | Waiver | 2022-07-27T04:00:00Z | 2022 | 7 | 2022-07-27T04:00:00Z | 2022-07-27T13:53:40Z | 0 | 0 | 09000064851ed4d1 | ||
| FRA-2013-0048-0008 | FRA | Massachusetts Central Railroad Corporation - Waiver Petition FRA-2013-0048 | U.S. DOT/FRA-MCER Decision Letter 2018 | Other | Decision | 2018-04-17T04:00:00Z | 2018 | 4 | 2018-04-17T04:00:00Z | 2018-04-17T15:53:42Z | 0 | 0 | 090000648314a54d | ||
| FRA-2013-0048-0007 | FRA | Massachusetts Central Railroad Corporation - Waiver Petition FRA-2013-0048 | U.S. DOT/FRA-Waiver Acknowledgement Letter | Other | Acknowledgement Letter/Receipt | 2018-03-13T04:00:00Z | 2018 | 3 | 2018-03-13T04:00:00Z | 2018-03-13T14:46:17Z | 0 | 0 | 0900006482ffdcc5 | ||
| FRA-2013-0048-0006 | FRA | Massachusetts Central Railroad Corporation - Waiver Petition FRA-2013-0048 | Incoming Request | Other | Request | 2018-03-13T04:00:00Z | 2018 | 3 | 2018-03-13T04:00:00Z | 2018-03-13T14:46:06Z | 0 | 0 | 0900006482fa9905 | ||
| FRA-2013-0048-0005 | FRA | Massachusetts Central Railroad Corporation - Waiver Petition FRA-2013-0048 | U.S. DOT/FRA - Decision Letter - (Massachusetts Central RR Corp. - Hours of Service)" | Other | Decision | 2013-09-30T04:00:00Z | 2013 | 9 | 2013-09-30T04:00:00Z | 2024-11-12T05:20:53Z | 1 | 0 | 090000648143b9be | ||
| FRA-2013-0048-0003 | FRA | Massachusetts Central Railroad Corporation - Waiver Petition FRA-2013-0048 | Petitions for Waivers of Compliance | Notice | Notice of Receipt of Petition | 2013-07-12T04:00:00Z | 2013 | 7 | 2013-07-12T04:00:00Z | 2013-08-27T03:59:59Z | 2024-11-07T22:56:19Z | 2013-16676 | 1 | 0 | 0900006481363bed |
| FRA-2013-0048-0002 | FRA | Massachusetts Central Railroad Corporation - Waiver Petition FRA-2013-0048 | U.S. DOT/FRA - Acknowledgement Letter | Other | Acknowledgement Letter/Receipt | 2013-05-14T04:00:00Z | 2013 | 5 | 2013-05-14T04:00:00Z | 2024-11-11T20:47:12Z | 1 | 0 | 09000064812dfab2 | ||
| FRA-2013-0048-0001 | FRA | Massachusetts Central Railroad Corporation - Waiver Petition FRA-2013-0048 | U.S.DOT/FRA - MCER Incoming Waiver Request | Other | Waiver | 2013-05-08T04:00:00Z | 2013 | 5 | 2013-05-08T04:00:00Z | 2024-11-11T20:47:25Z | 1 | 0 | 09000064812c4e47 |
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;