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

10 rows where docket_id = "FRA-2020-0001" sorted by posted_date descending

✎ View and edit SQL

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)

posted_year 3

  • 2025 5
  • 2020 4
  • 2024 1

document_type 2

  • Other 8
  • Notice 2

agency_id 1

  • FRA 10
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-2020-0001-0017 FRA Canadian Pacific Railway (CP) FRA-2020-0001 FRA-2020-0001 Decision Letter - Revised Dec 2025 Other Decision 2025-12-15T05:00:00Z 2025 12 2025-12-15T05:00:00Z   2025-12-15T19:58:41Z   0 0 09000064b90cd9cb
FRA-2020-0001-0016 FRA Canadian Pacific Railway (CP) FRA-2020-0001 FRA-2020-0001 Decision Letter 2025 Other Decision 2025-10-07T04:00:00Z 2025 10 2025-10-07T04:00:00Z   2025-10-07T15:47:29Z   0 0 09000064b8ff08d2
FRA-2020-0001-0012 FRA Canadian Pacific Railway (CP) FRA-2020-0001 Petition for Extension of Waiver of Compliance Notice Request for Comments 2025-04-22T00:00:00Z 2025 4 2025-04-22T00:00:00Z 2025-05-23T03:59:59Z 2025-05-23T09:00:56Z 2025-06848 0 0 0900006486aa935a
FRA-2020-0001-0011 FRA Canadian Pacific Railway (CP) FRA-2020-0001 FRA-2020-0001 Enforcement Discretion Letter April 2025 Other Letter(s) 2025-04-21T04:00:00Z 2025 4 2025-04-21T04:00:00Z   2025-04-21T13:11:06Z   0 0 0900006486aa429d
FRA-2020-0001-0010 FRA Canadian Pacific Railway (CP) FRA-2020-0001 FRA-2020-0001 Incoming Revised Petition Feb 2025 Other Petition(s) 2025-02-06T05:00:00Z 2025 2 2025-02-06T05:00:00Z   2025-02-06T20:51:17Z   0 0 0900006486939731
FRA-2020-0001-0009 FRA Canadian Pacific Railway (CP) FRA-2020-0001 CPKC Incoming Waiver Extension Petition and Attachment Other Waiver 2024-11-21T05:00:00Z 2024 11 2024-11-21T05:00:00Z   2024-11-21T13:23:03Z   0 0 090000648682b881
FRA-2020-0001-0008 FRA Canadian Pacific Railway (CP) FRA-2020-0001 U.S. DOT/FRA-Decision Letter 2020 Other Decision 2020-04-24T04:00:00Z 2020 4 2020-04-24T04:00:00Z   2020-04-24T19:52:24Z   0 0 09000064844c324a
FRA-2020-0001-0003 FRA Canadian Pacific Railway (CP) FRA-2020-0001 Petition for Waiver of Compliance Notice Waivers 2020-01-22T05:00:00Z 2020 1 2020-01-22T05:00:00Z   2024-11-12T23:16:21Z 2020-00977 1 0 09000064842d39ed
FRA-2020-0001-0002 FRA Canadian Pacific Railway (CP) FRA-2020-0001 U.S. DOT/FRA-Waiver Acknowledgement Letter Other Acknowledgement Letter/Receipt 2020-01-07T05:00:00Z 2020 1 2020-01-07T05:00:00Z   2020-01-07T14:37:55Z   0 0 090000648427298c
FRA-2020-0001-0001 FRA Canadian Pacific Railway (CP) FRA-2020-0001 Canadian Pacific Incoming Waiver Petition and Enclosure Other Waiver 2020-01-07T05:00:00Z 2020 1 2020-01-07T05:00:00Z   2024-11-12T23:15:16Z   1 0 090000648426eb7c

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