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

12 rows where docket_id = "FRA-2014-0085" 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, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 6

  • 2014 3
  • 2019 3
  • 2025 3
  • 2015 1
  • 2017 1
  • 2020 1

document_type 2

  • Other 10
  • Notice 2

agency_id 1

  • FRA 12
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-2014-0085-0013 FRA Association of American Railroads - Waiver Petition FRA-2014-0085 FRA-2014-0085 AAR Waiver Response Letter 2025 Other Response(s) 2025-07-30T04:00:00Z 2025 7 2025-07-30T04:00:00Z   2025-07-30T15:49:19Z   0 0 09000064b8eb7f78
FRA-2014-0085-0011 FRA Association of American Railroads - Waiver Petition FRA-2014-0085 Petition for Extension of Waiver of Compliance Notice Request for Comments 2025-05-13T04:00:00Z 2025 5 2025-05-13T04:00:00Z 2025-06-13T03:59:59Z 2025-06-13T09:00:20Z 2025-08398 0 0 09000064b8d477e4
FRA-2014-0085-0010 FRA Association of American Railroads - Waiver Petition FRA-2014-0085 FRA-2014-0085 Incoming Waiver Extension Petition 2025 Other Petition(s) 2025-03-05T05:00:00Z 2025 3 2025-03-05T05:00:00Z   2025-03-05T15:50:55Z   0 0 09000064869a8836
FRA-2014-0085-0009 FRA Association of American Railroads - Waiver Petition FRA-2014-0085 U.S. DOT/FRA-Decision Letter 2020 Other Decision 2020-04-30T04:00:00Z 2020 4 2020-04-30T04:00:00Z   2020-04-30T20:42:50Z   0 0 0900006484526e39
FRA-2014-0085-0007 FRA Association of American Railroads - Waiver Petition FRA-2014-0085 Incoming Waiver Renewal Other Waiver 2019-12-19T05:00:00Z 2019 12 2019-12-19T05:00:00Z   2019-12-19T16:03:48Z   0 0 090000648422cc81
FRA-2014-0085-0008 FRA Association of American Railroads - Waiver Petition FRA-2014-0085 U.S. DOT/FRA- Waiver Extension Acknowledgement Letter Other Acknowledgement Letter/Receipt 2019-12-19T05:00:00Z 2019 12 2019-12-19T05:00:00Z   2019-12-19T16:08:10Z   0 0 0900006484236805
FRA-2014-0085-0006 FRA Association of American Railroads - Waiver Petition FRA-2014-0085 Incoming Request 2019 Other   2019-08-06T00:00:00Z 2019 8     2019-08-15T16:59:26Z   0 1 0900006483df3fe9
FRA-2014-0085-0005 FRA Association of American Railroads - Waiver Petition FRA-2014-0085 U.S. DOT/FRA - Rescission of Waiver Other Decision 2017-01-19T05:00:00Z 2017 1 2017-01-19T05:00:00Z   2024-11-11T21:34:36Z   1 0 0900006482484d0b
FRA-2014-0085-0004 FRA Association of American Railroads - Waiver Petition FRA-2014-0085 U.S. DOT/FRA - Decision Letter - (AAR - Periodic Testing) Other Decision 2015-01-20T05:00:00Z 2015 1 2015-01-20T05:00:00Z   2024-11-12T05:30:22Z   1 0 09000064819d2e86
FRA-2014-0085-0003 FRA Association of American Railroads - Waiver Petition FRA-2014-0085 Petitions for Waivers of Compliance Notice Notice of Receipt of Petition 2014-09-11T04:00:00Z 2014 9 2014-09-11T04:00:00Z 2014-10-28T03:59:59Z 2014-09-11T14:24:48Z 2014-21612 0 0 090000648186a733
FRA-2014-0085-0001 FRA Association of American Railroads - Waiver Petition FRA-2014-0085 AAR Cab Signal - Waiver Request Other Waiver 2014-09-08T04:00:00Z 2014 9 2014-09-08T04:00:00Z   2024-11-07T23:10:59Z   1 0 0900006481848c83
FRA-2014-0085-0002 FRA Association of American Railroads - Waiver Petition FRA-2014-0085 U.S. DOT/FRA - Acknowledgement Letter Other Acknowledgement Letter/Receipt 2014-09-08T04:00:00Z 2014 9 2014-09-08T04:00:00Z   2024-11-07T23:11:24Z   1 0 0900006481849c89

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