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

13 rows where docket_id = "FRA-2011-0071" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 9

  • 2011 2
  • 2018 2
  • 2022 2
  • 2024 2
  • 2012 1
  • 2014 1
  • 2017 1
  • 2020 1
  • 2025 1

document_type 1

  • Other · 13 ✖

agency_id 1

  • FRA 13
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-2011-0071-0018 FRA Canadian National Railway Company - Waiver Petition FRA-2011-0071 FRA-2011-0071 Listing of Locations March 2025 Other Report 2025-03-27T04:00:00Z 2025 3 2025-03-27T04:00:00Z   2025-03-27T18:58:44Z   0 0 0900006486a4910b
FRA-2011-0071-0017 FRA Canadian National Railway Company - Waiver Petition FRA-2011-0071 FRA-2011-0071 Decision Letter 2024 Other Decision 2024-12-06T05:00:00Z 2024 12 2024-12-06T05:00:00Z   2024-12-06T15:50:14Z   0 0 09000064868490c1
FRA-2011-0071-0016 FRA Canadian National Railway Company - Waiver Petition FRA-2011-0071 fra-2011-0071 Incoming Supplement Jan 2024 Other Supplement (SUP) 2024-01-31T05:00:00Z 2024 1 2024-01-31T05:00:00Z   2024-01-31T20:05:26Z   0 0 09000064863d1573
FRA-2011-0071-0012 FRA Canadian National Railway Company - Waiver Petition FRA-2011-0071 FRA-2011-0071 Waiver Ext Petition Ack Letter 2022 Other Acknowledgement Letter/Receipt 2022-09-20T04:00:00Z 2022 9 2022-09-20T04:00:00Z   2022-09-20T14:18:00Z   0 0 090000648532cb5a
FRA-2011-0071-0011 FRA Canadian National Railway Company - Waiver Petition FRA-2011-0071 FRA-2011-0071 Inc Waiver Petition Ext Request 2022 Other Waiver 2022-09-12T04:00:00Z 2022 9 2022-09-12T04:00:00Z   2022-09-12T11:46:03Z   0 0 09000064852dc5fd
FRA-2011-0071-0010 FRA Canadian National Railway Company - Waiver Petition FRA-2011-0071 U.S. DOT/FRA- Decision Letter 2018 Other Decision 2020-04-21T04:00:00Z 2020 4 2020-04-21T04:00:00Z   2020-04-21T13:13:43Z   0 0 09000064844b9736
FRA-2011-0071-0009 FRA Canadian National Railway Company - Waiver Petition FRA-2011-0071 Incoming Request 2018 Other Request 2018-03-07T05:00:00Z 2018 3 2018-03-07T05:00:00Z   2018-03-07T20:43:34Z   0 0 0900006482fa4609
FRA-2011-0071-0008 FRA Canadian National Railway Company - Waiver Petition FRA-2011-0071 U.S. DOT/FRA-Waiver Acknowledgement Letter 2018 Other Acknowledgement Letter/Receipt 2018-03-07T05:00:00Z 2018 3 2018-03-07T05:00:00Z   2018-03-07T20:41:43Z   0 0 0900006482fa8d55
FRA-2011-0071-0007 FRA Canadian National Railway Company - Waiver Petition FRA-2011-0071 U.S.DOT/FRA- Expiration Notice Other Action Memo or Letter 2017-11-07T05:00:00Z 2017 11 2017-11-07T05:00:00Z   2017-11-07T15:18:22Z   0 0 0900006482c49ea7
FRA-2011-0071-0006 FRA Canadian National Railway Company - Waiver Petition FRA-2011-0071 U.S. DOT/FRA - Decision Letter 2 - (CN - Locking Tests) Other Decision 2014-01-06T05:00:00Z 2014 1 2014-01-06T05:00:00Z   2024-11-07T23:00:36Z   1 0 09000064814ed436
FRA-2011-0071-0005 FRA Canadian National Railway Company - Waiver Petition FRA-2011-0071 U.S. DOT/FRA - Decision Letter (Canadian National - Signal Locking) Other Decision 2012-05-16T04:00:00Z 2012 5 2012-05-16T04:00:00Z   2024-11-07T22:41:19Z   1 0 090000648100ec84
FRA-2011-0071-0001 FRA Canadian National Railway Company - Waiver Petition FRA-2011-0071 Canadian National Railway Company - Waiver Petition Other Waiver 2011-09-01T04:00:00Z 2011 9 2011-09-01T04:00:00Z   2024-11-12T05:02:04Z   1 0 0900006480f0e104
FRA-2011-0071-0002 FRA Canadian National Railway Company - Waiver Petition FRA-2011-0071 U.S. DOT/FRA - Acknowledgment Letter Other Acknowledgement Letter/Receipt 2011-09-01T04:00:00Z 2011 9 2011-09-01T04:00:00Z   2013-08-11T03:16:58Z   0 0 0900006480f0d0fa

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