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-2014-0048" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 7

  • 2014 4
  • 2021 3
  • 2019 2
  • 2015 1
  • 2020 1
  • 2024 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-2014-0048-0019 FRA Union Pacific Railroad Company - Waiver Petition FRA-2014-0048 FRA-2014-0048 Decision Letter 2025 Other Decision 2025-05-06T04:00:00Z 2025 5 2025-05-06T04:00:00Z   2025-05-21T20:27:05Z   0 0 09000064b8cf4d87
FRA-2014-0048-0016 FRA Union Pacific Railroad Company - Waiver Petition FRA-2014-0048 FRA-2014-0048 Incoming Waiver Extension Petition 2024 Other Petition(s) 2024-10-28T04:00:00Z 2024 10 2024-10-28T04:00:00Z   2024-12-17T14:11:00Z   0 0 09000064867df6e1
FRA-2014-0048-0015 FRA Union Pacific Railroad Company - Waiver Petition FRA-2014-0048 FRA-2014-0048 Decision Letter 2021 Other Decision 2021-06-17T04:00:00Z 2021 6 2021-06-17T04:00:00Z   2021-06-17T19:36:43Z   0 0 0900006484b93648
FRA-2014-0048-0014 FRA Union Pacific Railroad Company - Waiver Petition FRA-2014-0048 Union Pacific El Paso Border - Waiver Request Other Waiver 2021-03-22T04:00:00Z 2021 3 2021-03-22T04:00:00Z   2021-03-22T12:37:01Z   0 0 0900006484a738ca
FRA-2014-0048-0013 FRA Union Pacific Railroad Company - Waiver Petition FRA-2014-0048 Incoming Amendment Petition 2021 Other Petition(s) 2021-03-15T04:00:00Z 2021 3 2021-03-15T04:00:00Z   2021-03-16T00:56:22Z   0 0 0900006484a5d219
FRA-2014-0048-0012 FRA Union Pacific Railroad Company - Waiver Petition FRA-2014-0048 U.S. DOT/FRA- Decision Letter 2020 Other Decision 2020-04-30T04:00:00Z 2020 4 2020-04-30T04:00:00Z   2020-04-30T20:37:25Z   0 0 09000064845253fc
FRA-2014-0048-0009 FRA Union Pacific Railroad Company - Waiver Petition FRA-2014-0048 U.S. DOT/FRA- Waiver Acknowledgement Letter Other Acknowledgement Letter/Receipt 2019-09-24T04:00:00Z 2019 9 2019-09-24T04:00:00Z   2019-09-24T13:05:03Z   0 0 0900006483f9e95c
FRA-2014-0048-0008 FRA Union Pacific Railroad Company - Waiver Petition FRA-2014-0048 Incoming Waiver Extension Other Waiver 2019-09-18T04:00:00Z 2019 9 2019-09-18T04:00:00Z   2019-09-18T19:42:09Z   0 0 0900006483f85857
FRA-2014-0048-0007 FRA Union Pacific Railroad Company - Waiver Petition FRA-2014-0048 U.S. DOT/FRA - Decision Letter - (UPRR - Change of Interchange Points in El Paso, TX) Other Decision 2015-03-17T04:00:00Z 2015 3 2015-03-17T04:00:00Z   2024-11-07T23:18:25Z   1 0 0900006481a45904
FRA-2014-0048-0004 FRA Union Pacific Railroad Company - Waiver Petition FRA-2014-0048 U.S. DOT/FRA - Maps Other Additional Information 2014-08-05T04:00:00Z 2014 8 2014-08-05T04:00:00Z   2024-11-07T23:09:13Z   1 0 09000064817ffd5c
FRA-2014-0048-0005 FRA Union Pacific Railroad Company - Waiver Petition FRA-2014-0048 Ferromex Group Mexico - Incident Report and Translation Other Additional Information 2014-08-05T04:00:00Z 2014 8 2014-08-05T04:00:00Z   2024-11-12T05:28:38Z   1 0 09000064817ffb4d
FRA-2014-0048-0002 FRA Union Pacific Railroad Company - Waiver Petition FRA-2014-0048 U.S. DOT/FRA - Acknowledgement Letter Other Acknowledgement Letter/Receipt 2014-05-29T04:00:00Z 2014 5 2014-05-29T04:00:00Z   2024-11-12T05:26:40Z   1 0 0900006481715a17
FRA-2014-0048-0001 FRA Union Pacific Railroad Company - Waiver Petition FRA-2014-0048 Union Pacific El Paso Border - Waiver Request Other Waiver 2014-05-20T04:00:00Z 2014 5 2014-05-20T04:00:00Z   2024-11-12T05:26:56Z   1 0 0900006481704002

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